- Fix 'make deinstall' when NOPORTEXAMPLES is defined Port maintainer (bg1tpt@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 How-To-Repeat: % cd /usr/ports/databases/rrdtool % make NOPORTEXAMPLES=yes install ... % make NOPORTEXAMPLES=yes deinstall ===> Deinstalling for databases/rrdtool ===> Deinstalling rrdtool-1.4.2 pkg_delete: file '/usr/local/share/rrdtool/examples/rrdcached' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/share/rrdtool/examples/rrdcached' pkg_delete: file '/usr/local/share/rrdtool/examples' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/share/rrdtool/examples' pkg_delete: file '/usr/local/share/rrdtool' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/share/rrdtool' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?)
Maintainer of databases/rrdtool, Please note that PR ports/144850 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144850 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
State Changed From-To: feedback->open Maintainer was reset.
Responsible Changed From-To: freebsd-ports-bugs->sylvio I'll take it.
sylvio 2010-04-26 22:47:08 UTC FreeBSD ports repository Modified files: databases/rrdtool Makefile distinfo pkg-plist databases/rrdtool/files patch-bindings-Makefile.in patch-doc-Makefile.in patch-examples-Makefile.in patch-src-rrd_open.c Log: - Fix of 'make deinstall' when NOPORTEXAMPLES is defined [1] - Update to 1.4.3 [2] PR: ports/144850 [1] ports/146052 [2] Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Revision Changes Path 1.94 +15 -15 ports/databases/rrdtool/Makefile 1.41 +3 -3 ports/databases/rrdtool/distinfo 1.9 +5 -6 ports/databases/rrdtool/files/patch-bindings-Makefile.in 1.6 +3 -3 ports/databases/rrdtool/files/patch-doc-Makefile.in 1.7 +3 -3 ports/databases/rrdtool/files/patch-examples-Makefile.in 1.3 +3 -3 ports/databases/rrdtool/files/patch-src-rrd_open.c 1.30 +6 -5 ports/databases/rrdtool/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"
State Changed From-To: open->closed Committed. Thanks!