diff options
author | asau <asau@pkgsrc.org> | 2010-07-09 19:16:58 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-07-09 19:16:58 +0000 |
commit | d9397a215a3e07e938ec2b21049298d425458642 (patch) | |
tree | d5cc2240b71fd1e3449426ab742e93ab17cd6708 | |
parent | 88a7e8c5d930877e278866a41d0c43012de6ef68 (diff) | |
download | pkgsrc-d9397a215a3e07e938ec2b21049298d425458642.tar.gz |
Import CLISP postgresql module as databases/clisp-pgsql.
-rw-r--r-- | databases/clisp-pgsql/DESCR | 1 | ||||
-rw-r--r-- | databases/clisp-pgsql/Makefile | 20 | ||||
-rw-r--r-- | databases/clisp-pgsql/PLIST | 11 | ||||
-rw-r--r-- | databases/clisp-pgsql/distinfo | 7 | ||||
-rw-r--r-- | databases/clisp-pgsql/patches/patch-aa | 26 | ||||
-rw-r--r-- | databases/clisp-pgsql/patches/patch-ab | 13 |
6 files changed, 78 insertions, 0 deletions
diff --git a/databases/clisp-pgsql/DESCR b/databases/clisp-pgsql/DESCR new file mode 100644 index 00000000000..a3db26272d1 --- /dev/null +++ b/databases/clisp-pgsql/DESCR @@ -0,0 +1 @@ +CLISP PostgreSQL module diff --git a/databases/clisp-pgsql/Makefile b/databases/clisp-pgsql/Makefile new file mode 100644 index 00000000000..49d85d2a16f --- /dev/null +++ b/databases/clisp-pgsql/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/09 19:16:58 asau Exp $ +# + +CLISP_MODULE= postgresql + +PKGNAME= clisp-pgsql-$(CLISP_VERSION) +CATEGORIES= databases +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clisp/} + +MAINTAINER= asau@inbox.ru +HOMEPAGE= http://clisp.cons.org/ +COMMENT= CLISP PostgreSQL module + +MAKE_JOBS_SAFE= no + + +.include "../../lang/clisp/module.mk" + +.include "../../mk/pgsql.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/clisp-pgsql/PLIST b/databases/clisp-pgsql/PLIST new file mode 100644 index 00000000000..5827e88fed9 --- /dev/null +++ b/databases/clisp-pgsql/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/07/09 19:16:58 asau Exp $ +lib/clisp/dynmod/lib-postgresql.so +lib/clisp/dynmod/postgresql.lisp +lib/clisp/postgresql/Makefile +lib/clisp/postgresql/README +lib/clisp/postgresql/link.sh +lib/clisp/postgresql/postgresql.fas +lib/clisp/postgresql/postgresql.lisp +lib/clisp/postgresql/postgresql.o +lib/clisp/postgresql/sql.fas +lib/clisp/postgresql/sql.lisp diff --git a/databases/clisp-pgsql/distinfo b/databases/clisp-pgsql/distinfo new file mode 100644 index 00000000000..7269104357f --- /dev/null +++ b/databases/clisp-pgsql/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/07/09 19:16:58 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) = 06af5eec55d1ad89f395ddc96ad7c21eae61fc05 +SHA1 (patch-ab) = dfb37c4488621961826d7da8b039bc06988d829e diff --git a/databases/clisp-pgsql/patches/patch-aa b/databases/clisp-pgsql/patches/patch-aa new file mode 100644 index 00000000000..30ef2e7c323 --- /dev/null +++ b/databases/clisp-pgsql/patches/patch-aa @@ -0,0 +1,26 @@ +$NetBSD: patch-aa,v 1.1.1.1 2010/07/09 19:16:58 asau Exp $ + +Override ac_install_sh. + +--- modules/postgresql/configure.orig 2010-07-08 03:04:04.000000000 +0400 ++++ modules/postgresql/configure 2010-07-08 03:04:34.000000000 +0400 +@@ -2349,19 +2349,6 @@ + $as_echo "$cl_cv_clisp_FFI" >&6; } + ${required} && test $cl_cv_clisp_FFI = no && \ + as_fn_error "no FFI in CLISP" "$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-pgsql/patches/patch-ab b/databases/clisp-pgsql/patches/patch-ab new file mode 100644 index 00000000000..52a43f728d5 --- /dev/null +++ b/databases/clisp-pgsql/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2010/07/09 19:16:58 asau Exp $ + +--- modules/postgresql/Makefile.in.orig 2010-04-16 11:36:56.000000000 +0400 ++++ modules/postgresql/Makefile.in 2010-07-09 12:12:15.000000000 +0400 +@@ -3,7 +3,7 @@ + srcdir = @srcdir@ + CC = @CC@ + PQCPPFLAGS = @CPPFLAGS@ +-CFLAGS = @CFLAGS@ ++CFLAGS = @CLISP_CFLAGS@ + CLISP = @CLISP@ -norc -q + CLISP_LINKKIT = @CLISP_LINKKIT@ + |