svn commit: r396154 - head/www/aria2

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Sat Sep 5 07:48:52 UTC 2015


On Sat, Sep 5, 2015 at 1:56 PM, Alexey Dokuchaev <danfe at freebsd.org> 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 <bsd.port.pre.mk>
> -
> -.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
> -BROKEN=                Does not install on powerpc-9
> -.endif
> -
> -.include <bsd.port.post.mk>
> +.include <bsd.port.mk>
> _______________________________________________
> svn-ports-all at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe at 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


More information about the svn-ports-all mailing list