From gahr@FreeBSD.org  Mon Sep 12 08:38:02 2011
Return-Path: <gahr@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 25EFF106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 12 Sep 2011 08:38:02 +0000 (UTC)
	(envelope-from gahr@FreeBSD.org)
Received: from cpanel05.rubas-s05.net (cpanel05.rubas-s05.net [195.182.222.75])
	by mx1.freebsd.org (Postfix) with ESMTP id D05F48FC19
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 12 Sep 2011 08:38:01 +0000 (UTC)
Received: from 175-3.192-178.cust.bluewin.ch ([178.192.3.175] helo=gahr.no-ip.org)
	by cpanel05.rubas-s05.net with esmtpa (Exim 4.69)
	(envelope-from <gahr@FreeBSD.org>)
	id 1R321g-0007JB-0X; Mon, 12 Sep 2011 10:38:00 +0200
Received: from gahr.ch (gahrlex [192.168.1.39])
	by gahr.no-ip.org (Postfix) with SMTP id 7D8844502E;
	Mon, 12 Sep 2011 10:37:58 +0200 (CEST)
Received: by gahr.ch (sSMTP sendmail emulation); Mon, 12 Sep 2011 10:31:26 +0000
Message-Id: <20110912083802.25EFF106564A@hub.freebsd.org>
Date: Mon, 12 Sep 2011 10:31:26 +0000
From: "Pietro Cerutti" <gahr@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sylvio@FreeBSD.org
Subject: [PATCH] devel/tclxml: fix dependencies
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         160672
>Category:       ports
>Synopsis:       [PATCH] devel/tclxml: fix dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    sylvio
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 12 08:40:06 UTC 2011
>Closed-Date:    Wed Nov 09 18:11:34 UTC 2011
>Last-Modified:  Wed Nov 09 18:11:34 UTC 2011
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->sylvio 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Sep 12 08:40:16 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160672 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160672: commit references a PR
Date: Wed, 28 Sep 2011 08:34:25 +0000 (UTC)

 gahr        2011-09-28 08:34:15 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/tclxml         Makefile 
   Log:
   - Register textproc/libxslt as a LIB_DEPENDS, as it's needed at runtime
   
   PR:             160672
   Submitted by:   Pietro Cerutti <gahr@FreeBSD.org>
   Approved by:    maintainer (16 days timeout)
   
   Revision  Changes    Path
   1.16      +2 -1      ports/devel/tclxml/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: tabthorpe 
State-Changed-When: Wed Nov 9 18:11:33 UTC 2011 
State-Changed-Why:  
Already committed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160672 
>Unformatted:
