FreeBSD 6.3/amd64: ng_ipacct "Depends on kernel" ?? why? when?

Eugene Kazarinov kamuzon at milshop.ru
Thu Aug 7 01:19:44 UTC 2008


Ok
Let's see


There is
/usr/ports/net-mgmt/ng_ipacct/Makefile

"old" version is
# $FreeBSD: ports/net-mgmt/ng_ipacct/Makefile,v 1.9 2008/06/02 16:27:40 skv
Exp $
and containts these lines

.ifndef PACKAGE_BUILDING
NO_PACKAGE=     "Depends on kernel"
.endif


last version is
# $FreeBSD: ports/net-mgmt/ng_ipacct/Makefile,v 1.10 2008/08/05 07:19:31
erwin Exp $
and containts these lines

.ifndef PACKAGE_BUILDING
IGNORE=         "Depends on kernel"
.endif


Should I change IGNORE to NO_PACKAGE and it should works fine for me? Or
something would wrong?


More information about the freebsd-stable mailing list