If you've overridden ${TAR} (say, to add other options), the invocation in the port Makefile has to be ${TAR} -options. If the Makefile uses ${TAR} options (i.e., no hyphen), tar freaks out. Attached patch simply adds hyphens before the options, and allows ${TAR} to be overridden in, for example, /etc/make.conf. Fix: It's been a very long time since I've sent a PR. If I'm putting the patch in wrong, I apologize in advance.
Responsible Changed From-To: freebsd-ports-bugs->doceng Over to doceng.
hrs 2008-10-05 03:14:05 UTC FreeBSD ports repository Modified files: print/ghostscript8 Makefile Log: Add a hyphen to ${TAR}'s option. It is useful when ${TAR} is overridden by the user. Submitted by: adamw PR: ports/127165 Revision Changes Path 1.176 +2 -2 ports/print/ghostscript8/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 for your report!