svn commit: r406128 - head/graphics/graphviz

Antoine Brodin antoine at FreeBSD.org
Thu Jan 14 22:26:44 UTC 2016


Author: antoine
Date: Thu Jan 14 22:26:42 2016
New Revision: 406128
URL: https://svnweb.freebsd.org/changeset/ports/406128

Log:
  Unbreak build on head
  
  With hat:	portmgr

Modified:
  head/graphics/graphviz/Makefile

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Thu Jan 14 19:34:26 2016	(r406127)
+++ head/graphics/graphviz/Makefile	Thu Jan 14 22:26:42 2016	(r406128)
@@ -17,8 +17,6 @@ LIB_DEPENDS=	libltdl.so:${PORTSDIR}/deve
 		libexpat.so:${PORTSDIR}/textproc/expat2 \
 		libgd.so:${PORTSDIR}/${GD_PORT}
 
-BROKEN_FreeBSD_11=	namespace collision
-
 USES=		bison cpe gmake jpeg libtool:keepla pkgconfig pathfix shebangfix
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -264,6 +262,10 @@ SHEBANG_FILES+=	tclpkg/gv/demo/modgraph.
 .endif
 
 post-patch:
+.if ${OSVERSION} >= 1100093
+	${REINPLACE_CMD} 's,SF_FLAGS,SFIO_FLAGS,g' \
+		${WRKSRC}/lib/sfio/*.[ch]
+.endif
 	${FIND} ${WRKSRC} -name Makefile.in | \
 		${XARGS} ${REINPLACE_CMD} \
 		-e "s|\([^:]*:.*\) install-pdfDATA\(.*\)|\1\2|g" \


More information about the svn-ports-all mailing list