diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /net-p2p | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) | |
download | ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.gz ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.zip |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Notes
Notes:
svn path=/head/; revision=261230
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/btpd/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/gtk-gnutella/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/mldonkey/Makefile | 3 |
4 files changed, 7 insertions, 5 deletions
diff --git a/net-p2p/btpd/Makefile b/net-p2p/btpd/Makefile index 8280f2f2f0a6..fce4cf0f22d7 100644 --- a/net-p2p/btpd/Makefile +++ b/net-p2p/btpd/Makefile @@ -7,6 +7,7 @@ PORTNAME= btpd PORTVERSION= 0.16 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= http://cloud.github.com/downloads/btpd/btpd/ @@ -16,7 +17,7 @@ COMMENT= Bittorrent client consisting of a daemon and client commands LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYRIGHT -USE_AUTOTOOLS= autoconf:262 aclocal:110 +USE_AUTOTOOLS= autoconf:267 aclocal:110 GNU_CONFIGURE= yes USE_OPENSSL= yes diff --git a/net-p2p/gtk-gnutella/Makefile b/net-p2p/gtk-gnutella/Makefile index 8b330943fef2..07e1e23695a6 100644 --- a/net-p2p/gtk-gnutella/Makefile +++ b/net-p2p/gtk-gnutella/Makefile @@ -116,7 +116,7 @@ CONFIGURE_ARGS+= -U d_gnutls CONFIGURE_ARGS+= -U d_nls .else CONFIGURE_ARGS+= -D d_nls -LIB_DEPENDS+= intl:${PORTSDIR}/devel/gettext +USE_GETTEXT= yes PLIST_FILES= share/locale/de/LC_MESSAGES/gtk-gnutella.mo \ share/locale/el/LC_MESSAGES/gtk-gnutella.mo \ share/locale/es/LC_MESSAGES/gtk-gnutella.mo \ diff --git a/net-p2p/libtorrent-rasterbar-14/Makefile b/net-p2p/libtorrent-rasterbar-14/Makefile index 91d312048c8a..f24ff5b630c9 100644 --- a/net-p2p/libtorrent-rasterbar-14/Makefile +++ b/net-p2p/libtorrent-rasterbar-14/Makefile @@ -7,7 +7,7 @@ PORTNAME= libtorrent-rasterbar PORTVERSION= 0.14.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p ipv6 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= libtorrent @@ -24,7 +24,7 @@ CONFLICTS= libtorrent-rasterbar-0.15.* USE_GNOME= gnomehack USE_OPENSSL= yes -USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:262 libtool:22 +USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:267 libtool:22 ACLOCAL_ARGS= -I m4 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-debug \ diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index 77d06f239cb2..e3deab6c230f 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -7,6 +7,7 @@ PORTNAME= mldonkey PORTVERSION= 3.0.4 +PORTREVISION= 1 CATEGORIES+= net-p2p MASTER_SITES= SF @@ -23,7 +24,7 @@ CONFLICTS= mldonkey{-{core,gui},}-devel-[0-9]* USE_BZIP2= yes USE_ICONV= yes -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env GNU_CONFIGURE= yes USE_GMAKE= yes ALL_TARGET= opt |