Index: head/devel/geany-plugin-devhelp/Makefile =================================================================== --- head/devel/geany-plugin-devhelp/Makefile (revision 430507) +++ head/devel/geany-plugin-devhelp/Makefile (revision 430508) @@ -1,23 +1,16 @@ # $FreeBSD$ PORTNAME= geany-plugin-devhelp PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} LIB_DEPENDS= libwnck-1.so:x11-toolkits/libwnck \ libwebkitgtk-1.0.so:www/webkit-gtk2 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 Index: head/x11-toolkits/vte3/Makefile =================================================================== --- head/x11-toolkits/vte3/Makefile (revision 430507) +++ head/x11-toolkits/vte3/Makefile (revision 430508) @@ -1,56 +1,47 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= vte PORTVERSION= 0.42.4 PORTREVISION= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 3 DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Terminal widget with improved accessibility and I18N support BUILD_DEPENDS+= vapigen:lang/vala \ bash:shells/bash LIB_DEPENDS= libgnutls.so:security/gnutls PORTSCOUT= limitw:1,even USES= bison compiler:c++0x gettext gmake gnome libtool pathfix \ pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME?= gtk30 intltool referencehack introspection:build CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-introspection \ --disable-static \ --disable-Bsymbolic INSTALL_TARGET= install-strip 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; \ s|-fstack-protector||g' \ ${WRKSRC}/configure .endif .include