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
Responsible Changed From-To: freebsd-ports-bugs->olgeni Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Good catch! Committed.