2001-05-23 15:15:34 +02:00
|
|
|
# $NetBSD: Makefile,v 1.9 2001/05/23 13:15:34 dillo Exp $
|
1998-07-16 19:40:09 +02:00
|
|
|
# $FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp
|
|
|
|
|
Update tin to 1.4.5. Changes:
-- 1.4.5 release 20010409 "One More Nightmare" --
031) Dirk Nimmich <nimmich@uni-muenster.de>
BUG. empty news_headers_to_[not_]display_array could cause a SIGSEGV
BUG. changing beginner_level or show_description from the options menu
messed up the screen
FIX. proto.h, config.c, signal.c
030) Thomas E. Dickey <dickey@herndon4.his.com>
ADD. VMS port
FIX. Makefile, aclocal.m4, config.guess, config.sub, configure[.in],
mkdirs.sh, bugrep.h, config.h, extern.h, proto.h, tin.h, config.c
lang.c, main.c, misc.c, save.c, signal.c, descrip.mms, pcre.mms
vms/libvms.mms, vms/parsdate.c, vms/vmsdir.c, vms/vmsfile.c,
vms/vmspwd.c, vms/select.h
029) Urs Janssen <urs@tin.org>
BUG. possible bufferoverrun in read_groups_descriptions() on very long
groupnames/descriptions
ADD. allow superseding of articles even if one of the groups isn't
in the active file.
FIX. mail.c, post.c
2001-05-21 02:28:43 +02:00
|
|
|
DISTNAME= tin-1.4.5
|
2001-05-23 15:15:34 +02:00
|
|
|
PKGNAME= ${DISTNAME}nb1
|
1998-07-16 19:40:09 +02:00
|
|
|
CATEGORIES= news
|
|
|
|
MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/current/ \
|
2000-02-06 03:34:26 +01:00
|
|
|
ftp://ftp.cs.tu-berlin.de/pub/net/news/tin/current/ \
|
|
|
|
ftp://mirror.aarnet.edu.au/pub/tin/current/ \
|
|
|
|
ftp://gd.tuwien.ac.at/infosys/newsreaders/tin/current/ \
|
|
|
|
ftp://ftp.funet.fi/pub/unix/news/tin-unoff/ \
|
|
|
|
ftp://ftp.nuxi.com/pub/tin/current/ \
|
|
|
|
ftp://uiarchive.uiuc.edu/pub/packages/news/client/tin/unoff/
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
1998-07-16 19:40:09 +02:00
|
|
|
|
Update tin to 1.4.5. Changes:
-- 1.4.5 release 20010409 "One More Nightmare" --
031) Dirk Nimmich <nimmich@uni-muenster.de>
BUG. empty news_headers_to_[not_]display_array could cause a SIGSEGV
BUG. changing beginner_level or show_description from the options menu
messed up the screen
FIX. proto.h, config.c, signal.c
030) Thomas E. Dickey <dickey@herndon4.his.com>
ADD. VMS port
FIX. Makefile, aclocal.m4, config.guess, config.sub, configure[.in],
mkdirs.sh, bugrep.h, config.h, extern.h, proto.h, tin.h, config.c
lang.c, main.c, misc.c, save.c, signal.c, descrip.mms, pcre.mms
vms/libvms.mms, vms/parsdate.c, vms/vmsdir.c, vms/vmsfile.c,
vms/vmspwd.c, vms/select.h
029) Urs Janssen <urs@tin.org>
BUG. possible bufferoverrun in read_groups_descriptions() on very long
groupnames/descriptions
ADD. allow superseding of articles even if one of the groups isn't
in the active file.
FIX. mail.c, post.c
2001-05-21 02:28:43 +02:00
|
|
|
MAINTAINER= packages@netbsd.org
|
2000-02-06 03:34:26 +01:00
|
|
|
HOMEPAGE= http://www.tin.org/
|
2001-02-17 18:52:59 +01:00
|
|
|
COMMENT= TIN newsreader (termcap based)
|
1998-07-16 19:40:09 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2000-10-15 09:20:42 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if defined(TIN_USE_INN_SPOOL) && ${TIN_USE_INN_SPOOL} == YES
|
|
|
|
INN_DATA_DIR?= /var/news
|
|
|
|
.endif
|
|
|
|
|
1998-07-16 19:40:09 +02:00
|
|
|
# Curses support too buggy to activate
|
|
|
|
# --enable-curses \
|
|
|
|
# --with-ncurses \
|
|
|
|
#
|
2000-10-15 09:20:42 +02:00
|
|
|
CONFIGURE_ARGS+= --with-nntp-default-server=news \
|
1998-07-16 19:40:09 +02:00
|
|
|
--with-mime-default-charset=ISO-8859-1 \
|
|
|
|
--enable-forgery \
|
|
|
|
--enable-break-long-lines \
|
1999-01-06 19:04:19 +01:00
|
|
|
--with-ispell=${PREFIX}/bin/ispell \
|
1998-07-16 19:40:09 +02:00
|
|
|
--with-metamail=${PREFIX}/bin/metamail \
|
1999-01-06 19:04:19 +01:00
|
|
|
--disable-mime-strict-charset \
|
|
|
|
--with-defaults-dir=${PREFIX}/etc \
|
2000-02-06 03:34:26 +01:00
|
|
|
--enable-mh-mail-handling \
|
1999-01-06 19:04:19 +01:00
|
|
|
--with-coffee
|
2000-10-15 09:20:42 +02:00
|
|
|
.if defined(TIN_USE_INN_SPOOL) && ${TIN_USE_INN_SPOOL} == YES
|
|
|
|
CONFIGURE_ARGS+= --with-inews-dir=${PREFIX}/inn/bin \
|
|
|
|
--with-libdir=${INN_DATA_DIR}/db \
|
|
|
|
--with-spooldir=${INN_DATA_DIR}/spool/articles \
|
|
|
|
--with-nov-dir=${INN_DATA_DIR}/spool/overview
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --enable-nntp-only
|
|
|
|
.endif
|
|
|
|
|
1998-07-16 19:40:09 +02:00
|
|
|
MAKEFILE= makefile
|
|
|
|
ALL_TARGET= build
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${MV} ${WRKSRC}/doc/tin.1 ${WRKSRC}/doc/tin.1.dist
|
1999-01-06 19:04:19 +01:00
|
|
|
@${SED} -e 's:/etc/nntpserver:${PREFIX}/etc/nntp/server:' \
|
1998-07-16 19:40:09 +02:00
|
|
|
<${WRKSRC}/doc/tin.1.dist >${WRKSRC}/doc/tin.1
|
|
|
|
|
|
|
|
post-configure:
|
1999-01-06 19:04:19 +01:00
|
|
|
${ECHO} '#define NNTP_SERVER_FILE "${PREFIX}/etc/nntp/server"' >>${WRKSRC}/include/autoconf.h
|
1998-07-16 19:40:09 +02:00
|
|
|
${ECHO} '#define SMTP_SERVER_FILE "${PREFIX}/etc/smtpserver"' >>${WRKSRC}/include/autoconf.h
|
|
|
|
|
1999-01-06 19:04:19 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|