pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/clisp Peter Schuller in PR 30890:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/143672c316cd
branches:  trunk
changeset: 497749:143672c316cd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 03 20:46:16 2005 +0000

description:
Peter Schuller in PR 30890:
        clisp is not built with any extension modules; including the
        POSIX/SYSCALLS/OS module which is going to be needed for
        almost any "real" work with clisp.

Enable some more modules and bump PKGREVISION.
Shorten DESCR a bit while here.

diffstat:

 lang/clisp/DESCR    |   2 --
 lang/clisp/Makefile |  10 ++++++++--
 lang/clisp/PLIST    |   8 +++++++-
 3 files changed, 15 insertions(+), 5 deletions(-)

diffs (70 lines):

diff -r b46ca6a11e7c -r 143672c316cd lang/clisp/DESCR
--- a/lang/clisp/DESCR  Wed Aug 03 20:40:28 2005 +0000
+++ b/lang/clisp/DESCR  Wed Aug 03 20:46:16 2005 +0000
@@ -1,5 +1,3 @@
-                        Common Lisp CLISP
-
 Common Lisp is
   * a convential programming language and an AI language
   * interactive
diff -r b46ca6a11e7c -r 143672c316cd lang/clisp/Makefile
--- a/lang/clisp/Makefile       Wed Aug 03 20:40:28 2005 +0000
+++ b/lang/clisp/Makefile       Wed Aug 03 20:46:16 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2005/06/17 04:49:47 jlam Exp $
+# $NetBSD: Makefile,v 1.44 2005/08/03 20:46:16 wiz Exp $
 
 DISTNAME=              clisp-2.33.2
+PKGREVISION=           1
 CATEGORIES=            lang
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=clisp/}
 EXTRACT_SUFX=          .tar.bz2
@@ -33,7 +34,11 @@
                ${CONFIGURE_SCRIPT} --host=${MACHINE_GNU_PLATFORM} \
                        --prefix=${PREFIX}) && \
        ./makemake --prefix=${PREFIX} --with-readline --with-gettext \
-               --with-dynamic-ffi --fsstnd=netbsd >Makefile
+               --with-dynamic-ffi --fsstnd=netbsd >Makefile && \
+       ${MV} Makefile Makefile.patch && \
+       ${SED} -e 's/MODULES =/MODULES = syscalls regexp pcre wildcard/g' \
+               < Makefile.patch > Makefile && \
+       ${RM} Makefile.patch
 
 pre-build:
        cd ${WRKSRC}/avcall && ${MAKE}
@@ -42,5 +47,6 @@
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/readline/buildlink3.mk"
+.include "../../devel/pcre/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r b46ca6a11e7c -r 143672c316cd lang/clisp/PLIST
--- a/lang/clisp/PLIST  Wed Aug 03 20:40:28 2005 +0000
+++ b/lang/clisp/PLIST  Wed Aug 03 20:46:16 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2005/05/02 17:42:06 drochner Exp $
+@comment $NetBSD: PLIST,v 1.7 2005/08/03 20:46:16 wiz Exp $
 bin/clisp
 lib/clisp/base/libavcall.a
 lib/clisp/base/libcallback.a
@@ -13,6 +13,8 @@
 lib/clisp/clisp-link
 lib/clisp/data/UnicodeDataFull.txt
 lib/clisp/data/clhs.txt
+lib/clisp/full/calls.o
+lib/clisp/full/cpcre.o
 lib/clisp/full/libavcall.a
 lib/clisp/full/libcallback.a
 lib/clisp/full/libcharset.a
@@ -23,6 +25,10 @@
 lib/clisp/full/makevars
 lib/clisp/full/modules.h
 lib/clisp/full/modules.o
+lib/clisp/full/regexi.o
+lib/clisp/full/regexp.dvi
+lib/clisp/full/wildcard.dvi
+lib/clisp/full/wildcard.o
 lib/clisp/linkkit/clisp.h
 lib/clisp/linkkit/exporting.lisp
 lib/clisp/linkkit/modprep.lisp



Home | Main Index | Thread Index | Old Index