Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 2023 20:37:23 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: b4c1a16d0d16 - main - devel/tigcc: Drop special casing for GCC 4.2
Message-ID:  <202302272037.31RKbNTr064874@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=b4c1a16d0d161e829e5115aeaf90376d2a865088

commit b4c1a16d0d161e829e5115aeaf90376d2a865088
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2023-02-27 19:54:57 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2023-02-27 20:31:58 +0000

    devel/tigcc: Drop special casing for GCC 4.2
    
    Remove code specifically added for GCC 4.2 which we no longer ship.
    
    This reverts part of e355cf10adbccd14e55f8bb391b3f2c27e60732a from
    December 2018.
    
    Approved by:    danfe (maintainer)
---
 devel/tigcc/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/devel/tigcc/Makefile b/devel/tigcc/Makefile
index 0315094429c1..5f999b19ffd1 100644
--- a/devel/tigcc/Makefile
+++ b/devel/tigcc/Makefile
@@ -141,10 +141,4 @@ do-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	@${CP} ${WRKSRC}/tigcc/tigcclib/examples/* ${STAGEDIR}${EXAMPLESDIR}/
 
-.include <bsd.port.pre.mk>
-
-.if ${CHOSEN_COMPILER_TYPE} == gcc && ${COMPILER_VERSION} <= 42
-CFLAGS+=	-fnested-functions
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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