During port deinstall you can see the following message: Deleting diablo-jdk-1.6.0.07.02_12 pkg_delete: file '/usr/local/diablo-jdk1.6.0/jre/lib/applet' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/diablo-jdk1.6.0/jre/lib/applet' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) I don't know if this directory should be there (I have it on none of my servers). - If no the line can be removed - If not always use @dirrmtry. - If yes then it should be created with "@exec mkdir -p diablo-jdk%%JDK_VERSION%%/jre/lib/applet".
glewis 2011-09-04 17:55:09 UTC FreeBSD ports repository Modified files: java/diablo-jdk16 pkg-plist java/diablo-jre16 pkg-plist Log: . Use dirrmtry on the lib/applet directory since the amd64 tarballs don't include it (i386 does). PR: 155107 Submitted by: ohauer@ Revision Changes Path 1.10 +1 -1 ports/java/diablo-jdk16/pkg-plist 1.10 +1 -1 ports/java/diablo-jre16/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!