Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 May 2005 16:55:35 +0200 (CEST)
From:      Ganael LAPLANCHE <ganael.laplanche@martymac.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/81020: [PORT UPDATE] net/amule2 (follows ports/80734)
Message-ID:  <20050514145535.809A6207@mail.martymac.com>
Resent-Message-ID: <200505141500.j4EF0BL5033364@freefall.freebsd.org>

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

>Number:         81020
>Category:       ports
>Synopsis:       [PORT UPDATE] net/amule2 (follows ports/80734)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 14 15:00:10 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Ganael LAPLANCHE
>Release:        FreeBSD 5.4-STABLE amd64
>Organization:
http://contribs.martymac.com
>Environment:
System: FreeBSD www.martymac.com FreeBSD 5.4-STABLE


>Description:
		This patch has to be applied after having committed the new net/amule2 port (ports/80734). It allows aMule2 to be linked against the brand-new wxgtk26 port. It also removes the old execinfo dependency which prevents aMule (and wxgtk26) from compiling correctly (see also misc/81014).

>How-To-Repeat:
>Fix:


--------------- Patch starts here ---------------
diff -aur amule2.orig/Makefile amule2/Makefile
--- amule2.orig/Makefile	Sat May  7 16:59:12 2005
+++ amule2/Makefile	Sat May 14 16:32:54 2005
@@ -7,15 +7,15 @@
 
 PORTNAME=	aMule
 PORTVERSION=	2.0.0
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://download.berlios.de/amule/
 
 MAINTAINER=	ganael.laplanche@martymac.com
 COMMENT=	The all-platform eMule p2p client
 
-LIB_DEPENDS=	wx_gtk2u_core-2.5.3:${PORTSDIR}/x11-toolkits/wxgtk2-unicode-devel \
-		curl.3:${PORTSDIR}/ftp/curl \
-		execinfo.1:${PORTSDIR}/devel/libexecinfo
+LIB_DEPENDS=	wx_gtk2u_core-2.6:${PORTSDIR}/x11-toolkits/wxgtk26-unicode \
+		curl.3:${PORTSDIR}/ftp/curl
 #		gd.4:${PORTSDIR}/graphics/gd
 #		png.5:${PORTSDIR}/graphics/png
 
@@ -51,7 +51,7 @@
 		ALC "Compile aMule Link Creator (+GUI)" on \
 		AMULEDAEMON "Compile aMule daemon version - EXPERIMENTAL" off
 
-WX_CONFIG?=	${X11BASE}/bin/wxgtk2u-2.5-config
+WX_CONFIG?=	${X11BASE}/bin/wxgtk2u-2.6-config
 CURL_CONFIG?=	${LOCALBASE}/bin/curl-config
 
 .include <bsd.port.pre.mk>
--------------- 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?20050514145535.809A6207>