Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2006 09:20:36 +0800
From:      "Khairil Yusof" <khairil.yusof@gmail.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/92236: port update: broken dependency path in www/zope-calendaring
Message-ID:  <1138065636.69564@wolverine.inigo-tech.com>
Resent-Message-ID: <200601240130.k0O1U4Zm061651@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         92236
>Category:       ports
>Synopsis:       port update: broken dependency path in www/zope-calendaring
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 24 01:30:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Khairil Yusof
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.0-STABLE #6: Sat Jan 14 01:54:07 MYT 2006
    root@wolverine.inigo-tech.com:/tmp/obj/usr/src/sys/WOLVERINE



>Description:


PYTHON_SITELIBDIR does not need LOCALBASE variable in path leading to broken dependency detection for this port


>How-To-Repeat:





>Fix:


--- Makefile.orig       Tue Jan 24 09:14:18 2006
+++ Makefile    Tue Jan 24 09:14:39 2006
@@ -16,7 +16,7 @@
 MAINTAINER=    kaeru@inigo-tech.com
 COMMENT=       Calendar product for Plone

-RUN_DEPENDS=   ${LOCALBASE}/${PYTHON_SITELIBDIR}/dateutil/__init__.py:${PORTSDIR}/devel/py-dateutil \
+RUN_DEPENDS=   ${PYTHON_SITELIBDIR}/dateutil/__init__.py:${PORTSDIR}/devel/py-dateutil \
                ${LOCALBASE}/${SZOPEBASEDIR}/${ZOPEPRODUCTDIR}/CMFPlone/__init__.py:${PORTSDIR}/www/plone

 NO_PACKAGE=    Double python dependency



>Release-Note:
>Audit-Trail:
>Unformatted:



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