aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/ng_ipacct
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-04-25 01:00:20 +0800
committereadler <eadler@FreeBSD.org>2013-04-25 01:00:20 +0800
commitebca0ffaf4d914a9e521c8f376a35f55c4df20de (patch)
treedffb4f0deb90ed48e47d46f386b221afa251431e /net-mgmt/ng_ipacct
parent9f711d4598276410eab008ec1072e8f69e118b1e (diff)
downloadfreebsd-ports-gnome-ebca0ffaf4d914a9e521c8f376a35f55c4df20de.tar.gz
freebsd-ports-gnome-ebca0ffaf4d914a9e521c8f376a35f55c4df20de.tar.zst
freebsd-ports-gnome-ebca0ffaf4d914a9e521c8f376a35f55c4df20de.zip
For some unmaintained ports:
- fix format for pkg-descr - convert to OptionsNG - remove logic for older versions of python which we no longer support - remove option for old versions of FreeBSD - unconditionally set PORTDOCS - etc. Reviewed by: jgh
Diffstat (limited to 'net-mgmt/ng_ipacct')
-rw-r--r--net-mgmt/ng_ipacct/Makefile9
-rw-r--r--net-mgmt/ng_ipacct/pkg-descr3
2 files changed, 2 insertions, 10 deletions
diff --git a/net-mgmt/ng_ipacct/Makefile b/net-mgmt/ng_ipacct/Makefile
index 07ee11c325ab..01ddcf5d464b 100644
--- a/net-mgmt/ng_ipacct/Makefile
+++ b/net-mgmt/ng_ipacct/Makefile
@@ -16,8 +16,6 @@ NO_PACKAGE= Depends on kernel
IGNORE= Depends on kernel
.endif
-OPTIONS= MEM_ZONE "Use UMA zone allocator (>= 5.x only)" on
-
KMODDIR= /boot/modules
PLIST_SUB+= KMODDIR=${KMODDIR:S!^/!!}
@@ -29,12 +27,7 @@ MANCOMPRESSED= yes
USE_RC_SUBR= ng_ipacct
SUB_FILES= pkg-message
-
-.include <bsd.port.pre.mk>
-
-.ifdef WITH_MEM_ZONE
CFLAGS+= -DMEM_USE_ZONE
-.endif
post-extract:
@${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC}
@@ -46,4 +39,4 @@ post-install:
${PREFIX}/etc/ng_ipacct.conf.sample
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/net-mgmt/ng_ipacct/pkg-descr b/net-mgmt/ng_ipacct/pkg-descr
index 3218be96168a..e8cbde3c333d 100644
--- a/net-mgmt/ng_ipacct/pkg-descr
+++ b/net-mgmt/ng_ipacct/pkg-descr
@@ -15,5 +15,4 @@ Also, effective user ID of relevant process and timestamp can be saved.
CPU overhead is minimal because ng_ipacct works at kernel level.
-Author: Roman V. Palagin <romanp@unshadow.net>
-WWW: ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/kernel/ng_ipacct/
+WWW: ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/kernel/ng_ipacct/