diff options
author | mjl <mjl@pkgsrc.org> | 1999-10-15 23:51:31 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 1999-10-15 23:51:31 +0000 |
commit | f4cbb285a70b28c6d85208ef482f87c3bb5c68a8 (patch) | |
tree | eb75d6b0461497122fbcf07fbb80bd8d9711a725 /devel | |
parent | 395c6d2d92db0942d9c5049cef3fae0ab3869b5d (diff) | |
download | pkgsrc-f4cbb285a70b28c6d85208ef482f87c3bb5c68a8.tar.gz |
Update to 1.3.9. Changes are bugfixes only.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libslang/Makefile | 6 | ||||
-rw-r--r-- | devel/libslang/files/md5 | 4 | ||||
-rw-r--r-- | devel/libslang/files/patch-sum | 4 | ||||
-rw-r--r-- | devel/libslang/patches/patch-ac | 10 |
4 files changed, 12 insertions, 12 deletions
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile index fbda4a62ab2..6dc35c658a8 100644 --- a/devel/libslang/Makefile +++ b/devel/libslang/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 1999/07/22 07:01:20 mycroft Exp $ +# $NetBSD: Makefile,v 1.15 1999/10/15 23:51:31 mjl Exp $ # FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:41 max Exp # -DISTNAME= slang-1.3.8 -PKGNAME= libslang-1.3.8 +DISTNAME= slang-1.3.9 +PKGNAME= libslang-1.3.9 CATEGORIES= devel MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v1.3/ \ http://gd.tuwien.ac.at/editors/davis/slang/v1.3/ diff --git a/devel/libslang/files/md5 b/devel/libslang/files/md5 index 7b4a3092f6c..a33973f6041 100644 --- a/devel/libslang/files/md5 +++ b/devel/libslang/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.5 1999/07/22 07:01:21 mycroft Exp $ +$NetBSD: md5,v 1.6 1999/10/15 23:51:32 mjl Exp $ -MD5 (slang-1.3.8.tar.gz) = 78c8e6dddbee362e356eaf2bb16770b7 +MD5 (slang-1.3.9.tar.gz) = cb7046633520f0ada2cfff312f46aa8e diff --git a/devel/libslang/files/patch-sum b/devel/libslang/files/patch-sum index 942931d68e2..27bf23d56a3 100644 --- a/devel/libslang/files/patch-sum +++ b/devel/libslang/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.3 1999/09/20 18:43:58 tron Exp $ +$NetBSD: patch-sum,v 1.4 1999/10/15 23:51:32 mjl Exp $ MD5 (patch-aa) = a5aae8da3c26b8f2cfcc6a284c23edd5 -MD5 (patch-ac) = 3193f6001056058f4aa9b71b1b97c6d0 +MD5 (patch-ac) = 40230c6f41113da3127bb2b4465252b9 diff --git a/devel/libslang/patches/patch-ac b/devel/libslang/patches/patch-ac index 3f688697f55..f416f047d4f 100644 --- a/devel/libslang/patches/patch-ac +++ b/devel/libslang/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.1 1998/10/04 15:59:44 tv Exp $ +$NetBSD: patch-ac,v 1.2 1999/10/15 23:51:32 mjl Exp $ ---- src/slang.h.orig Sun Oct 4 11:58:47 1998 -+++ src/slang.h Sun Oct 4 11:59:07 1998 -@@ -22,6 +22,11 @@ +--- src/slang.h.orig Thu Sep 23 09:25:59 1999 ++++ src/slang.h Sat Oct 16 01:34:16 1999 +@@ -24,6 +24,11 @@ # endif #endif /* __watcomc__ */ @@ -11,6 +11,6 @@ $NetBSD: patch-ac,v 1.1 1998/10/04 15:59:44 tv Exp $ +#define unix 1 +#endif + - #ifdef unix + #if defined(unix) || defined(__unix) # ifndef __unix__ # define __unix__ 1 |