From martymac@martymac.com  Sat May 14 14:55:01 2005
Return-Path: <martymac@martymac.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C9B1716A4D2
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 May 2005 14:55:01 +0000 (GMT)
Received: from mail.martymac.com (martymac.com [82.224.94.101])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8114E43D46
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 May 2005 14:55:01 +0000 (GMT)
	(envelope-from martymac@martymac.com)
Received: by mail.martymac.com (Postfix, from userid 1000)
	id 809A6207; Sat, 14 May 2005 16:55:35 +0200 (CEST)
Message-Id: <20050514145535.809A6207@mail.martymac.com>
Date: Sat, 14 May 2005 16:55:35 +0200 (CEST)
From: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
Reply-To: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PORT UPDATE] net/amule2 (follows ports/80734)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         81020
>Category:       ports
>Synopsis:       [PORT UPDATE] net/amule2 (follows ports/80734)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 14 15:00:10 GMT 2005
>Closed-Date:    Tue May 17 10:42:50 GMT 2005
>Last-Modified:  Tue May 17 10:42:50 GMT 2005
>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:
State-Changed-From-To: open->closed 
State-Changed-By: fjoe 
State-Changed-When: Tue May 17 10:42:36 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81020 
>Unformatted:
