Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2012 15:09:22 GMT
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/171210: [patch] www/mod_rivet -- DIO requires itcl
Message-ID:  <201208311509.q7VF9M3m004041@red.freebsd.org>
Resent-Message-ID: <201208311510.q7VFA8jX030864@freefall.freebsd.org>

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

>Number:         171210
>Category:       ports
>Synopsis:       [patch] www/mod_rivet -- DIO requires itcl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 31 15:10:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Pietro Cerutti
>Release:        
>Organization:
The FreeBSD Project
>Environment:
>Description:
The Database Interface Objects of Rivet require itcl. Add dependency.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 303399)
+++ Makefile	(working copy)
@@ -17,6 +17,8 @@
 
 LICENSE=		AL2
 
+LIB_DEPENDS=	itcl:${PORTSDIR}/lang/itcl
+
 USE_APACHE=	22+
 USE_TCL=	84+
 USE_LDCONFIG=	${PREFIX}/lib/rivet


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



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