From owner-svn-ports-head@freebsd.org Sun Jun 14 09:58:55 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C9B3F33530A; Sun, 14 Jun 2020 09:58:55 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49l90H4n5Jz4BwP; Sun, 14 Jun 2020 09:58:55 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9F5E7AC07; Sun, 14 Jun 2020 09:58:55 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05E9wtYo026589; Sun, 14 Jun 2020 09:58:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05E9ws1d026582; Sun, 14 Jun 2020 09:58:54 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202006140958.05E9ws1d026582@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 14 Jun 2020 09:58:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538723 - in head/emulators: py-unicorn py-unicorn/files unicorn unicorn/files X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/emulators: py-unicorn py-unicorn/files unicorn unicorn/files X-SVN-Commit-Revision: 538723 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jun 2020 09:58:55 -0000 Author: antoine Date: Sun Jun 14 09:58:53 2020 New Revision: 538723 URL: https://svnweb.freebsd.org/changeset/ports/538723 Log: Update to 1.0.2-rc4 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-Makefile head/emulators/unicorn/files/patch-qemu_configure Modified: head/emulators/py-unicorn/Makefile ============================================================================== --- head/emulators/py-unicorn/Makefile Sun Jun 14 09:36:50 2020 (r538722) +++ head/emulators/py-unicorn/Makefile Sun Jun 14 09:58:53 2020 (r538723) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= unicorn -DISTVERSION= 1.0.2-rc3 +DISTVERSION= 1.0.2-rc4 CATEGORIES= emulators python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/emulators/py-unicorn/distinfo ============================================================================== --- head/emulators/py-unicorn/distinfo Sun Jun 14 09:36:50 2020 (r538722) +++ head/emulators/py-unicorn/distinfo Sun Jun 14 09:58:53 2020 (r538723) @@ -1,3 +1,3 @@ -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 +TIMESTAMP = 1590773048 +SHA256 (unicorn-engine-unicorn-1.0.2-rc4_GH0.tar.gz) = 3bba380b85e67ffec375cc60b3c21d89968aa22ae4b0f7101bf4a43cb01c8417 +SIZE (unicorn-engine-unicorn-1.0.2-rc4_GH0.tar.gz) = 3730676 Modified: head/emulators/py-unicorn/files/patch-setup.py ============================================================================== --- head/emulators/py-unicorn/files/patch-setup.py Sun Jun 14 09:36:50 2020 (r538722) +++ head/emulators/py-unicorn/files/patch-setup.py Sun Jun 14 09:58:53 2020 (r538723) @@ -1,8 +1,8 @@ # Do not bundle libunicorn.so ---- setup.py.orig 2020-02-15 00:22:32 UTC +--- setup.py.orig 2020-05-29 03:56:24 UTC +++ setup.py -@@ -266,11 +266,4 @@ setup( +@@ -289,11 +289,4 @@ setup( 'Programming Language :: Python :: 3', ], requires=['ctypes'], Modified: head/emulators/unicorn/Makefile ============================================================================== --- head/emulators/unicorn/Makefile Sun Jun 14 09:36:50 2020 (r538722) +++ head/emulators/unicorn/Makefile Sun Jun 14 09:58:53 2020 (r538723) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= unicorn -DISTVERSION= 1.0.2-rc3 +DISTVERSION= 1.0.2-rc4 CATEGORIES= emulators MAINTAINER= antoine@FreeBSD.org Modified: head/emulators/unicorn/distinfo ============================================================================== --- head/emulators/unicorn/distinfo Sun Jun 14 09:36:50 2020 (r538722) +++ head/emulators/unicorn/distinfo Sun Jun 14 09:58:53 2020 (r538723) @@ -1,3 +1,3 @@ -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 +TIMESTAMP = 1590773048 +SHA256 (unicorn-engine-unicorn-1.0.2-rc4_GH0.tar.gz) = 3bba380b85e67ffec375cc60b3c21d89968aa22ae4b0f7101bf4a43cb01c8417 +SIZE (unicorn-engine-unicorn-1.0.2-rc4_GH0.tar.gz) = 3730676 Modified: head/emulators/unicorn/files/patch-Makefile ============================================================================== --- head/emulators/unicorn/files/patch-Makefile Sun Jun 14 09:36:50 2020 (r538722) +++ head/emulators/unicorn/files/patch-Makefile Sun Jun 14 09:58:53 2020 (r538723) @@ -1,6 +1,6 @@ ---- Makefile.orig 2019-10-08 02:44:50 UTC +--- Makefile.orig 2020-05-29 03:56:24 UTC +++ Makefile -@@ -75,9 +75,9 @@ V ?= 0 +@@ -140,9 +140,9 @@ V ?= 0 MACOS_UNIVERSAL ?= no ifeq ($(UNICORN_DEBUG),yes) @@ -12,7 +12,7 @@ UNICORN_QEMU_FLAGS += --disable-debug-info endif -@@ -195,7 +195,7 @@ LIBDIRARCH ?= lib +@@ -258,7 +258,7 @@ LIBDIRARCH ?= lib # Or better, pass 'LIBDIRARCH=lib64' to 'make install/uninstall' via 'make.sh'. #LIBDIRARCH ?= lib64 Modified: head/emulators/unicorn/files/patch-qemu_configure ============================================================================== --- head/emulators/unicorn/files/patch-qemu_configure Sun Jun 14 09:36:50 2020 (r538722) +++ head/emulators/unicorn/files/patch-qemu_configure Sun Jun 14 09:58:53 2020 (r538723) @@ -1,6 +1,6 @@ ---- qemu/configure.orig 2017-04-20 06:14:24 UTC +--- qemu/configure.orig 2020-05-29 03:56:24 UTC +++ qemu/configure -@@ -229,11 +229,11 @@ QEMU_CFLAGS="-Wstrict-prototypes -Wredun +@@ -225,11 +225,11 @@ QEMU_CFLAGS="-Wstrict-prototypes -Wredundant-decls $QE QEMU_CFLAGS="-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $QEMU_CFLAGS" QEMU_INCLUDES="-I. -I\$(SRC_PATH) -I\$(SRC_PATH)/include" if test "$debug_info" = "yes"; then