Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 2008 05:19:43 +0400
From:      "Eugene Kazarinov" <kamuzon@milshop.ru>
To:        "FreeBSD Stable" <freebsd-stable@freebsd.org>
Subject:   Re: FreeBSD 6.3/amd64: ng_ipacct "Depends on kernel" ?? why? when?
Message-ID:  <519867a90808061819h15e0094cv824256e38684bce1@mail.gmail.com>
In-Reply-To: <519867a90808061751y566ea52y983c626f80fd87ac@mail.gmail.com>
References:  <519867a90808061700i677df5e8u221fe39de2fd3e1@mail.gmail.com> <519867a90808061751y566ea52y983c626f80fd87ac@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?519867a90808061819h15e0094cv824256e38684bce1>