svn commit: r396154 - head/www/aria2

Alexey Dokuchaev danfe at FreeBSD.org
Sat Sep 5 05:56:18 UTC 2015


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>


More information about the svn-ports-all mailing list