FreeBSD Bugzilla – Attachment 232081 Details for
Bug 262173
archivers/rpm4: Fix python bindings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
rpm4.patch (text/plain), 1.42 KB, created by
Dmitry Marakasov
on 2022-02-24 17:35:21 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2022-02-24 17:35:21 UTC
Size:
1.42 KB
patch
obsolete
>commit 3035052ea7fbbdfc6251b59d4464b6fce14492a6 >Author: Dmitry Marakasov <amdmi3@FreeBSD.org> >Date: Thu Feb 24 20:27:24 2022 +0300 > > archivers/rpm4: fix python bindings > >diff --git archivers/rpm4/Makefile archivers/rpm4/Makefile >index 3fb61d729fad..38c677173b77 100644 >--- archivers/rpm4/Makefile >+++ archivers/rpm4/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= rpm > PORTVERSION= 4.17.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= archivers > MASTER_SITES= http://ftp.rpm.org/releases/rpm-4.17.x/ > PKGNAMESUFFIX= 4 >@@ -59,12 +59,13 @@ OPTIONS_DEFINE= PYTHON PLUGINS NLS DOCS > OPTIONS_DEFAULT=PYTHON > OPTIONS_SUB= yes > >+PYTHON_CONFIGURE_ENABLE=python >+PYTHON_USES= python >+ > NLS_CONFIGURE_ENABLE= nls > NLS_USES= gettext > NLS_LIBS= -lintl > >-PYTHON_RUN_DEPENDS= ${LOCALBASE}/lib/rpm/pythondistdeps.py:archivers/py-python-rpm-packaging >- > PLUGINS_CONFIGURE_ENABLE=plugins > PLUGINS_LIB_DEPENDS= libdbus-1.so:devel/dbus > >diff --git archivers/rpm4/pkg-plist archivers/rpm4/pkg-plist >index 04f7b1405a09..4222cee5a1cd 100644 >--- archivers/rpm4/pkg-plist >+++ archivers/rpm4/pkg-plist >@@ -59,6 +59,9 @@ lib/librpmio.so.9.2.0 > lib/librpmsign.so > lib/librpmsign.so.9 > lib/librpmsign.so.9.2.0 >+%%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/__init__.py >+%%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/_rpm.so >+%%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/transaction.py > %%PLUGINS%%lib/rpm-plugins/dbus_announce.so > %%PLUGINS%%lib/rpm-plugins/prioreset.so > %%PLUGINS%%lib/rpm-plugins/syslog.so
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 262173
: 232081