Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2024 21:04:50 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 725a824ca547 - main - lang/ruby33: drop ELFv1 support
Message-ID:  <202401052104.405L4o2Y012377@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=725a824ca5478cae381a5faee7074efbe5d2fc95

commit 725a824ca5478cae381a5faee7074efbe5d2fc95
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-01-04 23:38:46 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-01-05 21:01:13 +0000

    lang/ruby33: drop ELFv1 support
---
 lang/ruby33/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lang/ruby33/Makefile b/lang/ruby33/Makefile
index d63f4e413e08..72946feaa88c 100644
--- a/lang/ruby33/Makefile
+++ b/lang/ruby33/Makefile
@@ -88,10 +88,6 @@ _SUF2=		,${PORTEPOCH}
 LIB_DEPENDS+=	libunwind.so:devel/libunwind
 .endif
 
-.if defined(PPC_ABI) && ${PPC_ABI} == ELFv1
-USE_GCC=	yes
-.endif
-
 .if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == powerpc
 CONFIGURE_ARGS+=	--with-setjmp-type=_setjmp
 CONFIGURE_ENV+=		ac_cv_func__setjmp=yes



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