diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-14 19:01:15 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-14 19:01:15 +0000 |
commit | 25279ee6a3b947a3a7c5282b45df03e0916a26c0 (patch) | |
tree | aea8d735e12d514b3b59820900ae00b282189c7f /net-mgmt/pmacct | |
parent | 3868dabf56549499afd40c1894cfcf5a898f4af5 (diff) | |
download | ports-25279ee6a3b947a3a7c5282b45df03e0916a26c0.tar.gz ports-25279ee6a3b947a3a7c5282b45df03e0916a26c0.zip |
Notes
Diffstat (limited to 'net-mgmt/pmacct')
-rw-r--r-- | net-mgmt/pmacct/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/pmacct/distinfo | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index 7bd0c97f3d08..64a6c53aa630 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pmacct -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= net-mgmt MASTER_SITES= http://www.ba.cnr.it/~paolo/pmacct/ @@ -31,6 +31,10 @@ CONFIGURE_ARGS+= --disable-pgsql PLIST_SUB+= WITH_PGSQL="@comment " .endif +.if defined(WITH_MMAP) +CONFIGURE_ARGS+=--enable-mmap +.endif + GNU_CONFIGURE= yes GNUCONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/net-mgmt/pmacct/distinfo b/net-mgmt/pmacct/distinfo index aa6e6744a342..21fbd7d1535a 100644 --- a/net-mgmt/pmacct/distinfo +++ b/net-mgmt/pmacct/distinfo @@ -1,2 +1,2 @@ -MD5 (pmacct-0.7.0.tar.gz) = 02b7e756638da1100a25fe449faae1ed -SIZE (pmacct-0.7.0.tar.gz) = 155161 +MD5 (pmacct-0.7.1.tar.gz) = 5fa26df1d70f6895453ad72a6d039545 +SIZE (pmacct-0.7.1.tar.gz) = 159832 |