While building NanoBSD image it is suitable to use prepackaged software and install packages to Nano's chroot area using just simple command like 'cd Pkg; pkg_add -F *' However, ng_ipacct port refuses to 'make package' and if we try to use 'pkg_create -b' we obtain a package that cannot be installed with pkg_add later because pkg_add first unpacks package to temporary area and then moves files to their place; pkg-plist of ng_ipacct contains a record like '/boot/kernel/ng_ipacct.ko', its leading '/' breaks this mechanics. Fix: Lets make it possible to 'make package' when caller known what he is doing and lets not break later pkg_add: How-To-Repeat: cd /usr/ports/net-mgmt/ng_ipacct make install pkg_create -b ng_ipacct-20050731_2 make deinstall pkg_add -v ng_ipacct-20050731_2.tbz
Responsible Changed From-To: freebsd-ports-bugs->skv Over to maintainer
Hi! Maintainer timeout has occurred for this PR a year ago, hasn't it? Eugene Grosbein
Hi! It's 14 months long maintainer timeout for this ports PR, shouldn't the patch be committed at last? Please :-) Eugene Grosbein
skv 2008-06-02 16:27:40 UTC FreeBSD ports repository Modified files: net-mgmt/ng_ipacct Makefile net-mgmt/ng_ipacct/files ng_ipacct.conf Log: * add new example to ng_ipacct.conf [1] * skip NO_PACKAGE if PACKAGE_BUILDING is defined [1] * minor clean PR: ports/105597 Submitted by: Eugene Grosbein <eugen xx kuzbass.ru> Revision Changes Path 1.9 +5 -2 ports/net-mgmt/ng_ipacct/Makefile 1.5 +75 -7 ports/net-mgmt/ng_ipacct/files/ng_ipacct.conf _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Finally committed :)