diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/asterisk/Makefile | 2 | ||||
-rw-r--r-- | net/asterisk10/Makefile | 2 | ||||
-rw-r--r-- | net/asterisk11/Makefile | 2 | ||||
-rw-r--r-- | net/asterisk14/Makefile | 8 | ||||
-rw-r--r-- | net/bird-devel/Makefile | 8 | ||||
-rw-r--r-- | net/bird/Makefile | 5 | ||||
-rw-r--r-- | net/bird6/Makefile | 6 | ||||
-rw-r--r-- | net/cphone/Makefile | 8 | ||||
-rw-r--r-- | net/daq/Makefile | 8 | ||||
-rw-r--r-- | net/dictd/Makefile | 9 | ||||
-rw-r--r-- | net/freeswitch-core-devel/Makefile | 2 | ||||
-rw-r--r-- | net/freeswitch-core/Makefile | 2 | ||||
-rw-r--r-- | net/lambdamoo/Makefile | 8 | ||||
-rw-r--r-- | net/libpcap/Makefile | 8 | ||||
-rw-r--r-- | net/mDNSResponder/Makefile | 8 | ||||
-rw-r--r-- | net/ohphone/Makefile | 8 | ||||
-rw-r--r-- | net/olsrd/Makefile | 8 | ||||
-rw-r--r-- | net/openh323/Makefile | 8 | ||||
-rw-r--r-- | net/openmcu/Makefile | 8 | ||||
-rw-r--r-- | net/tac_plus4/Makefile | 8 | ||||
-rw-r--r-- | net/tcpview/Makefile | 8 | ||||
-rw-r--r-- | net/twinkle/Makefile | 2 | ||||
-rw-r--r-- | net/unfs3/Makefile | 8 | ||||
-rw-r--r-- | net/yate/Makefile | 2 | ||||
-rw-r--r-- | net/yptransitd/Makefile | 8 |
25 files changed, 43 insertions, 111 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 125177f53b14..4efa4e8ac083 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -28,7 +28,7 @@ CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/openh323 USE_GCC= any USE_GMAKE= yes USE_GNOME= libxml2 -USE_BISON= build +USES= bison USE_RC_SUBR= asterisk MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ diff --git a/net/asterisk10/Makefile b/net/asterisk10/Makefile index 1d4933c937b8..0f4b10a8b6e8 100644 --- a/net/asterisk10/Makefile +++ b/net/asterisk10/Makefile @@ -26,7 +26,7 @@ CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/openh323 USE_GCC= any USE_GMAKE= yes USE_GNOME= libxml2 -USE_BISON= build +USES= bison USE_RC_SUBR= asterisk MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ diff --git a/net/asterisk11/Makefile b/net/asterisk11/Makefile index a7d6b1caf7e4..5d9a671287b9 100644 --- a/net/asterisk11/Makefile +++ b/net/asterisk11/Makefile @@ -25,7 +25,7 @@ CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/openh323 USE_GCC= any USE_GMAKE= yes USE_GNOME= libxml2 -USE_BISON= build +USES= bison USE_RC_SUBR= asterisk MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ diff --git a/net/asterisk14/Makefile b/net/asterisk14/Makefile index c3a6c47c0d42..6674a712dd3c 100644 --- a/net/asterisk14/Makefile +++ b/net/asterisk14/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: asterisk -# Date created: 17 October 2003 -# Whom: Maxim Sobolev <sobomax@portaone.com> -# +# Created by: Maxim Sobolev <sobomax@portaone.com> # $FreeBSD$ -# PORTNAME= asterisk PORTVERSION= 1.4.42 @@ -32,7 +28,7 @@ CONFIGURE_ARGS= --with-gsm=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/openh323 USE_GCC= any USE_GMAKE= yes -USE_BISON= build +USES= bison USE_RC_SUBR= asterisk MAKE_ENV= MKDIR="${MKDIR}" \ PWLIBDIR=${LOCALBASE}/share/pwlib \ diff --git a/net/bird-devel/Makefile b/net/bird-devel/Makefile index 1d7989752261..8421380086e5 100644 --- a/net/bird-devel/Makefile +++ b/net/bird-devel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bird -# Date created: 8 November 2011 -# Whom: Alexander V. Chernikov <melifaro@FreeBSD.org> -# +# Created by: Alexander V. Chernikov <melifaro@FreeBSD.org> # $FreeBSD$ -# PORTNAME= bird PORTVERSION= 20130301 @@ -16,7 +12,7 @@ COMMENT= Dynamic IP routing daemon (devel version) CONFLICTS= bird-[0-9]* -USE_BISON= build +USES= bison USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --enable-mpls diff --git a/net/bird/Makefile b/net/bird/Makefile index d8fe849220a8..0807960ec66c 100644 --- a/net/bird/Makefile +++ b/net/bird/Makefile @@ -1,5 +1,4 @@ -# Created by: Pav Lucistnik <pav@FreeBSD.org> -# +# Created by: Pav Lucistnik <pav@FreeBSD.org> # $FreeBSD$ PORTNAME= bird @@ -14,7 +13,7 @@ COMMENT= Dynamic IP routing daemon (IPv4 version) LICENSE= GPLv2 -USE_BISON= build +USES= bison USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var diff --git a/net/bird6/Makefile b/net/bird6/Makefile index 271a8a6add99..3514b847e82a 100644 --- a/net/bird6/Makefile +++ b/net/bird6/Makefile @@ -1,7 +1,5 @@ -# Created by: Pav Lucistnik <pav@FreeBSD.org> -# +# Created by: Pav Lucistnik <pav@FreeBSD.org> # $FreeBSD$ -# PORTNAME= bird6 PORTVERSION= 1.3.9 @@ -16,7 +14,7 @@ COMMENT= Dynamic IP routing daemon (IPv6 version) LICENSE= GPLv2 -USE_BISON= build +USES= bison USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ipv6 --localstatedir=/var diff --git a/net/cphone/Makefile b/net/cphone/Makefile index 4267b040131e..5a034db2e0dc 100644 --- a/net/cphone/Makefile +++ b/net/cphone/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cphone -# Date created: Thu May 24 15:50:00 BST 2000 -# Whom: Roger Hardiman <roger@FreeBSD.org> -# +# Created by: Roger Hardiman <roger@FreeBSD.org> # $FreeBSD$ -# PORTNAME= cphone DISTVERSION= 0.3.2.cvs.20060407 @@ -22,7 +18,7 @@ EXPIRATION_DATE= 2013-07-01 PLIST_FILES= bin/cphone USE_BZIP2= yes -USE_BISON= build +USES= bison USE_QT_VER= 3 USE_GMAKE= yes ALL_TARGET= optshared diff --git a/net/daq/Makefile b/net/daq/Makefile index 416fa0946ce1..fd06bcdbb367 100644 --- a/net/daq/Makefile +++ b/net/daq/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: daq -# Date created: 13 January 2011 -# Whom: Dean Freeman (wfreeman@sourcefire.com) -# +# Created by: Dean Freeman (wfreeman@sourcefire.com) # $FreeBSD$ -# PORTNAME= daq PORTVERSION= 2.0.0 @@ -24,7 +20,7 @@ BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes -USE_BISON= build +USES= bison USE_AUTOTOOLS= libtool CFLAGS+= -I${LOCALBASE}/include diff --git a/net/dictd/Makefile b/net/dictd/Makefile index fe3bf29d8112..bf2cadc2253c 100644 --- a/net/dictd/Makefile +++ b/net/dictd/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: dictd -# Date created: Jan 23, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dictd PORTVERSION= 1.12.0 @@ -21,7 +16,7 @@ MAN1= dictzip.1 MAN8= dictd.8 USE_RC_SUBR= ${PORTNAME} -USE_BISON= build +USES= bison USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \ diff --git a/net/freeswitch-core-devel/Makefile b/net/freeswitch-core-devel/Makefile index 12a79aaf2c4d..4586ce4035ce 100644 --- a/net/freeswitch-core-devel/Makefile +++ b/net/freeswitch-core-devel/Makefile @@ -43,7 +43,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} USE_AUTOTOOLS= autoconf:env automake:env libtool:env USE_PERL5_BUILD=yes -USE_BISON= both +USES= bison:both USE_GCC= any USE_PKGCONFIG= yes USE_GMAKE= yes diff --git a/net/freeswitch-core/Makefile b/net/freeswitch-core/Makefile index 5c933f2d6bc5..b36c7dcfd973 100644 --- a/net/freeswitch-core/Makefile +++ b/net/freeswitch-core/Makefile @@ -42,7 +42,7 @@ WRKSRC= ${WRKDIR}/${BASE_PORTNAME}-${PORTVERSION} USE_AUTOTOOLS= autoconf:env automake:env libtool:env USE_PERL5_BUILD=yes -USE_BISON= both +USES= bison:both USE_GCC= any USE_PKGCONFIG= yes USE_GMAKE= yes diff --git a/net/lambdamoo/Makefile b/net/lambdamoo/Makefile index f4aa9812a372..5495afa9c933 100644 --- a/net/lambdamoo/Makefile +++ b/net/lambdamoo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: LambdaMOO -# Date created: Jul 3 1999 -# Whom: Seiichirou Hiraoka -# +# Created by: Seiichirou Hiraoka # $FreeBSD$ -# PORTNAME= lambdamoo PORTVERSION= 1.8.1 @@ -19,7 +15,7 @@ WRKSRC= ${WRKDIR}/MOO-${PORTVERSION} GNU_CONFIGURE= yes ALL_TARGET= CONFIGURE_ENV= YACC=${YACC} -USE_BISON= build +USES= bison PLIST_FILES= sbin/moo diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile index 31c04a39f178..fda52d524939 100644 --- a/net/libpcap/Makefile +++ b/net/libpcap/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libpcap -# Date created: 10 December 2003 -# Whom: Bruce M Simpson <bms@FreeBSD.org> -# +# Created by: Bruce M Simpson <bms@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libpcap PORTVERSION= 1.3.0 @@ -16,7 +12,7 @@ COMMENT= Ubiquitous network traffic capture library MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_BISON= build +USES= bison USE_LDCONFIG= yes .if defined(LIBPCAP_OVERWRITE_BASE) diff --git a/net/mDNSResponder/Makefile b/net/mDNSResponder/Makefile index 23cd34379f7d..ed45b0630362 100644 --- a/net/mDNSResponder/Makefile +++ b/net/mDNSResponder/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: mDNSResponder -# Date created: Tues Mar 2, 2004 -# Whom: Alfred Perlstein <alfred@freebsd.org> -# +# Created by: Alfred Perlstein <alfred@freebsd.org> # $FreeBSD$ -# PORTNAME= mDNSResponder PORTVERSION= 333.10 @@ -21,7 +17,7 @@ CONFLICTS= avahi-libdns-[0-9]* BUILD_WRKSRC= ${WRKSRC}/mDNSPosix INSTALL_WRKSRC= ${WRKSRC}/mDNSPosix MAKE_ARGS= os=freebsd LOCALBASE=${PREFIX} MANPATH=${MANPREFIX}/man -USE_BISON= build +USES= bison USE_GMAKE= yes USE_LDCONFIG= yes USE_RC_SUBR= mdnsd diff --git a/net/ohphone/Makefile b/net/ohphone/Makefile index 4c34e9a0d616..8d192b9c0c67 100644 --- a/net/ohphone/Makefile +++ b/net/ohphone/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ohphone -# Date created: Fri Aug 18 19:29:00 BST 2000 -# Whom: Roger Hardiman <roger@FreeBSD.org> -# +# Created by: Roger Hardiman <roger@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ohphone PORTVERSION= 1.4.5 @@ -16,7 +12,7 @@ COMMENT= H323 Video Conferencing Program, compatible with NetMeeting LIB_DEPENDS= h323_r.1:${PORTSDIR}/net/openh323 -USE_BISON= build +USES= bison USE_GMAKE= yes ALL_TARGET= optshared MAKE_ENV= PWLIBDIR=${LOCALBASE}/share/pwlib \ diff --git a/net/olsrd/Makefile b/net/olsrd/Makefile index 70f2d54f0c3b..f3c9bbe23d9e 100644 --- a/net/olsrd/Makefile +++ b/net/olsrd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: olsrd -# Date created: 6 April 2005 -# Whom: dave@dogwood.com -# +# Created by: dave@dogwood.com # $FreeBSD$ -# PORTNAME= olsrd DISTVERSION= 0.6.3 @@ -21,7 +17,7 @@ BUILD_DEPENDS+= libnet*>=1.1.2,1:${PORTSDIR}/net/libnet .endif USE_BZIP2= yes -USE_BISON= build +USES= bison USE_GMAKE= yes USE_RC_SUBR= olsrd diff --git a/net/openh323/Makefile b/net/openh323/Makefile index 3f63f12071fb..9ee6d09aa3ab 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: openh323 -# Date created: Thu Feb 17 15:00:48 GMT 2000 -# Whom: Roger Hardiman <roger@freebsd.org> -# +# Created by: Roger Hardiman <roger@freebsd.org> # $FreeBSD$ -# PORTNAME= openh323 PORTVERSION= 1.19.0.1 @@ -21,7 +17,7 @@ LIB_DEPENDS= pt_r.1:${PORTSDIR}/devel/pwlib WRKSRC= ${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g} -USE_BISON= build +USES= bison USE_GMAKE= yes USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes diff --git a/net/openmcu/Makefile b/net/openmcu/Makefile index 9ed6727f3765..348a7c42fa8d 100644 --- a/net/openmcu/Makefile +++ b/net/openmcu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: openmcu -# Date created: Wed Nov 22 08:57:55 GMT 2000 -# Whom: Roger Hardiman <roger@FreeBSD.org> -# +# Created by: Roger Hardiman <roger@FreeBSD.org> # $FreeBSD$ -# PORTNAME= openmcu PORTVERSION= 2.2.1 @@ -19,7 +15,7 @@ LIB_DEPENDS= h323_r.1:${PORTSDIR}/net/openh323 WRKSRC= ${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g} -USE_BISON= build +USES= bison USE_GMAKE= yes ALL_TARGET= optshared MAKE_ENV= PWLIBDIR=${LOCALBASE}/share/pwlib \ diff --git a/net/tac_plus4/Makefile b/net/tac_plus4/Makefile index 92f4aed57597..a240faf5d688 100644 --- a/net/tac_plus4/Makefile +++ b/net/tac_plus4/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tac_plus -# Date created: 4 Mar 1997 -# Whom: Igor Vinokurov <igor@zynaps.ru> -# +# Created by: Igor Vinokurov <igor@zynaps.ru> # $FreeBSD$ -# PORTNAME= tac_plus PORTVERSION= F4.0.4.19 @@ -16,7 +12,7 @@ COMMENT= The Cisco remote authentication/authorization/accounting server USE_PERL5_BUILD=yes GNU_CONFIGURE= yes -USE_BISON= build +USES= bison USE_RC_SUBR= tac_plus USE_LDCONFIG= yes CONFIGURE_ARGS= --with-groupid=$$(/usr/bin/id -g tacacs 2>/dev/null || echo '559') \ diff --git a/net/tcpview/Makefile b/net/tcpview/Makefile index 306272c06200..cc008302b6bc 100644 --- a/net/tcpview/Makefile +++ b/net/tcpview/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tcpview -# Date created: 18 Aug 2000 -# Whom: Chung-Kie Tung <tung@turtle.ee.ncku.edu.tw> -# +# Created by: Chung-Kie Tung <tung@turtle.ee.ncku.edu.tw> # $FreeBSD$ -# PORTNAME= tcpview PORTVERSION= 1.0 @@ -15,7 +11,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= cy@FreeBSD.org COMMENT= A Motif-based TCP/IP protocol analyzer -USE_BISON= build +USES= bison USE_MOTIF= yes MAN1= tcpview.1 diff --git a/net/twinkle/Makefile b/net/twinkle/Makefile index ce424087778d..188589f2d170 100644 --- a/net/twinkle/Makefile +++ b/net/twinkle/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= ccgnu2:${PORTSDIR}/devel/commoncpp \ GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool -USE_BISON= build +USES= bison USE_XORG= xext USE_GMAKE= yes USE_GNOME= libxml2 diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile index c0197898ac9d..dfbe0e97e856 100644 --- a/net/unfs3/Makefile +++ b/net/unfs3/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: unfs3 -# Date created: Mon Feb 16 -# Whom: Clement Laforet <clement@FreeBSD.org> -# +# Created by: Clement Laforet <clement@FreeBSD.org> # $FreeBSD$ -# PORTNAME= unfs3 PORTVERSION= 0.9.22 @@ -15,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A user-space implementation of the NFSv3 server specification USE_AUTOTOOLS= autoconf -USE_BISON= build +USES= bison MAN7= tags.7 MAN8= unfsd.8 diff --git a/net/yate/Makefile b/net/yate/Makefile index 469656a1d095..ea219f1d8f19 100644 --- a/net/yate/Makefile +++ b/net/yate/Makefile @@ -17,7 +17,7 @@ ONLY_FOR_ARCHS= i386 amd64 sparc64 USE_AUTOTOOLS= autoconf USE_GMAKE= yes -USE_BISON= build +USES= bison USE_LDCONFIG= yes WANT_GNOME= yes GNU_CONFIGURE= yes diff --git a/net/yptransitd/Makefile b/net/yptransitd/Makefile index f445d468f1c0..d727460eec49 100644 --- a/net/yptransitd/Makefile +++ b/net/yptransitd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: yptransitd -# Date created: 26 September 2002 -# Whom: Michael Joyner <mjoyner@hq.dyns.cx> -# +# Created by: Michael Joyner <mjoyner@hq.dyns.cx> # $FreeBSD$ -# PORTNAME= yptransitd PORTVERSION= 0.5 @@ -15,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A replacement for nss_ldap USE_OPENLDAP= yes -USE_BISON= build +USES= bison USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-ldap-prefix=${LOCALBASE} |