diff options
author | krion <krion@FreeBSD.org> | 2010-05-17 16:50:20 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2010-05-17 16:50:20 +0800 |
commit | 8a6a169fadef166b71e605a5b750fb25b42ae553 (patch) | |
tree | 16d7432412c4c149a4bacee3faa0bd30d32d6a26 /net-mgmt | |
parent | b9e8b00663f26e76f5f136adb3bdf48942b03c09 (diff) | |
download | freebsd-ports-graphics-8a6a169fadef166b71e605a5b750fb25b42ae553.tar.gz freebsd-ports-graphics-8a6a169fadef166b71e605a5b750fb25b42ae553.tar.zst freebsd-ports-graphics-8a6a169fadef166b71e605a5b750fb25b42ae553.zip |
Update to 0.12.1
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/pmacct/Makefile | 9 | ||||
-rw-r--r-- | net-mgmt/pmacct/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/pmacct/pkg-plist | 6 |
3 files changed, 17 insertions, 4 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index 1e2aecda9b8..5ee9aa4059e 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pmacct -DISTVERSION= 0.11.6 +DISTVERSION= 0.12.1 CATEGORIES= net-mgmt MASTER_SITES= http://www.pmacct.net/ \ http://voodoo.bawue.com/download/ @@ -21,6 +21,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ OPTIONS= MYSQL "Enable MySQL support." Off \ PGSQL "Enable PostgreSQL support." Off \ SQLITE "Enable SQLite support." Off \ + THREADS "Enable multi-threading." Off \ MMAP "Enable mmap(2) support." On \ LAYER2 "Enable Layer-2 support: MAC Adresses and VLANs" On \ IPV6 "Enable IPv6 support." On @@ -75,6 +76,12 @@ CONFIGURE_ARGS+=--disable-ipv6 CONFIGURE_ARGS+=--enable-ipv6 .endif +.if defined(WITH_THREADS) +CONFIGURE_ARGS+=--enable-threads +.else +CONFIGURE_ARGS+=--disable-threads +.endif + post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure diff --git a/net-mgmt/pmacct/distinfo b/net-mgmt/pmacct/distinfo index 019aa1fd796..ae245c68500 100644 --- a/net-mgmt/pmacct/distinfo +++ b/net-mgmt/pmacct/distinfo @@ -1,3 +1,3 @@ -MD5 (pmacct-0.11.6.tar.gz) = e0f3bcba9a73b7a70bbf5a303cd22f77 -SHA256 (pmacct-0.11.6.tar.gz) = fd2411ef72310ff4d61dfbb9476064785637b556942ed38d071b7966000348bb -SIZE (pmacct-0.11.6.tar.gz) = 425807 +MD5 (pmacct-0.12.1.tar.gz) = 82f11cac3fb14fc7f4754918272f685f +SHA256 (pmacct-0.12.1.tar.gz) = e562a416b2483e4611764e9633e8b8b50b5ce008322f27994e6af6479a39f65a +SIZE (pmacct-0.12.1.tar.gz) = 530342 diff --git a/net-mgmt/pmacct/pkg-plist b/net-mgmt/pmacct/pkg-plist index e7e6321fa97..0b973a69fed 100644 --- a/net-mgmt/pmacct/pkg-plist +++ b/net-mgmt/pmacct/pkg-plist @@ -4,19 +4,25 @@ bin/pmacct sbin/nfacctd sbin/pmacctd sbin/sfacctd +sbin/uacctd %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/EXAMPLES %%PORTDOCS%%%%DOCSDIR%%/FAQS %%PORTDOCS%%%%DOCSDIR%%/README +%%EXAMPLESDIR%%/agent_to_peer.map %%EXAMPLESDIR%%/allow-list.example +%%EXAMPLESDIR%%/is_symmetric.map.example %%EXAMPLESDIR%%/gnuplot-example.sh %%EXAMPLESDIR%%/gnuplot.script.example +%%EXAMPLESDIR%%/lpref.map.example +%%EXAMPLESDIR%%/med.map.example %%EXAMPLESDIR%%/mrtg-example.sh %%EXAMPLESDIR%%/mrtg.conf.example %%EXAMPLESDIR%%/networks.lst.example %%EXAMPLESDIR%%/nfacctd-print.conf.example %%EXAMPLESDIR%%/nfacctd-sql_v1.conf.example %%EXAMPLESDIR%%/nfacctd-sql_v2.conf.example +%%EXAMPLESDIR%%/peers.map.example %%EXAMPLESDIR%%/pmacctd-imt.conf.example %%EXAMPLESDIR%%/pmacctd-multiple-plugins.conf.example %%EXAMPLESDIR%%/pmacctd-sql_v1.conf.example |