Changeset View
Changeset View
Standalone View
Standalone View
lang/clisp/Makefile
| PORTNAME= clisp | PORTNAME= clisp | ||||
| PORTVERSION= 2.49.95+20241228 | PORTVERSION= 2.49.95+20241228 | ||||
| PORTREVISION= 1 | PORTREVISION= 2 | ||||
| CATEGORIES= lang lisp | CATEGORIES= lang lisp | ||||
| MAINTAINER= kiri@TrueFC.org | MAINTAINER= kiri@TrueFC.org | ||||
| COMMENT= Common Lisp implementation | COMMENT= Common Lisp implementation | ||||
| WWW= https://www.gnu.org/software/clisp/ | WWW= https://www.gnu.org/software/clisp/ | ||||
| LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
| LICENSE_FILE= ${WRKSRC}/GNU-GPL | LICENSE_FILE= ${WRKSRC}/GNU-GPL | ||||
| LIB_DEPENDS= libffcall.so:devel/libffcall \ | LIB_DEPENDS= libffcall.so:devel/libffcall \ | ||||
| libreadline.so:devel/readline \ | libreadline.so:devel/readline \ | ||||
| libsigsegv.so:devel/libsigsegv \ | libsigsegv.so:devel/libsigsegv \ | ||||
| libunistring.so:devel/libunistring | libunistring.so:devel/libunistring | ||||
| RUN_DEPENDS= cl-freebsd-asdf-init>=0:devel/cl-freebsd-asdf-init | 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 | pkgconfig | ||||
| USE_GCC= yes | |||||
| USE_GITLAB= yes | USE_GITLAB= yes | ||||
| GL_ACCOUNT= gnu-clisp | GL_ACCOUNT= gnu-clisp | ||||
| GL_PROJECT= clisp | GL_PROJECT= clisp | ||||
| GL_TAGNAME= c3ec11bab87cfdbeba01523ed88ac2a16b22304d | GL_TAGNAME= c3ec11bab87cfdbeba01523ed88ac2a16b22304d | ||||
| HAS_CONFIGURE= yes | HAS_CONFIGURE= yes | ||||
| CONFIGURE_ARGS= --docdir="${DOCSDIR}" \ | CONFIGURE_ARGS= --docdir="${DOCSDIR}" \ | ||||
| --elispdir="${DATADIR}/emacs" \ | --elispdir="${DATADIR}/emacs" \ | ||||
| --mandir="${PREFIX}/share/man" \ | --mandir="${PREFIX}/share/man" \ | ||||
| --prefix="${PREFIX}" \ | --prefix="${PREFIX}" \ | ||||
| --vimdir="${DATADIR}/vim" \ | --vimdir="${DATADIR}/vim" \ | ||||
| --with-libiconv=${ICONV_PREFIX} | --with-libiconv=${ICONV_PREFIX} | ||||
| CONFIGURE_ENV= FORCE_UNSAFE_CONFIGURE=1 | CONFIGURE_ENV= FORCE_UNSAFE_CONFIGURE=1 | ||||
| CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-freebsd${OSREL} | CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-freebsd${OSREL} | ||||
| MAKE_ENV= ${CONFIGURE_ENV} | MAKE_ENV= ${CONFIGURE_ENV} | ||||
| MAKE_JOBS_UNSAFE= yes | 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 | SUB_FILES= pkg-message | ||||
gerald: I believe these two can go as well. They were added with revision 511d74702f779
commit… | |||||
| BUILD_WRKSRC= ${WRKSRC}/src | BUILD_WRKSRC= ${WRKSRC}/src | ||||
| INSTALL_WRKSRC= ${BUILD_WRKSRC} | INSTALL_WRKSRC= ${BUILD_WRKSRC} | ||||
| OPTIONS_DEFINE= ASDF BDB DBUS DOCS FASTCGI GDBM GTK2 NLS PARI PCRE \ | OPTIONS_DEFINE= ASDF BDB DBUS DOCS FASTCGI GDBM GTK2 NLS PARI PCRE \ | ||||
| PGSQL QUEENS RAWSOCK SVM ZLIB | PGSQL QUEENS RAWSOCK SVM ZLIB | ||||
| OPTIONS_DEFAULT= ASDF BDB RAWSOCK ZLIB | OPTIONS_DEFAULT= ASDF BDB RAWSOCK ZLIB | ||||
| OPTIONS_RADIO= CLX | OPTIONS_RADIO= CLX | ||||
| ▲ Show 20 Lines • Show All 72 Lines • Show Last 20 Lines | |||||
I believe these two can go as well. They were added with revision 511d74702f779
commit 511d74702f7790d4938c55a5b80a2b73f18297d0
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
Date: Fri May 17 19:23:07 2019 +0000
and I do not think we have GCC architectures left.
Plus with you removing USES=compiler, $CHOSEN_COMPILER_TYPE won't be defined any longer, so these two lines become noops anyway?