Bug 110974 - [Patch] foomatic-db fails to install due to maxargs limits
Summary: [Patch] foomatic-db fails to install due to maxargs limits
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: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-28 17:50 UTC by Michael Nottebrock
Modified: 2007-03-29 19:00 UTC (History)
0 users

See Also:


Attachments
foomatic-db.diff (842 bytes, patch)
2007-03-28 17:50 UTC, Michael Nottebrock
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Nottebrock freebsd_committer freebsd_triage 2007-03-28 17:50:02 UTC
	foomatic-db tries to install some 2000+ files with 'cp' and shell
	globbing.
	At least on my system, this is beyond what maxargs is set to 
	and thus fails.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-03-28 18:27:28 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:37 UTC
State Changed
From-To: open->closed

Committed.