Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Sep 2012 11:31:05 +0400
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        python <python@FreeBSD.org>
Cc:        portmgr@FreeBSD.org
Subject:   Simple change into Mk/bsd.python.mk
Message-ID:  <50430B39.6040707@yandex.ru>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------070407000100080506080605
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

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.

--------------070407000100080506080605
Content-Type: text/plain; charset=UTF-8;
 name="bsd.python.mk.diff.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="bsd.python.mk.diff.txt"

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

--------------070407000100080506080605--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50430B39.6040707>