Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2006 15:59:48 -0400 (EDT)
From:      Vivek Khera <vivek@khera.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/102114: add missing dependency to rt36 port
Message-ID:  <20060815195948.7934F116DF@lorax.kcilink.com>
Resent-Message-ID: <200608152000.k7FK0a5l062551@freefall.freebsd.org>

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

>Number:         102114
>Category:       ports
>Synopsis:       add missing dependency to rt36 port
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 15 20:00:35 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Vivek Khera
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD lorax.kcilink.com 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Mon May 8 16:05:12 EDT 2006 vivek@dbarchive.m1e.net:/n/lorax1/usr6/obj.i386/n/lorax1/usr6/src/sys/KCI32SMP i386


	
>Description:
	

in my update to www/rt36 port I missed a new dependency.  this patch adds that.

>How-To-Repeat:
	
>Fix:

	

diff -Pru rt36/Makefile rt36.vk/Makefile
--- rt36/Makefile       Tue Aug 15 12:42:15 2006
+++ rt36.vk/Makefile    Tue Aug 15 15:57:06 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=      rt
 PORTVERSION?=  3.6.1
+PORTREVISION=  1
 CATEGORIES=    www
 MASTER_SITES?= http://download.bestpractical.com/pub/rt/release/ \
                http://download.bestpractical.com/pub/rt/devel/ \
@@ -57,7 +58,8 @@
                ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
                ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \
                ${SITE_PERL}/GD/Text.pm:${PORTSDIR}/graphics/p5-GD-TextUtil \
-               ${SITE_PERL}/Calendar/Simple.pm:${PORTSDIR}/devel/p5-Calendar-Simple
+               ${SITE_PERL}/Calendar/Simple.pm:${PORTSDIR}/devel/p5-Calendar-Simple \
+               ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require
 
 RUN_DEPENDS=   ${BUILD_DEPENDS}
 

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



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