mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Commit after maintainer timeout:
Enable POSIX and REGEXP packages. The latter is available with the `full' linking set, e.g. `clisp -K full'.
This commit is contained in:
parent
5f2243f411
commit
1a1b9de6e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52963
@ -30,7 +30,7 @@ BUILD_DIRNAME=${CONFIGURE_TARGET}
|
||||
|
||||
# These came from clisp-2.27's "configure" on my 4.1.1-R system.
|
||||
MAKEMAKE_ARGS=--prefix=${PREFIX} --with-readline --with-gettext \
|
||||
--with-dynamic-ffi
|
||||
--with-dynamic-ffi --with-module=regexp --with-export-syscalls
|
||||
|
||||
# The post-install target uses these to fix permissions.
|
||||
DATA_PATHS=${PREFIX}/lib/clisp ${PREFIX}/share/doc/clisp \
|
||||
|
@ -28,6 +28,10 @@ lib/clisp/full/lispinit.mem
|
||||
lib/clisp/full/makevars
|
||||
lib/clisp/full/modules.h
|
||||
lib/clisp/full/modules.o
|
||||
lib/clisp/full/regex.o
|
||||
lib/clisp/full/regexi.o
|
||||
lib/clisp/full/regexp.dvi
|
||||
lib/clisp/full/regexp.o
|
||||
lib/clisp/linkkit/clisp.h
|
||||
lib/clisp/linkkit/modules.c
|
||||
lib/clisp/linkkit/modules.d
|
||||
|
Loading…
Reference in New Issue
Block a user