svn commit: r527473 - in head/emulators: py-unicorn py-unicorn/files unicorn unicorn/files
Antoine Brodin
antoine at FreeBSD.org
Sat Feb 29 21:20:46 UTC 2020
Author: antoine
Date: Sat Feb 29 21:20:44 2020
New Revision: 527473
URL: https://svnweb.freebsd.org/changeset/ports/527473
Log:
Update unicorn and py-unicorn to 1.0.2-rc2
Modified:
head/emulators/py-unicorn/Makefile
head/emulators/py-unicorn/distinfo
head/emulators/py-unicorn/files/patch-setup.py
head/emulators/unicorn/Makefile
head/emulators/unicorn/distinfo
head/emulators/unicorn/files/patch-tests_unit_Makefile
Modified: head/emulators/py-unicorn/Makefile
==============================================================================
--- head/emulators/py-unicorn/Makefile Sat Feb 29 21:17:39 2020 (r527472)
+++ head/emulators/py-unicorn/Makefile Sat Feb 29 21:20:44 2020 (r527473)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= unicorn
-DISTVERSION= 1.0.2-rc1
+DISTVERSION= 1.0.2-rc2
CATEGORIES= emulators python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/emulators/py-unicorn/distinfo
==============================================================================
--- head/emulators/py-unicorn/distinfo Sat Feb 29 21:17:39 2020 (r527472)
+++ head/emulators/py-unicorn/distinfo Sat Feb 29 21:20:44 2020 (r527473)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579342823
-SHA256 (unicorn-engine-unicorn-1.0.2-rc1_GH0.tar.gz) = d6d71e9854e53b5268792572656d87ccde8ff726e6f9343aab6da46089367983
-SIZE (unicorn-engine-unicorn-1.0.2-rc1_GH0.tar.gz) = 3340182
+TIMESTAMP = 1581835422
+SHA256 (unicorn-engine-unicorn-1.0.2-rc2_GH0.tar.gz) = aed3111b103c0c870de916ac4f96fda8c82ccdeb005c010b96fd61615435325f
+SIZE (unicorn-engine-unicorn-1.0.2-rc2_GH0.tar.gz) = 3746757
Modified: head/emulators/py-unicorn/files/patch-setup.py
==============================================================================
--- head/emulators/py-unicorn/files/patch-setup.py Sat Feb 29 21:17:39 2020 (r527472)
+++ head/emulators/py-unicorn/files/patch-setup.py Sat Feb 29 21:20:44 2020 (r527473)
@@ -1,8 +1,8 @@
# Do not bundle libunicorn.so
---- setup.py.orig 2019-10-08 02:44:50 UTC
+--- setup.py.orig 2020-02-15 00:22:32 UTC
+++ setup.py
-@@ -268,11 +268,4 @@ setup(
+@@ -266,11 +266,4 @@ setup(
'Programming Language :: Python :: 3',
],
requires=['ctypes'],
Modified: head/emulators/unicorn/Makefile
==============================================================================
--- head/emulators/unicorn/Makefile Sat Feb 29 21:17:39 2020 (r527472)
+++ head/emulators/unicorn/Makefile Sat Feb 29 21:20:44 2020 (r527473)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= unicorn
-DISTVERSION= 1.0.2-rc1
+DISTVERSION= 1.0.2-rc2
CATEGORIES= emulators
MAINTAINER= antoine at FreeBSD.org
Modified: head/emulators/unicorn/distinfo
==============================================================================
--- head/emulators/unicorn/distinfo Sat Feb 29 21:17:39 2020 (r527472)
+++ head/emulators/unicorn/distinfo Sat Feb 29 21:20:44 2020 (r527473)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579342823
-SHA256 (unicorn-engine-unicorn-1.0.2-rc1_GH0.tar.gz) = d6d71e9854e53b5268792572656d87ccde8ff726e6f9343aab6da46089367983
-SIZE (unicorn-engine-unicorn-1.0.2-rc1_GH0.tar.gz) = 3340182
+TIMESTAMP = 1581835422
+SHA256 (unicorn-engine-unicorn-1.0.2-rc2_GH0.tar.gz) = aed3111b103c0c870de916ac4f96fda8c82ccdeb005c010b96fd61615435325f
+SIZE (unicorn-engine-unicorn-1.0.2-rc2_GH0.tar.gz) = 3746757
Modified: head/emulators/unicorn/files/patch-tests_unit_Makefile
==============================================================================
--- head/emulators/unicorn/files/patch-tests_unit_Makefile Sat Feb 29 21:17:39 2020 (r527472)
+++ head/emulators/unicorn/files/patch-tests_unit_Makefile Sat Feb 29 21:20:44 2020 (r527473)
@@ -1,10 +1,11 @@
---- tests/unit/Makefile.orig 2019-10-08 02:44:50 UTC
+--- tests/unit/Makefile.orig 2020-02-15 00:22:32 UTC
+++ tests/unit/Makefile
-@@ -1,7 +1,7 @@
+@@ -1,8 +1,7 @@
CFLAGS += -Wall -Werror -Wno-unused-function -g
CFLAGS += -D__USE_MINGW_ANSI_STDIO=1
CFLAGS += -L ../../ -I ../../include
-CFLAGS += -L ../../cmocka/src -I ../../cmocka/include
+-CFLAGS += -L /usr/local/lib -I /usr/local/include
+CFLAGS += -L $(LOCALBASE)/lib -I $(LOCALBASE)/include
ASFLAGS += --32
OBJCOPY = objcopy
More information about the svn-ports-all
mailing list