Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2017 01:42:12 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456574 - head/lang/ocaml
Message-ID:  <201712180142.vBI1gCtq013826@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Mon Dec 18 01:42:12 2017
New Revision: 456574
URL: https://svnweb.freebsd.org/changeset/ports/456574

Log:
  Actualize BROKEN_sparc64 statement.  It was (re)marked broken last time in
  r138465 by mi@ (first time in r109062 by kris@), that's 12.5 years ago, and
  never revisited ever since (except minor facelifting in r387855 by marino@).
  The world was largely different back then, with GCC 3.4.4 and OCaml 3.08.3.
  
  Currently it does not build on 10.4-STABLE running under QEMU 2.9.0.
  
  While here, remove stale comment about hardcoded GCC for depend target that
  was added in r292093 by bf@ and later *not* removed in r385012 by marino@
  together with in-place editing commands it was attributed to.  I messed up
  the history with r456400, thinking it still applies yet not performing the
  proper archaeology check, and rightfully deserve a pointy hat for that.

Modified:
  head/lang/ocaml/Makefile

Modified: head/lang/ocaml/Makefile
==============================================================================
--- head/lang/ocaml/Makefile	Mon Dec 18 01:39:46 2017	(r456573)
+++ head/lang/ocaml/Makefile	Mon Dec 18 01:42:12 2017	(r456574)
@@ -21,7 +21,7 @@ LICENSE_PERMS_QPL10=	dist-mirror dist-sell pkg-mirror 
 BROKEN_aarch64=		Does not build: sh: as: not found
 BROKEN_armv7=		Does not build: hasgot.c: undefined reference to `tgetent'
 BROKEN_powerpc64=	Does not build: error: too few arguments to function gethostbyname_r
-BROKEN_sparc64=	ocamlc.opt seg-faults, please try to fix
+BROKEN_sparc64=	No rule to make target 'none.o', needed by 'libasmrun.a'
 BROKEN_mips64=	No ASM support
 BROKEN_mips=	No ASM support
 
@@ -116,7 +116,6 @@ post-extract:
 .endif
 
 post-patch:
-# Don't hardcode GCC for depend target
 	@${REINPLACE_CMD} \
 		-e '\|MKLIB=|s|ar rc|${AR} rc|' \
 		-e '\|RANLIB|s|ranlib|${RANLIB}|' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712180142.vBI1gCtq013826>