Bug 182926 - databases/virtuoso does compile and run on powerpc/powerpc64
Summary: databases/virtuoso does compile and run on powerpc/powerpc64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Max Khon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-12 16:10 UTC by Justin Hibbits
Modified: 2013-10-15 06:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Hibbits freebsd_committer freebsd_triage 2013-10-12 16:10:00 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-12 16:10:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->fjoe

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Max Khon freebsd_committer freebsd_triage 2013-10-15 06:16:29 UTC
State Changed
From-To: open->closed

Change committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-10-15 06:16:34 UTC
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"