diff --git a/news/tin/Makefile b/news/tin/Makefile index ae2f613135ba..3403bdc1b123 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -1,64 +1,64 @@ # ex:ts=8 # New ports collection makefile for: tin # Version required: tinpre-1.4 # Date created: 25 July 1996 # Whom: obrien@cs.ucdavis.edu # # $FreeBSD$ # -DISTNAME= tinpre-1.4-19990805 -PKGNAME= tinpre-1.4.19990805 +DISTNAME= tinpre-1.4-19990927 +PKGNAME= tinpre-1.4.19990927 CATEGORIES= news MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/current/ \ ftp://nuxi.ucdavis.edu/pub/tin/current/ \ ftp://ftp.nuxi.com/pub/tin/current/ USE_BZIP2= yes MAINTAINER= ache@FreeBSD.org LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib WRKSRC= ${WRKDIR}/${DISTNAME:S/pre-1.4//} GNU_CONFIGURE= yes # Curses support too buggy to activate # --enable-curses \ # --with-ncurses \ # CONFIGURE_ARGS= --with-nntp-default-server=news \ --with-spooldir=/var/news \ --with-libdir=${PREFIX}/news/lib \ --with-defaults-dir=${PREFIX}/etc \ --with-editor=/usr/bin/ee \ --with-mime-default-charset=ISO-8859-1 \ --enable-forgery \ --enable-break-long-lines \ --with-pgp=${PREFIX}/bin/pgp \ --with-ispell=${PREFIX}/bin/ispell \ --with-metamail=${PREFIX}/bin/metamail CONFIGURE_ENV= CFLAGS='${CFLAGS} -I${PREFIX}/include -DNNTP_SERVER_FILE="\"${PREFIX}/etc/nntpserver\""' \ CPPFLAGS='${CPPFLAGS} -I${PREFIX}/include' \ LDFLAGS='${LDFLAGS} -L${PREFIX}/lib' MAKEFILE= makefile ALL_TARGET= build MAN1= tin.1 .if defined(NNTP_ONLY) CONFIGURE_ARGS+= --enable-nntp-only .endif post-patch: @${MV} ${WRKSRC}/doc/tin.1 ${WRKSRC}/doc/tin.1.dist @${SED} -e 's:/var/spool/news:/var/news:' \ -e 's:/etc/nntpserver:${PREFIX}/etc/nntpserver:' \ -e 's:/usr/lib/news:${PREFIX}/news/lib:' \ <${WRKSRC}/doc/tin.1.dist >${WRKSRC}/doc/tin.1 post-install: cd ${WRKSRC}/doc; ${INSTALL_DATA} tin.defaults ${PREFIX}/etc/tin.defaults.dist if [ ! -f ${PREFIX}/etc/tin.defaults ] ; then \ ${CP} ${PREFIX}/etc/tin.defaults.dist ${PREFIX}/etc/tin.defaults; \ fi .include diff --git a/news/tin/distinfo b/news/tin/distinfo index 513c3181eb77..11b0df708871 100644 --- a/news/tin/distinfo +++ b/news/tin/distinfo @@ -1 +1 @@ -MD5 (tinpre-1.4-19990805.tar.bz2) = c9e284f50382884dc89338a9beebc155 +MD5 (tinpre-1.4-19990927.tar.bz2) = 8dc3cd8d1556d3d0e49602ad3d588d22 diff --git a/news/tin/files/patch-aa b/news/tin/files/patch-aa index fbfd38b1548c..f3952cafac80 100644 --- a/news/tin/files/patch-aa +++ b/news/tin/files/patch-aa @@ -1,11 +1,11 @@ ---- 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@ +--- src/Makefile.in.orig Thu Sep 16 07:25:22 1999 ++++ src/Makefile.in Tue Sep 28 08:05:51 1999 +@@ -28,7 +28,7 @@ YACC = @YACC@ --LIBS = -L../pcre -lpcre @LIBS@ @INN_NNTPLIB@ -+LIBS = ../pcre/libpcre.a @LIBS@ @INN_NNTPLIB@ ../pcre/libpcre.a + CANLIB = # -L../libcanlock -lcanlock +-LIBS = -L../pcre -lpcre $(CANLIB) @LIBS@ @INN_NNTPLIB@ ++LIBS = ../pcre/libpcre.a $(CANLIB) @LIBS@ @INN_NNTPLIB@ ../pcre/libpcre.a # Where do you want the binary & manual page installed? INSTALL_PREFIX = @INSTALL_PREFIX@