[77739] trunk/base/src/port1.0/portinstall.tcl
Daniel J. Luke
dluke at geeklair.net
Mon Apr 11 06:49:51 PDT 2011
On Apr 10, 2011, at 9:31 PM, jmr at macports.org wrote:
>
> + set qflag ""
> + # should probably really check if this is supported by tar at configure time
> + if {([option os.major] >= 10 && [option os.platform] == "darwin") || [string match *bsd [option os.platform]]} {
> + set qflag "q"
> + }
You could use the test from line 937 of aclocal.m4 to make a new test for this pretty easily. That's where the test for --no-same-owner support is.
(Although I think we also check for TAR vs GNUTAR in configure already, so there might even be something simpler).
--
Daniel J. Luke
+========================================================+
| *---------------- dluke at geeklair.net ----------------* |
| *-------------- http://www.geeklair.net -------------* |
+========================================================+
| Opinions expressed are mine and do not necessarily |
| reflect the opinions of my employer. |
+========================================================+
More information about the macports-dev
mailing list