Bug 114445 - [maintainer update] www/cakephp: Changed the use of find/xargs to improve installation performance
Summary: [maintainer update] www/cakephp: Changed the use of find/xargs to improve ins...
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-09 16:20 UTC by Greg Larkin
Modified: 2007-07-09 19:10 UTC (History)
1 user (show)

See Also:


Attachments
cakephp-1.1.15.5144_1.patch (830 bytes, patch)
2007-07-09 16:20 UTC, Greg Larkin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Larkin 2007-07-09 16:20:01 UTC
The use of "find ... -print0/xargs -0 ..." is faster than
"find ... -print/xargs -n1 ...", so use that here to fix file
and directory permissions after installation.

Port maintainer (glarkin@sourcehosting.net) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-07-09 19:03:28 UTC
miwi        2007-07-09 18:03:21 UTC

  FreeBSD ports repository

  Modified files:
    www/cakephp          Makefile 
  Log:
  The use of "find ... -print0/xargs -0 ..." is faster than
  "find ... -print/xargs -n1 ...", so use that here to fix file
  and directory permissions after installation.
  
  PR:             114445
  Submitted by:   Greg Larkin <glarkin@sourcehosting.net> (maintainer)
  
  Revision  Changes    Path
  1.5       +3 -2      ports/www/cakephp/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 2 Martin Wilke freebsd_committer freebsd_triage 2007-07-09 19:03:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!