summaryrefslogtreecommitdiff
path: root/news/tin/options.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-07-17 15:48:47 +0000
committerrillig <rillig@pkgsrc.org>2006-07-17 15:48:47 +0000
commitd858c42edf97ac4577af20233fd6539f4c472237 (patch)
treea6a8eba0f606750fdf796c645ae8761c8e5158a8 /news/tin/options.mk
parent867e1bff25bbd368c11f99dfc4c8564301d76092 (diff)
downloadpkgsrc-d858c42edf97ac4577af20233fd6539f4c472237.tar.gz
Updated tin to 1.8.2.
-- 1.8.2 release 20060425 "Shillay" -- 011) Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> ADD. updated russian translation FIX. ru.po 010) Urs Janssen <urs@tin.org> BUG. possible division by zero in thread_by_percentage() FIX. art.c 009) Urs Janssen <urs@tin.org> BUG. didn't reissue GROUP cmd after reconnect with authentication BUG. possible buffer overflow REM. unnecessary test for wcsnlen ADD. cat, jobs, travel and mobi TLDs FIX. aclocal.m4, policy.h, misc.c, nntplib.c 008) Urs Janssen <urs@tin.org> ADD. config.guess, config.sub update FIX. config.guess, config.sub 007) Michael Bienia <michael@vorlon.ping.de> BUG. buffer overflow in convert_tex2iso in UTF-8 environment FIX. charset.c
Diffstat (limited to 'news/tin/options.mk')
-rw-r--r--news/tin/options.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/news/tin/options.mk b/news/tin/options.mk
index 659ed994e90..b96517981c1 100644
--- a/news/tin/options.mk
+++ b/news/tin/options.mk
@@ -1,4 +1,6 @@
-# $NetBSD: options.mk,v 1.4 2006/01/03 00:06:49 wiz Exp $
+# $NetBSD: options.mk,v 1.5 2006/07/17 15:48:47 rillig Exp $
+
+.include "../../mk/bsd.prefs.mk"
PKG_OPTIONS_VAR= PKG_OPTIONS.tin
PKG_SUPPORTED_OPTIONS= curses icu inet6 tin-use-inn-spool
@@ -22,7 +24,8 @@ CONFIGURE_ARGS+= --enable-ipv6
.endif
.if !empty(PKG_OPTIONS:Mtin-use-inn-spool)
-INN_DATA_DIR?= /var/news
+BUILD_DEFS+= INN_DATA_DIR VARBASE
+INN_DATA_DIR?= ${VARBASE}/news
CONFIGURE_ARGS+= --with-inews-dir=${PREFIX}/inn/bin \
--with-libdir=${INN_DATA_DIR}/db \
--with-spooldir=${INN_DATA_DIR}/spool/articles \