From 43e55b3fc492ea587fe59ead1a3973b2ccf9f0e8 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Mon, 17 May 2010 08:50:20 +0000 Subject: Update to 0.12.1 --- net-mgmt/pmacct/Makefile | 9 ++++++++- net-mgmt/pmacct/distinfo | 6 +++--- net-mgmt/pmacct/pkg-plist | 6 ++++++ 3 files changed, 17 insertions(+), 4 deletions(-) (limited to 'net-mgmt') diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index 1e2aecda9b84..5ee9aa4059e3 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 019aa1fd7967..ae245c685008 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 e7e6321fa975..0b973a69fedd 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 -- cgit v1.2.3