Bug 155107 - [patch] port java/diablo-jdk16 small cosmetic fix for pkg-plist
Summary: [patch] port java/diablo-jdk16 small cosmetic fix for pkg-plist
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: java (show other bugs)
Version: 1.0-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-java (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-28 00:10 UTC by Olli Hauer
Modified: 2011-09-04 19:00 UTC (History)
1 user (show)

See Also:


Attachments
diablo-jdk16.diff (670 bytes, patch)
2011-02-28 00:10 UTC, Olli Hauer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer freebsd_committer freebsd_triage 2011-02-28 00:10:10 UTC
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".
Comment 1 dfilter service freebsd_committer freebsd_triage 2011-09-04 18:55:25 UTC
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"
Comment 2 Greg Lewis freebsd_committer freebsd_triage 2011-09-04 18:55:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!