Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 10/24/2000 22:47:14
Module Name: pkgsrc
Committed By: hubertf
Date: Tue Oct 24 19:47:14 UTC 2000
Modified Files:
pkgsrc/devel/patch: Makefile
Log Message:
Resolve chicken & egg problem when bootstrapping:
chicken == archivers/gtar-base (wants to apply patches)
egg == devel/patch (wants gtar to unpack)
Break out by using /usr/bin/tar if $GTAR is not installed.
Might be better in bsd.pkg.mk ...
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/patch/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.