FreeBSD Bugzilla – Attachment 145312 Details for
Bug 192357
[exp-run] Convert bsd.python.mk to USES=python
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Do not include bsd.python.mk in ports
no-bpm.diff (text/plain), 2.48 KB, created by
Marcus von Appen
on 2014-08-03 17:27:04 UTC
(
hide
)
Description:
Do not include bsd.python.mk in ports
Filename:
MIME Type:
Creator:
Marcus von Appen
Created:
2014-08-03 17:27:04 UTC
Size:
2.48 KB
patch
obsolete
>Index: audio/rhythmbox/Makefile >=================================================================== >--- audio/rhythmbox/Makefile (revision 363901) >+++ audio/rhythmbox/Makefile (working copy) >@@ -100,7 +100,6 @@ > > .if exists(${LOCALBASE}/libdata/pkgconfig/gst-python-0.10.pc) > USE_PYTHON= yes >-.include "${PORTSDIR}/Mk/bsd.python.mk" > USE_GSTREAMER+= python > CONFIGURE_ARGS+=--enable-python > PLIST_SUB+= PYTHON="" >Index: biology/libsbml/Makefile >=================================================================== >--- biology/libsbml/Makefile (revision 363901) >+++ biology/libsbml/Makefile (working copy) >@@ -25,7 +25,7 @@ > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MPYTHON} >-.include "../../Mk/bsd.python.mk" >+USE_PYTHON= yes > BUILD_DEPENDS+= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python > CONFIGURE_ARGS+= --with-python > PLIST_SUB+= WITH_PYTHON="" \ >@@ -35,7 +35,7 @@ > .endif > > .if ${PORT_OPTIONS:MRUBY} >-.include "../../Mk/bsd.ruby.mk" >+USE_RUBY= yes > BUILD_DEPENDS+= ${LOCALBASE}/bin/ruby:${PORTSDIR}/lang/ruby19 > CONFIGURE_ARGS+= --with-ruby > PLIST_SUB+= WITH_RUBY="" >Index: databases/rrdtool/Makefile >=================================================================== >--- databases/rrdtool/Makefile (revision 363901) >+++ databases/rrdtool/Makefile (working copy) >@@ -43,7 +43,6 @@ > USE_PYTHON= yes > INSTALLS_EGGINFO=yes > PYDISTUTILS_EGGINFO=py_rrdtool-0.2.2-${PYTHON_VERSION:S/thon//}.egg-info >-.include "${PORTSDIR}/Mk/bsd.python.mk" > PLIST_SUB+= WITH_PYTHON="" > CONFIGURE_ARGS+= --enable-python > .else >Index: databases/rrdtool12/Makefile >=================================================================== >--- databases/rrdtool12/Makefile (revision 363901) >+++ databases/rrdtool12/Makefile (working copy) >@@ -32,7 +32,6 @@ > USE_PYTHON= yes > INSTALLS_EGGINFO=yes > PYDISTUTILS_EGGINFO=py_rrdtool-0.2.1-${PYTHON_VERSION:S/thon//}.egg-info >-.include "${PORTSDIR}/Mk/bsd.python.mk" > PLIST_SUB+= WITH_PYTHON="" > CONFIGURE_ARGS+= --enable-python > .else >@@ -42,7 +41,6 @@ > > .if ${PORT_OPTIONS:MRUBY} > USE_RUBY= yes >-.include "${PORTSDIR}/Mk/bsd.ruby.mk" > PLIST_SUB+= WITH_RUBY="" > CONFIGURE_ARGS+= --enable-ruby > .else >Index: databases/metakit/Makefile >=================================================================== >--- databases/metakit/Makefile (revision 363901) >+++ databases/metakit/Makefile (working copy) >@@ -25,7 +25,6 @@ > > .if ${PORT_OPTIONS:MPYTHON} > USE_PYTHON= yes >-.include "${PORTSDIR}/Mk/bsd.python.mk" > CONFIGURE_ARGS+= --with-python=${LOCALBASE} > CATEGORIES+= python > PLIST_SUB+= WITH_PYTHON=""
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 192357
:
145308
|
145309
|
145310
|
145311
| 145312