Index: head/lang/gawk/Makefile =================================================================== --- head/lang/gawk/Makefile (revision 351676) +++ head/lang/gawk/Makefile (revision 351677) @@ -1,38 +1,37 @@ # Created by: Andreas Klemm # $FreeBSD$ PORTNAME= gawk PORTVERSION= 4.1.1 CATEGORIES= lang MASTER_SITES= GNU MAINTAINER= johans@FreeBSD.org COMMENT= The GNU version of Awk LIB_DEPENDS= libsigsegv.so:${PORTSDIR}/devel/libsigsegv OPTIONS_DEFINE= NLS MPFR OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls MPFR_DESC?= Support multiple-precision floating-point computation MPFR_LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr MPFR_CONFIGURE_OFF= --without-gmp --without-mpfr INFO= gawk gawkinet -USE_XZ= true GNU_CONFIGURE= yes -USES= iconv +USES= iconv tar:xz CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \ --with-libintl-prefix=${LOCALBASE} \ AWK=${AWK} PLIST_SUB+= VERSION=${PORTVERSION} post-patch: @${RM} -f ${WRKSRC}/doc/*.info @${REINPLACE_CMD} -e 's/ -export-dynamic/ -Wl,--export-dynamic/' \ ${WRKSRC}/configure .include Index: head/lang/gawk/files/patch-Makefile =================================================================== --- head/lang/gawk/files/patch-Makefile (revision 351676) +++ head/lang/gawk/files/patch-Makefile (revision 351677) @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2013-05-09 14:59:40.000000000 +0200 -+++ Makefile.in 2013-05-13 16:46:23.000000000 +0200 -@@ -1131,7 +1131,7 @@ uninstall-am: uninstall-binPROGRAMS unin +--- Makefile.in.orig 2014-04-08 18:12:38.000000000 +0200 ++++ Makefile.in 2014-04-21 14:23:45.000000000 +0200 +@@ -1151,7 +1151,7 @@ uninstall-am: uninstall-binPROGRAMS unin install-exec-hook: (cd $(DESTDIR)$(bindir); \ $(LN) gawk$(EXEEXT) gawk-$(VERSION)$(EXEEXT) 2>/dev/null ; \ - if [ ! -f awk ]; \ + if ! /usr/bin/which -s awk; \ then $(LN_S) gawk$(EXEEXT) awk; \ fi; exit 0) Index: head/lang/gawk/files/patch-extension_Makefile.in =================================================================== --- head/lang/gawk/files/patch-extension_Makefile.in (nonexistent) +++ head/lang/gawk/files/patch-extension_Makefile.in (revision 351677) @@ -0,0 +1,12 @@ +--- extension/Makefile.in.orig 2014-04-08 18:13:03.000000000 +0200 ++++ extension/Makefile.in 2014-04-21 14:26:04.000000000 +0200 +@@ -1230,9 +1230,6 @@ uninstall-man: uninstall-man3 + + + install-data-hook: +- for i in $(pkgextension_LTLIBRARIES) ; do \ +- $(RM) $(pkgextensiondir)/$$i ; \ +- done + + # Keep the uninstall check working: + uninstall-so: Property changes on: head/lang/gawk/files/patch-extension_Makefile.in ___________________________________________________________________ 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