Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 2006 11:17:58 GMT
From:      Arseny Nasokin <tarc@tarc.po.cs.msu.su>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/95918: [PATCH] missing dependency: devel/gaphor
Message-ID:  <200604171117.k3HBHw8X094221@www.freebsd.org>
Resent-Message-ID: <200604171120.k3HBKBS1041584@freefall.freebsd.org>

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

>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@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:



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