Update to 1.3.4

Nudged from: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
This commit is contained in:
Chuck Robey 2000-01-15 06:07:32 +00:00
parent 3e96d793e3
commit 1fba8b7cda
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24760
3 changed files with 13 additions and 20 deletions

View file

@ -6,7 +6,7 @@
# $FreeBSD$ # $FreeBSD$
# #
DISTNAME= sp-1.3 DISTNAME= sp-1.3.4
CATEGORIES= textproc CATEGORIES= textproc
MASTER_SITES= ftp://ftp.jclark.com/pub/sp/ MASTER_SITES= ftp://ftp.jclark.com/pub/sp/
@ -21,7 +21,7 @@ post-patch:
post-install: post-install:
$(MKDIR) $(PREFIX)/include/sp $(MKDIR) $(PREFIX)/include/sp
$(MKDIR) $(PREFIX)/share/doc/sp $(MKDIR) $(PREFIX)/share/doc/sp
$(RM) $(WRKSRC)/include/*.orig $(RM) -f $(WRKSRC)/include/*.orig
for file in $(WRKSRC)/include/*;do $(INSTALL_DATA) $$file $(PREFIX)/include/sp;done for file in $(WRKSRC)/include/*;do $(INSTALL_DATA) $$file $(PREFIX)/include/sp;done
for file in $(WRKSRC)/doc/*;do $(INSTALL_DATA) $$file $(PREFIX)/share/doc/sp;done for file in $(WRKSRC)/doc/*;do $(INSTALL_DATA) $$file $(PREFIX)/share/doc/sp;done

View file

@ -1 +1 @@
MD5 (sp-1.3.tar.gz) = 011bff022a23b2d23b797571fef827cf MD5 (sp-1.3.4.tar.gz) = 61dcb5614a61bf123e1345e869eb99d4

View file

@ -1,6 +1,6 @@
--- Makefile.orig Sun Dec 28 06:24:20 1997 --- Makefile.orig Sat Oct 10 00:15:02 1998
+++ Makefile Wed Jun 2 15:44:11 1999 +++ Makefile Sat Jan 15 00:13:40 2000
@@ -1,13 +1,14 @@ @@ -1,11 +1,12 @@
# Copyright (c) 1994, 1995 James Clark # Copyright (c) 1994, 1995 James Clark
# See the file COPYING for copying permission. # See the file COPYING for copying permission.
@ -10,32 +10,25 @@
# Where to install the binaries # Where to install the binaries
bindir=$(exec_prefix)/bin bindir=$(exec_prefix)/bin
-INSTALL=cp -INSTALL=cp
+libdir=$(exec_prefix)/lib
+#INSTALL=cp
# You might want to change this to uncomment this on BSD systems
-#INSTALL=install
+INSTALL=install -c +INSTALL=install -c
+libdir=$(exec_prefix)/lib
# You might want to uncomment this on BSD systems
#INSTALL=install
# If you use gcc, then you must have at least version 2.6.1 and @@ -48,14 +49,14 @@
# you must use -fno-implicit-templates
@@ -46,17 +47,17 @@
# If you defined SP_HAVE_SOCKET, add any libraries that are needed for sockets # If you defined SP_HAVE_SOCKET, add any libraries that are needed for sockets
# -lsocket -lnsl needed on Solaris 2.x # -lsocket -lnsl needed on Solaris 2.x
# -lnsl on SunOS 4.1.3 # -lnsl on SunOS 4.1.3
-XLIBS=#-lsocket -lnsl -XLIBS=#-lsocket -lnsl
+XLIBS=-lgcc +XLIBS=-lgcc
# -L/usr/local/lib may be needed on the RS/6000 # -L/usr/local/lib may be needed on the RS/6000
LIBS=$(XLIBS) LIBS=-lm $(XLIBS)
# If you're building in another directory, copy or link this Makefile # If you're building in another directory, copy or link this Makefile
# to the build directory, and set srcdir to point to the source directory. # to the build directory, and set srcdir to point to the source directory.
srcdir=. srcdir=.
AR=ar AR=ar
-RANLIB=: -RANLIB=:
+#RANLIB=: +RANLIB=ranlib
# Uncomment this for SunOS 4.1.3 or FreeBSD # Uncomment this for SunOS 4.1.3 or FreeBSD
# (and probably other BSD flavor systems as well) # (and probably other BSD flavor systems as well)
-#RANLIB=ranlib #RANLIB=ranlib
+RANLIB=ranlib
M4=m4
# perl is needed if you change or add messages
PERL=perl