Date: Sat, 19 Dec 2015 01:37:50 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403999 - in head/x11/gdkxft: . files Message-ID: <201512190137.tBJ1bou3005471@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Dec 19 01:37:50 2015 New Revision: 403999 URL: https://svnweb.freebsd.org/changeset/ports/403999 Log: - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/x11/gdkxft/Makefile head/x11/gdkxft/files/patch-capplet_Makefile.in head/x11/gdkxft/files/patch-src__gdkxft.conf Modified: head/x11/gdkxft/Makefile ============================================================================== --- head/x11/gdkxft/Makefile Sat Dec 19 01:37:27 2015 (r403998) +++ head/x11/gdkxft/Makefile Sat Dec 19 01:37:50 2015 (r403999) @@ -35,7 +35,9 @@ post-patch: @${REINPLACE_CMD} 's/<regex\.h>/<gnuregex.h>/' ${WRKSRC}/src/gdkxft.c post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdkxft.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdkxft.so + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} Modified: head/x11/gdkxft/files/patch-capplet_Makefile.in ============================================================================== --- head/x11/gdkxft/files/patch-capplet_Makefile.in Sat Dec 19 01:37:27 2015 (r403998) +++ head/x11/gdkxft/files/patch-capplet_Makefile.in Sat Dec 19 01:37:50 2015 (r403999) @@ -1,6 +1,6 @@ ---- capplet/Makefile.in.orig Thu Apr 4 23:37:06 2002 -+++ capplet/Makefile.in Thu Apr 4 23:39:17 2002 -@@ -103,7 +103,8 @@ +--- capplet/Makefile.in.orig 2002-01-29 17:44:25 UTC ++++ capplet/Makefile.in +@@ -103,7 +103,8 @@ ZVT_LIBS = @ZVT_LIBS@ INCLUDES = \ -DDATADIR=\"$(datadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \ @@ -10,4 +10,3 @@ LDADD = \ - Modified: head/x11/gdkxft/files/patch-src__gdkxft.conf ============================================================================== --- head/x11/gdkxft/files/patch-src__gdkxft.conf Sat Dec 19 01:37:27 2015 (r403998) +++ head/x11/gdkxft/files/patch-src__gdkxft.conf Sat Dec 19 01:37:50 2015 (r403999) @@ -1,5 +1,5 @@ ---- src/gdkxft.conf.orig Fri Nov 30 22:51:52 2001 -+++ src/gdkxft.conf Sat Dec 29 15:44:29 2001 +--- src/gdkxft.conf.orig 2001-11-30 13:51:52 UTC ++++ src/gdkxft.conf @@ -1,8 +1,2 @@ !* --urw-*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512190137.tBJ1bou3005471>