From owner-svn-ports-all@FreeBSD.ORG Fri Mar 7 08:41:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D46EBDF2; Fri, 7 Mar 2014 08:41:48 +0000 (UTC) Received: from mail-lb0-x22b.google.com (mail-lb0-x22b.google.com [IPv6:2a00:1450:4010:c04::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9C8ACE4F; Fri, 7 Mar 2014 08:41:47 +0000 (UTC) Received: by mail-lb0-f171.google.com with SMTP id w7so2545058lbi.2 for ; Fri, 07 Mar 2014 00:41:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=11xUma3fOBk4LKccOVvSX9FOdTilbhktwESKkEtdiVQ=; b=qbgbDcya4TZa0Lp5VPEM880gPvtVeTxvHnFO93X8GJzfvONAE84hazgOo+abeXnkst g2LkFuE97IN1RxG++gcTMNOt4b877Nz9pIFKySEuOWYGhhHBozrY3/a6fXG9xmmF8djO gtLz/yGMiJefyq6shm0yYVmH8XqYOb0IdCHpzcSE7J8tgzxDJN7PLyOe7w91ydA1lAsE yrPmd1xipcvxySoDUxslU4EZcVuB+ryUX532weenqgPIiZ5VMn9TE3LKL0S5WQ0R3ms4 t6ZX87ZoPSnajOWD3XDuc2krLWADnHQYMIoA9TomxmyRyQuv0hPivvVQjk6DaiiBqEeG uLKg== MIME-Version: 1.0 X-Received: by 10.112.64.37 with SMTP id l5mr679275lbs.49.1394181705526; Fri, 07 Mar 2014 00:41:45 -0800 (PST) Received: by 10.114.2.81 with HTTP; Fri, 7 Mar 2014 00:41:45 -0800 (PST) In-Reply-To: <201403070625.s276PGbO062948@svn.freebsd.org> References: <201403070625.s276PGbO062948@svn.freebsd.org> Date: Fri, 7 Mar 2014 16:41:45 +0800 Message-ID: Subject: Re: svn commit: r347338 - in head/net-p2p: . microdc2 microdc2/files From: Martin Wilke To: Alexey Dokuchaev Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "svn-ports-head@FreeBSD.org" , "svn-ports-all@FreeBSD.org" , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 08:41:48 -0000 while you restore the port, should you not at least take over the port? On Fri, Mar 7, 2014 at 2:25 PM, Alexey Dokuchaev wrote: > Author: danfe > Date: Fri Mar 7 06:25:16 2014 > New Revision: 347338 > URL: http://svnweb.freebsd.org/changeset/ports/347338 > QAT: https://qat.redports.org/buildarchive/r347338/ > > Log: > Resurrect net-p2p/microdc2 and unbreak the build: in the configure > script, > libxml2 versions were compared algebraically (-ge), which made our > current > version 280 appear smaller than checked-against 2616. It was fixed once, > by mezz@ in r225813, but not in a very good way (only for libxml 2.7). > > While here, cleanup and stagify the port. > > Added: > head/net-p2p/microdc2/ > - copied from r346396, head/net-p2p/microdc2/ > Deleted: > head/net-p2p/microdc2/files/patch-ab > Modified: > head/net-p2p/Makefile > head/net-p2p/microdc2/Makefile > > Modified: head/net-p2p/Makefile > > ============================================================================== > --- head/net-p2p/Makefile Fri Mar 7 05:15:07 2014 (r347337) > +++ head/net-p2p/Makefile Fri Mar 7 06:25:16 2014 (r347338) > @@ -55,6 +55,7 @@ > SUBDIR += litecoin > SUBDIR += litecoin-daemon > SUBDIR += lopster > + SUBDIR += microdc2 > SUBDIR += minder > SUBDIR += mktorrent > SUBDIR += mldonkey > > Modified: head/net-p2p/microdc2/Makefile > > ============================================================================== > --- head/net-p2p/microdc2/Makefile Thu Feb 27 22:35:11 2014 > (r346396) > +++ head/net-p2p/microdc2/Makefile Fri Mar 7 06:25:16 2014 > (r347338) > @@ -5,34 +5,26 @@ PORTNAME= microdc2 > PORTVERSION= 0.15.6 > PORTREVISION= 4 > CATEGORIES= net-p2p > -MASTER_SITES= http://corsair626.no-ip.org/microdc/ \ > - http://corsair626.no-ip.org/microdc/archive/ > +MASTER_SITES= http://corsair626.no-ip.org/microdc/ > > MAINTAINER= pankov_p@mail.ru > COMMENT= Command-line based Direct Connect client > > -CONFLICTS= tthsum-[0-9]* > +LICENSE= GPLv2 > > -BROKEN= Does not link > -DEPRECATED= Broken for more than 6 month > -EXPIRATION_DATE= 2014-02-27 > +CONFLICTS= tthsum-[0-9]* > > -GNU_CONFIGURE= yes > USES= iconv > +GNU_CONFIGURE= yes > USE_GNOME= libxml2 > > -NO_STAGE= yes > - > OPTIONS_DEFINE= NLS > +OPTIONS_SUB= yes > > -.include > +NLS_USES= gettext > +NLS_CONFIGURE_OFF= --disable-nls > > -.if ${PORT_OPTIONS:MNLS} > -USES+= gettext > -PLIST_SUB+= NLS="" > -.else > -CONFIGURE_ARGS+= --disable-nls > -PLIST_SUB+= NLS="@comment " > -.endif > +post-patch: > + @${REINPLACE_CMD} -e 's,-ge 2616,\\> 2616,' ${WRKSRC}/configure > > .include > >