Bug 176353 - lang/erlang builds on arm - port makefile needs to be fixed
Summary: lang/erlang builds on arm - port makefile needs to be fixed
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: Jimmy Olgeni
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-22 17:50 UTC by Brett Wynkoop
Modified: 2013-02-24 10:50 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 Brett Wynkoop 2013-02-22 17:50:00 UTC
building erlang on arm produces the message that the arm platform is not supported, but erlang builds fine on arm.  I just built it.

Fix: 

Remove this line from the makefile:

ONLY_FOR_ARCHS=        i386 amd64 sparc64 powerpc
How-To-Repeat: cd  /usr/ports/lang/erlang
make package-recursive
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-24 04:49:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->olgeni

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-24 10:48:33 UTC
Author: olgeni
Date: Sun Feb 24 10:48:25 2013
New Revision: 312864
URL: http://svnweb.freebsd.org/changeset/ports/312864

Log:
  Remove ONLY_FOR_ARCHS, since it seems to build everywhere.
  
  PR:		ports/176353
  Submitted by:	Brett Wynkoop <bsdbugs@wynn.com>

Modified:
  head/lang/erlang/Makefile

Modified: head/lang/erlang/Makefile
==============================================================================
--- head/lang/erlang/Makefile	Sun Feb 24 08:26:16 2013	(r312863)
+++ head/lang/erlang/Makefile	Sun Feb 24 10:48:25 2013	(r312864)
@@ -123,7 +123,6 @@ USE_CSTD=	gnu89
 USE_PERL5=	yes
 USE_RC_SUBR=	epmd
 GNU_CONFIGURE=	yes
-ONLY_FOR_ARCHS=	i386 amd64 sparc64 powerpc
 
 .if ${PORT_OPTIONS:MODBC}
 CONFIGURE_ARGS+=--with-odbc
_______________________________________________
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"
Comment 3 Jimmy Olgeni freebsd_committer freebsd_triage 2013-02-24 10:48:50 UTC
State Changed
From-To: open->closed

Good catch! Committed.