Date: Wed, 10 Aug 2005 17:07:42 +0400 (MSD) From: Alex Kapranoff <kappa@rambler-co.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/84749: databases/p5-Cache-Memcached does not depend on memcached Message-ID: <20050810130742.190A94106@capella.park.rambler.ru> Resent-Message-ID: <200508101310.j7ADAKi3018182@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84749 >Category: ports >Synopsis: databases/p5-Cache-Memcached does not depend on memcached >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 Aug 10 13:10:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alex Kapranoff >Release: FreeBSD 5.2-CURRENT i386 >Organization: Inner Mongolia >Environment: FreeBSD capella.park.rambler.ru 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Tue Jun 15 17:17:42 MSD 2004 root@capella.rambler.stack.net:/usr/obj/usr/src/sys/CAPELLA i386 >Description: This is an interface module which does not require local memcached at all. Most of the time it is used to access a remote memcached so no need to install daemon (with start-up script in etc/rc.d!) on this box. >How-To-Repeat: >Fix: diff -ruN --exclude=CVS /usr/ports/databases/p5-Cache-Memcached/Makefile /usr/home/kappa/work/ports/p5-Cache-Memcached/Makefile --- /usr/ports/databases/p5-Cache-Memcached/Makefile Sun Apr 10 07:44:28 2005 +++ /usr/home/kappa/work/ports/p5-Cache-Memcached/Makefile Wed Aug 10 17:04:07 2005 @@ -17,8 +17,7 @@ COMMENT= Perl API for memcached, a distributed memory cache daemon BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32 -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32 \ - memcached:${PORTSDIR}/databases/memcached +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050810130742.190A94106>