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
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"
State Changed From-To: open->closed Committed. Thanks!