ports/79719: p5-Cache-Memcached depends on p5-String-CRC32

Stephen Gunn csg at waterspout.com
Sat Apr 9 17:30:28 UTC 2005


>Number:         79719
>Category:       ports
>Synopsis:       p5-Cache-Memcached depends on p5-String-CRC32
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 09 17:30:27 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Gunn
>Release:        FreeBSD 5.4-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD maelstrom.waterspout.com 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #1: Mon Mar 7 01:32:25 CST 2005 csg at maelstrom.waterspout.com:/mnt/usr/obj/usr/src/sys/GENERIC i386

>Description:
p5-Cache-Memcached has an undocumented dependancy on p5-String-CRC32
	
>How-To-Repeat:
cd ${PORTSDIR}/databases/p5-Cache-Memcached && make install
<notice String::CRC32 isn't installed>
>Fix:
Document the dependancy in the p5-Cache-Memcached makefile.  
Blatantly obvious patch follows:

Index: Makefile
===================================================================
RCS file: /scratch/cvs/FreeBSD/ports/databases/p5-Cache-Memcached/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile    1 Dec 2004 04:29:39 -0000       1.4
+++ Makefile    9 Apr 2005 17:19:58 -0000
@@ -16,7 +16,8 @@
 MAINTAINER=    ports at FreeBSD.org
 COMMENT=       Perl API for memcached, a distributed memory cache daemon
 
-RUN_DEPENDS=   memcached:${PORTSDIR}/databases/memcached
+RUN_DEPENDS=   memcached:${PORTSDIR}/databases/memcached \
+                ${SITE_PERL}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32
 
 PERL_CONFIGURE=        yes
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list