Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Jul 2009 15:29:54 +1200
From:      Matthew Luckie <mluckie@cs.waikato.ac.nz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/136209: [patch] p5-Net-Patricia missing dependency on p5-version
Message-ID:  <E1MLqWA-000Jki-NS@sorcerer.cs.waikato.ac.nz>
Resent-Message-ID: <200907010350.n613o15H070299@freefall.freebsd.org>

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

>Number:         136209
>Category:       ports
>Synopsis:       [patch] p5-Net-Patricia missing dependency on p5-version
>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:   Wed Jul 01 03:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Luckie
>Release:        FreeBSD 7.1-RELEASE-p4 i386
>Organization:
University of Waikato
>Environment:
System: FreeBSD sorcerer.cs.waikato.ac.nz 7.1-RELEASE-p4 FreeBSD 7.1-RELEASE-p4 #0: Sat Mar 28 11:10:56 NZDT 2009 root@sorcerer.cs.waikato.ac.nz:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	p5-Net-Patricia requires p5-version to run.  if it is not installed,
	then anything depending on Net::Patricia will not work.
>How-To-Repeat:
	install p5-Net-Patricia on a system without p5-version installed.
>Fix:

	

--- patch-p5-Net-Patricia begins here ---
diff -uNr p5-Net-Patricia.orig/Makefile p5-Net-Patricia/Makefile
--- p5-Net-Patricia.orig/Makefile	2009-06-26 07:02:46.000000000 +1200
+++ p5-Net-Patricia/Makefile	2009-07-01 15:17:25.000000000 +1200
@@ -16,6 +16,8 @@
 
 PERL_CONFIGURE=	YES
 
+RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version
+
 MAN3=		Net::Patricia.3
 
 .include <bsd.port.mk>
--- patch-p5-Net-Patricia ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1MLqWA-000Jki-NS>