ports/54584: ports/devel/tclxml depends on ports/devel/tcllib

Nicola Vitale nivit at libero.it
Thu Jul 17 14:20:02 UTC 2003


>Number:         54584
>Category:       ports
>Synopsis:       ports/devel/tclxml depends on ports/devel/tcllib
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 17 07:20:00 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Nicola Vitale
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:

System: FreeBSD psyllobora.domo.sva 4.8-STABLE FreeBSD 4.8-STABLE #13: Fri Jun 20 17:48:38 CEST 2003 stan at psyllobora.domo.sva:/usr/obj/usr/src/sys/Psyllobora i386

>Description:

	Tclxml (ports/devel/tclxml) depends on ports/devel/tcllib,
	but this is not present in RUN_DEPENDS variable (see Makefile).

>How-To-Repeat:

	cd /usr/ports/devel/tclxml; make install clean
	echo "package require xml" | tclsh8.4

		=> can't find package uri 1.1

>Fix:

--- /usr/ports/devel/tclxml/Makefile	Fri May 16 04:20:32 2003
+++ /usr/ports/devel/tclxml/Makefile.new	Thu Jul 17 15:55:45 2003
@@ -15,7 +15,8 @@
 COMMENT=	API for parsing XML documents using Tcl
 
 BUILD_DEPENDS=	tclsh8.4:${PORTSDIR}/lang/tcl84
-RUN_DEPENDS=	tclsh8.4:${PORTSDIR}/lang/tcl84
+RUN_DEPENDS=	tclsh8.4:${PORTSDIR}/lang/tcl84 \
+		tcllib:${PORTSDIR}/devel/tcllib
 
 GNU_CONFIGURE=	yes
 INSTALLS_SHLIB=	yes



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list