summaryrefslogtreecommitdiff
path: root/news/slrn/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-11-19 13:35:43 +0000
committeradam <adam@pkgsrc.org>2004-11-19 13:35:43 +0000
commit16685c8d470a0b8882d5f0330029d3e4f996a5f6 (patch)
treec7530eecd369f336e73fcbfd8f8a9de4a9714589 /news/slrn/Makefile
parentd70059d9084fb2f78603e5f6299d21d201a6af96 (diff)
downloadpkgsrc-16685c8d470a0b8882d5f0330029d3e4f996a5f6.tar.gz
Changes 0.9.8.1:
0. Bug fixes include: * slrnpull's download statistics should work correctly in offline mode. * slrn crashed on some operating systems when posting. * slrn crashed when trying to decode base64 encoded articles without body. * Don't destroy soft links / multiple hard links when writing newsrc file. * Always apply scoring rules in the order given in the scorefile. * When reading cross-posts, slrn sometimes marked additional articles in the other group(s) as read (Joerg Lueders). * slrnpull no longer posts backup copies (*~) of files you edited manually in the out.going directory. * slrnpull tries to write .headers files on interrupts. * The "Has-Body" scoring field sometimes did not work correctly. * When retrieving article children, headers without body were not marked. * Ignore signature delimiters in verbatim text blocks. * Do not choke on long header lines when replying by email. * A workaround for a bug in INN caused problems with leafnode; only use it when the server was recognized as INN from the logon message. * Fixed crash when running in wide terminals (John E. Davis) * Email address parser is more RFC2822 compliant 1. In the config file (and the corresponding intrinsic functions), the following names now denote special function keys: <PageUp> <PageDown> <Up> <Down> <Right> <Left> <Delete> <BackSpace> <Insert> <Home> <End> <Enter> <Return> <Tab> <Space> <Esc> and <F1> through <F12> If using these names does not seem to work for you, please make sure your terminfo settings are correct. 2. In true offline mode, slrnpull can now automatically retrieve bodies of articles that get a high score value (--fetch-score option). 3. Added Swedish translation (Johan Svedberg) 4. Make hide_pgpsignature hide GnuPGs optional "NotDashEscaped" lines.
Diffstat (limited to 'news/slrn/Makefile')
-rw-r--r--news/slrn/Makefile21
1 files changed, 7 insertions, 14 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile
index caf525135ef..89a7702d8dc 100644
--- a/news/slrn/Makefile
+++ b/news/slrn/Makefile
@@ -1,17 +1,10 @@
-# $NetBSD: Makefile,v 1.33 2004/10/04 22:57:09 heinz Exp $
-#
+# $NetBSD: Makefile,v 1.34 2004/11/19 13:35:43 adam Exp $
-DISTNAME= slrn-0.9.8.0
-PKGREVISION= 1
+DISTNAME= slrn-0.9.8.1
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=slrn/}
EXTRACT_SUFX= .tar.bz2
-PATCH_SITES= http://slrn.sourceforge.net/patches/
-PATCHFILES= slrn-0.9.8.0-ranges.diff \
- slrn-0.9.8.0-post.diff
-PATCH_DIST_STRIP= -p1
-
MAINTAINER= mjl@NetBSD.org
HOMEPAGE= http://slrn.sourceforge.net/
COMMENT= Highly customizable threaded newsreader
@@ -19,17 +12,17 @@ COMMENT= Highly customizable threaded newsreader
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--disable-inews --with-slrnpull --enable-spool \
- --enable-grouplens --with-libdir=${PREFIX}/lib/slrn \
- --enable-mid-cache \
- --with-localedir=${PREFIX}/${PKGLOCALEDIR}/locale
+CONFIGURE_ARGS+= --disable-inews --with-slrnpull --enable-spool \
+ --enable-grouplens --with-libdir=${PREFIX}/lib/slrn \
+ --enable-mid-cache \
+ --with-localedir=${PREFIX}/${PKGLOCALEDIR}/locale
.include "../../mk/bsd.prefs.mk"
# the next is a workaround, as 1.3.2 install doesn't like -c and -d
# together
.if ${OPSYS} == "NetBSD" && ${OS_VERSION} == "1.3.2"
-CONFIGURE_ENV+= INSTALL=/usr/bin/install
+CONFIGURE_ENV+= INSTALL=/usr/bin/install
.endif
LDFLAGS.Linux+= -ldl