aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1997-11-26 22:35:25 +0800
committerobrien <obrien@FreeBSD.org>1997-11-26 22:35:25 +0800
commit988f583c3361b62778e75dd07ad4a4ea54789350 (patch)
treeccb85e652c8cbb176fdf96222bc092ba5470da74
parent10cafeb8ea6e00cbc458ded2fb2918ed4dac5674 (diff)
downloadfreebsd-ports-graphics-988f583c3361b62778e75dd07ad4a4ea54789350.tar.gz
freebsd-ports-graphics-988f583c3361b62778e75dd07ad4a4ea54789350.tar.zst
freebsd-ports-graphics-988f583c3361b62778e75dd07ad4a4ea54789350.zip
Upgrade to tinpre-1.4-971123
Hopefully won't mind too much: ache
-rw-r--r--news/tin/Makefile6
-rw-r--r--news/tin/distinfo2
-rw-r--r--news/tin/files/patch-aa40
3 files changed, 15 insertions, 33 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile
index ee9c27fb643..82b4137fb6f 100644
--- a/news/tin/Makefile
+++ b/news/tin/Makefile
@@ -4,11 +4,11 @@
# Date created: 25 July 1996
# Whom: obrien@cs.ucdavis.edu
#
-# $Id: Makefile,v 1.46 1997/11/04 08:36:45 ache Exp $
+# $Id: Makefile,v 1.47 1997/11/05 08:15:14 asami Exp $
#
-DISTNAME= tinpre-1.4-971102
-PKGNAME= tinpre-1.4.971102
+DISTNAME= tinpre-1.4-971123
+PKGNAME= tinpre-1.4-971123
CATEGORIES= news
MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/tin/ \
ftp://ftp.akk.uni-karlsruhe.de/pub/tin/ \
diff --git a/news/tin/distinfo b/news/tin/distinfo
index d97ede61d5d..3b73c6324fe 100644
--- a/news/tin/distinfo
+++ b/news/tin/distinfo
@@ -1 +1 @@
-MD5 (tinpre-1.4-971102.tgz) = 20a5df00a99db6483ca4a8740700473b
+MD5 (tinpre-1.4-971123.tgz) = 222b7bab7a9f107b67943234cbf50af4
diff --git a/news/tin/files/patch-aa b/news/tin/files/patch-aa
index 676f512570a..fbfd38b1548 100644
--- a/news/tin/files/patch-aa
+++ b/news/tin/files/patch-aa
@@ -1,29 +1,11 @@
-*** src/screen.c.bak Thu Oct 30 06:12:34 1997
---- src/screen.c Tue Nov 4 10:39:41 1997
-***************
-*** 307,316 ****
- ring_bell (void)
- {
- #if USE_CURSES
-! beep();
-! #else
- my_fputc ('\007', stdout);
- my_flush();
- #endif
- }
-
---- 307,320 ----
- ring_bell (void)
- {
- #if USE_CURSES
-! if (!cmd_line)
-! beep();
-! else {
-! #endif
- my_fputc ('\007', stdout);
- my_flush();
-+ #if USE_CURSES
-+ }
- #endif
- }
-
+--- src/Makefile.in.orig Sat Nov 22 06:03:52 1997
++++ src/Makefile.in Wed Nov 26 03:12:30 1997
+@@ -20,7 +20,7 @@
+ LDFLAGS = @LDFLAGS@
+ YACC = @YACC@
+
+-LIBS = -L../pcre -lpcre @LIBS@ @INN_NNTPLIB@
++LIBS = ../pcre/libpcre.a @LIBS@ @INN_NNTPLIB@ ../pcre/libpcre.a
+
+ # Where do you want the binary & manual page installed?
+ INSTALL_PREFIX = @INSTALL_PREFIX@