Index: Makefile =================================================================== --- Makefile (revision 499859) +++ Makefile (working copy) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= dwdiff -PORTVERSION= 2.0.9 -PORTREVISION= 12 +PORTVERSION= 2.1.2 CATEGORIES= textproc -MASTER_SITES= http://os.ghalkes.nl/dist/ \ +MASTER_SITES= https://os.ghalkes.nl/dist/ \ http://fossies.org/unix/privat/ MAINTAINER= danilo@FreeBSD.org @@ -19,17 +18,17 @@ OPTIONS_SUB= yes NLS_CONFIGURE_WITH= gettext -NLS_USES= gettext +NLS_USES= gettext localbase:ldflags +NLS_CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -lintl" UNICODE_CONFIGURE_WITH= unicode UNICODE_LIB_DEPENDS= libicudata.so:devel/icu +UNICODE_USES= localbase:ldflags pkgconfig -USES= localbase:ldflags tar:tgz +USES= tar:bz2 HAS_CONFIGURE= yes -CONFIGURE_ARGS= --mandir=${MANPREFIX}/man +CFLAGS+= -D_WITH_GETLINE +CONFIGURE_ARGS+=--with-verbose-compile +MAKE_ARGS+= prefix=${PREFIX:Q} mandir="${MANPREFIX}/man" docdir=${DOCSDIR:Q} -post-patch: - @${REINPLACE_CMD} -e 's|share/doc/${PORTNAME}-${PORTVERSION}|${DOCSDIR_REL}|' \ - ${WRKSRC}/Makefile.in - .include Index: distinfo =================================================================== --- distinfo (revision 499859) +++ distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (dwdiff-2.0.9.tgz) = c1c9217825ad3fac9936129cc26b73fa5479fb079e5c34522fc7066e74e31ef8 -SIZE (dwdiff-2.0.9.tgz) = 86521 +TIMESTAMP = 1556142738 +SHA256 (dwdiff-2.1.2.tar.bz2) = 3201fd459164ebbb538a0b21ce17d955f2fa3babe37367b2e92f7f912cfac692 +SIZE (dwdiff-2.1.2.tar.bz2) = 79282 Index: files/patch-unicode =================================================================== --- files/patch-unicode (nonexistent) +++ files/patch-unicode (working copy) @@ -0,0 +1,13 @@ +Fix the compilation for when Unicode (ICU) support is disabled. + + -mi + +--- src/option.c 2018-12-10 13:25:15.000000000 -0500 ++++ src/option.c 2019-04-24 18:01:23.594665000 -0400 +@@ -469,5 +469,5 @@ + + initOptions(); +- UErrorCode error = U_ZERO_ERROR; ++ ONLY_UNICODE(UErrorCode error = U_ZERO_ERROR;) + ONLY_UNICODE(option.decomposition = unorm2_getNFDInstance(&error);) + Property changes on: files/patch-unicode ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property