ports/95918: [PATCH] missing dependency: devel/gaphor

Arseny Nasokin tarc at tarc.po.cs.msu.su
Mon Apr 17 11:20:12 UTC 2006


>Number:         95918
>Category:       ports
>Synopsis:       [PATCH] missing dependency: devel/gaphor
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 17 11:20:10 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Arseny Nasokin
>Release:        
>Organization:
CMC MSU
>Environment:
$FreeBSD: ports/devel/gaphor/Makefile,v 1.10 2006/04/13 15:18:23 vd Exp $
>Description:
devel/gaphor depends on textproc/py-expat
>How-To-Repeat:
Try install this port without installed py-expat(see environment for version info)
>Fix:
--- Makefile.orig       Mon Apr 17 15:11:12 2006
+++ Makefile    Mon Apr 17 15:18:37 2006
@@ -15,7 +15,8 @@
 MAINTAINER=    rehsack at liwing.de
 COMMENT=       UML modeling environment written in Python
 
-BUILD_DEPENDS= diacanvas2>=0:${PORTSDIR}/graphics/diacanvas2
+BUILD_DEPENDS= diacanvas2>=0:${PORTSDIR}/graphics/diacanvas2 \
+               ${PYTHON_SITELIBDIR}/pyexpat.so:${PORTSDIR}/textproc/py-expat
 RUN_DEPENDS=   ${BUILD_DEPENDS}
 .if defined(PACKAGE_BUILDING)
 BUILD_DEPENDS+=        Xvfb:${X_VFBSERVER_PORT}

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



More information about the freebsd-ports-bugs mailing list