Tue Aug 25 07:21:00 2015 UTC ()
prefer gsed and use '.' instead of 'source'


(richard)
diff -r1.11 -r1.12 pkgsrc/graphics/cogl/Makefile
diff -r1.9 -r1.10 pkgsrc/graphics/cogl/distinfo
diff -r0 -r1.1 pkgsrc/graphics/cogl/patches/patch-tests_unit_Makefile.in

cvs diff -r1.11 -r1.12 pkgsrc/graphics/cogl/Makefile (expand / switch to context diff)
--- pkgsrc/graphics/cogl/Makefile 2015/07/25 15:52:25 1.11
+++ pkgsrc/graphics/cogl/Makefile 2015/08/25 07:21:00 1.12
@@ -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 @@
 
 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

cvs diff -r1.9 -r1.10 pkgsrc/graphics/cogl/distinfo (expand / switch to context diff)
--- pkgsrc/graphics/cogl/distinfo 2015/07/25 15:52:25 1.9
+++ pkgsrc/graphics/cogl/distinfo 2015/08/25 07:21:00 1.10
@@ -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 @@
 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

File Added: pkgsrc/graphics/cogl/patches/Attic/patch-tests_unit_Makefile.in
$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