ports/184914: databases/py-pylibmc LIB_DEPENDS typo
Benjamin Lee
ben at b1c1l1.com
Mon Dec 16 21:10:01 UTC 2013
>Number: 184914
>Category: ports
>Synopsis: databases/py-pylibmc LIB_DEPENDS typo
>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: Mon Dec 16 21:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Benjamin Lee
>Release: 9.2-RELEASE
>Organization:
>Environment:
FreeBSD eclipse.b1c1l1.com 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC 2013 root at bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386
>Description:
LIB_DEPENDS in databases/py-pylibmc has a typo, should be "libmemcached.so".
>How-To-Repeat:
>Fix:
--- py-pylibmc.orig/Makefile 2013-12-11 10:08:52.000000000 -0800
+++ py-pylibmc/Makefile 2013-12-16 13:02:17.732401957 -0800
@@ -12,7 +12,7 @@
LICENSE= BSD
-LIB_DEPENDS= libmemcached.do:${PORTSDIR}/databases/libmemcached
+LIB_DEPENDS= libmemcached.so:${PORTSDIR}/databases/libmemcached
MAKE_ENV+= LIBMEMCACHED="${LOCALBASE}"
USE_PYTHON= 2.5+
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list