FreeBSD Bugzilla – Attachment 240404 Details for
Bug 269818
emulators/unicorn, emulators/py-unicorn: Update to 2.0.1.post1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
unicorn.patch (text/plain), 3.85 KB, created by
Yuri Victorovich
on 2023-02-25 09:53:38 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2023-02-25 09:53:38 UTC
Size:
3.85 KB
patch
obsolete
>diff --git a/emulators/py-unicorn/Makefile b/emulators/py-unicorn/Makefile >index 0db1356d5698..1bc5c97e9e94 100644 >--- a/emulators/py-unicorn/Makefile >+++ b/emulators/py-unicorn/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= unicorn >-DISTVERSION= 1.0.2 >+DISTVERSION= 2.0.1.post1 > CATEGORIES= emulators python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >diff --git a/emulators/py-unicorn/distinfo b/emulators/py-unicorn/distinfo >index fe34caf0954c..753c47997893 100644 >--- a/emulators/py-unicorn/distinfo >+++ b/emulators/py-unicorn/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1603347498 >-SHA256 (unicorn-engine-unicorn-1.0.2_GH0.tar.gz) = 6400e16f9211486fa5353b1870e6a82f8aa342e429718d1cbca08d609aaadc52 >-SIZE (unicorn-engine-unicorn-1.0.2_GH0.tar.gz) = 3735111 >+TIMESTAMP = 1677313413 >+SHA256 (unicorn-engine-unicorn-2.0.1.post1_GH0.tar.gz) = 6b276c857c69ee5ec3e292c3401c8c972bae292e0e4cb306bb9e5466c0f14737 >+SIZE (unicorn-engine-unicorn-2.0.1.post1_GH0.tar.gz) = 4071380 >diff --git a/emulators/py-unicorn/files/patch-setup.py b/emulators/py-unicorn/files/patch-setup.py >index 6dc06749b154..53bede35778b 100644 >--- a/emulators/py-unicorn/files/patch-setup.py >+++ b/emulators/py-unicorn/files/patch-setup.py >@@ -1,12 +1,12 @@ > # Do not bundle libunicorn.so > >---- setup.py.orig 2020-09-21 18:11:43 UTC >+--- setup.py.orig 2023-02-25 08:30:56 UTC > +++ setup.py >-@@ -281,11 +281,4 @@ setup( >+@@ -246,11 +246,4 @@ setup( > 'Programming Language :: Python :: 3', > ], > requires=['ctypes'], >-- cmdclass={'build': custom_build, 'develop': custom_develop, 'sdist': custom_sdist, 'bdist_egg': custom_bdist_egg}, >+- cmdclass=cmdclass, > - zip_safe=False, > - include_package_data=True, > - is_pure=False, >diff --git a/emulators/unicorn/Makefile b/emulators/unicorn/Makefile >index bd6c509b2d98..0da06e49d0b4 100644 >--- a/emulators/unicorn/Makefile >+++ b/emulators/unicorn/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= unicorn >-DISTVERSION= 1.0.2 >+DISTVERSION= 2.0.1.post1 > CATEGORIES= emulators > > MAINTAINER= antoine@FreeBSD.org >@@ -20,18 +20,19 @@ TEST_DEPENDS= cmocka>0:sysutils/cmocka > USE_GITHUB= yes > GH_ACCOUNT= unicorn-engine > >-USES= compiler:c11 gmake python:build >+USES= cmake:testing compiler:c11 pkgconfig python:build > USE_LDCONFIG= yes > BINARY_ALIAS= python=${PYTHON_CMD} > MAKE_ENV= INSTALL_LIB="${INSTALL_LIB}" \ > SMP_MFLAGS=-j${MAKE_JOBS_NUMBER} \ > V=1 >-TEST_TARGET= test >-TEST_WRKSRC= ${WRKSRC}/tests/unit > _MAKE_JOBS= # MAKE_JOBS_NUMBER is passed via MAKE_ENV > # Optimization breaks runtime, > # see https://github.com/unicorn-engine/unicorn/issues/356 > # and https://github.com/unicorn-engine/unicorn/issues/689 > CFLAGS:= ${CFLAGS:C/-O[1-9]/-O0/g} > >+CMAKE_OFF= UNICORN_BUILD_TESTS >+CMAKE_TESTING_ON= UNICORN_BUILD_TESTS >+ > .include <bsd.port.mk> >diff --git a/emulators/unicorn/distinfo b/emulators/unicorn/distinfo >index fe34caf0954c..e851a18ad0e4 100644 >--- a/emulators/unicorn/distinfo >+++ b/emulators/unicorn/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1603347498 >-SHA256 (unicorn-engine-unicorn-1.0.2_GH0.tar.gz) = 6400e16f9211486fa5353b1870e6a82f8aa342e429718d1cbca08d609aaadc52 >-SIZE (unicorn-engine-unicorn-1.0.2_GH0.tar.gz) = 3735111 >+TIMESTAMP = 1677311708 >+SHA256 (unicorn-engine-unicorn-2.0.1.post1_GH0.tar.gz) = 6b276c857c69ee5ec3e292c3401c8c972bae292e0e4cb306bb9e5466c0f14737 >+SIZE (unicorn-engine-unicorn-2.0.1.post1_GH0.tar.gz) = 4071380 >diff --git a/emulators/unicorn/pkg-plist b/emulators/unicorn/pkg-plist >index 9137b50ad671..a45cb8b088c7 100644 >--- a/emulators/unicorn/pkg-plist >+++ b/emulators/unicorn/pkg-plist >@@ -3,10 +3,14 @@ include/unicorn/arm64.h > include/unicorn/m68k.h > include/unicorn/mips.h > include/unicorn/platform.h >+include/unicorn/ppc.h >+include/unicorn/riscv.h >+include/unicorn/s390x.h > include/unicorn/sparc.h >+include/unicorn/tricore.h > include/unicorn/unicorn.h > include/unicorn/x86.h > lib/libunicorn.a > lib/libunicorn.so >-lib/libunicorn.so.1 >+lib/libunicorn.so.2 > libdata/pkgconfig/unicorn.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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 269818
:
240401
| 240404