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.
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
_______________________________________________
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to