FreeBSD Bugzilla – Attachment 162415 Details for
Bug 203997
devel/capstone and devel/py-capstone: update to 3.0.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
capstone.diff (text/plain), 3.72 KB, created by
Antoine Brodin
on 2015-10-24 11:46:23 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Antoine Brodin
Created:
2015-10-24 11:46:23 UTC
Size:
3.72 KB
patch
obsolete
>Index: devel/capstone/Makefile >=================================================================== >--- devel/capstone/Makefile (revision 400118) >+++ devel/capstone/Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= capstone >-PORTVERSION= 2.1.2 >+PORTVERSION= 3.0.4 > CATEGORIES= devel > > MAINTAINER= oliver.pntr@gmail.com >@@ -17,8 +17,7 @@ > MAKE_ENV+= INSTALL_LIB="${INSTALL_LIB}" \ > INSTALL_DATA="${INSTALL_DATA}" > >-post-build: >- # The pkgconfig file is generated and points to stagedir >- ${REINPLACE_CMD} -e '/libdir/s|\(libdir=\)\(.*\)\(devel/capstone/work/stage\)|\1|g' ${WRKSRC}/capstone.pc >+TEST_ENV= ${MAKE_ENV} LD_LIBRARY_PATH=${STAGEDIR}${PREFIX}/lib >+TEST_TARGET= check > > .include <bsd.port.mk> >Index: devel/capstone/distinfo >=================================================================== >--- devel/capstone/distinfo (revision 400118) >+++ devel/capstone/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (aquynh-capstone-2.1.2_GH0.tar.gz) = 5312ba5fc09fe193f7fc2fd6cbbc34b6ea7a7b002c0fd7acb2b38ee6c492fb9c >-SIZE (aquynh-capstone-2.1.2_GH0.tar.gz) = 1366145 >+SHA256 (aquynh-capstone-3.0.4_GH0.tar.gz) = 5d6dadf5864c56f8de66c66088fa68e849d0bff6577865a4f81b6f23112b14f2 >+SIZE (aquynh-capstone-3.0.4_GH0.tar.gz) = 2800818 >Index: devel/capstone/pkg-plist >=================================================================== >--- devel/capstone/pkg-plist (revision 400118) >+++ devel/capstone/pkg-plist (working copy) >@@ -2,9 +2,13 @@ > include/capstone/arm64.h > include/capstone/capstone.h > include/capstone/mips.h >+include/capstone/platform.h > include/capstone/ppc.h >+include/capstone/sparc.h >+include/capstone/systemz.h > include/capstone/x86.h >+include/capstone/xcore.h > lib/libcapstone.a > lib/libcapstone.so >-lib/libcapstone.so.2 >+lib/libcapstone.so.3 > libdata/pkgconfig/capstone.pc >Index: devel/py-capstone/Makefile >=================================================================== >--- devel/py-capstone/Makefile (revision 400118) >+++ devel/py-capstone/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= capstone >-PORTVERSION= 2.1 >+PORTVERSION= 3.0.4 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: devel/py-capstone/distinfo >=================================================================== >--- devel/py-capstone/distinfo (revision 400118) >+++ devel/py-capstone/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (python/capstone-2.1.tar.gz) = b86ba2b9189fe60e286341da75d0ac24322014303f72ab3d6ba3d800f3af7864 >-SIZE (python/capstone-2.1.tar.gz) = 31720 >+SHA256 (python/capstone-3.0.4.tar.gz) = 945d3b8c3646a1c3914824c416439e2cf2df8969dd722c8979cdcc23b40ad225 >+SIZE (python/capstone-3.0.4.tar.gz) = 3175587 >Index: devel/py-capstone/files/patch-setup.py >=================================================================== >--- devel/py-capstone/files/patch-setup.py (nonexistent) >+++ devel/py-capstone/files/patch-setup.py (working copy) >@@ -0,0 +1,22 @@ >+# Do not bundle libcapstone.so >+ >+--- setup.py.orig 2015-07-15 07:43:18 UTC >++++ setup.py >+@@ -175,17 +175,4 @@ setup( >+ 'Programming Language :: Python :: 3', >+ ], >+ requires=['ctypes'], >+- cmdclass=dict( >+- build_clib=custom_build_clib, >+- sdist=custom_sdist, >+- ), >+- >+- libraries=[( >+- 'capstone', dict( >+- package='capstone', >+- sources=dummy_src() >+- ), >+- )], >+- >+- data_files=[(SITE_PACKAGES, SETUP_DATA_FILES)], >+ ) > >Property changes on: devel/py-capstone/files/patch-setup.py >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 203997
: 162415