From owner-svn-ports-all@freebsd.org Sat Sep 5 07:48:52 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 686B49CA2F0 for ; Sat, 5 Sep 2015 07:48:52 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-oi0-f54.google.com (mail-oi0-f54.google.com [209.85.218.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 365631358 for ; Sat, 5 Sep 2015 07:48:51 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by oiev17 with SMTP id v17so23192051oie.1 for ; Sat, 05 Sep 2015 00:48:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=miz9s0QBl8PJz3VuLhtCWclqe4JsPjZPQquNWWeYMm0=; b=Uqxd0L112kSriYHpWe+cCrDUdEViw8vDCgIXSFvyCIbJgJ8bGzw4oLJvxtqX+PbmVf CJa983tQ78/LYvXUO6/ZJjDo8HF1rujbbj4xdSXBCTUmnIKlaW37XZkPsEwFZXAtBz5+ Ys8ILdWu7KVt3YwC8LvRzQxKP0PeLAlvZvLNYK236AJ9tAckqmhnf6GYTiDDwXpFZYt5 H+9Ay29UcQQYd0ADY1r8BwApAE5JbObfwseY5k1qjK4tUZGC3+2+FvOlA8hobVnoKCKZ v6nKEZ4ExAAW3FoedtBsQhn0ifaDyIFc8qHUGlyrV1KW4mXhDET35mSmjIjKSemhyLlh /2QA== X-Gm-Message-State: ALoCoQnEnUTNFAvpKXc03zP4RxWA9dnJfSyNr9/Gug4EuStO9y80YpQ+tu0As8azEYZdnk19nKON X-Received: by 10.202.77.207 with SMTP id a198mr6439913oib.131.1441438874541; Sat, 05 Sep 2015 00:41:14 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.202.218.133 with HTTP; Sat, 5 Sep 2015 00:40:35 -0700 (PDT) In-Reply-To: <201509050556.t855uIoU079651@repo.freebsd.org> References: <201509050556.t855uIoU079651@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 5 Sep 2015 15:40:35 +0800 X-Google-Sender-Auth: ZtdST-Zpu20Xp0m-vPxESMUYe_8 Message-ID: Subject: Re: svn commit: r396154 - head/www/aria2 To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 05 Sep 2015 07:48:52 -0000 On Sat, Sep 5, 2015 at 1:56 PM, Alexey Dokuchaev wrote: > Author: danfe > Date: Sat Sep 5 05:56:17 2015 > New Revision: 396154 > URL: https://svnweb.freebsd.org/changeset/ports/396154 > > Log: > Stop misleading users that the port does not install on PowerPC. Aria2 > is > written in a quite portable way, and should build fine everywhere > provided > there is C++11 capable compiler available. > > Modified: > head/www/aria2/Makefile > > Modified: head/www/aria2/Makefile > > ============================================================================== > --- head/www/aria2/Makefile Sat Sep 5 00:20:56 2015 (r396153) > +++ head/www/aria2/Makefile Sat Sep 5 05:56:17 2015 (r396154) > @@ -52,10 +52,4 @@ SQLITE_USE= SQLITE=yes > > ARIA2_DISK_CACHE?= 16M > > -.include > - > -.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000 > -BROKEN= Does not install on powerpc-9 > -.endif > - > -.include > +.include > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > Thanks! That was added 4 years ago [1]. I keep it since I do not have powerpc to test. [1] https://svnweb.freebsd.org/ports/head/www/aria2/Makefile?r1=285523&r2=285524 Regards, sunpoet