diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-02-10 06:05:23 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-02-10 06:05:23 +0000 |
commit | 525f46b32abecad8a6c97bb7ff293caf6b2002e9 (patch) | |
tree | c8da3d4c93b5c9d87f8599690f08336020f3ff4b /news | |
parent | 8639c66722c3809934cc3a97e7db321900ee2815 (diff) | |
download | ports-525f46b32abecad8a6c97bb7ff293caf6b2002e9.tar.gz ports-525f46b32abecad8a6c97bb7ff293caf6b2002e9.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/inn-current/Makefile | 7 | ||||
-rw-r--r-- | news/inn-stable/Makefile | 7 | ||||
-rw-r--r-- | news/inn/Makefile | 7 |
3 files changed, 18 insertions, 3 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 diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index 11b0cc5e9f49..075651b14147 100644 --- a/news/inn-stable/Makefile +++ b/news/inn-stable/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 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 |