Browse Source

gdbm: Updated (1.8.3 -> 1.10)

user/chris/wip/linux37
Christian Wiese 12 years ago
parent
commit
00016f739e
  1. 38
      database/gdbm/gdbm-1.8.3-libtool-mode-install.patch
  2. 6
      database/gdbm/gdbm.conf
  3. 6
      database/gdbm/gdbm.desc

38
database/gdbm/gdbm-1.8.3-libtool-mode-install.patch

@ -1,38 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../gdbm/gdbm-1.8.3-libtool-mode-install.patch
# Copyright (C) 2010 The OpenSDE 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.
# --- SDE-COPYRIGHT-NOTE-END ---
Description: Fix install targets by explicitely using $(LIBTOOL) --mode=install
--- gdbm-1.8.3/Makefile.in.orig 2010-10-05 15:22:03.808001191 +0200
+++ gdbm-1.8.3/Makefile.in 2010-10-05 16:25:31.876001308 +0200
@@ -130,7 +130,7 @@
$(srcdir)/mkinstalldirs $(INSTALL_ROOT)$(libdir) \
$(INSTALL_ROOT)$(includedir) $(INSTALL_ROOT)$(man3dir) \
$(INSTALL_ROOT)$(infodir)
- $(LIBTOOL) $(INSTALL) -c libgdbm.la $(INSTALL_ROOT)$(libdir)/libgdbm.la
+ $(LIBTOOL) --mode=install $(INSTALL) -c libgdbm.la $(INSTALL_ROOT)$(libdir)/libgdbm.la
$(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) gdbm.h \
$(INSTALL_ROOT)$(includedir)/gdbm.h
$(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/gdbm.3 \
@@ -141,7 +141,7 @@
install-compat:
$(srcdir)/mkinstalldirs $(INSTALL_ROOT)$(libdir) \
$(INSTALL_ROOT)$(includedir)
- $(LIBTOOL) $(INSTALL) -c libgdbm_compat.la \
+ $(LIBTOOL) --mode=install $(INSTALL) -c libgdbm_compat.la \
$(INSTALL_ROOT)$(libdir)/libgdbm_compat.la
$(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/dbm.h \
$(INSTALL_ROOT)$(includedir)/dbm.h

6
database/gdbm/gdbm.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../gdbm/gdbm.conf
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2006 - 2013 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -12,5 +12,5 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
var_append makeinstopt ' ' "INSTALL_ROOT=$root"
var_append makeinstopt ' ' "install-compat"
# Build and install libgdbm_compat. (Default is NO.)
var_append extraconfopt ' ' "--enable-libgdbm-compat"

6
database/gdbm/gdbm.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../gdbm/gdbm.desc
[COPY] Copyright (C) 2006 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2013 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
@ -29,8 +29,8 @@
[L] GPL
[S] Stable
[V] 1.8.3
[V] 1.10
[P] X ---3-----9 104.800
[D] 176199612 gdbm-1.8.3.tar.gz ftp://ftp.gnu.org/pub/gnu/gdbm/
[D] 4097890056 gdbm-1.10.tar.gz ftp://ftp.gnu.org/pub/gnu/gdbm/

Loading…
Cancel
Save