diff options
author | danfe <danfe@FreeBSD.org> | 2017-12-18 09:42:12 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2017-12-18 09:42:12 +0800 |
commit | 15d1510b959d9c320244ed2e243261cfd6e9a0fc (patch) | |
tree | 729fc303ff51d439af0bfc41ab9b2f86e97b5cb3 /lang | |
parent | bb2def20fbc7c709ff85d91780407f48c9b611bb (diff) | |
download | freebsd-ports-gnome-15d1510b959d9c320244ed2e243261cfd6e9a0fc.tar.gz freebsd-ports-gnome-15d1510b959d9c320244ed2e243261cfd6e9a0fc.tar.zst freebsd-ports-gnome-15d1510b959d9c320244ed2e243261cfd6e9a0fc.zip |
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.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ocaml/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 0529b72292c0..cef8e1bee0b4 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -21,7 +21,7 @@ LICENSE_PERMS_QPL10= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept 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}|' \ |