Skip to content

Commit

Permalink
db47: replace with db
Browse files Browse the repository at this point in the history
There's no need to maintain an old version.

Removed all patches as they are all upstream.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Aug 18, 2024
1 parent 395e00b commit 13bb165
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 453 deletions.
28 changes: 12 additions & 16 deletions libs/db47/Makefile → libs/db/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,51 +7,48 @@

include $(TOPDIR)/rules.mk

BASE_VERSION:=4.7.25
PKG_NAME:=db
PKG_VERSION:=5.3.28
PKG_RELEASE:=1

PKG_NAME:=db47
PKG_VERSION:=$(BASE_VERSION).4.NC
PKG_RELEASE:=7

PKG_BUILD_DIR:=$(BUILD_DIR)/db-$(BASE_VERSION).NC
PKG_SOURCE:=db-$(BASE_VERSION).NC.tar.gz
PKG_SOURCE_URL:=http://download.oracle.com/berkeley-db/
PKG_HASH:=cd39c711023ff44c01d3c8ff0323eef7318660772b24f287556e6bf676a12535
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://download.oracle.com/berkeley-db/
PKG_HASH:=e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628

PKG_MAINTAINER:=Marcel Denia <[email protected]>
PKG_LICENSE:=Sleepycat
PKG_LICENSE_FILES:=LICENSE

PKG_BUILD_DEPENDS:=libxml2
PKG_FIXUP:=autoreconf
PKG_LIBTOOL_PATHS:=. build_unix
PKG_BUILD_PARALLEL:=1

include $(INCLUDE_DIR)/package.mk

define Package/libdb47
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Berkeley DB library (4.7)
TITLE:=Berkeley DB library
URL:=http://www.oracle.com/us/products/database/berkeley-db
PROVIDES:=libdb47-full
ABI_VERSION:=5
endef

define Package/libdb47/description
Berkeley DB library (4.7).
Berkeley DB library.
endef

define Package/libdb47xx
SECTION:=libs
CATEGORY:=Libraries
DEPENDS:=+libdb47 +libstdcpp
TITLE:=Berkeley DB library (4.7) for C++
TITLE:=Berkeley DB library for C++
URL:=http://www.oracle.com/us/products/database/berkeley-db
PROVIDES:=libdb47xx-full
ABI_VERSION:=5
endef

define Package/libdb47xx/description
Berkeley DB library (4.7). C++ wrapper.
Berkeley DB library C++ wrapper.
endef

CONFIGURE_PATH = build_unix
Expand All @@ -63,7 +60,6 @@ CONFIGURE_ARGS += \
--disable-java \
--with-mutex=POSIX/pthreads/library \
--disable-tcl \
--disable-rpc \
--enable-compat185 \
--disable-debug \
$(if $(CONFIG_PACKAGE_libdb47xx),--enable-cxx,--disable-cxx)
Expand Down
55 changes: 0 additions & 55 deletions libs/db47/patches/010-patch.4.7.25.1.patch

This file was deleted.

42 changes: 0 additions & 42 deletions libs/db47/patches/020-patch.4.7.25.2.patch

This file was deleted.

211 changes: 0 additions & 211 deletions libs/db47/patches/030-patch.4.7.25.3.patch

This file was deleted.

Loading

0 comments on commit 13bb165

Please sign in to comment.