From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 14 15:00:18 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE0F216A4D1 for ; Sat, 14 May 2005 15:00:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CFE643D66 for ; Sat, 14 May 2005 15:00:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4EF0Bu7033366 for ; Sat, 14 May 2005 15:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4EF0BL5033364; Sat, 14 May 2005 15:00:11 GMT (envelope-from gnats) Resent-Date: Sat, 14 May 2005 15:00:11 GMT Resent-Message-Id: <200505141500.j4EF0BL5033364@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ganael LAPLANCHE Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9B1716A4D2 for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/81020: [PORT UPDATE] net/amule2 (follows ports/80734) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ganael LAPLANCHE List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2005 15:00:19 -0000 >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 --------------- Patch ends here --------------- >Release-Note: >Audit-Trail: >Unformatted: