From owner-svn-ports-head@freebsd.org Sun Oct 9 10:43:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 103B4C07AA1; Sun, 9 Oct 2016 10:43:38 +0000 (UTC) (envelope-from jbeich@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 mx1.freebsd.org (Postfix) with ESMTPS id BA6F02D1; Sun, 9 Oct 2016 10:43:37 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99Ahafv075148; Sun, 9 Oct 2016 10:43:36 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99Ahacq075145; Sun, 9 Oct 2016 10:43:36 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610091043.u99Ahacq075145@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 9 Oct 2016 10:43:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423586 - in head/graphics/sekrit-twc-zimg: . files X-SVN-Group: ports-head 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.23 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, 09 Oct 2016 10:43:38 -0000 Author: jbeich Date: Sun Oct 9 10:43:36 2016 New Revision: 423586 URL: https://svnweb.freebsd.org/changeset/ports/423586 Log: graphics/sekrit-twc-zimg: update to 2.3 Changes: https://github.com/sekrit-twc/zimg/blob/release-2.3/ChangeLog Modified: head/graphics/sekrit-twc-zimg/Makefile (contents, props changed) head/graphics/sekrit-twc-zimg/distinfo (contents, props changed) head/graphics/sekrit-twc-zimg/files/patch-no-extra-deps (contents, props changed) Modified: head/graphics/sekrit-twc-zimg/Makefile ============================================================================== --- head/graphics/sekrit-twc-zimg/Makefile Sun Oct 9 09:59:45 2016 (r423585) +++ head/graphics/sekrit-twc-zimg/Makefile Sun Oct 9 10:43:36 2016 (r423586) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= zimg -PORTVERSION= 2.2.1 +PORTVERSION= 2.3 DISTVERSIONPREFIX= release- CATEGORIES= graphics PKGNAMEPREFIX= ${GH_ACCOUNT}- @@ -40,6 +40,7 @@ OPTIONS_DEFAULT_i386= SIMD # runtime det EXAMPLES_CONFIGURE_ENABLE= example EXAMPLES_MAKE_ARGS= exampledir="${EXAMPLESDIR}" +EXAMPLES_MAKE_ARGS_OFF= dist_example_DATA= dist_examplemisc_DATA= SIMD_CONFIGURE_ENABLE= x86simd Modified: head/graphics/sekrit-twc-zimg/distinfo ============================================================================== --- head/graphics/sekrit-twc-zimg/distinfo Sun Oct 9 09:59:45 2016 (r423585) +++ head/graphics/sekrit-twc-zimg/distinfo Sun Oct 9 10:43:36 2016 (r423586) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471879593 -SHA256 (sekrit-twc-zimg-release-2.2.1_GH0.tar.gz) = 0ac3004f7612f91e2eda1aaaf170c2ceef4f90f881647b8e248f36b0e6954f54 -SIZE (sekrit-twc-zimg-release-2.2.1_GH0.tar.gz) = 175873 +TIMESTAMP = 1475114874 +SHA256 (sekrit-twc-zimg-release-2.3_GH0.tar.gz) = 09962385f986dbcfd8ed6160cdafc2bc57bef8c6bfb3ca3a4bcaa482f09c06fa +SIZE (sekrit-twc-zimg-release-2.3_GH0.tar.gz) = 188682 Modified: head/graphics/sekrit-twc-zimg/files/patch-no-extra-deps ============================================================================== --- head/graphics/sekrit-twc-zimg/files/patch-no-extra-deps Sun Oct 9 09:59:45 2016 (r423585) +++ head/graphics/sekrit-twc-zimg/files/patch-no-extra-deps Sun Oct 9 10:43:36 2016 (r423586) @@ -1,6 +1,6 @@ --- Makefile.am.orig 2016-08-17 04:57:11 UTC +++ Makefile.am -@@ -242,29 +242,12 @@ endif # TESTAPP +@@ -250,30 +250,12 @@ endif # TESTAPP if UNIT_TEST TESTS = test/unit_test @@ -16,9 +16,10 @@ - test/extra/musl-libm/__sin.c \ - test/extra/musl-libm/cos.c \ - test/extra/musl-libm/fpu_wrapper.c \ +- test/extra/musl-libm/expf.c \ - test/extra/musl-libm/libm.h \ +- test/extra/musl-libm/logf.c \ - test/extra/musl-libm/mymath.h \ -- test/extra/musl-libm/pow.c \ - test/extra/musl-libm/powf.c \ - test/extra/musl-libm/sin.c -