summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authormjl <mjl>1999-12-16 20:56:20 +0000
committermjl <mjl>1999-12-16 20:56:20 +0000
commit016f2ec60e177d293fb862e6f0be0806be8107f8 (patch)
tree300aa6ef61d54a94249ef2da8082572d20fb9866 /textproc
parent32e26a8e717ed3b14b3d010d29ef13612478d854 (diff)
downloadpkgsrc-016f2ec60e177d293fb862e6f0be0806be8107f8.tar.gz
Updated to 1.3.4. Changes are bugfixes (no details available).
Diffstat (limited to 'textproc')
-rw-r--r--textproc/sp/Makefile4
-rw-r--r--textproc/sp/files/md54
-rw-r--r--textproc/sp/files/patch-sum4
-rw-r--r--textproc/sp/patches/patch-aa33
4 files changed, 11 insertions, 34 deletions
diff --git a/textproc/sp/Makefile b/textproc/sp/Makefile
index fca9be43703..4c0f59851fd 100644
--- a/textproc/sp/Makefile
+++ b/textproc/sp/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 1999/06/28 11:50:24 agc Exp $
+# $NetBSD: Makefile,v 1.4 1999/12/16 20:56:20 mjl Exp $
#
-DISTNAME= sp-1.3
+DISTNAME= sp-1.3.4
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.jclark.com/pub/sp/ \
ftp://ftp.funet.fi/pub/mirrors/ftp.jclark.com/pub/sp/ \
diff --git a/textproc/sp/files/md5 b/textproc/sp/files/md5
index a37080e446d..8dfac97cf63 100644
--- a/textproc/sp/files/md5
+++ b/textproc/sp/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1.1.1 1999/03/13 13:57:40 rh Exp $
+$NetBSD: md5,v 1.2 1999/12/16 20:56:21 mjl Exp $
-MD5 (sp-1.3.tar.gz) = 011bff022a23b2d23b797571fef827cf
+MD5 (sp-1.3.4.tar.gz) = 61dcb5614a61bf123e1345e869eb99d4
diff --git a/textproc/sp/files/patch-sum b/textproc/sp/files/patch-sum
index 48ab6e9b8fb..2de4e3a78ef 100644
--- a/textproc/sp/files/patch-sum
+++ b/textproc/sp/files/patch-sum
@@ -1,3 +1,3 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 14:23:14 agc Exp $
+$NetBSD: patch-sum,v 1.2 1999/12/16 20:56:21 mjl Exp $
-MD5 (patch-aa) = 4e9e6322559dacb7805f0753288ac095
+MD5 (patch-aa) = 27046dc93bd44e9b2f9c893b9c84f8f3
diff --git a/textproc/sp/patches/patch-aa b/textproc/sp/patches/patch-aa
index e9630fc583d..72a6b0000ea 100644
--- a/textproc/sp/patches/patch-aa
+++ b/textproc/sp/patches/patch-aa
@@ -1,8 +1,6 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/03/13 13:57:40 rh Exp $
-
---- Makefile.orig Sun Dec 28 12:24:20 1997
-+++ Makefile Sat Mar 13 08:22:53 1999
-@@ -1,11 +1,10 @@
+--- Makefile.orig Thu Dec 16 21:29:05 1999
++++ Makefile Thu Dec 16 21:33:43 1999
+@@ -1,11 +1,11 @@
# Copyright (c) 1994, 1995 James Clark
# See the file COPYING for copying permission.
@@ -12,28 +10,7 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/03/13 13:57:40 rh Exp $
# Where to install the binaries
bindir=$(exec_prefix)/bin
-INSTALL=cp
- # You might want to change this to uncomment this on BSD systems
++#INSTALL=cp
+ # You might want to uncomment this on BSD systems
#INSTALL=install
-@@ -32,7 +31,8 @@
- # Add -Dsig_atomic_t=int on SunOS 4.1.x with g++ (or any other platform
- # which doesn't appropriately define sig_atomic_t).
- XDEFINES=
--DEFINES=-DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE $(XDEFINES)
-+DEFINES=-DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -DSP_HAVE_LOCALE \
-+ -DSGML_CATALOG_FILES_DEFAULT=\"${PREFIX}/share/sp/catalog\" $(XDEFINES)
- CXXFLAGS=-ansi $(DEBUG) $(WARN)
- # Flag to pass to CXX to make it output list of dependencies as a Makefile.
- CXXDEPGENFLAGS=-MM
-@@ -53,10 +53,9 @@
- # to the build directory, and set srcdir to point to the source directory.
- srcdir=.
- AR=ar
--RANLIB=:
- # Uncomment this for SunOS 4.1.3 or FreeBSD
- # (and probably other BSD flavor systems as well)
--#RANLIB=ranlib
-+RANLIB=ranlib
- M4=m4
- # perl is needed if you change or add messages
- PERL=perl