diff options
author | agc <agc@pkgsrc.org> | 1999-04-13 08:44:00 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-04-13 08:44:00 +0000 |
commit | 75f67407927c91ca70ea4ef1e8a48628c874a543 (patch) | |
tree | d33db7a40c37a1c07cb37a98b33c25088ac76b88 /cross | |
parent | ceb1a17c6fa75c056b95e2f6eba838f2d106ab89 (diff) | |
download | pkgsrc-75f67407927c91ca70ea4ef1e8a48628c874a543.tar.gz |
Bug-fix release:
+ Fix the password routines to use thread-safe functions (getpwnam_r,
getpwent_r, getpwuid_r)
+ Use the ${INSTALL} definition from Makefile.inc rather than install
+ Install make as bmake
This fixes a segmentation violation on Sparc. i386 still has problems.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/zoularis/Makefile | 4 | ||||
-rw-r--r-- | cross/zoularis/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cross/zoularis/Makefile b/cross/zoularis/Makefile index 0e70e3d025d..f06ddfe486c 100644 --- a/cross/zoularis/Makefile +++ b/cross/zoularis/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 1999/04/12 14:54:00 agc Exp $ +# $NetBSD: Makefile,v 1.6 1999/04/13 08:44:00 agc Exp $ # -DISTNAME= zoularis-19990412 +DISTNAME= zoularis-19990413 CATEGORIES= cross MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/cross/zoularis/files/md5 b/cross/zoularis/files/md5 index 7b9f2ea339c..1add61735f3 100644 --- a/cross/zoularis/files/md5 +++ b/cross/zoularis/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.5 1999/04/12 14:54:00 agc Exp $ +$NetBSD: md5,v 1.6 1999/04/13 08:44:00 agc Exp $ -MD5 (zoularis-19990412.tar.gz) = 97fc9643ddcc86b8fd2d9ff7d42d147b +MD5 (zoularis-19990413.tar.gz) = 40c83c4525bf0497c656e3245375c4a1 |