summaryrefslogtreecommitdiffstats
path: root/news/inn-current
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1998-02-11 17:58:27 +0000
committerandreas <andreas@FreeBSD.org>1998-02-11 17:58:27 +0000
commitdfd4a11c4d32050932d7c58019eec057d60f4e14 (patch)
treee250d9022339dbed12d314e4c3067a89a787b9cb /news/inn-current
parent800ff0e900d5103266a0e909f9d43d022f1191d1 (diff)
downloadFreeBSD-ports-dfd4a11c4d32050932d7c58019eec057d60f4e14.zip
FreeBSD-ports-dfd4a11c4d32050932d7c58019eec057d60f4e14.tar.gz
correct paths to use tcl from the ports collection if tcl support is wanted
as requested by Satoshi, I hope the port maintainer agrees here.
Diffstat (limited to 'news/inn-current')
-rw-r--r--news/inn-current/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile
index 075651b..47e69ec 100644
--- a/news/inn-current/Makefile
+++ b/news/inn-current/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 Oct 1994 (1.4), 18 Dec 1996 (1.5.1)
# Whom: torstenb
#
-# $Id: Makefile,v 1.25 1998/01/25 21:41:01 torstenb Exp $
+# $Id: Makefile,v 1.26 1998/02/10 06:05:23 andreas Exp $
#
DISTNAME= inn-1.7.2
@@ -16,15 +16,10 @@ MAINTAINER= torstenb@FreeBSD.ORG
# If you want PGP verification of control messages set PGPVERIFY to "DO"
PGPVERIFY?= DONT
-# FreeBSD 2.2 comes with tcl in the base system, so it's enabled by default
-# if you want to disable tcl support, set USE_TCL to "DONT"
+# TCL and/or PERL support is needed for writing filters
+# if you want to enable tcl support, set USE_TCL to "DO"
# if you want to enable perl5 support, set USE_PERL5 to "DO"
-# For FreeBSD-current (3.x) you have to manually fine tune scripts/configure,
-# a) if you got rid of the tcl support in the base OS for ports
-# "backward compatibility"
-# b) so tcl80 from the ports collection has to be used and paths slightly
-# change
-USE_TCL?= DO
+USE_TCL?= DONT
USE_PERL5?= DONT
SCRIPTS_ENV+= PGPVERIFY=${PGPVERIFY} USE_TCL=${USE_TCL} USE_PERL5=${USE_PERL5}
OpenPOWER on IntegriCloud