Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2023 23:55:14 GMT
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 140934ed1147 - main - security/openssl-unsafe: Remove dead code
Message-ID:  <202302192355.31JNtEoI049570@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=140934ed11475d410d560f0b527fc519f1152b18

commit 140934ed11475d410d560f0b527fc519f1152b18
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2023-02-19 23:51:16 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2023-02-19 23:51:16 +0000

    security/openssl-unsafe: Remove dead code
    
    There is no need to force GCC, even if only on i386, and the respective
    Makefile fragment has been disable from the time it was added as part of
    revision e3a741fd8b9ea725013555c5e4f68162c46ee2d2.
    
    PR:             269645
    Approved by:    brnrd (maintainer)
---
 security/openssl-unsafe/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/security/openssl-unsafe/Makefile b/security/openssl-unsafe/Makefile
index cd8e06d2a35d..172d18b34a2f 100644
--- a/security/openssl-unsafe/Makefile
+++ b/security/openssl-unsafe/Makefile
@@ -13,9 +13,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES=		cpe perl5
 CPE_VERSION=	1.0.2k
 
-.if ${MACHINE} == "i386"
-#USE_GCC=	8+
-.endif
 USE_GITHUB=	yes
 GH_ACCOUNT=	PeterMosmans
 GH_TAGNAME=	c9ba19c



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