SF.net SVN: gar:[22257] csw/mgar/pkg/mplayer/branches/snapshot/files

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Sat Oct 19 15:51:52 CEST 2013


Revision: 22257
          http://gar.svn.sourceforge.net/gar/?rev=22257&view=rev
Author:   pfelecan
Date:     2013-10-19 13:51:52 +0000 (Sat, 19 Oct 2013)
Log Message:
-----------
mplayer/branches/snapshot: add 2 patches

Added Paths:
-----------
    csw/mgar/pkg/mplayer/branches/snapshot/files/0001-configure-uses-bash.patch
    csw/mgar/pkg/mplayer/branches/snapshot/files/0002-version-uses-bash.patch

Added: csw/mgar/pkg/mplayer/branches/snapshot/files/0001-configure-uses-bash.patch
===================================================================
--- csw/mgar/pkg/mplayer/branches/snapshot/files/0001-configure-uses-bash.patch	                        (rev 0)
+++ csw/mgar/pkg/mplayer/branches/snapshot/files/0001-configure-uses-bash.patch	2013-10-19 13:51:52 UTC (rev 22257)
@@ -0,0 +1,22 @@
+From d230c38db7bcad8063f7597ff2569ceccc938e0f Mon Sep 17 00:00:00 2001
+From: Peter Felecan <pfelecan at opencsw.org>
+Date: Wed, 16 Oct 2013 19:06:15 +0200
+Subject: [PATCH] configure uses bash
+
+---
+ configure | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure b/configure
+index 72f8ee5..f284646 100755
+--- a/configure
++++ b/configure
+@@ -1,4 +1,4 @@
+-#! /bin/sh
++#! /usr/bin/env bash
+ #
+ # Original version (C) 2000 Pontscho/fresh!mindworkz
+ #                      pontscho at makacs.poliod.hu
+-- 
+1.8.3.4
+

Added: csw/mgar/pkg/mplayer/branches/snapshot/files/0002-version-uses-bash.patch
===================================================================
--- csw/mgar/pkg/mplayer/branches/snapshot/files/0002-version-uses-bash.patch	                        (rev 0)
+++ csw/mgar/pkg/mplayer/branches/snapshot/files/0002-version-uses-bash.patch	2013-10-19 13:51:52 UTC (rev 22257)
@@ -0,0 +1,22 @@
+From c684fab9ad172ac202c468b95fecca7e6176e90a Mon Sep 17 00:00:00 2001
+From: Peter Felecan <pfelecan at opencsw.org>
+Date: Thu, 17 Oct 2013 10:25:57 +0200
+Subject: [PATCH] version uses bash
+
+---
+ version.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/version.sh b/version.sh
+index ab9b8e8..0114248 100755
+--- a/version.sh
++++ b/version.sh
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/usr/bin/env bash
+ 
+ test "$1" && extra="-$1"
+ 
+-- 
+1.8.3.4
+

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