From owner-svn-ports-all@freebsd.org Tue Jan 3 18:43:04 2017 Return-Path: Delivered-To: svn-ports-all@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 09E84C9D66F; Tue, 3 Jan 2017 18:43:04 +0000 (UTC) (envelope-from jbeich@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 CD2891BAE; Tue, 3 Jan 2017 18:43:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v03Ih3su038300; Tue, 3 Jan 2017 18:43:03 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v03Ih2Ng038298; Tue, 3 Jan 2017 18:43:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201701031843.v03Ih2Ng038298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 3 Jan 2017 18:43:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430508 - in head: devel/geany-plugin-devhelp x11-toolkits/vte3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jan 2017 18:43:04 -0000 Author: jbeich Date: Tue Jan 3 18:43:02 2017 New Revision: 430508 URL: https://svnweb.freebsd.org/changeset/ports/430508 Log: Assume "pkg-config zlib" works after 9.x reached EOL Modified: head/devel/geany-plugin-devhelp/Makefile (contents, props changed) head/x11-toolkits/vte3/Makefile (contents, props changed) Modified: head/devel/geany-plugin-devhelp/Makefile ============================================================================== --- head/devel/geany-plugin-devhelp/Makefile Tue Jan 3 18:36:54 2017 (r430507) +++ head/devel/geany-plugin-devhelp/Makefile Tue Jan 3 18:43:02 2017 (r430508) @@ -12,12 +12,5 @@ LIB_DEPENDS= libwnck-1.so:x11-toolkits/l USE_GNOME= gconf2 -# Workaround for 9.x which doesn't have zlib.pc -LIBS= -lz - -post-patch: - ${REINPLACE_CMD} -e 's,zlib,,g' \ - ${WRKSRC}/configure - .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include Modified: head/x11-toolkits/vte3/Makefile ============================================================================== --- head/x11-toolkits/vte3/Makefile Tue Jan 3 18:36:54 2017 (r430507) +++ head/x11-toolkits/vte3/Makefile Tue Jan 3 18:43:02 2017 (r430508) @@ -34,18 +34,9 @@ PLIST_SUB= VERSION=2.91 .include -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 || ${OPSYS} == DragonFly -LIBS+= -lz -.endif - post-patch: @${REINPLACE_CMD} -e 's|-Wno-unused-but-set-variable||g' \ ${WRKSRC}/src/Makefile.in -# zlib.pc only is available on 10.1-R and newer. -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 || ${OPSYS} == DragonFly - @${REINPLACE_CMD} -e 's|gio-unix-2.0 zlib|gio-unix-2.0|g' \ - ${WRKSRC}/configure -.endif # borrowed osversion from bsd.ssp.mk .if ${OSVERSION} < 1000036 && ${ARCH} == i386 @${REINPLACE_CMD} -e 's|-fstack-protector-strong||g; \