From owner-svn-ports-head@freebsd.org Thu Jan 14 22:26:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F34E3A82658; Thu, 14 Jan 2016 22:26:43 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C3B6A17A3; Thu, 14 Jan 2016 22:26:43 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0EMQgQB070276; Thu, 14 Jan 2016 22:26:42 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0EMQg4l070275; Thu, 14 Jan 2016 22:26:42 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601142226.u0EMQg4l070275@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 14 Jan 2016 22:26:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406128 - head/graphics/graphviz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jan 2016 22:26:44 -0000 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" \