svn commit: r423586 - in head/graphics/sekrit-twc-zimg: . files

Jan Beich jbeich at FreeBSD.org
Sun Oct 9 10:43:38 UTC 2016


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
 -


More information about the svn-ports-head mailing list