mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Disable the clisp X module at the request of the maintainer, until he
sorts out the options and dependencies. Bump PORTREVISION. PR: ports/85723 Submitted by: Jakub Rehor <jakub@rehor.net> (maintainer)
This commit is contained in:
parent
370093d654
commit
70b3efc52b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142044
2 changed files with 2 additions and 3 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= clisp
|
PORTNAME= clisp
|
||||||
PORTVERSION= 2.35
|
PORTVERSION= 2.35
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= lang lisp
|
CATEGORIES= lang lisp
|
||||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||||
MASTER_SITE_SUBDIR=${PORTNAME}/release/${PORTVERSION}
|
MASTER_SITE_SUBDIR=${PORTNAME}/release/${PORTVERSION}
|
||||||
|
@ -26,8 +27,7 @@ BUILD_DIRNAME=${CONFIGURE_TARGET}
|
||||||
|
|
||||||
# Check ./configure --list-modules in the distribution to see all modules
|
# Check ./configure --list-modules in the distribution to see all modules
|
||||||
MAKEMAKE_ARGS=--prefix=${PREFIX} --mandir=${PREFIX}/man --with-dynamic-ffi \
|
MAKEMAKE_ARGS=--prefix=${PREFIX} --mandir=${PREFIX}/man --with-dynamic-ffi \
|
||||||
--with-module=rawsock --with-module=wildcard \
|
--with-module=rawsock --with-module=wildcard --srcdir=${WRKSRC}/src
|
||||||
--with-module=clx/new-clx --srcdir=${WRKSRC}/src
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,6 @@ lib/clisp/clisp-link
|
||||||
lib/clisp/data/UnicodeDataFull.txt
|
lib/clisp/data/UnicodeDataFull.txt
|
||||||
lib/clisp/data/clhs.txt
|
lib/clisp/data/clhs.txt
|
||||||
lib/clisp/full/calls.o
|
lib/clisp/full/calls.o
|
||||||
lib/clisp/full/clx.o
|
|
||||||
lib/clisp/full/gettext.o
|
lib/clisp/full/gettext.o
|
||||||
lib/clisp/full/libavcall.a
|
lib/clisp/full/libavcall.a
|
||||||
lib/clisp/full/libcallback.a
|
lib/clisp/full/libcallback.a
|
||||||
|
|
Loading…
Add table
Reference in a new issue