Index: head/emulators/py-unicorn/Makefile =================================================================== --- head/emulators/py-unicorn/Makefile (revision 533169) +++ head/emulators/py-unicorn/Makefile (revision 533170) @@ -1,27 +1,27 @@ # $FreeBSD$ PORTNAME= unicorn -DISTVERSION= 1.0.2-rc2 +DISTVERSION= 1.0.2-rc3 CATEGORIES= emulators python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= antoine@FreeBSD.org COMMENT= Python bindings for Unicorn CPU emulator framework LICENSE= BSD3CLAUSE LIB_DEPENDS= libunicorn.so:emulators/unicorn USE_GITHUB= yes GH_ACCOUNT= unicorn-engine USES= python USE_PYTHON= distutils autoplist WRKSRC_SUBDIR= bindings/python do-test: @(cd ${WRKSRC}; for sample in sample_*.py; do \ ${SETENV} ${TEST_ENV} ${PYTHON_CMD} $${sample}; \ done) .include Index: head/emulators/py-unicorn/distinfo =================================================================== --- head/emulators/py-unicorn/distinfo (revision 533169) +++ head/emulators/py-unicorn/distinfo (revision 533170) @@ -1,3 +1,3 @@ -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 +TIMESTAMP = 1586366480 +SHA256 (unicorn-engine-unicorn-1.0.2-rc3_GH0.tar.gz) = eb6c8a30e27bce65814a58a4d44901b9ee3055b83edebed4aa82a48734ee34a9 +SIZE (unicorn-engine-unicorn-1.0.2-rc3_GH0.tar.gz) = 3747400 Index: head/emulators/unicorn/Makefile =================================================================== --- head/emulators/unicorn/Makefile (revision 533169) +++ head/emulators/unicorn/Makefile (revision 533170) @@ -1,37 +1,37 @@ # $FreeBSD$ PORTNAME= unicorn -DISTVERSION= 1.0.2-rc2 +DISTVERSION= 1.0.2-rc3 CATEGORIES= emulators MAINTAINER= antoine@FreeBSD.org COMMENT= Unicorn CPU emulator framework LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING TEST_DEPENDS= cmocka>0:sysutils/cmocka BROKEN_armv6= fails to compile: 'tcg-target.h' file not found BROKEN_armv7= fails to compile: 'tcg-target.h' file not found BROKEN_mips= fails to compile: 'ICACHE' undeclared (first use in this function) BROKEN_mips64= fails to compile: 'ICACHE' undeclared (first use in this function) USE_GITHUB= yes GH_ACCOUNT= unicorn-engine USES= compiler:c11 gmake 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} .include Index: head/emulators/unicorn/distinfo =================================================================== --- head/emulators/unicorn/distinfo (revision 533169) +++ head/emulators/unicorn/distinfo (revision 533170) @@ -1,3 +1,3 @@ -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 +TIMESTAMP = 1586366480 +SHA256 (unicorn-engine-unicorn-1.0.2-rc3_GH0.tar.gz) = eb6c8a30e27bce65814a58a4d44901b9ee3055b83edebed4aa82a48734ee34a9 +SIZE (unicorn-engine-unicorn-1.0.2-rc3_GH0.tar.gz) = 3747400