Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Sep 2011 10:31:26 +0000
From:      "Pietro Cerutti" <gahr@gahr.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sylvio@FreeBSD.org
Subject:   ports/160672: [PATCH] devel/tclxml: fix dependencies
Message-ID:  <20110912083802.25EFF106564A@hub.freebsd.org>
Resent-Message-ID: <201109120840.p8C8e7gQ068543@freefall.freebsd.org>

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

>Number:         160672
>Category:       ports
>Synopsis:       [PATCH] devel/tclxml: fix dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 12 08:40:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Pietro Cerutti
>Release:        FreeBSD 9.0-CURRENT i386
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD gahrlex.gahr.ch 9.0-CURRENT FreeBSD 9.0-CURRENT #2: Sat Jul  9 02:21:14 UTC
>Description:

textproc/libxslt is required at run time. Change BUILD_DEPENDS to LIB_DEPENDS.

Port maintainer (sylvio@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- tclxml-3.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/tclxml/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile	1 Nov 2009 15:02:43 -0000	1.15
+++ Makefile	12 Sep 2011 10:28:44 -0000
@@ -13,7 +13,7 @@
 MAINTAINER=	sylvio@FreeBSD.org
 COMMENT=	API for parsing XML documents using Tcl
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/xslt-config:${PORTSDIR}/textproc/libxslt
+LIB_DEPENDS=	xslt.2:${PORTSDIR}/textproc/libxslt
 RUN_DEPENDS?=	dtplite:${PORTSDIR}/devel/tcllib
 
 PORTDOCS=	README.xml html.xsl man.macros nroff.xsl tcldoc-1.0.dtd \
--- tclxml-3.2.patch ends here ---

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



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