diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-11-26 14:35:25 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-11-26 14:35:25 +0000 |
commit | d4645755ec2a89cbb95b88e1d0979c5a1a78184b (patch) | |
tree | 9c33ad5a34510e2631179c525596e853afab1736 /news | |
parent | Remove gimp. (diff) |
Upgrade to tinpre-1.4-971123
Hopefully won't mind too much: ache
Notes
Notes:
svn path=/head/; revision=8841
Diffstat (limited to 'news')
-rw-r--r-- | news/tin/Makefile | 6 | ||||
-rw-r--r-- | news/tin/distinfo | 2 | ||||
-rw-r--r-- | news/tin/files/patch-aa | 40 |
3 files changed, 15 insertions, 33 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index ee9c27fb6436..82b4137fb6f7 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 d97ede61d5db..3b73c6324fea 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 676f512570af..fbfd38b1548c 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@ |