FreeBSD Bugzilla – Attachment 108950 Details for
Bug 149886
[PATCH] archivers/rpm4: missing python
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.40 KB, created by
Anders F Björklund
on 2010-08-22 19:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Anders F Björklund
Created:
2010-08-22 19:20:01 UTC
Size:
1.40 KB
patch
obsolete
>--- Makefile.orig 2010-08-14 17:03:12.000000000 +0200 >+++ Makefile 2010-08-22 14:13:52.000000000 +0200 >@@ -6,7 +6,7 @@ > > PORTNAME= rpm > PORTVERSION= 4.8.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= archivers > MASTER_SITES= http://rpm.org/releases/rpm-${PORTVERSION:R}.x/ \ > ftp://ftp.mirrorservice.org/sites/ftp.rpm.org/pub/rpm/dist/rpm-${PORTVERSION:E}.x/ >@@ -35,13 +35,13 @@ > CONFIGURE_ARGS+=--with-external-db > > .ifdef WITH_PYTHON >-CONFIGURE_ARGS+=--with-python=auto >-USE_PYTHON= yes >+CONFIGURE_ARGS+=--enable-python >+USE_PYTHON= 2.6+ > PLIST_SUB+= PYTHON="" > CPPFLAGS+= -I${PYTHON_INCLUDEDIR} > LDFLAGS+= -L${PYTHON_LIBDIR} > .else >-CONFIGURE_ARGS+=--without-python >+CONFIGURE_ARGS+=--disable-python > PLIST_SUB+= PYTHON="@comment " > .endif > >--- pkg-plist.orig 2010-07-02 13:47:26.000000000 +0200 >+++ pkg-plist 2010-08-22 13:59:17.000000000 +0200 >@@ -151,3 +151,12 @@ > @dirrmtry src > %%NLS%%@dirrmtry share/locale/sr@latin/LC_MESSAGES > %%NLS%%@dirrmtry share/locale/sr@latin >+%%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/__init__.py >+%%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/_rpmmodule.a >+%%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/_rpmmodule.la >+%%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/_rpmmodule.so >+%%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/_rpmbmodule.a >+%%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/_rpmbmodule.la >+%%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/_rpmbmodule.so >+%%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/transaction.py >+%%PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/rpm
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 149886
: 108950