On Sat, Mar 09, 2013 at 04:53:10PM +0100, Thomas Pfaff wrote: > On Sat, 9 Mar 2013 15:34:20 +0000 > Stuart Henderson <s...@spacehopper.org> wrote: > > > On 2013/03/09 16:28, Thomas Pfaff wrote: > > > A parallel implementation of gzip for modern multi-processor, > > > multi-core machines -- http://zlib.net/pigz/ > > > > > > $ time pigz foo.tar > > > 0m7.54s real 0m28.43s user 0m1.48s system > > > > > > $ time gzip foo.tar > > > 0m29.03s real 0m26.71s user 0m0.83s system > > > > > > I hope I got all the port bits right. > > > > > > Mmkay? > > > > No rcs id comment line in Makefile > > > > Please zap all PERMIT_* lines except PERMIT_PACKAGE_CDROM > > > > There. > > So are PERMIT_* lines not supposed to be there when you're not > sure, rather than saying e.g. "PERMIT_DISTFILES_FTP = unsure"? > > Thanks.
No, you should read the ports ml, or bsd.port.mk(5). PERMIT_PACKAGE_CDROM=Yes tends to imply that all the rest should be Yes as well (actually, it's the case for all but 3 ports in the tree) So bsd.port.mk now carries out that implication. Read the source.