[csw-devel] SF.net SVN: gar:[21258] csw/mgar/pkg/cloog/trunk
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Mon Jun 3 18:52:39 CEST 2013
Revision: 21258
http://gar.svn.sourceforge.net/gar/?rev=21258&view=rev
Author: wahwah
Date: 2013-06-03 16:52:39 +0000 (Mon, 03 Jun 2013)
Log Message:
-----------
cloog/trunk: use CSWbash for tests
Modified Paths:
--------------
csw/mgar/pkg/cloog/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/cloog/trunk/files/0001-Use-opt-csw-bin-bash-for-tests.patch
Modified: csw/mgar/pkg/cloog/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cloog/trunk/Makefile 2013-06-03 16:33:57 UTC (rev 21257)
+++ csw/mgar/pkg/cloog/trunk/Makefile 2013-06-03 16:52:39 UTC (rev 21258)
@@ -19,8 +19,12 @@
PACKAGING_PLATFORMS = solaris9-i386 solaris9-sparc
+PATCHFILES += 0001-Use-opt-csw-bin-bash-for-tests.patch
+
# BUILD_DEP_PKGS = CSWlibppl-dev
+BUILD_DEP_PKGS = CSWbash
+
PACKAGES += CSWlibcloog-isl2
PKGFILES_CSWlibcloog-isl2 += $(call baseisadirs,$(libdir),libcloog-isl\.so\.2(\.\d+)*)
SPKG_DESC_CSWlibcloog-isl2 += $(DESCRIPTION), libcloog-isl.so.2
Added: csw/mgar/pkg/cloog/trunk/files/0001-Use-opt-csw-bin-bash-for-tests.patch
===================================================================
--- csw/mgar/pkg/cloog/trunk/files/0001-Use-opt-csw-bin-bash-for-tests.patch (rev 0)
+++ csw/mgar/pkg/cloog/trunk/files/0001-Use-opt-csw-bin-bash-for-tests.patch 2013-06-03 16:52:39 UTC (rev 21258)
@@ -0,0 +1,22 @@
+From 1a5ed77074df4050f72c282d1544ca5a9367bbea Mon Sep 17 00:00:00 2001
+From: Maciej Blizinski <maciej at opencsw.org>
+Date: Mon, 3 Jun 2013 18:51:21 +0200
+Subject: [PATCH] Use /opt/csw/bin/bash for tests
+
+---
+ isl/codegen_test.sh.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/isl/codegen_test.sh.in b/isl/codegen_test.sh.in
+index 4a4852d..637b728 100644
+--- a/isl/codegen_test.sh.in
++++ b/isl/codegen_test.sh.in
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/opt/csw/bin/bash
+
+ EXEEXT=@EXEEXT@
+ srcdir=@srcdir@
+--
+1.7.10.3
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list