Bug 110981

Summary: [Patch] Better cleanup on deinstallation for foomatic-db
Product: Ports & Packages Reporter: Michael Nottebrock <lofi>
Component: Individual Port(s)Assignee: Jose Alonso Cardenas Marquez <acm>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
foomatic-db-2.diff none

Description Michael Nottebrock freebsd_committer freebsd_triage 2007-03-28 20:50:07 UTC
	foomatic-db checks for a CUPS installation and, if found,
	creates a symlink to its PPD archive in the shared cups
	PPD directory. This symbolic link needs to be cleaned up
	on deinstallation or else it will be left dangling and cause
	creation of a recursive symlink within the foomatic-db PPD
	directory upon subsequent reinstallation.

	Additionally, $PREFIX/share/foomatic should be removed 
	via @dirrmtry, since other ports may also install files
	and directories into that location (for example foomatic-db-
	engine).
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-03-28 21:40:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->acm

Over to maintainer.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-29 18:51:14 UTC
lofi        2007-03-29 17:51:04 UTC

  FreeBSD ports repository

  Modified files:
    print/foomatic-db    pkg-plist 
  Added files:
    print/foomatic-db/files patch-Makefile.in 
  Log:
  Clean up symlinks on deinstallation and work around hitting maxargs
  during installation.
  
  PR:     ports/110974, ports/110981
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.1       +13 -0     ports/print/foomatic-db/files/patch-Makefile.in (new)
  1.15      +2 -1      ports/print/foomatic-db/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 3 Michael Nottebrock freebsd_committer freebsd_triage 2007-03-29 18:51:57 UTC
State Changed
From-To: open->closed

Committed.