Bug 162408 - [patch] empty directory not preserved in package for www/firefox36
Summary: [patch] empty directory not preserved in package for www/firefox36
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: freebsd-gecko (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-09 16:40 UTC by 4720@hushmail.com
Modified: 2011-11-27 14:00 UTC (History)
0 users

See Also:


Attachments
file.diff (637 bytes, patch)
2011-11-09 16:40 UTC, 4720@hushmail.com
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description 4720@hushmail.com 2011-11-09 16:40:08 UTC
directory created by make install with no files, so is not preserved in package, leading to plist errors when using package and deinstalling/upgrading.

pkg_delete: file '/usr/local/include/firefox3/nss' doesn't exist
pkg_delete: unable to completely remove directory '/usr/local/include/firefox3/nss'
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)

Fix: attached patch manually creates directory to ensure its existence.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-11-09 16:52:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gecko

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-11-27 13:57:27 UTC
beat        2011-11-27 13:56:57 UTC

  FreeBSD ports repository

  Modified files:
    www/firefox36        Makefile 
  Log:
  - Create empty directory missing from package
  
  PR:             ports/162408
  Submitted by:   <4720 AT hushmail.com>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.250     +1 -0      ports/www/firefox36/Makefile
_______________________________________________
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 3 Beat Gaetzi freebsd_committer freebsd_triage 2011-11-27 13:57:32 UTC
State Changed
From-To: open->closed

Committed. Thanks!