diff options
author | asau <asau@pkgsrc.org> | 2010-07-09 19:20:17 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-07-09 19:20:17 +0000 |
commit | 1ea12dc1c3fcb3dffb0ca7df8d7dfc8d78f7c0b5 (patch) | |
tree | 0536eeb6803b52b97343edc0657f04b6413c0fdf /databases | |
parent | d9397a215a3e07e938ec2b21049298d425458642 (diff) | |
download | pkgsrc-1ea12dc1c3fcb3dffb0ca7df8d7dfc8d78f7c0b5.tar.gz |
Import CLISP gdbm module as databases/clisp-pgsql.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/clisp-gdbm/DESCR | 1 | ||||
-rw-r--r-- | databases/clisp-gdbm/Makefile | 19 | ||||
-rw-r--r-- | databases/clisp-gdbm/PLIST | 9 | ||||
-rw-r--r-- | databases/clisp-gdbm/distinfo | 7 | ||||
-rw-r--r-- | databases/clisp-gdbm/patches/patch-aa | 26 | ||||
-rw-r--r-- | databases/clisp-gdbm/patches/patch-ab | 13 |
6 files changed, 75 insertions, 0 deletions
diff --git a/databases/clisp-gdbm/DESCR b/databases/clisp-gdbm/DESCR new file mode 100644 index 00000000000..4f5e77bd066 --- /dev/null +++ b/databases/clisp-gdbm/DESCR @@ -0,0 +1 @@ +CLISP GNU database manager module diff --git a/databases/clisp-gdbm/Makefile b/databases/clisp-gdbm/Makefile new file mode 100644 index 00000000000..e6b1fb20697 --- /dev/null +++ b/databases/clisp-gdbm/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/09 19:20:17 asau Exp $ +# + +CLISP_MODULE= gdbm + +PKGNAME= clisp-$(CLISP_MODULE)-$(CLISP_VERSION) +CATEGORIES= databases +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clisp/} + +MAINTAINER= asau@inbox.ru +HOMEPAGE= http://clisp.cons.org/ +COMMENT= CLISP GNU database manager module + +MAKE_JOBS_SAFE= no + +.include "../../lang/clisp/module.mk" + +.include "../../databases/gdbm/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/clisp-gdbm/PLIST b/databases/clisp-gdbm/PLIST new file mode 100644 index 00000000000..7657aa12599 --- /dev/null +++ b/databases/clisp-gdbm/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/07/09 19:20:17 asau Exp $ +lib/clisp/dynmod/gdbm.lisp +lib/clisp/dynmod/lib-gdbm.so +lib/clisp/gdbm/Makefile +lib/clisp/gdbm/gdbm.fas +lib/clisp/gdbm/gdbm.lisp +lib/clisp/gdbm/gdbm.o +lib/clisp/gdbm/link.sh +lib/clisp/gdbm/preload.lisp diff --git a/databases/clisp-gdbm/distinfo b/databases/clisp-gdbm/distinfo new file mode 100644 index 00000000000..4abf8c698f2 --- /dev/null +++ b/databases/clisp-gdbm/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/07/09 19:20:17 asau Exp $ + +SHA1 (clisp-2.49.tar.gz) = 1743e7917013162400c955af441e991db43b3323 +RMD160 (clisp-2.49.tar.gz) = ae30f3b681cb023e885c6e4ed12210ee5ba14c76 +Size (clisp-2.49.tar.gz) = 9823111 bytes +SHA1 (patch-aa) = 097e64b5db28688fdea7be92e9bc46d5803b4c33 +SHA1 (patch-ab) = 31cf1cad224471cf17703f540f98f9a4cd710ffb diff --git a/databases/clisp-gdbm/patches/patch-aa b/databases/clisp-gdbm/patches/patch-aa new file mode 100644 index 00000000000..1277428ad69 --- /dev/null +++ b/databases/clisp-gdbm/patches/patch-aa @@ -0,0 +1,26 @@ +$NetBSD: patch-aa,v 1.1.1.1 2010/07/09 19:20:17 asau Exp $ + +Override ac_install_sh. + +--- modules/gdbm/configure.orig 2010-07-09 13:00:01.000000000 +0400 ++++ modules/gdbm/configure 2010-07-09 13:00:20.000000000 +0400 +@@ -2285,19 +2285,6 @@ + required=true + ${required} && test $cl_cv_have_clisp = no && as_fn_error "CLISP not found" "$LINENO" 5 + +-ac_aux_dir= +-for ac_dir in $cl_cv_clisp_libdir/build-aux "$srcdir"/$cl_cv_clisp_libdir/build-aux; do +- for ac_t in install-sh install.sh shtool; do +- if test -f "$ac_dir/$ac_t"; then +- ac_aux_dir=$ac_dir +- ac_install_sh="$ac_aux_dir/$ac_t -c" +- break 2 +- fi +- done +-done +-if test -z "$ac_aux_dir"; then +- as_fn_error "cannot find install-sh, install.sh, or shtool in $cl_cv_clisp_libdir/build-aux \"$srcdir\"/$cl_cv_clisp_libdir/build-aux" "$LINENO" 5 +-fi + + # These three variables are undocumented and unsupported, + # and are intended to be withdrawn in a future Autoconf release. diff --git a/databases/clisp-gdbm/patches/patch-ab b/databases/clisp-gdbm/patches/patch-ab new file mode 100644 index 00000000000..898522d1e8d --- /dev/null +++ b/databases/clisp-gdbm/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2010/07/09 19:20:17 asau Exp $ + +--- modules/gdbm/Makefile.in.orig 2010-04-16 11:36:35.000000000 +0400 ++++ modules/gdbm/Makefile.in 2010-07-09 13:01:05.000000000 +0400 +@@ -3,7 +3,7 @@ + srcdir = @srcdir@ + CC = @CC@ + GDBMCPPFLAGS = @CPPFLAGS@ +-CFLAGS = @CFLAGS@ ++CFLAGS = @CLISP_CFLAGS@ + CLISP = @CLISP@ -norc -q + CLISP_LINKKIT = @CLISP_LINKKIT@ + |