databases/virtuoso is ONLY_FOR_ARCH i386, amd64, and sparc64. It builds and runs just fine on powerpc and powerpc64. I think the ONLY_FOR_ARCH line can be removed from the makefile, it should build fine on all architectures, I don't see any architecture specific code. Fix: Add powerpc and powerpc64 to ONLY_FOR_ARCH line, or remove the line entirely.
Responsible Changed From-To: freebsd-ports-bugs->fjoe Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Change committed, thanks!
Author: fjoe Date: Tue Oct 15 05:16:26 2013 New Revision: 330366 URL: http://svnweb.freebsd.org/changeset/ports/330366 Log: Remove ONLY_FOR_ARCHS. PR: 182926 Submitted by: Justin Hibbits Modified: head/databases/virtuoso/Makefile Modified: head/databases/virtuoso/Makefile ============================================================================== --- head/databases/virtuoso/Makefile Tue Oct 15 05:12:03 2013 (r330365) +++ head/databases/virtuoso/Makefile Tue Oct 15 05:16:26 2013 (r330366) @@ -41,7 +41,6 @@ LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= PATH=${LOCALBASE}/bin:${PATH}\ ISQL=isql-vt USE_RC_SUBR= virtuoso -ONLY_FOR_ARCHS= i386 amd64 sparc64 USERS= virtuoso GROUPS= virtuoso _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"