summaryrefslogtreecommitdiff
path: root/graphics/ilmbase
diff options
context:
space:
mode:
authorryoon <ryoon>2017-05-15 13:53:42 +0000
committerryoon <ryoon>2017-05-15 13:53:42 +0000
commitdd778cf58d85cf00a1b24f58cbe188be777d6f97 (patch)
tree5e64d7e4460e130401e47a0141a3b76e293b92d4 /graphics/ilmbase
parent7b9a845a52cd42b0519c5925602cbee3a6fb1269 (diff)
downloadpkgsrc-dd778cf58d85cf00a1b24f58cbe188be777d6f97.tar.gz
Bump PKGREVISON
* Remove an incorrect POSIX shell portability fix and use bash as configure shell
Diffstat (limited to 'graphics/ilmbase')
-rw-r--r--graphics/ilmbase/Makefile8
-rw-r--r--graphics/ilmbase/distinfo4
-rw-r--r--graphics/ilmbase/patches/patch-ab26
3 files changed, 16 insertions, 22 deletions
diff --git a/graphics/ilmbase/Makefile b/graphics/ilmbase/Makefile
index ce3fcc41524..0fa76068edc 100644
--- a/graphics/ilmbase/Makefile
+++ b/graphics/ilmbase/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2017/05/14 00:16:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2017/05/15 13:53:42 ryoon Exp $
DISTNAME= ilmbase-2.2.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://download.savannah.nongnu.org/releases/openexr/
@@ -12,11 +12,11 @@ LICENSE= modified-bsd
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-USE_TOOLS+= ksh gmake
+USE_TOOLS+= bash gmake
GNU_CONFIGURE= yes
TEST_TARGET= check
LIBS.SunOS= -lm
-CONFIG_SHELL= ksh
+CONFIG_SHELL= bash
PKGCONFIG_OVERRIDE= IlmBase.pc.in
PTHREAD_OPTS= require
diff --git a/graphics/ilmbase/distinfo b/graphics/ilmbase/distinfo
index 5c89aa1be7d..1b8661119ca 100644
--- a/graphics/ilmbase/distinfo
+++ b/graphics/ilmbase/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2015/11/03 21:34:03 agc Exp $
+$NetBSD: distinfo,v 1.14 2017/05/15 13:53:42 ryoon Exp $
SHA1 (ilmbase-2.2.0.tar.gz) = 70d864bc704f276942cb10479f2cb98646ce6ad4
RMD160 (ilmbase-2.2.0.tar.gz) = b1adb0c96eff6b3554ddaf8f8bafe2cba8c114e3
@@ -8,4 +8,4 @@ SHA1 (patch-Iex_IexBaseExc.cpp) = 5bf551e1eacffa8dc3ec1c5643e5bfd5f8fc5701
SHA1 (patch-Iex_IexThrowErrnoExc.cpp) = 1a4206619320a2a95378b7c2db14fde20b0ffd71
SHA1 (patch-Imath_ImathFun.h) = 79ab60ada8cecd52e5b16fadbded82492d79a1df
SHA1 (patch-aa) = 97e7c7347cc6b4f3e11e7d0692c78b7322e06a7f
-SHA1 (patch-ab) = 1e39351d9513e10e3745c188612f9daf41253234
+SHA1 (patch-ab) = 352603443c59184c2cedc8762a406cd58e6ebd23
diff --git a/graphics/ilmbase/patches/patch-ab b/graphics/ilmbase/patches/patch-ab
index 8f65aadd813..eb4f1ef0991 100644
--- a/graphics/ilmbase/patches/patch-ab
+++ b/graphics/ilmbase/patches/patch-ab
@@ -1,12 +1,11 @@
-$NetBSD: patch-ab,v 1.4 2013/07/31 18:25:28 adam Exp $
+$NetBSD: patch-ab,v 1.5 2017/05/15 13:53:42 ryoon Exp $
Disable ucontext.h detection, which leads to problems on some platforms.
-Shell portabibility fix.
Disable univeral binary build on Mac OS X.
---- configure.orig 2013-06-18 19:55:25.000000000 +0000
+--- configure.orig 2014-08-10 04:37:26.000000000 +0000
+++ configure
-@@ -16437,7 +16437,7 @@ fi
+@@ -16433,7 +16433,7 @@ fi
@@ -15,7 +14,7 @@ Disable univeral binary build on Mac OS X.
do
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-@@ -17212,7 +17212,7 @@ LIB_SUFFIX=""
+@@ -17208,7 +17208,7 @@ LIB_SUFFIX=""
lib_suffix_valid="no"
lib_namespace=""
@@ -24,7 +23,7 @@ Disable univeral binary build on Mac OS X.
cat >>confdefs.h <<_ACEOF
#define IMATH_INTERNAL_NAMESPACE Imath_${ILMBASE_VERSION_API}
_ACEOF
-@@ -17233,7 +17233,7 @@ _ACEOF
+@@ -17229,7 +17229,7 @@ _ACEOF
lib_namespace="${ILMBASE_VERSION_API}"
LIB_SUFFIX="${ILMBASE_VERSION_API}"
lib_suffix_valid="yes"
@@ -33,7 +32,7 @@ Disable univeral binary build on Mac OS X.
cat >>confdefs.h <<_ACEOF
#define IMATH_INTERNAL_NAMESPACE Imath
_ACEOF
-@@ -17271,7 +17271,7 @@ _ACEOF
+@@ -17267,7 +17267,7 @@ _ACEOF
fi
@@ -42,7 +41,7 @@ Disable univeral binary build on Mac OS X.
LIB_SUFFIX_DASH="-${LIB_SUFFIX}"
if true; then
-@@ -17306,7 +17306,7 @@ else
+@@ -17302,7 +17302,7 @@ else
fi
@@ -51,7 +50,7 @@ Disable univeral binary build on Mac OS X.
{ $as_echo "$as_me:$LINENO: WARNING: Enabling 'custom user namespace' requires an additional argument, reverting to default" >&5
$as_echo "$as_me: WARNING: Enabling 'custom user namespace' requires an additional argument, reverting to default" >&2;}
cat >>confdefs.h <<\_ACEOF
-@@ -17324,7 +17324,7 @@ _ACEOF
+@@ -17320,7 +17320,7 @@ _ACEOF
public_namespace=""
custom_public_namespace=no
@@ -60,17 +59,12 @@ Disable univeral binary build on Mac OS X.
cat >>confdefs.h <<\_ACEOF
#define IMATH_NAMESPACE Imath
_ACEOF
-@@ -17373,12 +17373,10 @@ else
+@@ -17369,7 +17369,7 @@ else
fi
- if test "${osx_arch}" != default ; then
-- osx_arch_flags="-arch ${osx_arch// / -arch }"
+ if false ; then
+ osx_arch_flags="-arch ${osx_arch// / -arch }"
CXXFLAGS="$CXXFLAGS $osx_arch_flags"
- if test "$enable_dependency_tracking" != no ; then
-- osx_arch_array=( ${osx_arch} )
- if test ${#osx_arch_array[@]} -gt 1 ; then
- { { $as_echo "$as_me:$LINENO: error: building multiple OS X architectures requires --disable-dependency-tracking.
- Please re-run configure with these options: