diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-01-12 01:20:02 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-01-12 01:20:02 +0000 |
commit | 1a1b9de6e0c51b0517fd3588de3ced1188493c95 (patch) | |
tree | 492f0bea3c1f2f0318ef5ee58eb1da8a88ac0f5d | |
parent | 5f2243f411e7035a1da8a2346fe8b923cf38fe37 (diff) | |
download | ports-1a1b9de6e0c51b0517fd3588de3ced1188493c95.tar.gz ports-1a1b9de6e0c51b0517fd3588de3ced1188493c95.zip |
Commit after maintainer timeout:
Enable POSIX and REGEXP packages. The latter is available with the
`full' linking set, e.g. `clisp -K full'.
Notes
Notes:
svn path=/head/; revision=52963
-rw-r--r-- | lang/clisp/Makefile | 2 | ||||
-rw-r--r-- | lang/clisp/pkg-plist | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 145154562844..4723d8e6c11d 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -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 \ diff --git a/lang/clisp/pkg-plist b/lang/clisp/pkg-plist index 770041bf5a8f..53e6fe31fe2b 100644 --- a/lang/clisp/pkg-plist +++ b/lang/clisp/pkg-plist @@ -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 |