FreeBSD Bugzilla – Attachment 237397 Details for
Bug 267148
devel/tevent: Fails to package: python3.7/site-packages/...
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Git-formatted patch
tevent-python-fix.patch (text/plain), 864 bytes, created by
Michael Osipov
on 2022-10-17 11:14:12 UTC
(
hide
)
Description:
Git-formatted patch
Filename:
MIME Type:
Creator:
Michael Osipov
Created:
2022-10-17 11:14:12 UTC
Size:
864 bytes
patch
obsolete
>commit 958572118018b7c158f1d9e51751b67026e0fc06 >Author: Michael Osipov <michael.osipov@siemens.com> >Date: 2022-10-17T13:04:44+02:00 > > devel/tevent: fix build with any version of Python > > Use cpython-%%PYTHON_SUFFIX%% which is intended for .pyc files instead > of %%PYTHON_EXT_SUFFIX%% which is intended for shared objects. > >diff --git a/devel/tevent/pkg-plist b/devel/tevent/pkg-plist >index 151f5ea3ffb3..bf60cf03f8ed 100644 >--- a/devel/tevent/pkg-plist >+++ b/devel/tevent/pkg-plist >@@ -1,7 +1,7 @@ > include/tevent.h > lib/libtevent.so > lib/libtevent.so.0 >-%%PYTHON%%%%PYTHON_SITELIBDIR%%/__pycache__/tevent%%PYTHON_EXT_SUFFIX%%.pyc >+%%PYTHON%%%%PYTHON_SITELIBDIR%%/__pycache__/tevent.cpython-%%PYTHON_SUFFIX%%.pyc > %%PYTHON%%%%PYTHON_SITELIBDIR%%/_tevent%%PYTHON_EXT_SUFFIX%%.so > %%PYTHON%%%%PYTHON_SITELIBDIR%%/tevent.py > %%PKGCONFIGDIR%%/tevent.pc
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 Raw
Actions:
View
Attachments on
bug 267148
: 237397