mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Upgrade to tinpre-1.4-971123
Hopefully won't mind too much: ache
This commit is contained in:
parent
d3f3f22ca6
commit
d4645755ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8841
@ -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/ \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (tinpre-1.4-971102.tgz) = 20a5df00a99db6483ca4a8740700473b
|
||||
MD5 (tinpre-1.4-971123.tgz) = 222b7bab7a9f107b67943234cbf50af4
|
||||
|
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user