svn commit: r395043 - in head/x11-toolkits: tktable tktreectrl
John Marino
marino at FreeBSD.org
Sat Aug 22 16:23:06 UTC 2015
Author: marino
Date: Sat Aug 22 16:23:04 2015
New Revision: 395043
URL: https://svnweb.freebsd.org/changeset/ports/395043
Log:
x11-toolkits/tk(table|treectrl): Fix configure to support DragonFly
These patches to these unmaintained ports have been in dports for a few
months so lets move them over to ports.
Modified:
head/x11-toolkits/tktable/Makefile
head/x11-toolkits/tktreectrl/Makefile
Modified: head/x11-toolkits/tktable/Makefile
==============================================================================
--- head/x11-toolkits/tktable/Makefile Sat Aug 22 16:14:25 2015 (r395042)
+++ head/x11-toolkits/tktable/Makefile Sat Aug 22 16:23:04 2015 (r395043)
@@ -37,4 +37,8 @@ test: build
${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test)
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's/FreeBSD-\*/FreeBSD-*|DragonFly-*/' \
+ ${WRKSRC}/configure
+
.include <bsd.port.mk>
Modified: head/x11-toolkits/tktreectrl/Makefile
==============================================================================
--- head/x11-toolkits/tktreectrl/Makefile Sat Aug 22 16:14:25 2015 (r395042)
+++ head/x11-toolkits/tktreectrl/Makefile Sat Aug 22 16:23:04 2015 (r395043)
@@ -20,4 +20,8 @@ TKPKG= treectrl${PORTVERSION}
USE_LDCONFIG= ${PREFIX}/lib/${TKPKG}
PLIST_SUB= TKPKG=${TKPKG}
+post-patch:
+ @${REINPLACE_CMD} -e 's/FreeBSD-\*/FreeBSD-*|DragonFly-*/' \
+ ${WRKSRC}/configure
+
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list