summaryrefslogtreecommitdiff
path: root/news/inn
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1998-02-10 06:05:23 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1998-02-10 06:05:23 +0000
commit525f46b32abecad8a6c97bb7ff293caf6b2002e9 (patch)
treec8da3d4c93b5c9d87f8599690f08336020f3ff4b /news/inn
parentAdd xmame to subdirs. (diff)
Add some comments for compiling the port under -current in Makefile
Add two commented out changes to scripts/configure, that easily can be activated, to compile inn on a -current system, which doesn't have TCL in the base OS for ports backward compatibility.
Notes
Notes: svn path=/head/; revision=9650
Diffstat (limited to 'news/inn')
-rw-r--r--news/inn/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile
index 11b0cc5e9f49..075651b14147 100644
--- a/news/inn/Makefile
+++ b/news/inn/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 Oct 1994 (1.4), 18 Dec 1996 (1.5.1)
# Whom: torstenb
#
-# $Id: Makefile,v 1.24 1997/09/15 20:11:44 torstenb Exp $
+# $Id: Makefile,v 1.25 1998/01/25 21:41:01 torstenb Exp $
#
DISTNAME= inn-1.7.2
@@ -19,6 +19,11 @@ 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"
# 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_PERL5?= DONT