Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147708372
D1479.id3086.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D1479.id3086.diff
View Options
Index: Makefile
===================================================================
--- Makefile
+++ Makefile
@@ -7,7 +7,7 @@
MASTER_SITES= http://qosient.com/argus/src/ \
ftp://qosient.com/pub/argus/src/
-MAINTAINER= pauls@utdallas.edu
+MAINTAINER= bofh@FreeBSD.org
COMMENT= Client programs for the argus IP network transaction auditing tool
LICENSE= GPLv3
@@ -16,32 +16,23 @@
OPTIONS_DEFINE= GEOIP MYSQL SASL DOCS
OPTIONS_DEFAULT=MYSQL SASL
+OPTIONS_SUB= yes
+SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
+SASL_CONFIGURE_ON= --with-sasl=${LOCALBASE}
+MYSQL_USE= MYSQL=yes
+GEOIP_LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP
+GEOIP_CONFIGURE_ON= --with-GeoIP=${LOCALBASE}
USES= bison ncurses perl5
USE_CSTD= gnu89
+GNU_CONFIGURE= yes
.include <bsd.port.options.mk>
-GNU_CONFIGURE= true
-
.if ${PORT_OPTIONS:MSASL}
PKGNAMESUFFIX+= -sasl
-LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
-CONFIGURE_ARGS+= --with-sasl=${LOCALBASE}
.endif
-.if ${PORT_OPTIONS:MMYSQL}
-USE_MYSQL= yes
-PLIST_SUB+= MYSQL=""
-.else
-PLIST_SUB+= MYSQL="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MGEOIP}
-LIB_DEPENDS+= libGeoIP.so:${PORTSDIR}/net/GeoIP
-CONFIGURE_ARGS+= --with-GeoIP=${LOCALBASE}
-.endif
-
do-install:
.for i in radark ragraph rahosts raips raplot raports
@${REINPLACE_CMD} -e 's#/usr/bin/perl#${LOCALBASE}/bin/perl#' ${WRKSRC}/bin/$i
@@ -59,15 +50,20 @@
.for i in rasql rasqlinsert rasqltimeindex
${INSTALL_PROGRAM} ${WRKSRC}/bin/$i ${STAGEDIR}/${PREFIX}/bin/$i
.endfor
+.for i in rasql.1 rasqlinsert.1 rasqltimeindex.1
+ ${INSTALL_MAN} ${WRKSRC}/man/man1/$i ${STAGEDIR}/${PREFIX}/man/man1
+.endfor
.endif
.for i in radark ragraph rahosts raports
${INSTALL_SCRIPT} ${WRKSRC}/bin/$i ${STAGEDIR}/${PREFIX}/bin/$i
.endfor
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}/${DOCSDIR}/
.for i in AUTHORS CHANGES CREDITS ChangeLog INSTALL \
MANIFEST README VERSION
${INSTALL_DATA} ${WRKSRC}/$i ${STAGEDIR}/${DOCSDIR}
.endfor
+.endif
.for i in ra.1 rabins.1 racluster.1 raconvert.1 racount.1 radump.1 raevent.1 \
rafilteraddr.1 ragraph.1 ragrep.1 rahisto.1 ralabel.1 ranonymize.1 \
rapath.1 rapolicy.1 rasort.1 rasplit.1 rastream.1 rastrip.1
@@ -79,17 +75,10 @@
.for i in radium.8
${INSTALL_MAN} ${WRKSRC}/man/man8/$i ${STAGEDIR}/${PREFIX}/man/man8
.endfor
-.if ${PORT_OPTIONS:MMYSQL}
-.for i in rasql.1 rasqlinsert.1 rasqltimeindex.1
- ${INSTALL_MAN} ${WRKSRC}/man/man1/$i ${STAGEDIR}/${PREFIX}/man/man1
-.endfor
-.endif
-
${MKDIR} ${STAGEDIR}/${EXAMPLESDIR}
.for i in Config Database Startup System
${MKDIR} ${STAGEDIR}/${EXAMPLESDIR}/$i
.endfor
-
.for i in delegated-ipv4-latest excel.rc iana-address-file \
iana-ipv4-address iana-multicast-address iana-port-numbers \
racluster.conf radium.conf ragetcountrycodes.sh ralabel.conf \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 14, 2:54 AM (10 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29647735
Default Alt Text
D1479.id3086.diff (2 KB)
Attached To
Mode
D1479: net-mgmt/argus3-clients: Convert to OPTIONSNG
Attached
Detach File
Event Timeline
Log In to Comment