aboutsummaryrefslogtreecommitdiff
path: root/graphics/sekrit-twc-zimg
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-10-09 10:43:36 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-10-09 10:43:36 +0000
commitc63e601928d7acf04b82116c0631fa7dc48b7100 (patch)
treecf28da0d1260390f287e1f2e58d09ab51a5ac2e1 /graphics/sekrit-twc-zimg
parent6cda3fc6a1107b923d10f1f0e702e77bf8f6ecde (diff)
downloadports-c63e601928d7acf04b82116c0631fa7dc48b7100.tar.gz
ports-c63e601928d7acf04b82116c0631fa7dc48b7100.zip
graphics/sekrit-twc-zimg: update to 2.3
Notes
Notes: svn path=/head/; revision=423586
Diffstat (limited to 'graphics/sekrit-twc-zimg')
-rw-r--r--graphics/sekrit-twc-zimg/Makefile3
-rw-r--r--graphics/sekrit-twc-zimg/distinfo6
-rw-r--r--graphics/sekrit-twc-zimg/files/patch-no-extra-deps5
3 files changed, 8 insertions, 6 deletions
diff --git a/graphics/sekrit-twc-zimg/Makefile b/graphics/sekrit-twc-zimg/Makefile
index e71b404d4d24..b22dcba37ff8 100644
--- a/graphics/sekrit-twc-zimg/Makefile
+++ b/graphics/sekrit-twc-zimg/Makefile
@@ -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 detection
EXAMPLES_CONFIGURE_ENABLE= example
EXAMPLES_MAKE_ARGS= exampledir="${EXAMPLESDIR}"
+EXAMPLES_MAKE_ARGS_OFF= dist_example_DATA= dist_examplemisc_DATA=
SIMD_CONFIGURE_ENABLE= x86simd
diff --git a/graphics/sekrit-twc-zimg/distinfo b/graphics/sekrit-twc-zimg/distinfo
index 9863a150411d..ce57a3de6b49 100644
--- a/graphics/sekrit-twc-zimg/distinfo
+++ b/graphics/sekrit-twc-zimg/distinfo
@@ -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
diff --git a/graphics/sekrit-twc-zimg/files/patch-no-extra-deps b/graphics/sekrit-twc-zimg/files/patch-no-extra-deps
index 8910901bbebf..3a6402523ecc 100644
--- a/graphics/sekrit-twc-zimg/files/patch-no-extra-deps
+++ b/graphics/sekrit-twc-zimg/files/patch-no-extra-deps
@@ -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
-