aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
commit186b8ba82fdd761aee89704395c52ac809bc7026 (patch)
tree65c820907a86a7c844ee463115637dde60f2aa36 /net
parent742adcabd74aa0adc91246bae79c97658a078415 (diff)
downloadports-186b8ba82fdd761aee89704395c52ac809bc7026.tar.gz
ports-186b8ba82fdd761aee89704395c52ac809bc7026.zip
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor Tested by: bento
Notes
Notes: svn path=/head/; revision=99914
Diffstat (limited to 'net')
-rw-r--r--net/ap-utils/Makefile4
-rw-r--r--net/centericq/Makefile6
-rw-r--r--net/darkstat/Makefile3
-rw-r--r--net/dctc-gui/Makefile6
-rw-r--r--net/etherape/Makefile5
-rw-r--r--net/gnunet/Makefile5
-rw-r--r--net/gtkhx/Makefile5
-rw-r--r--net/ipv6calc/Makefile4
-rw-r--r--net/jwhois/Makefile4
-rw-r--r--net/nc6/Makefile6
-rw-r--r--net/netdude/Makefile6
-rw-r--r--net/ntop/Makefile4
-rw-r--r--net/tcpreen/Makefile4
-rw-r--r--net/whois/Makefile5
-rw-r--r--net/wol/Makefile6
-rw-r--r--net/xmule/Makefile5
16 files changed, 40 insertions, 38 deletions
diff --git a/net/ap-utils/Makefile b/net/ap-utils/Makefile
index 449d48af832f..797476c1e4f0 100644
--- a/net/ap-utils/Makefile
+++ b/net/ap-utils/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ap-utils
PORTVERSION= 1.3.3
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,10 +15,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= daniel+aputils@pelleg.org
COMMENT= A set of utilities to configure and monitor wireless access points
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old
-
GNU_CONFIGURE= yes
USE_BZIP2= yes
+USE_GETTEXT= yes
USE_REINPLACE= yes
CONFIGURE_ENV= LDFLAGS="-lintl -L${LOCALBASE}/lib"
MAN8= ap-trapd.8 ap-mrtg.8 ap-config.8
diff --git a/net/centericq/Makefile b/net/centericq/Makefile
index 813c8674062e..fb4235a08d4b 100644
--- a/net/centericq/Makefile
+++ b/net/centericq/Makefile
@@ -8,17 +8,17 @@
PORTNAME= centericq
PORTVERSION= 4.9.10
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://centericq.de/archive/source/releases/
MAINTAINER= clsung@dragon2.net
COMMENT= A text mode menu- and window-driven IM interface
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \
- iconv.3:${PORTSDIR}/converters/libiconv
+LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
USE_OPENSSL= yes
+USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
diff --git a/net/darkstat/Makefile b/net/darkstat/Makefile
index c9ec2d5f2ebb..e8f20e6d5725 100644
--- a/net/darkstat/Makefile
+++ b/net/darkstat/Makefile
@@ -7,6 +7,7 @@
PORTNAME= darkstat
PORTVERSION= 2.6
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://members.optushome.com.au/emikulic/net/darkstat/ \
http://yallara.cs.rmit.edu.au/~emikulic/_/
@@ -14,6 +15,7 @@ MASTER_SITES= http://members.optushome.com.au/emikulic/net/darkstat/ \
MAINTAINER= emikulic@optushome.com.au
COMMENT= Network statistics gatherer, similar to ntop
+USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@@ -21,7 +23,6 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --disable-nls
PLIST_SUB= NLS="@comment "
.else
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE}
PLIST_SUB= NLS=""
.endif
diff --git a/net/dctc-gui/Makefile b/net/dctc-gui/Makefile
index ed6769a1b228..e42d0024e035 100644
--- a/net/dctc-gui/Makefile
+++ b/net/dctc-gui/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dctc
PORTVERSION= 0.66
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net gnome
MASTER_SITES= http://unixpages.org/distfiles/ \
http://ac2i.tzo.com/dctc/
@@ -18,9 +18,9 @@ MAINTAINER= lioux@FreeBSD.org
COMMENT= A GUI to DirectConnect (www.neo-modus.com) text client
BUILD_DEPENDS= dctc:${PORTSDIR}/net/dctc
-LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4 \
- intl.5:${PORTSDIR}/devel/gettext-old
+LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4
+USE_GETTEXT= yes
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomelibs gnomeprefix
USE_XLIB= yes
diff --git a/net/etherape/Makefile b/net/etherape/Makefile
index dcaad8b88488..f596ecf56fdc 100644
--- a/net/etherape/Makefile
+++ b/net/etherape/Makefile
@@ -7,7 +7,7 @@
PORTNAME= etherape
PORTVERSION= 0.9.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,8 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= samy@kerneled.com
COMMENT= A graphical network traffic visualization tool for gnome
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old
-
+USE_GETTEXT= yes
USE_GNOME= libglade2 libgnomeui
USE_LIBTOOL= yes
USE_X_PREFIX= yes
diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile
index 78b492e7d766..f1899589deb1 100644
--- a/net/gnunet/Makefile
+++ b/net/gnunet/Makefile
@@ -8,6 +8,7 @@
PORTNAME= gnunet
PORTVERSION= 0.6.1
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.ovmj.org/GNUnet/download/ \
${MASTER_SITE_GNU}
@@ -17,9 +18,9 @@ DISTNAME= GNUnet-${PORTVERSION}
MAINTAINER= krion@FreeBSD.org
COMMENT= An anonymous, distributed, reputation-based network
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \
- ltdl.4:${PORTSDIR}/devel/libltdl
+LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl
+USE_GETTEXT= yes
USE_SIZE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
diff --git a/net/gtkhx/Makefile b/net/gtkhx/Makefile
index 3860d88f9fe5..9c4686c0f551 100644
--- a/net/gtkhx/Makefile
+++ b/net/gtkhx/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gtkhx
PORTVERSION= 0.9.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gtkhx
@@ -15,8 +15,7 @@ MASTER_SITE_SUBDIR= gtkhx
MAINTAINER= jre@vineyard.net
COMMENT= A GTK+ version of Hx, a UNIX Hotline Client
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old
-
+USE_GETTEXT= yes
USE_XLIB= yes
USE_GNOME= gdkpixbuf
USE_GMAKE= yes
diff --git a/net/ipv6calc/Makefile b/net/ipv6calc/Makefile
index b903a464c8c6..7e8e12fdad2f 100644
--- a/net/ipv6calc/Makefile
+++ b/net/ipv6calc/Makefile
@@ -7,15 +7,15 @@
PORTNAME= ipv6calc
PORTVERSION= 0.46
+PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
MAINTAINER= edwin@mavetju.org
COMMENT= Convert, change and calculate with IPv6 addresses
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old
-
GNU_CONFIGURE= yes
+USE_GETTEXT= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile
index 6fee5534844c..200307815f72 100644
--- a/net/jwhois/Makefile
+++ b/net/jwhois/Makefile
@@ -7,6 +7,7 @@
PORTNAME= jwhois
PORTVERSION= 3.2.2
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= jwhois
@@ -14,10 +15,9 @@ MASTER_SITE_SUBDIR= jwhois
MAINTAINER= matusita@FreeBSD.org
COMMENT=An improved WHOIS client capable of selecting server to query
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old
-
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --localstatedir=${PREFIX}/var/jwhois
+USE_GETTEXT= yes
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib"
diff --git a/net/nc6/Makefile b/net/nc6/Makefile
index d51b82f60f72..d7faf9537711 100644
--- a/net/nc6/Makefile
+++ b/net/nc6/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nc6
PORTVERSION= 0.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/ \
http://ftp.deepspace6.net/pub/ds6/sources/nc6/
@@ -15,10 +15,10 @@ MASTER_SITES= ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/ \
MAINTAINER= filippo@widestore.net
COMMENT= Netcat clone with IPv6 support
-LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
- intl.5:${PORTSDIR}/devel/gettext-old
+LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
MAN1= nc6.1
+USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/net/netdude/Makefile b/net/netdude/Makefile
index 6e7f3eb5d57d..540be173f035 100644
--- a/net/netdude/Makefile
+++ b/net/netdude/Makefile
@@ -8,7 +8,7 @@
PORTNAME= netdude
PORTVERSION= 0.3.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,10 +16,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= NETwork DUmp data Displayer and Editor for tcpdump tracefiles
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \
- iconv.3:${PORTSDIR}/converters/libiconv \
+LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
ltdl.4:${PORTSDIR}/devel/libltdl
+USE_GETTEXT= yes
USE_REINPLACE= yes
USE_GNOME= glib12 gtk12
USE_LIBTOOL= yes
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index cf00c0b0cae9..b9f62808bfc7 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ntop
PORTVERSION= 2.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -82,7 +82,7 @@ RUN_DEPENDS+= lsof:${PORTSDIR}/sysutils/lsof
.endif
.if defined(WITH_LOCALE)
-LIB_DEPENDS+= intl.5:${PORTSDIR}/devel/gettext-old
+USE_GETTEXT= yes
CONFIGURE_ARGS+= --enable-i18n \
--with-localedir=${LOCALBASE}/share/locale
.endif
diff --git a/net/tcpreen/Makefile b/net/tcpreen/Makefile
index 46c43cd1df73..964b891e3ece 100644
--- a/net/tcpreen/Makefile
+++ b/net/tcpreen/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tcpreen
PORTVERSION= 1.3.6
+PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,10 +15,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= Janos.Mohacsi@bsd.hu
COMMENT= A simple TCP session re-engineering tool
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old
-
USE_BZIP2= yes
USE_GETOPT_LONG= yes
+USE_GETTEXT= yes
GNU_CONFIGURE= yes
MAN1= tcpreen.1
diff --git a/net/whois/Makefile b/net/whois/Makefile
index f88662c355a7..fc0025806770 100644
--- a/net/whois/Makefile
+++ b/net/whois/Makefile
@@ -7,6 +7,7 @@
PORTNAME= whois
PORTVERSION= 4.6.9
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.linux.it/~md/software/
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -14,11 +15,11 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= filippo@widestore.net
COMMENT= Marco d'Itri whois client
-LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
- intl.5:${PORTSDIR}/devel/gettext-old
+LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
MAN1= whois.1
+USE_GETTEXT= yes
USE_PERL5_BUILD= yes
USE_REINPLACE= yes
USE_GMAKE= yes
diff --git a/net/wol/Makefile b/net/wol/Makefile
index f02f24997e75..fe19153db497 100644
--- a/net/wol/Makefile
+++ b/net/wol/Makefile
@@ -8,7 +8,7 @@
PORTNAME= wol
PORTVERSION= 0.6.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ahh
@@ -16,11 +16,11 @@ MASTER_SITE_SUBDIR= ahh
MAINTAINER= sergei@FreeBSD.org
COMMENT= Tool to wake up Wake-On-LAN compliant computers
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \
- iconv.3:${PORTSDIR}/converters/libiconv
+LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
GNU_CONFIGURE= yes
USE_GETOPT_LONG= yes
+USE_GETTEXT= yes
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
diff --git a/net/xmule/Makefile b/net/xmule/Makefile
index eeeaa1c09bbc..a7ab17dd36d4 100644
--- a/net/xmule/Makefile
+++ b/net/xmule/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xmule
PORTVERSION= 1.6.1
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= xmule
@@ -17,11 +18,11 @@ COMMENT= Port of eMule eDonkey P2P client using wxWindows class library
#FORBIDDEN= Multiple vulnerabilities, see \
# http://security.e-matters.de/advisories/022003.html
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \
- expat.4:${PORTSDIR}/textproc/expat2 \
+LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 \
wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
+USE_GETTEXT= yes
USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GNOME= gnomehier \