Simple change into Mk/bsd.python.mk
Ruslan Mahmatkhanov
cvs-src at yandex.ru
Sun Sep 2 07:31:08 UTC 2012
Hi,
I'm preparing an update of www/plone and discovered thing that's need to
be changed to make USE_ZOPE knob actually work. We do not define
ZOPESKELDIR anymore, so the RUN_DEPENDS line should be fixed.
While here, trim some leftover from py24/25 removal, that's now always
true in current ports tree. Would you please approve this change?
PS. It doesn't needed an exp-run because at the time there is no ports,
that use USE_ZOPE.
--
Regards,
Ruslan
Tinderboxing kills... the drives.
-------------- next part --------------
Index: bsd.python.mk
===================================================================
--- bsd.python.mk (revision 303535)
+++ bsd.python.mk (working copy)
@@ -501,7 +501,7 @@
(defined(INSTALLS_EGGINFO) || \
(defined(USE_PYDISTUTILS) && \
${USE_PYDISTUTILS} != "easy_install")) && \
- defined(PYTHON_REL) && ${PYTHON_REL} >= 250
+ defined(PYTHON_REL)
. for egg in ${PYDISTUTILS_EGGINFO}
PLIST_FILES+= ${PYDISTUTILS_EGGINFODIR:S;${PREFIX}/;;}/${egg}
. endfor
@@ -543,7 +543,7 @@
.endif # ${PYTHON_NO_DEPENDS} == "NO"
.if defined(USE_ZOPE)
-RUN_DEPENDS+= ${ZOPESKELDIR}/bin/zopectl.in:${ZOPE_PORTSDIR}
+RUN_DEPENDS+= ${LOCALBASE}/bin/zopectl:${ZOPE_PORTSDIR}
.endif
# set $PREFIX as Python's one
More information about the freebsd-python
mailing list