diff options
author | agc <agc@pkgsrc.org> | 2000-01-04 12:06:58 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-01-04 12:06:58 +0000 |
commit | e399c10c50eed02b120f378a74f6f9197de1e309 (patch) | |
tree | 3da4b01c183efd14c1f0f593e9e43699e04ff1e5 | |
parent | bdf8a18920ebedc6411201825070ed48fd575293 (diff) | |
download | pkgsrc-e399c10c50eed02b120f378a74f6f9197de1e309.tar.gz |
Changes from Bernd Ernesti:
+ add VENDOR so you can change TNF to a different one without hacking
the source code
+ add the -t flag to transform the package into a compressed file.
This is a change from the current behaviour which always compresses
the file, but you have to uncompress and transform it when you want to
install packages with the OS.
+ add the -d flag to change /var/spool/pkg to a different directory,
this is also for the support to build packages directly on a machine
from which you install new machines.
+ ARCH=\"Sparc\" is wrong, it has to be ARCH=\"sparc\" otherwise an
installtion of an package during an OS install would fail
+ duplicate the PKG= line and rename it to PKGDIR=, otherwise an
installation during an OS installation fails when you forget to add
the package to a different file.
+ fix symlinks properly
-rw-r--r-- | pkgtools/gensolpkg/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/gensolpkg/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/gensolpkg/Makefile b/pkgtools/gensolpkg/Makefile index 9efa4d6ec98..86be9f5174c 100644 --- a/pkgtools/gensolpkg/Makefile +++ b/pkgtools/gensolpkg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 1999/11/30 13:14:56 agc Exp $ +# $NetBSD: Makefile,v 1.8 2000/01/04 12:06:58 agc Exp $ # -DISTNAME= gensolpkg-1.5 +DISTNAME= gensolpkg-1.6 CATEGORIES= pkgtools MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/pkgtools/gensolpkg/files/md5 b/pkgtools/gensolpkg/files/md5 index 3b71370027f..77b9bd9e954 100644 --- a/pkgtools/gensolpkg/files/md5 +++ b/pkgtools/gensolpkg/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.6 1999/11/30 13:14:57 agc Exp $ +$NetBSD: md5,v 1.7 2000/01/04 12:06:58 agc Exp $ -MD5 (gensolpkg-1.5.tar.gz) = 960239452535a6e7515e3d5b41f1a5dd +MD5 (gensolpkg-1.6.tar.gz) = 1c6ecfa0f18582acae765fcd85a763ce |