Bug 127165

Summary: Allow ${TAR} to be overridden in print/ghostscript8
Product: Ports & Packages Reporter: Adam Weinberger <adamw>
Component: Individual Port(s)Assignee: Document Engineering Group (Nobody) <doceng>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Adam Weinberger freebsd_committer freebsd_triage 2008-09-07 03:00:07 UTC
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.
Comment 1 Adam Weinberger freebsd_committer freebsd_triage 2008-09-07 03:00:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->doceng

Over to doceng.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-10-05 04:14:18 UTC
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"
Comment 3 Hiroki Sato freebsd_committer freebsd_triage 2008-10-05 04:16:41 UTC
State Changed
From-To: open->closed

Committed, thanks for your report!