From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 26 13:50:03 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B6081065674 for ; Thu, 26 Aug 2010 13:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 47A288FC25 for ; Thu, 26 Aug 2010 13:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o7QDo3Wu089194 for ; Thu, 26 Aug 2010 13:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7QDo3eF089193; Thu, 26 Aug 2010 13:50:03 GMT (envelope-from gnats) Resent-Date: Thu, 26 Aug 2010 13:50:03 GMT Resent-Message-Id: <201008261350.o7QDo3eF089193@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, Anonymous Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B350610656A5 for ; Thu, 26 Aug 2010 13:44:27 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 4A45F8FC21 for ; Thu, 26 Aug 2010 13:44:26 +0000 (UTC) Received: by wwb13 with SMTP id 13so365342wwb.31 for ; Thu, 26 Aug 2010 06:44:26 -0700 (PDT) Received: by 10.227.141.136 with SMTP id m8mr8925745wbu.227.1282830265838; Thu, 26 Aug 2010 06:44:25 -0700 (PDT) Received: from localhost ([109.169.29.56]) by mx.google.com with ESMTPS id k46sm1659259weq.34.2010.08.26.06.44.21 (version=SSLv3 cipher=RC4-MD5); Thu, 26 Aug 2010 06:44:25 -0700 (PDT) Message-Id: <868w3to5ea.fsf@gmail.com> Date: Thu, 26 Aug 2010 17:44:13 +0400 From: Anonymous To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/149988: [patch] net-p2p/amule2: update to 10273 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2010 13:50:03 -0000 >Number: 149988 >Category: ports >Synopsis: [patch] net-p2p/amule2: update to 10273 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Aug 26 13:50:02 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Anonymous >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: >Description: - update - includes my diff in ports/149627[1] [1] since it requires PORTREVISION bump in order to regen the package why not update snapshot, too >How-To-Repeat: >Fix: --- a.diff begins here --- Index: net-p2p/amule2/Makefile =================================================================== RCS file: /a/.cvsup/ports/net-p2p/amule2/Makefile,v retrieving revision 1.38 diff -u -p -r1.38 Makefile --- net-p2p/amule2/Makefile 13 Aug 2010 13:18:23 -0000 1.38 +++ net-p2p/amule2/Makefile 26 Aug 2010 12:48:53 -0000 @@ -5,12 +5,12 @@ # $FreeBSD: ports/net-p2p/amule2/Makefile,v 1.38 2010/08/13 13:18:23 pav Exp $ # -PORTNAME= aMule -PORTVERSION= 10266 +PORTNAME= amule +PORTVERSION= 10273 CATEGORIES= net-p2p MASTER_SITES= ftp://ftp.lissyara.su/users/Guest/distfiles/ \ - http://repo.or.cz/w/${PORTNAME:L}.git/snapshot/ -DISTNAME= ${PORTNAME:L}-svn-r${PORTVERSION} + http://repo.or.cz/w/${PORTNAME}.git/snapshot/ +DISTNAME= ${PORTNAME}-svn-r${PORTVERSION} MAINTAINER= swell.k@gmail.com COMMENT= The all-platform eMule p2p client @@ -18,10 +18,10 @@ COMMENT= The all-platform eMule p2p clie BUILD_DEPENDS= ${FLEX}:${PORTSDIR}/textproc/flex \ ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp -LATEST_LINK= aMule2 -CONFLICTS= aMule-1.* aMule-devel-[0-9]* ed2k-hash-1.* +LATEST_LINK= amule2 +CONFLICTS= aMule-[0-9]* aMule-devel-[0-9]* ed2k-hash-[0-9]* -WRKSRC= ${WRKDIR}/${PORTNAME:L} +WRKSRC= ${WRKDIR}/${PORTNAME} USE_GNOME= pkgconfig USE_GMAKE= yes @@ -30,16 +30,16 @@ USE_QT_VER= 4 USE_WX= 2.8 WX_CONF_ARGS= absolute GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-included-gettext \ - --with-libintl-prefix=${LOCALBASE} \ - --with-libiconv-prefix=${LOCALBASE} \ - --with-crypto-prefix=${LOCALBASE} \ - --with-denoise-level=0 +CONFIGURE_ARGS= --with-denoise-level=0 CONFIGURE_ENV= LEX="${FLEX}" PKG_CONFIG="${PKG_CONFIG}" \ docdir='$${prefix}/${DOCSDIR_REL}' \ - CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ + CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" \ + LDFLAGS="${LDFLAGS}" + +CPPFLAGS+= -I${LOCALBASE}/include +CFLAGS+= ${PTHREAD_CFLAGS} +LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib OPTIONS= ALC "Compile aMule Link Creator (+GUI)" on \ AMULECMD "Compile aMule command line client" on \ @@ -55,8 +55,6 @@ OPTIONS= ALC "Compile aMule Link Creator WXUNICODE "Enable Unicode support" on \ XAS "Install XChat2 plugin" on -DATADIR_REL= share/${PORTNAME:L} -DOCSDIR_REL= share/doc/${PORTNAME:L} PORTDOCS= ABOUT-NLS Changelog EC_Protocol.txt \ ED2K-Links.HOWTO INSTALL README TODO \ amule-win32.HOWTO.txt amulesig.txt license.txt socks4.protocol @@ -106,7 +104,6 @@ PLIST_SUB+= AMULEDAEMON="@comment " .if !defined(WITHOUT_AMULEGUI) CONFIGURE_ARGS+= --enable-amule-gui PLIST_SUB+= AMULEGUI="" -USE_RC_SUBR= amuled.sh .else CONFIGURE_ARGS+= --disable-amule-gui PLIST_SUB+= AMULEGUI="@comment " @@ -154,7 +151,6 @@ PLIST_SUB+= PLASMAMULE="@comment " .endif .if !defined(WITHOUT_UPNP) -CONFIGURE_ARGS+= --with-libupnp-prefix=${LOCALBASE} LIB_DEPENDS+= upnp.3:${PORTSDIR}/devel/upnp .else CONFIGURE_ARGS+= --disable-upnp Index: net-p2p/amule2/distinfo =================================================================== RCS file: /a/.cvsup/ports/net-p2p/amule2/distinfo,v retrieving revision 1.14 diff -u -p -r1.14 distinfo --- net-p2p/amule2/distinfo 13 Aug 2010 13:18:23 -0000 1.14 +++ net-p2p/amule2/distinfo 26 Aug 2010 12:51:39 -0000 @@ -1,3 +1,3 @@ -MD5 (amule-svn-r10266.tar.gz) = 2a83be92ab349bbf9a61568feebf624d -SHA256 (amule-svn-r10266.tar.gz) = ed55a47241a680a8606fee412792f1f3c765d585babd7fc0209d758dcbc81278 -SIZE (amule-svn-r10266.tar.gz) = 5952465 +MD5 (amule-svn-r10273.tar.gz) = 093638e07c8a2b4f8ecd48eda98cf8b7 +SHA256 (amule-svn-r10273.tar.gz) = 59340ecd89f9663b83788c8864438c52147fb64b5218762aae01d1e5ab73e86d +SIZE (amule-svn-r10273.tar.gz) = 5950454 --- a.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: