* relocated current package database to the trunk of the package sub-project

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20072 10447126-35f2-4685-b0cf-6dd780d3921f
This commit is contained in:
Alejandro Mery
2007-01-27 18:03:57 +00:00
commit 12b79fecfa
8806 changed files with 372084 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
[TIMESTAMP] 1133775039 Mon Dec 5 10:30:39 2005
[BUILDTIME] 70 (5) ERROR
[SIZE] 0.01 MB, 7 files
[DEP] 00-dirtree
[DEP] bash
[DEP] binutils
[DEP] bzip2
[DEP] coreutils
[DEP] diffutils
[DEP] findutils
[DEP] gawk
[DEP] gcc
[DEP] glibc
[DEP] gmime
[DEP] grep
[DEP] java-dirtree
[DEP] jikes
[DEP] kaffe
[DEP] linux-header
[DEP] make
[DEP] mktemp
[DEP] net-tools
[DEP] patch
[DEP] sed
[DEP] sysfiles
[DEP] tar
[DEP] util-linux
+43
View File
@@ -0,0 +1,43 @@
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../bdb-java/bdb-java.desc
[COPY] Copyright (C) 2006 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; version 2 of the License. A copy of the
[COPY] GNU General Public License can be found in the file COPYING.
[COPY] --- SDE-COPYRIGHT-NOTE-END ---
[I] Sleepycat Berkley DB Version - Java Bindings
[T] Berkley DB is a set of DB libraries for many types of
[T] standard DB table systems.
[U] http://www.sleepycat.com
[A] Sleepycat
[M] Alejandro Mery <amery@opensde.org>
[C] base/library
[F] KAFFE FPIC-QUIRK
[L] BSD
[S] Stable
[V] 4.4.20.4
[P] X -----5---9 300.000
[O] . $base/package/*/bdb/bdb.conf
[D] 2730568920 db-4.4.20.tar.gz http://downloads.sleepycat.com/
[D] 3746725753 patch.4.4.20.1 http://www.sleepycat.com/update/4.4.20/
[D] 1309298915 patch.4.4.20.2 http://www.sleepycat.com/update/4.4.20/
[D] 2452142312 patch.4.4.20.3 http://www.sleepycat.com/update/4.4.20/
[D] 1328990628 patch.4.4.20.4 http://www.sleepycat.com/update/4.4.20/
@@ -0,0 +1,34 @@
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# T2 SDE: package/.../bdb-java/install_lib-just-java.patch
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- T2-COPYRIGHT-NOTE-END ---
--- ./dist/Makefile.in.orig 2005-05-31 15:40:50.195829504 -0400
+++ ./dist/Makefile.in 2005-05-31 16:15:59.974004664 -0400
@@ -858,15 +858,8 @@
@test -d $(DESTDIR)$(libdir) || \
($(mkdir) -p $(DESTDIR)$(libdir) && \
$(chmod) $(dmode) $(DESTDIR)$(libdir))
- @cd $(DESTDIR)$(libdir) && $(rm) -f $(LIB_INSTALL_FILE_LIST)
- @$(INSTALLER) @INSTALL_LIBS@ $(DESTDIR)$(libdir)
+ @$(INSTALLER) $(libjso_target) $(DESTDIR)$(libdir)
@(cd $(DESTDIR)$(libdir) && \
- test -f $(libso) && $(ln) -s $(libso) $(libso_default); \
- test -f $(libso) && $(ln) -s $(libso) $(libso_major); \
- test -f $(libxso) && $(ln) -s $(libxso) $(libxso_default); \
- test -f $(libxso) && $(ln) -s $(libxso) $(libxso_major); \
- test -f $(libtso) && $(ln) -s $(libtso) $(libtso_default); \
- test -f $(libtso) && $(ln) -s $(libtso) $(libtso_major); \
test -f $(libjso) && $(ln) -s $(libjso) $(libjso_default); \
test -f $(libjso) && $(ln) -s $(libjso) $(libjso_major); \
test -f $(libjso) && $(ln) -s $(libjso) $(libjso_g)) || true
@@ -0,0 +1,39 @@
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# T2 SDE: package/.../bdb-java/sun-friendly-dotjar.patch
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- T2-COPYRIGHT-NOTE-END ---
javac (at least from sun-jdk-142) can't find classes if they are zipped as ./foo instead
of just foo.
Alejandro
--- ./dist/Makefile.in.orig 2005-06-02 21:56:57.148479680 -0400
+++ ./dist/Makefile.in 2005-06-02 21:58:11.440425872 -0400
@@ -734,7 +734,7 @@
@test -d $(JAVA_CLASSTOP) || \
($(mkdir) -p $(JAVA_CLASSTOP) && $(chmod) $(dmode) $(JAVA_CLASSTOP))
$(JAVAC) -d $(JAVA_CLASSTOP) $(JAVACFLAGS) $(JAVA_DBSRCS)
- cd $(JAVA_CLASSTOP) && $(JAR) cf ../$(libj_jarfile) ./com/sleepycat
+ cd $(JAVA_CLASSTOP) && $(JAR) cf ../$(libj_jarfile) com/sleepycat
$(libj_exjarfile): $(libj_jarfile) $(JAVA_EXSRCS)
@test -d $(JAVA_EXCLASSTOP) || \
@@ -742,7 +742,7 @@
$(chmod) $(dmode) $(JAVA_EXCLASSTOP))
$(JAVAC) -classpath $(libj_jarfile) -d $(JAVA_EXCLASSTOP) \
$(JAVACFLAGS) $(JAVA_EXSRCS)
- cd $(JAVA_EXCLASSTOP) && $(JAR) cf ../$(libj_exjarfile) .
+ cd $(JAVA_EXCLASSTOP) && $(JAR) cf ../$(libj_exjarfile) *
$(rpc_jarfile): $(libj_jarfile) $(RPC_JAVASRV_SRCS)
@test -d $(JAVA_RPCCLASSTOP) || \