aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2017-01-04 02:43:02 +0800
committerjbeich <jbeich@FreeBSD.org>2017-01-04 02:43:02 +0800
commit3f2b02010c1efb75b45801d66db09439f2b0802a (patch)
tree399cc8235e07f738e5f04eb5a38a8da0705c96d2
parent9a4da844ec59e19d4b7eace24bf9d2839a7e8e9c (diff)
downloadfreebsd-ports-gnome-3f2b02010c1efb75b45801d66db09439f2b0802a.tar.gz
freebsd-ports-gnome-3f2b02010c1efb75b45801d66db09439f2b0802a.tar.zst
freebsd-ports-gnome-3f2b02010c1efb75b45801d66db09439f2b0802a.zip
Assume "pkg-config zlib" works after 9.x reached EOL
-rw-r--r--devel/geany-plugin-devhelp/Makefile7
-rw-r--r--x11-toolkits/vte3/Makefile9
2 files changed, 0 insertions, 16 deletions
diff --git a/devel/geany-plugin-devhelp/Makefile b/devel/geany-plugin-devhelp/Makefile
index f3fdfb2bd379..94d6331cbc1d 100644
--- a/devel/geany-plugin-devhelp/Makefile
+++ b/devel/geany-plugin-devhelp/Makefile
@@ -12,12 +12,5 @@ LIB_DEPENDS= libwnck-1.so:x11-toolkits/libwnck \
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 <bsd.port.mk>
diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile
index e746ceec75bb..3481f18641d3 100644
--- a/x11-toolkits/vte3/Makefile
+++ b/x11-toolkits/vte3/Makefile
@@ -34,18 +34,9 @@ PLIST_SUB= VERSION=2.91
.include <bsd.port.options.mk>
-.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; \