diff options
author | andreas <andreas@FreeBSD.org> | 1998-02-10 14:05:23 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-02-10 14:05:23 +0800 |
commit | d14200ddbf32166187ab3d4876b7e05e42a5f620 (patch) | |
tree | 74c339aa2ec95146916d4959793104f557d3ab5b /news/inn-current | |
parent | 5ab13e5cd08635ea600d89f3b0401d2b5e4ddc88 (diff) | |
download | freebsd-ports-gnome-d14200ddbf32166187ab3d4876b7e05e42a5f620.tar.gz freebsd-ports-gnome-d14200ddbf32166187ab3d4876b7e05e42a5f620.tar.zst freebsd-ports-gnome-d14200ddbf32166187ab3d4876b7e05e42a5f620.zip |
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.
Diffstat (limited to 'news/inn-current')
-rw-r--r-- | news/inn-current/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index 11b0cc5e9f49..075651b14147 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.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 |