diff options
author | mezz <mezz@FreeBSD.org> | 2007-11-09 06:25:51 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-11-09 06:25:51 +0800 |
commit | 9116953c127b4fb802ca834e79ec10ad31d875e1 (patch) | |
tree | 03596e36af53284a56893d61575fe85d6490ee64 /net-p2p | |
parent | 6bee941288e054aa719542366b4e9a4cb7f4a453 (diff) | |
download | freebsd-ports-gnome-9116953c127b4fb802ca834e79ec10ad31d875e1.tar.gz freebsd-ports-gnome-9116953c127b4fb802ca834e79ec10ad31d875e1.tar.zst freebsd-ports-gnome-9116953c127b4fb802ca834e79ec10ad31d875e1.zip |
Fix the build with new gtk20, and remove BROKEN, DEPRECATED and
EXPIRATION_DATE. This is untest, so if the build still breaks in the different
place then we always can put BROKEN back in.
Reported by: pointyhat
Approved by: portmgr (pav)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/edonkey-gui-gtk/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-p2p/edonkey-gui-gtk/Makefile b/net-p2p/edonkey-gui-gtk/Makefile index 62d4df9535f7..e0e7b9dad672 100644 --- a/net-p2p/edonkey-gui-gtk/Makefile +++ b/net-p2p/edonkey-gui-gtk/Makefile @@ -21,10 +21,6 @@ COMMENT= GTK GUI to eDonkey2000 'core' command line client LIB_DEPENDS= gnet-2.0:${PORTSDIR}/net/gnet2 RUN_DEPENDS= donkey:${PORTSDIR}/net-p2p/linux-edonkey-core -BROKEN= fails to install -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE= 2008-01-06 - USE_GETTEXT= yes USE_BZIP2= yes USE_XLIB= yes @@ -45,6 +41,8 @@ post-patch: ${WRKSRC}/docs/Makefile.in @${REINPLACE_CMD} -e 's|-Wall -g||g ; \ s| == "xyes| = "xyes|g' ${WRKSRC}/configure + @${FIND} ${WRKSRC} -name Makefile.* | ${XARGS} ${REINPLACE_CMD} -e \ + 's|-DG.*_DISABLE_DEPRECATED||g' post-install: @${LN} -sf ed2k_gui ${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX} |