Date: Wed, 15 Dec 1999 20:47:32 +0100 From: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl> To: chuckr@freebsd.org Cc: ports@freebsd.org Subject: sp patch Message-ID: <19991215204732.A10636@daemon.ninth-circle.org>
next in thread | raw e-mail | index | archive | help
--/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Hey Chuck, find attached a patch to update the sp port. patch-aa can be deleted. Please verify PLIST. -- Jeroen Ruigrok van der Werven/Asmodai asmodai@[wxs.nl|bart.nl] Documentation nutter. *BSD: Technical excellence at its best... The BSD Programmer's Documentation Project <http://home.wxs.nl/~asmodai> Atone me to my throes curtail... --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="sp.patch" Index: ports/textproc/sp/Makefile =================================================================== RCS file: /work/FreeBSD/ncvs/ports/textproc/sp/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- ports/textproc/sp/Makefile 1999/08/31 06:51:29 1.12 +++ ports/textproc/sp/Makefile 1999/12/15 18:30:24 @@ -1,12 +1,12 @@ # New ports collection makefile for: sp -# Version required: 1.2.1 +# Version required: 1.3.4 # Date created: April 26, 1997 # Whom: jfieber # # $FreeBSD: ports/textproc/sp/Makefile,v 1.12 1999/08/31 06:51:29 mharo Exp $ # -DISTNAME= sp-1.3 +DISTNAME= sp-1.3.4 CATEGORIES= textproc MASTER_SITES= ftp://ftp.jclark.com/pub/sp/ Index: ports/textproc/sp/files/md5 =================================================================== RCS file: /work/FreeBSD/ncvs/ports/textproc/sp/files/md5,v retrieving revision 1.4 diff -u -r1.4 md5 --- ports/textproc/sp/files/md5 1999/06/02 21:38:54 1.4 +++ ports/textproc/sp/files/md5 1999/12/15 18:31:19 @@ -1 +1 @@ -MD5 (sp-1.3.tar.gz) = 011bff022a23b2d23b797571fef827cf +MD5 (sp-1.3.4.tar.gz) = 61dcb5614a61bf123e1345e869eb99d4 Index: ports/textproc/sp/patches/patch-ab =================================================================== RCS file: /work/FreeBSD/ncvs/ports/textproc/sp/patches/patch-ab,v retrieving revision 1.1 diff -u -r1.1 patch-ab --- ports/textproc/sp/patches/patch-ab 1999/06/02 21:39:04 1.1 +++ ports/textproc/sp/patches/patch-ab 1999/12/15 19:09:10 @@ -1,6 +1,6 @@ ---- Makefile.orig Sun Dec 28 06:24:20 1997 -+++ Makefile Wed Jun 2 15:44:11 1999 -@@ -1,13 +1,14 @@ +--- Makefile.orig Sat Oct 10 06:15:02 1998 ++++ Makefile Wed Dec 15 20:08:38 1999 +@@ -1,13 +1,13 @@ # Copyright (c) 1994, 1995 James Clark # See the file COPYING for copying permission. @@ -10,22 +10,31 @@ # Where to install the binaries bindir=$(exec_prefix)/bin -INSTALL=cp -+libdir=$(exec_prefix)/lib +#INSTALL=cp - # You might want to change this to uncomment this on BSD systems + # You might want to uncomment this on BSD systems -#INSTALL=install +INSTALL=install -c # If you use gcc, then you must have at least version 2.6.1 and # you must use -fno-implicit-templates -@@ -46,17 +47,17 @@ +@@ -34,7 +34,8 @@ + # which doesn't appropriately define sig_atomic_t). + # Add -DJADE_MIF to include the Jade MIF backend + 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_SOCKET \ ++ -DSP_HAVE_LOCALE $(XDEFINES) + CXXFLAGS=-ansi $(DEBUG) $(WARN) + # Flag to pass to CXX to make it output list of dependencies as a Makefile. + CXXDEPGENFLAGS=-MM +@@ -48,17 +49,17 @@ # If you defined SP_HAVE_SOCKET, add any libraries that are needed for sockets # -lsocket -lnsl needed on Solaris 2.x # -lnsl on SunOS 4.1.3 -XLIBS=#-lsocket -lnsl +XLIBS=-lgcc # -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 # to the build directory, and set srcdir to point to the source directory. srcdir=. --/9DWx/yDrRhgMJTb-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991215204732.A10636>