summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1999-02-12 12:06:19 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1999-02-12 12:06:19 +0000
commitfa82160a0daa75c070f7d8406358bc905ee23f89 (patch)
tree3539d495dab4a574760f534cb9ca21652194718f /news
parentSync version number (5 -> 6) of libmysqlclient with mysql322. (diff)
Update to 3.10.4.
PR: ports/9996 Submitted-by: kkennawa@physics.adelaide.edu.au
Notes
Notes: svn path=/head/; revision=16655
Diffstat (limited to 'news')
-rw-r--r--news/suck/Makefile6
-rw-r--r--news/suck/distinfo2
-rw-r--r--news/suck/files/patch-aa101
3 files changed, 76 insertions, 33 deletions
diff --git a/news/suck/Makefile b/news/suck/Makefile
index c88f75000278..3578afe7f2b0 100644
--- a/news/suck/Makefile
+++ b/news/suck/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: suck
-# Version required: 3.9.4
+# Version required: 3.10.4
# Date created: 30 Mar 1996
# Whom: graphite@taurus.bekkoame.or.jp
#
-# $Id: Makefile,v 1.13 1998/04/28 23:21:59 jseger Exp $
+# $Id: Makefile,v 1.14 1998/07/26 17:27:24 jseger Exp $
#
-DISTNAME= suck-3.9.4
+DISTNAME= suck-3.10.4
CATEGORIES= news
MASTER_SITES= http://home.att.net/~bobyetman/
diff --git a/news/suck/distinfo b/news/suck/distinfo
index 41368fc7a744..404332568dd0 100644
--- a/news/suck/distinfo
+++ b/news/suck/distinfo
@@ -1 +1 @@
-MD5 (suck-3.9.4.tar.gz) = 689c4c02f43e68281721705c27afe848
+MD5 (suck-3.10.4.tar.gz) = ae6465a405919a96cffe976eda551a27
diff --git a/news/suck/files/patch-aa b/news/suck/files/patch-aa
index 243357bab21e..4dba4de2ddc0 100644
--- a/news/suck/files/patch-aa
+++ b/news/suck/files/patch-aa
@@ -1,29 +1,72 @@
---- Makefile.in.orig Fri Jul 24 00:45:32 1998
-+++ Makefile.in Sun Jul 26 13:13:07 1998
-@@ -6,7 +6,7 @@
- ############################################################################
-
- # Step1: Define the location of the History file(s)
--HISTORYF=/usr/news/db/history
-+HISTORYF=/usr/local/news/lib/history
-
- # Step 2: Define ONE of the CHKHISTORY
- CHKHISTORY=chkhistory.o # use flat file history routine
-@@ -131,7 +131,7 @@
-
- install_bin: suck rpost testhost lmove
- - mkdir -p $(bindir)
-- - strip -s suck rpost testhost lmove
-+ - strip -x suck rpost testhost lmove
- $(INSTALL_PROGRAM) suck $(bindir)/suck
- $(INSTALL_PROGRAM) rpost $(bindir)/rpost
- $(INSTALL_PROGRAM) testhost $(bindir)/testhost
-@@ -149,7 +149,7 @@
- # $(MAKE) -C $(SMAN)
-
- install_lpost: lpost $(MAN)/lpost.1
-- - strip -s lpost
-+ - strip -x lpost
- $(INSTALL_PROGRAM) lpost $(bindir)/lpost
- $(INSTALL_DATA) $(MAN)/lpost.1 $(mandir)/lpost.$(manext)
-
+*** Makefile.in.orig Tue Jan 26 07:45:27 1999
+--- Makefile.in Tue Feb 9 23:47:19 1999
+***************
+*** 6,12 ****
+ ############################################################################
+
+ # Step1: Define the location of the History file(s)
+! HISTORYF=/usr/news/db/history
+
+ # Step 2: Define ONE of the CHKHISTORY
+ CHKHISTORY=chkhistory.o # use flat file history routine
+--- 6,12 ----
+ ############################################################################
+
+ # Step1: Define the location of the History file(s)
+! HISTORYF=/usr/local/news/lib/history
+
+ # Step 2: Define ONE of the CHKHISTORY
+ CHKHISTORY=chkhistory.o # use flat file history routine
+***************
+*** 50,57 ****
+ # If your compile fails with refs to missing symbols like pow() and floor(),
+ # add -lm to the PERL_LIB line.
+ # The rest of these should be left alone (except to remove the #).
+! PERL_CORE=/usr/lib/perl5/lib/5.00502/i586-linux/CORE
+! PERL_LIB=-lperl -lcrypt
+ PERL_DEFS=-DPERL_EMBED -Dbool=char -DHAS_BOOL
+ PERL_INC_LOC=-I$(PERL_CORE)
+ PERL_LIB_LOC=-L$(PERL_CORE)
+--- 50,57 ----
+ # If your compile fails with refs to missing symbols like pow() and floor(),
+ # add -lm to the PERL_LIB line.
+ # The rest of these should be left alone (except to remove the #).
+! PERL_CORE=/usr/libdata/perl/5.00502/mach/CORE
+! PERL_LIB=-lperl -lcrypt -lm
+ PERL_DEFS=-DPERL_EMBED -Dbool=char -DHAS_BOOL
+ PERL_INC_LOC=-I$(PERL_CORE)
+ PERL_LIB_LOC=-L$(PERL_CORE)
+***************
+*** 152,158 ****
+
+ install_bin: suck rpost testhost lmove
+ - mkdir -p $(bindir)
+! - strip -s suck rpost testhost lmove
+ $(INSTALL_PROGRAM) suck $(bindir)/suck
+ $(INSTALL_PROGRAM) rpost $(bindir)/rpost
+ $(INSTALL_PROGRAM) testhost $(bindir)/testhost
+--- 152,158 ----
+
+ install_bin: suck rpost testhost lmove
+ - mkdir -p $(bindir)
+! - strip -x suck rpost testhost lmove
+ $(INSTALL_PROGRAM) suck $(bindir)/suck
+ $(INSTALL_PROGRAM) rpost $(bindir)/rpost
+ $(INSTALL_PROGRAM) testhost $(bindir)/testhost
+***************
+*** 170,176 ****
+ # $(MAKE) -C $(SMAN)
+
+ install_lpost: lpost $(MAN)/lpost.1
+! - strip -s lpost
+ $(INSTALL_PROGRAM) lpost $(bindir)/lpost
+ $(INSTALL_DATA) $(MAN)/lpost.1 $(mandir)/lpost.$(manext)
+
+--- 170,176 ----
+ # $(MAKE) -C $(SMAN)
+
+ install_lpost: lpost $(MAN)/lpost.1
+! - strip -x lpost
+ $(INSTALL_PROGRAM) lpost $(bindir)/lpost
+ $(INSTALL_DATA) $(MAN)/lpost.1 $(mandir)/lpost.$(manext)
+