FreeBSD Bugzilla – Attachment 190392 Details for
Bug 225734
[PATCH] emulators/virtualbox-ose: Build with non-default python
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add explicit dependency on Python 2.7
virtualbox-ose-nodefault-python.patch (text/plain), 393 bytes, created by
Peter Wullinger
on 2018-02-07 18:04:49 UTC
(
hide
)
Description:
Add explicit dependency on Python 2.7
Filename:
MIME Type:
Creator:
Peter Wullinger
Created:
2018-02-07 18:04:49 UTC
Size:
393 bytes
patch
obsolete
>--- Makefile.orig 2018-02-07 18:57:47.585352000 +0100 >+++ Makefile 2018-02-07 18:58:01.649347000 +0100 >@@ -146,12 +146,12 @@ > .endif > > .if ${PORT_OPTIONS:MPYTHON} >-USES+= python >+USES+= python:2.7 > USE_PYTHON= distutils noegginfo noflavors > PYDISTUTILS_PKGNAME= vboxapi > PYDISTUTILS_PKGVERSION= 1.0 > .else >-USES+= python:build >+USES+= python:2.7,build > .endif > > .if ${PORT_OPTIONS:MQT5}
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 225734
: 190392