Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  4 Aug 2006 11:16:14 +0400 (MSD)
From:      Stanislav Sedov <ssedov@mbsd.msk.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lioux@FreeBSD.org
Subject:   ports/101348: [PATCH] net-p2p/mldonkey-devel: fix depends
Message-ID:  <20060804071614.2F36712669@fonon.realnet>
Resent-Message-ID: <200608041000.k74A0R6R092929@freefall.freebsd.org>

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

>Number:         101348
>Category:       ports
>Synopsis:       [PATCH] net-p2p/mldonkey-devel: fix depends
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 04 10:00:26 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Stanislav Sedov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
MBSD labs, Inc.
>Environment:
System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Aug  2 21:44:37 MSD
>Description:
 - mldonkey-gui should depend rather on lablrsvg than lablgtk (build fails, if
 lablgtk was builded without lablrsvg support.

Copy of this message was sent to (lioux@FreeBSD.org).

>How-To-Repeat:
>Fix:

--- mldonkey-devel-2.7.7_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-p2p/mldonkey-devel/Makefile /var/tmp/mldonkey-devel/Makefile
--- /usr/ports/net-p2p/mldonkey-devel/Makefile	Sun Jun 25 17:01:53 2006
+++ /var/tmp/mldonkey-devel/Makefile	Fri Aug  4 11:13:45 2006
@@ -67,7 +67,7 @@
 .if !defined(WITHOUT_CORE)
 CONFLICTS+=	mldonkey-devel-[0-9]*
 .endif
-BUILD_DEPENDS+=	lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 \
+BUILD_DEPENDS+=	${LABLRSVG}:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 \
 		${LOCALBASE}/lib/ocaml/jabbr.cma:${PORTSDIR}/net-im/ocaml-jabbr
 LIB_DEPENDS+=	gd.4:${PORTSDIR}/graphics/gd \
 		rsvg-2.2:${PORTSDIR}/graphics/librsvg2
@@ -89,6 +89,7 @@
 		Install.txt Readme.txt Todo.txt ed2k_links.txt
 PORTDOCS=	${DOCFILES}
 PKGMESSAGE=	${WRKDIR}/pkg-message
+LABLRSVG=	${LOCALBASE}/lib/ocaml/lablgtk2/lablrsvg.cma
 
 # build additional tools
 ALL_TARGET+=	\
--- mldonkey-devel-2.7.7_1.patch ends here ---

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



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