FreeBSD Bugzilla – Attachment 150125 Details for
Bug 188856
devel/py-gobject3 doesn't install on systems where ARCH != MACHINE_ARCH
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
devel/py-gobject3 patch for UNAME_M
py-gobject3.patch (text/plain), 1.03 KB, created by
Justin Hibbits
on 2014-12-03 02:41:36 UTC
(
hide
)
Description:
devel/py-gobject3 patch for UNAME_M
Filename:
MIME Type:
Creator:
Justin Hibbits
Created:
2014-12-03 02:41:36 UTC
Size:
1.03 KB
patch
obsolete
>--- pkg-plist.orig 2014-11-19 03:49:04.000000000 -0800 >+++ pkg-plist 2014-12-02 07:32:52.108280492 -0800 >@@ -66,7 +66,7 @@ > %%PYTHON_SITELIBDIR%%/gi/types.py > %%PYTHON_SITELIBDIR%%/gi/types.pyc > %%PYTHON_SITELIBDIR%%/gi/types.pyo >-%%PYTHON_SITELIBDIR%%/pygobject-%%VERSION%%-py%%PYTHON_VER%%-%%OPSYS%%-%%UNAME_R%%-%%ARCH%%.egg-info >+%%PYTHON_SITELIBDIR%%/pygobject-%%VERSION%%-py%%PYTHON_VER%%-%%OPSYS%%-%%UNAME_R%%-%%UNAME_M%%.egg-info > %%PYTHON_SITELIBDIR%%/pygtkcompat/__init__.py > %%PYTHON_SITELIBDIR%%/pygtkcompat/__init__.pyc > %%PYTHON_SITELIBDIR%%/pygtkcompat/__init__.pyo >--- Makefile.orig 2014-11-19 03:49:04.000000000 -0800 >+++ Makefile 2014-12-02 07:33:46.457274854 -0800 >@@ -3,7 +3,7 @@ > # $MCom: ports/trunk/devel/py-gobject3/Makefile 19696 2014-05-26 11:20:01Z gusi $ > > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >-PKGNAMESUFFIX= 3 >+PKGNAMESUFFIX= 4 > > COMMENT= Python 2 bindings for GObject > >@@ -13,3 +13,6 @@ > PLIST= ${.CURDIR}/pkg-plist > > .include "${MASTERDIR}/Makefile" >+ >+PLIST_SUB+= UNAME_M=${UNAME_M} >+UNAME_M!= ${UNAME} -m
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 188856
:
150125
|
150143