Bug 127165 - Allow ${TAR} to be overridden in print/ghostscript8
Summary: Allow ${TAR} to be overridden in print/ghostscript8
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: Document Engineering Group (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-07 03:00 UTC by Adam Weinberger
Modified: 2008-10-05 04:20 UTC (History)
0 users

See Also:


Attachments
file.diff (623 bytes, patch)
2008-09-07 03:00 UTC, Adam Weinberger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!