summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorfredb <fredb>2001-02-05 17:30:07 +0000
committerfredb <fredb>2001-02-05 17:30:07 +0000
commit3b7b30e849de7114c205cad9b95a7f98d8e7c63f (patch)
treeeb899a6dc11c5a4bbaa3804fbc56681d974c35fd /devel
parent841e27108bf8c0de0baf432ac65a9900db69d724 (diff)
downloadpkgsrc-3b7b30e849de7114c205cad9b95a7f98d8e7c63f.tar.gz
Update slang to 1.4.3, and update the homepage URL. From the announcement
on usenet: Version 1.4.3 is primarily a bug-fix release, and will probably be the last release in the 1.x series. It is time to move on to v2.x. In fact, v1.4.3 adds DESTDIR support, and extends the ABI. The change log given in the announcement is too long and detailed to included here. Please refer to <URL:news:slrn97ou3d.87i.davis@aluche.mit.edu>, available at your nearest usenet archive, for details.
Diffstat (limited to 'devel')
-rw-r--r--devel/libslang/Makefile6
-rw-r--r--devel/libslang/files/md54
-rw-r--r--devel/libslang/files/patch-sum4
-rw-r--r--devel/libslang/patches/patch-aa34
4 files changed, 24 insertions, 24 deletions
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile
index 7fc97cee0ea..326cef3893e 100644
--- a/devel/libslang/Makefile
+++ b/devel/libslang/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.24 2001/01/28 15:48:56 pooka Exp $
+# $NetBSD: Makefile,v 1.25 2001/02/05 17:30:07 fredb Exp $
# FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:41 max Exp
#
-DISTNAME= slang-1.4.2
+DISTNAME= slang-1.4.3
PKGNAME= lib${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v1.4/ \
http://gd.tuwien.ac.at/editors/davis/slang/v1.4/
MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://space.mit.edu/~davis/slang/
+HOMEPAGE= http://www.s-lang.org/
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
diff --git a/devel/libslang/files/md5 b/devel/libslang/files/md5
index 0340255d251..08fb04c0e7c 100644
--- a/devel/libslang/files/md5
+++ b/devel/libslang/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.10 2000/08/22 12:13:48 mjl Exp $
+$NetBSD: md5,v 1.11 2001/02/05 17:30:09 fredb Exp $
-MD5 (slang-1.4.2.tar.gz) = 81f769cb2ff1fb3dbe28bd58866e07c4
+MD5 (slang-1.4.3.tar.gz) = ca3935ebf5616a9f2406a0e9ce2e9491
diff --git a/devel/libslang/files/patch-sum b/devel/libslang/files/patch-sum
index 775c08b8ab3..ae8f8552b59 100644
--- a/devel/libslang/files/patch-sum
+++ b/devel/libslang/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.8 2000/06/28 23:18:30 wiz Exp $
+$NetBSD: patch-sum,v 1.9 2001/02/05 17:30:09 fredb Exp $
-MD5 (patch-aa) = 300a4208ccac4bc3359360e2441c5dce
+MD5 (patch-aa) = 6f2e3dd426cfb0101126dbf941b5baad
MD5 (patch-ac) = 4c081308e73f2d4375206d113626acb8
diff --git a/devel/libslang/patches/patch-aa b/devel/libslang/patches/patch-aa
index 7b462779d75..99f5e368a60 100644
--- a/devel/libslang/patches/patch-aa
+++ b/devel/libslang/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.12 2000/06/28 23:18:30 wiz Exp $
+$NetBSD: patch-aa,v 1.13 2001/02/05 17:30:09 fredb Exp $
---- src/Makefile.in.orig Sun Apr 23 05:57:42 2000
-+++ src/Makefile.in Thu Jun 29 01:06:01 2000
+--- src/Makefile.in.orig Sat Feb 3 15:08:25 2001
++++ src/Makefile.in Sat Feb 3 22:18:17 2001
@@ -2,9 +2,9 @@
#---------------------------------------------------------------------------
# ANSI C compiler
@@ -27,12 +27,12 @@ $NetBSD: patch-aa,v 1.12 2000/06/28 23:18:30 wiz Exp $
exec_prefix = @exec_prefix@
install_lib_dir = @libdir@
install_include_dir = @includedir@
--install_doc_dir = $(prefix)/doc/slang/@slang_version@
+-install_doc_dir = $(prefix)/doc/slang
+install_doc_dir = $(prefix)/share/doc/slang
DOC_FILES = ../changes.txt ../COPY* ../doc/slangdoc.html ../doc/text/*.txt
+ MODULE_INSTALL_DIR = @libdir@/slang/modules
#---------------------------------------------------------------------------
- # Misc commands (safe to leave these untouched)
-@@ -69,7 +69,7 @@
+@@ -78,7 +78,7 @@
ELFCOMPILE_CMD = $(ELF_CC) -c $(ALL_ELF_CFLAGS)
ELF_LINK_CMD = @ELF_LINK_CMD@
@@ -41,7 +41,7 @@ $NetBSD: patch-aa,v 1.12 2000/06/28 23:18:30 wiz Exp $
OBJDIR_NORMAL_LIB = $(OBJDIR)/$(NORMAL_LIB)
ELFLIB = lib$(THIS_LIB).so#
-@@ -78,7 +78,7 @@
+@@ -87,7 +87,7 @@
ELFDIR_ELF_LIB = $(ELFDIR)/$(ELFLIB_MAJOR_MINOR)#
@@ -50,7 +50,7 @@ $NetBSD: patch-aa,v 1.12 2000/06/28 23:18:30 wiz Exp $
EXECDEPS = $(OBJDIR_NORMAL_LIB)
OFILES = @PROGRAM_OFILES@
-@@ -94,13 +94,12 @@
+@@ -106,13 +106,12 @@
#---------------------------------------------------------------------------
# Rules
#---------------------------------------------------------------------------
@@ -67,13 +67,13 @@ $NetBSD: patch-aa,v 1.12 2000/06/28 23:18:30 wiz Exp $
@echo ""
@echo $(NORMAL_LIB) created in $(OBJDIR)
-@@ -125,8 +124,7 @@
+@@ -137,8 +136,7 @@
install: install_basic_lib install_docs
- install_basic_lib: $(install_lib_dir) $(install_include_dir) $(OBJDIR_NORMAL_LIB)
- @echo installing $(OBJDIR_NORMAL_LIB) in $(install_lib_dir)
-- $(INSTALL_DATA) $(OBJDIR_NORMAL_LIB) $(install_lib_dir)
-- $(RANLIB) $(install_lib_dir)/$(NORMAL_LIB)
-+ $(LIBTOOL) --mode=install $(INSTALL_DATA) $(OBJDIR_NORMAL_LIB) $(install_lib_dir)
- @echo installing slang.h and slcurses.h in $(install_include_dir)
- $(INSTALL_DATA) $(SRCDIR)/slang.h $(install_include_dir)
- $(INSTALL_DATA) $(SRCDIR)/slcurses.h $(install_include_dir)
+ install_basic_lib: $(DEST_LIBDIR) $(DEST_INCDIR) $(OBJDIR_NORMAL_LIB)
+ @echo installing $(OBJDIR_NORMAL_LIB) in $(DEST_LIBDIR)
+- $(INSTALL_DATA) $(OBJDIR_NORMAL_LIB) $(DEST_LIBDIR)
+- $(RANLIB) $(DEST_LIBDIR)/$(NORMAL_LIB)
++ $(LIBTOOL) --mode=install $(INSTALL_DATA) $(OBJDIR_NORMAL_LIB) $(DEST_LIBDIR)
+ @echo installing slang.h and slcurses.h in $(DEST_INCDIR)
+ $(INSTALL_DATA) $(SRCDIR)/slang.h $(DEST_INCDIR)
+ $(INSTALL_DATA) $(SRCDIR)/slcurses.h $(DEST_INCDIR)