ports/81020: [PORT UPDATE] net/amule2 (follows ports/80734)

Ganael LAPLANCHE ganael.laplanche at martymac.com
Sat May 14 15:00:19 UTC 2005


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



More information about the freebsd-ports-bugs mailing list