Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Feb 1998 09:32:59 GMT
From:      Adrian Wontroba <aw1@stade.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/5620: inn 1.7.2 port looking for tcl in wrong (old) place
Message-ID:  <199802010932.JAA14875@titus.stade.co.uk>

next in thread | raw e-mail | index | archive | help

>Number:         5620
>Category:       ports
>Synopsis:       inn 1.7.2 port looking for tcl in wrong (old) place
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb  1 01:40:00 PST 1998
>Last-Modified:
>Originator:     Adrian Wontroba
>Organization:
Stade Computers Ltd, UK
>Release:        FreeBSD 2.2.5-STABLE i386
>Environment:

2.2-STABLE system, cvsup complete at 00:21 98/02/01.

>Description:

The scripts/configure file for the inn 1.7.2 port is looking in
the wrong places for tcl include files and libtcl.

>How-To-Repeat:

cd /usr/ports/news/inn; make build

>Fix:

Band-aid is to apply the following patch to scripts/configure,
assuming tcl80 is installed. This isn't a complete solution - port
should presumably be made dependant upon tcl80.

--- configure.orig	Sun Feb  1 09:12:10 1998
+++ configure	Sun Feb  1 06:57:18 1998
@@ -12,8 +12,8 @@
 	NEWSDIR=/var/news
 fi
 
-[ x$USE_TCL = xDO ] && USE_TCLINC=-I/usr/local/include
-[ x$USE_TCL = xDO ] && USE_TCLLIB="-ltcl -lm"
+[ x$USE_TCL = xDO ] && USE_TCLINC=-I/usr/local/include/tcl8.0
+[ x$USE_TCL = xDO ] && USE_TCLLIB="-L/usr/local/lib -ltcl80 -lm"
 [ x$USE_PERL5 = xDO ] && USE_PERL5INC=-I/usr/local/lib/perl5/i386-freebsd/5.004/CORE
 [ x$USE_PERL5 = xDO ] && USE_PERL5LIB="-L/usr/local/lib/perl5/i386-freebsd/5.004/CORE -lperl -lm"
 
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802010932.JAA14875>