summaryrefslogtreecommitdiff
path: root/graphics/cogl
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2015-08-25 07:21:00 +0000
committerrichard <richard@pkgsrc.org>2015-08-25 07:21:00 +0000
commit4fa1b4cf7e04f4ab74bb55ee9ba8269df887aceb (patch)
tree402426e533d229254417061cc57a64ef59817f35 /graphics/cogl
parentab2fd57fc48238277915ee4e4a29cb5f03db9bfe (diff)
downloadpkgsrc-4fa1b4cf7e04f4ab74bb55ee9ba8269df887aceb.tar.gz
prefer gsed and use '.' instead of 'source'
Diffstat (limited to 'graphics/cogl')
-rw-r--r--graphics/cogl/Makefile4
-rw-r--r--graphics/cogl/distinfo3
-rw-r--r--graphics/cogl/patches/patch-tests_unit_Makefile.in16
3 files changed, 20 insertions, 3 deletions
diff --git a/graphics/cogl/Makefile b/graphics/cogl/Makefile
index e809b734fa7..54dba3380bf 100644
--- a/graphics/cogl/Makefile
+++ b/graphics/cogl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2015/07/25 15:52:25 prlw1 Exp $
+# $NetBSD: Makefile,v 1.12 2015/08/25 07:21:00 richard Exp $
DISTNAME= cogl-1.20.0
CATEGORIES= graphics gnome
@@ -16,7 +16,7 @@ CONFLICTS+= clutter<1.8
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= gmake pkg-config msgfmt
+USE_TOOLS+= gmake gsed pkg-config msgfmt
USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE+= cogl-gles2/cogl-gles2-experimental.pc.in
diff --git a/graphics/cogl/distinfo b/graphics/cogl/distinfo
index 202f1ea3a0c..b39fc27b118 100644
--- a/graphics/cogl/distinfo
+++ b/graphics/cogl/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2015/07/25 15:52:25 prlw1 Exp $
+$NetBSD: distinfo,v 1.10 2015/08/25 07:21:00 richard Exp $
SHA1 (cogl-1.20.0.tar.xz) = 46a0bfca30c440ad4b6a7b07ed7aa3e643d57401
RMD160 (cogl-1.20.0.tar.xz) = 271518c1b07eddb2b117ba4c3ef2770ac28f4bb3
@@ -6,3 +6,4 @@ Size (cogl-1.20.0.tar.xz) = 1669620 bytes
SHA1 (patch-cogl-winsys-cogl-winsys-glx.c) = 52be226fb3c62a3275ebec470597937e0b017f96
SHA1 (patch-cogl_driver_gl_gl_cogl-driver-gl.c) = 41d0010a6e2a6a1fb03b6fb23f34db59cb867e14
SHA1 (patch-configure) = aee31057c06af64ec04bcd1b5750ed9a62658661
+SHA1 (patch-tests_unit_Makefile.in) = bd06a307637ca9746c8168926796031fd2b24850
diff --git a/graphics/cogl/patches/patch-tests_unit_Makefile.in b/graphics/cogl/patches/patch-tests_unit_Makefile.in
new file mode 100644
index 00000000000..3e6716bebd2
--- /dev/null
+++ b/graphics/cogl/patches/patch-tests_unit_Makefile.in
@@ -0,0 +1,16 @@
+$NetBSD: patch-tests_unit_Makefile.in,v 1.1 2015/08/25 07:21:00 richard Exp $
+
+* The keyword '.' is an alias for 'source', and all Bourne compatible
+* shells including bash, AT&T ksh, and pdksh understand '.'
+
+--- tests/unit/Makefile.in.orig 2014-12-01 07:18:23.025351870 +0000
++++ tests/unit/Makefile.in
+@@ -788,7 +788,7 @@ wrappers: stamp-test-unit
+ @true
+ stamp-test-unit: Makefile test-unit$(EXEEXT)
+ @mkdir -p wrappers
+- source $(top_builddir)/cogl/libcogl.la ; \
++ . $(top_builddir)/cogl/libcogl.la ; \
+ $(NM) $(top_builddir)/cogl/.libs/"$$dlname"| \
+ grep '[DR] _\?unit_test_'|sed 's/.\+ [DR] _\?//' > unit-tests
+ @chmod +x $(top_srcdir)/tests/test-launcher.sh