diff options
author | bapt <bapt@FreeBSD.org> | 2013-03-08 19:32:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-03-08 19:32:11 +0800 |
commit | 385eac9654e9de3b90ce25e1efffa8c08a547655 (patch) | |
tree | 9c130b083139cc77280c7e96cc9cea75a84d2d4c /security | |
parent | f2d169546a0f3c0e7fb3d21a855ac4b44aae5036 (diff) | |
download | freebsd-ports-gnome-385eac9654e9de3b90ce25e1efffa8c08a547655.tar.gz freebsd-ports-gnome-385eac9654e9de3b90ce25e1efffa8c08a547655.tar.zst freebsd-ports-gnome-385eac9654e9de3b90ce25e1efffa8c08a547655.zip |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Diffstat (limited to 'security')
-rw-r--r-- | security/aide/Makefile | 8 | ||||
-rw-r--r-- | security/ike/Makefile | 8 | ||||
-rw-r--r-- | security/nessus-libnasl/Makefile | 8 | ||||
-rw-r--r-- | security/nessus-libraries/Makefile | 8 | ||||
-rw-r--r-- | security/openvas-libnasl/Makefile | 8 |
5 files changed, 10 insertions, 30 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile index 2a282b7b5551..199607bf9aee 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: aide -# Date created: Tue Jan 4 11:45:29 PST 2000 -# Whom: Cy Schubert (Cy.Schubert@uumail.gov.bc.ca) -# +# Created by: Cy Schubert (Cy.Schubert@uumail.gov.bc.ca) # $FreeBSD$ -# PORTNAME= aide PORTVERSION= 0.15.1 @@ -21,7 +17,7 @@ LIB_DEPENDS= mhash.2:${PORTSDIR}/security/mhash .include <bsd.port.pre.mk> USE_GMAKE= yes -USE_BISON= build +USES= bison USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-mhash \ diff --git a/security/ike/Makefile b/security/ike/Makefile index 672e6f91c0a4..290eef91476e 100644 --- a/security/ike/Makefile +++ b/security/ike/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ike -# Date created: 24 march 2007 -# Whom: mgrooms@shrew.net -# +# Created by: mgrooms@shrew.net # $FreeBSD$ -# PORTNAME= ike PORTVERSION= 2.1.7 @@ -19,7 +15,7 @@ COMMENT= Shrew Soft IKE daemon and client tools ONLY_FOR_ARCHS= i386 amd64 USE_RC_SUBR= iked -USE_BISON= build +USES= bison USE_OPENSSL= yes USE_CMAKE= yes USE_BZIP2= yes diff --git a/security/nessus-libnasl/Makefile b/security/nessus-libnasl/Makefile index ca5e25753205..bdaa7c28fbd4 100644 --- a/security/nessus-libnasl/Makefile +++ b/security/nessus-libnasl/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: nessus-libnasl -# Date created: 07 November 1999 -# Whom: Anders Nordby <anders@fix.no> -# +# Created by: Anders Nordby <anders@fix.no> # $FreeBSD$ -# PORTNAME= nessus-libnasl PORTVERSION= 2.2.9 @@ -25,7 +21,7 @@ DIST_SUBDIR= nessus WRKSRC= ${WRKDIR}/libnasl USE_AUTOTOOLS= libtool -USE_BISON= build +USES= bison GNU_CONFIGURE= yes USE_LDCONFIG= YES diff --git a/security/nessus-libraries/Makefile b/security/nessus-libraries/Makefile index f6f649b79de7..f5658abfba7e 100644 --- a/security/nessus-libraries/Makefile +++ b/security/nessus-libraries/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: nessus-libraries -# Date created: 07 November 1999 -# Whom: Anders Nordby <anders@fix.no> -# +# Created by: Anders Nordby <anders@fix.no> # $FreeBSD$ -# # Define NESSUS_CLIENT_ONLY if you only want to build this for the nessus # client. @@ -25,7 +21,7 @@ COMMENT= Libraries for Nessus, the security scanner DIST_SUBDIR= nessus WRKSRC= ${WRKDIR}/nessus-libraries -USE_BISON= build +USES= bison USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --enable-cipher .if defined(WITH_NESSUS_BPF_SHARE) diff --git a/security/openvas-libnasl/Makefile b/security/openvas-libnasl/Makefile index e9fd34bce812..7750411d30e4 100644 --- a/security/openvas-libnasl/Makefile +++ b/security/openvas-libnasl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: openvas-libnasl -# Date created: 2008-04-27 -# Whom: Tomoyuki Sakurai <cherry@trombik.org> -# +# Created by: Tomoyuki Sakurai <cherry@trombik.org> # $FreeBSD$ -# PORTNAME= openvas-libnasl PORTVERSION= 2.0.1 @@ -25,7 +21,7 @@ LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt \ GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_ICONV= yes -USE_BISON= build +USES= bison MAN1= openvas-libnasl-config.1 openvas-nasl.1 |