FreeBSD Bugzilla – Attachment 256624 Details for
Bug 284002
archivers/rpm4: drop db5 dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to remove db5 dependency from archivers/rpm4
0001-archivers-rpm4-Drop-db5-depencency.-It-s-actually-un.patch (text/plain), 1.88 KB, created by
Oleg Sidorkin
on 2025-01-11 16:25:11 UTC
(
hide
)
Description:
Patch to remove db5 dependency from archivers/rpm4
Filename:
MIME Type:
Creator:
Oleg Sidorkin
Created:
2025-01-11 16:25:11 UTC
Size:
1.88 KB
patch
obsolete
>From 6bc551e07cad0c52b0f3c52074c485beb534fb44 Mon Sep 17 00:00:00 2001 >From: Oleg Sidorkin <osidorkin@gmail.com> >Date: Sat, 11 Jan 2025 17:24:12 +0300 >Subject: [PATCH] archivers/rpm4: Drop db5 depencency. It's actually unused > >--- > archivers/rpm4/Makefile | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile >index 51609a558588..3103b1040df3 100644 >--- a/archivers/rpm4/Makefile >+++ b/archivers/rpm4/Makefile >@@ -14,8 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING > > BUILD_DEPENDS= ${LOCALBASE}/lib/libelf.so:devel/elfutils \ > gsed:textproc/gsed >-LIB_DEPENDS= libdb-5.3.so:databases/db5 \ >- libelf.so:devel/elfutils \ >+LIB_DEPENDS= libelf.so:devel/elfutils \ > libgcrypt.so:security/libgcrypt \ > libnss3.so:security/nss \ > libpopt.so:devel/popt \ >@@ -28,7 +27,7 @@ FLAVORS= default noopenmp > FLAVOR?= ${FLAVORS:[1]} > noopenmp_PKGNAMESUFFIX= 4-noopenmp > >-USES= alias bdb cpe gmake iconv libarchive libtool lua pathfix \ >+USES= alias cpe gmake iconv libarchive libtool lua pathfix \ > pkgconfig readline shebangfix sqlite tar:bzip2 > USE_LDCONFIG= yes > >@@ -45,6 +44,7 @@ CONFIGURE_ARGS= --enable-sqlite=yes \ > --sysconfdir=${PREFIX}/etc \ > --with-popt-prefix="${LOCALBASE}" \ > --without-javaglue \ >+ --enable-bdb-ro \ > am_cv_python_version=${PYTHON_VER}${PYTHON_ABIVER} > .if ${FLAVOR} == noopenmp > CONFIGURE_ARGS+= --disable-openmp >@@ -54,9 +54,9 @@ CONFIGURE_ENV= LUA_CFLAGS=-I${LUA_INCDIR} \ > INSTALL_TARGET= install-strip > > CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/nspr \ >- -I${LOCALBASE}/include/nss/nss -I${BDB_INCLUDE_DIR} \ >+ -I${LOCALBASE}/include/nss/nss \ > -I${LUA_INCDIR} >-LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib/nss -L${BDB_LIB_DIR} \ >+LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib/nss \ > -L${LUA_LIBDIR} > > CONFLICTS_INSTALL= rpm2cpio rpm4 rpm4-noopenmp >-- >2.47.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 284002
: 256624
Working