While I was updating several qt4 ports thru portmaster, I noticed that portmaster was unable to build a complete package for some of them due to missing share/nls/POSIX and share/nls/en_US.US-ASCII files. After reviewing the install phase of these ports, I was able to determine that the ports were not responsible for the creation of these files. Actually these files are created by install-mtree (bsd.port.mk) as symbolic links to share/nls/C. I then greped the ports collection, and found several ports had incorrectly included share/nls/POSIX and share/nls/en_US.US-ASCII in their pkg-plist. chinese/qt4-codecs-cn chinese/qt4-codecs-tw deskutils/katapult deskutils/kmatrix3d devel/check devel/cunit devel/libcheck devel/nant devel/qt4-moc devel/qt4-rcc devel/qt4-uic devel/qt4-uic3 finance/ledgersmb graphics/ivtools japanese/qt4-codecs-jp korean/qt4-codecs-kr lang/gambc mail/ilohamail-devel mail/james misc/qt4-doc net/yate-devel net-mgmt/fruity net-p2p/rblibtorrent textproc/xaira www/apache-forrest www/raqdevil x11/e17-module-uptime Fix: The attached patch removes the POSIX and en_US.US-ASCII from the pkg-plist of the affected ports. Patch attached with submission follows: How-To-Repeat: Build any two of the above ports, then uninstall them.
Responsible Changed From-To: freebsd-ports-bugs->novel Over to maintainer (via the GNATS Auto Assign Tool)
I just noticed that this PR was submitted with the wrong Synopsis. It should have read: [patch] missing POSIX and en_US.US-ASCII in PREFIX/share/nls/ This PR has nothing to do with ftp/wzdftpd. Please reassign to the appropriate individual. Thanks, Scot
Responsible Changed From-To: novel->freebsd-ports-bugs Fix synopsis line and push back to the pool.
State Changed From-To: open->closed I have committed the changes similar to your patch, according to the grepping of the current cvsup tree. If I missed some port, please feel free to let me know directly.
pav 2008-03-14 16:00:08 UTC FreeBSD ports repository Modified files: deskutils/katapult pkg-plist deskutils/kmatrix3d pkg-plist devel/check pkg-plist devel/cunit pkg-plist devel/libcheck pkg-plist devel/nant pkg-plist finance/ledgersmb pkg-plist graphics/ivtools pkg-plist lang/gambc pkg-plist mail/ilohamail-devel pkg-plist mail/james pkg-plist net/yate-devel pkg-plist net-mgmt/fruity pkg-plist net-p2p/rblibtorrent pkg-plist textproc/xaira pkg-plist www/apache-forrest pkg-plist www/raqdevil pkg-plist Log: - Stop packaging mtree symlinks PR: ports/121691 Submitted by: Scot Hetzel <swhetzel@gmail.com> Revision Changes Path 1.3 +0 -2 ports/deskutils/katapult/pkg-plist 1.2 +0 -2 ports/deskutils/kmatrix3d/pkg-plist 1.3 +0 -2 ports/devel/check/pkg-plist 1.2 +0 -2 ports/devel/cunit/pkg-plist 1.6 +0 -2 ports/devel/libcheck/pkg-plist 1.6 +0 -2 ports/devel/nant/pkg-plist 1.2 +0 -3 ports/finance/ledgersmb/pkg-plist 1.11 +0 -2 ports/graphics/ivtools/pkg-plist 1.2 +0 -2 ports/lang/gambc/pkg-plist 1.6 +0 -2 ports/mail/ilohamail-devel/pkg-plist 1.2 +0 -2 ports/mail/james/pkg-plist 1.3 +0 -2 ports/net-mgmt/fruity/pkg-plist 1.8 +0 -2 ports/net-p2p/rblibtorrent/pkg-plist 1.3 +1 -3 ports/net/yate-devel/pkg-plist 1.2 +0 -2 ports/textproc/xaira/pkg-plist 1.4 +1 -3 ports/www/apache-forrest/pkg-plist 1.5 +0 -2 ports/www/raqdevil/pkg-plist _______________________________________________ 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"