Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1 @@
CLISP Berkeley DB module

View File

@@ -0,0 +1,26 @@
# $NetBSD: Makefile,v 1.4 2013/04/06 13:09:24 rodent Exp $
#
CLISP_MODULE= berkeley-db
PKGNAME= clisp-bdb-$(CLISP_VERSION)
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clisp/}
MAINTAINER= hans@NetBSD.org
HOMEPAGE= http://clisp.cons.org/
COMMENT= CLISP Berkeley DB module
SUBST_CLASSES+= db4-libname
SUBST_STAGE.db4-libname= pre-configure
SUBST_FILES.db4-libname= modules/berkeley-db/configure
SUBST_SED.db4-libname= -e "/names_next_round='db '/s/db/db4/"
MAKE_JOBS_SAFE= no
.include "../../lang/clisp/module.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../databases/db4/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,9 @@
@comment $NetBSD: PLIST,v 1.2 2013/04/08 11:17:10 rodent Exp $
lib/clisp/dynmod/bdb.lisp
lib/clisp/dynmod/lib-bdb.so
lib/clisp/berkeley-db/Makefile
lib/clisp/berkeley-db/bdb.o
lib/clisp/berkeley-db/dbi.fas
lib/clisp/berkeley-db/dbi.lisp
lib/clisp/berkeley-db/link.sh
lib/clisp/berkeley-db/preload.lisp

View File

@@ -0,0 +1,7 @@
$NetBSD: distinfo,v 1.1 2011/04/20 18:31:36 hans 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) = 659055c81e01a3e1bffe6f4609712624d6d1dcba
SHA1 (patch-ab) = bd098a22833ddcfd24f9b3055bab6239ae412805

View File

@@ -0,0 +1,26 @@
$NetBSD: patch-aa,v 1.1 2011/04/20 18:31:36 hans Exp $
Override ac_install_sh.
--- modules/berkeley-db/configure.orig 2010-07-09 13:00:01.000000000 +0400
+++ modules/berkeley-db/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.

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-ab,v 1.1 2011/04/20 18:31:36 hans Exp $
--- modules/berkeley-db/Makefile.in.orig 2010-03-24 20:44:56.000000000 +0100
+++ modules/berkeley-db/Makefile.in 2011-04-20 16:21:26.184581749 +0200
@@ -3,7 +3,7 @@
srcdir = @srcdir@
CC = @CC@
DBCPPFLAGS = @CPPFLAGS@
-CFLAGS = @CFLAGS@
+CFLAGS = @CLISP_CFLAGS@
CLISP = @CLISP@ -norc -q
CLISP_LINKKIT = @CLISP_LINKKIT@