mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Convert gmake, bzip2, xz to USES
Approved by: portmgr
This commit is contained in:
parent
b1f356260c
commit
2b47dc8bc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355356
@ -18,8 +18,7 @@ RUN_DEPENDS= net-snmp>=0:${PORTSDIR}/net-mgmt/net-snmp \
|
|||||||
p5-SNMP_Session>=0:${PORTSDIR}/net-mgmt/p5-SNMP_Session \
|
p5-SNMP_Session>=0:${PORTSDIR}/net-mgmt/p5-SNMP_Session \
|
||||||
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USES= perl5 gmake
|
||||||
USES= perl5
|
|
||||||
USE_RC_SUBR= ${PORTNAME}
|
USE_RC_SUBR= ${PORTNAME}
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
|
@ -16,7 +16,7 @@ LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \
|
|||||||
BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend
|
BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend
|
||||||
|
|
||||||
USE_GNOME= gtk12
|
USE_GNOME= gtk12
|
||||||
USE_GMAKE= yes
|
USES= gmake
|
||||||
|
|
||||||
ALL_TARGET= default
|
ALL_TARGET= default
|
||||||
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" PTHREAD_CFLAGS="${PTHREAD_CFLAGS}"
|
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" PTHREAD_CFLAGS="${PTHREAD_CFLAGS}"
|
||||||
|
@ -14,7 +14,7 @@ COMMENT= Ghost Port Scan
|
|||||||
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10
|
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GMAKE= yes
|
USES= gmake
|
||||||
|
|
||||||
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config
|
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config
|
||||||
|
|
||||||
|
@ -17,8 +17,7 @@ COMMENT= 802.11 layer2 wireless network detector, sniffer, and IDS
|
|||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GMAKE= yes
|
USES= gmake tar:bzip2
|
||||||
USE_XZ= yes
|
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ EXTRACT_SUFX= .tgz
|
|||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= IRC bot for Nagios
|
COMMENT= IRC bot for Nagios
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USES= gmake
|
||||||
USE_RC_SUBR= nagircbot
|
USE_RC_SUBR= nagircbot
|
||||||
|
|
||||||
PLIST_FILES= bin/nagircbot
|
PLIST_FILES= bin/nagircbot
|
||||||
|
@ -14,7 +14,7 @@ LICENSE= GPLv2
|
|||||||
|
|
||||||
USE_RC_SUBR= vmpsd
|
USE_RC_SUBR= vmpsd
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USES= gmake
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS=--bindir=${PREFIX}/sbin
|
CONFIGURE_ARGS=--bindir=${PREFIX}/sbin
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ MAN1= pftabled.0
|
|||||||
PLIST_FILES= bin/pftabled-client sbin/pftabled
|
PLIST_FILES= bin/pftabled-client sbin/pftabled
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GMAKE= yes
|
USES= gmake
|
||||||
|
|
||||||
OPTIONS_DEFINE= PERLC PYTHONC
|
OPTIONS_DEFINE= PERLC PYTHONC
|
||||||
OPTIONS_DEFAULT= PERLC PYTHONC
|
OPTIONS_DEFAULT= PERLC PYTHONC
|
||||||
|
@ -17,7 +17,7 @@ LICENSE= LGPL21
|
|||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USE_AUTOTOOLS= libtool
|
USE_AUTOTOOLS= libtool
|
||||||
USE_GMAKE= yes
|
USES= gmake
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include -I${PYTHON_INCLUDEDIR}
|
CPPFLAGS+= -I${LOCALBASE}/include -I${PYTHON_INCLUDEDIR}
|
||||||
|
@ -15,7 +15,7 @@ BROKEN= Fails to link
|
|||||||
|
|
||||||
LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet
|
LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USES= gmake
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||||
PORTDOCS= README UserGuide.pdf
|
PORTDOCS= README UserGuide.pdf
|
||||||
|
@ -11,7 +11,7 @@ MAINTAINER= jmohacsi@bsd.hu
|
|||||||
COMMENT= Softflowd is flow-based network traffic analyser with export
|
COMMENT= Softflowd is flow-based network traffic analyser with export
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GMAKE= yes
|
USES= gmake
|
||||||
PLIST_FILES= sbin/softflowd sbin/softflowctl
|
PLIST_FILES= sbin/softflowd sbin/softflowctl
|
||||||
MAN8= softflowd.8 softflowctl.8
|
MAN8= softflowd.8 softflowctl.8
|
||||||
PORTDOCS= README
|
PORTDOCS= README
|
||||||
|
@ -14,11 +14,9 @@ COMMENT= DCOM/WMI client implementation
|
|||||||
|
|
||||||
CONFLICTS= zenoss-3*
|
CONFLICTS= zenoss-3*
|
||||||
|
|
||||||
USE_BZIP2= yes
|
|
||||||
USE_AUTOTOOLS= autoconf:env
|
USE_AUTOTOOLS= autoconf:env
|
||||||
USE_PYTHON_BUILD= yes
|
USE_PYTHON_BUILD= yes
|
||||||
USE_GMAKE= yes
|
USES= iconv gmake tar:bzip2
|
||||||
USES= iconv
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
MAKEFILE= GNUmakefile
|
MAKEFILE= GNUmakefile
|
||||||
|
Loading…
Reference in New Issue
Block a user