From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 38867158041 for ; Wed, 6 Mar 2024 06:19:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6C302BC013; Wed, 6 Mar 2024 06:19:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFE0A2BC013 for ; Wed, 6 Mar 2024 06:19:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED38D34302D for ; Wed, 6 Mar 2024 06:19:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6257714E8 for ; Wed, 6 Mar 2024 06:19:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1709705745.4bac358c255aff8797ccf23cef5b928390e38695.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/snobol/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/snobol/snobol-1.4.1-r1.ebuild X-VCS-Directories: dev-lang/snobol/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4bac358c255aff8797ccf23cef5b928390e38695 X-VCS-Branch: master Date: Wed, 6 Mar 2024 06:19:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 684f386e-1952-469e-8fcb-12ce03edaadd X-Archives-Hash: bd7115b130c140cab01a90d9786503bd commit: 4bac358c255aff8797ccf23cef5b928390e38695 Author: Sam James gentoo org> AuthorDate: Wed Mar 6 06:15:45 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 6 06:15:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bac358c dev-lang/snobol: filter LTO, no SA Dead upstream HOMEPAGE. Closes: https://bugs.gentoo.org/855650 Signed-off-by: Sam James gentoo.org> dev-lang/snobol/snobol-1.4.1-r1.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/dev-lang/snobol/snobol-1.4.1-r1.ebuild b/dev-lang/snobol/snobol-1.4.1-r1.ebuild index d213113e1228..2f1b55d3d530 100644 --- a/dev-lang/snobol/snobol-1.4.1-r1.ebuild +++ b/dev-lang/snobol/snobol-1.4.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit toolchain-funcs +inherit flag-o-matic toolchain-funcs MY_P="${PN}4-${PV}" DESCRIPTION="Phil Budne's port of Macro SNOBOL4 in C, for modern machines" @@ -25,6 +25,11 @@ PATCHES=( "${FILESDIR}"/${P}-fno-common.patch ) src_prepare() { default + + # bug #855650 + append-flags -fno-strict-aliasing + filter-lto + sed -i -e '/autoconf/s:autoconf:./autoconf:g' configure || die sed -i -e 's/$(INSTALL) -s/$(INSTALL)/' Makefile2.m4 || die echo "ADD_OPT([${CFLAGS}])" >> local-config || die