Bug 105597 - [patch] make ports/net-mgmt/ng_ipacct NanoBSD-friendly
Summary: [patch] make ports/net-mgmt/ng_ipacct NanoBSD-friendly
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: skv
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-16 06:20 UTC by Eugene Grosbein
Modified: 2008-06-02 17:50 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (431 bytes, patch)
2006-11-16 06:20 UTC, Eugene Grosbein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Grosbein 2006-11-16 06:20:02 UTC
	
	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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-16 06:20:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skv

Over to maintainer
Comment 2 Eugene Grosbein 2007-11-25 08:33:51 UTC
Hi!

Maintainer timeout has occurred for this PR a year ago, hasn't it?

Eugene Grosbein
Comment 3 Eugene Grosbein 2008-01-10 18:32:41 UTC
Hi!

It's 14 months long maintainer timeout for this ports PR,
shouldn't the patch be committed at last? Please :-)

Eugene Grosbein
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-06-02 17:27:49 UTC
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"
Comment 5 skv freebsd_committer freebsd_triage 2008-06-02 17:28:01 UTC
State Changed
From-To: open->closed

Finally committed :)