git: 3ae2d2f686fd - main - lang/clisp: Build with system compiler

From: Joseph Mingrone <jrm_at_FreeBSD.org>
Date: Thu, 15 May 2025 19:58:19 UTC
The branch main has been updated by jrm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3ae2d2f686fdd145ea19e2d725aee12db4b19c28

commit 3ae2d2f686fdd145ea19e2d725aee12db4b19c28
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2025-05-01 18:24:22 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2025-05-15 19:57:45 +0000

    lang/clisp: Build with system compiler
    
    Reviewed by:    gerald
    Approved by:    maintainer timeout
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D50109
---
 lang/clisp/Makefile | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile
index 4111cf206abc..f0b722473566 100644
--- a/lang/clisp/Makefile
+++ b/lang/clisp/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	clisp
 PORTVERSION=	2.49.95+20241228
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang lisp
 
 MAINTAINER=	kiri@TrueFC.org
@@ -16,9 +16,8 @@ LIB_DEPENDS=	libffcall.so:devel/libffcall \
 		libunistring.so:devel/libunistring
 RUN_DEPENDS=	cl-freebsd-asdf-init>=0:devel/cl-freebsd-asdf-init
 
-USES=		compiler gettext ghostscript iconv localbase:ldflags ncurses \
+USES=		gettext ghostscript iconv localbase:ldflags ncurses \
 		pkgconfig
-USE_GCC=	yes
 USE_GITLAB=	yes
 GL_ACCOUNT=	gnu-clisp
 GL_PROJECT=	clisp
@@ -37,11 +36,6 @@ CONFIGURE_TARGET=	${ARCH:S/amd64/x86_64/}-portbld-freebsd${OSREL}
 MAKE_ENV=		${CONFIGURE_ENV}
 MAKE_JOBS_UNSAFE=	yes
 
-# Complaints if the environment changes between build stages.
-CFLAGS+=	-fpermissive
-LDFLAGS+=	${LDFLAGS_${CHOSEN_COMPILER_TYPE}}
-LDFLAGS_gcc=	-lthr
-
 SUB_FILES=	pkg-message
 
 BUILD_WRKSRC=	${WRKSRC}/src