Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jan 2016 22:26:42 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406128 - head/graphics/graphviz
Message-ID:  <201601142226.u0EMQg4l070275@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601142226.u0EMQg4l070275>