[40288] trunk/dports/audio/esound

jmr at macports.org jmr at macports.org
Sun Sep 28 12:06:16 PDT 2008


Revision: 40288
          http://trac.macports.org/changeset/40288
Author:   jmr at macports.org
Date:     2008-09-28 12:06:13 -0700 (Sun, 28 Sep 2008)
Log Message:
-----------
esound: de-lint

Modified Paths:
--------------
    trunk/dports/audio/esound/Portfile

Added Paths:
-----------
    trunk/dports/audio/esound/files/patch-esd.conf.diff
    trunk/dports/audio/esound/files/patch-esd_config.c.diff

Removed Paths:
-------------
    trunk/dports/audio/esound/files/patch-esd.conf
    trunk/dports/audio/esound/files/patch-esd_config.c

Modified: trunk/dports/audio/esound/Portfile
===================================================================
--- trunk/dports/audio/esound/Portfile	2008-09-28 18:52:52 UTC (rev 40287)
+++ trunk/dports/audio/esound/Portfile	2008-09-28 19:06:13 UTC (rev 40288)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem 1.0
+
 name		esound
 version		0.2.38
 set branch  [join [lrange [split ${version} .] 0 1] .]
@@ -22,8 +23,8 @@
 configure.args	\
     --enable-ipv6
 patchfiles	\
-	patch-esd.conf \
-	patch-esd_config.c
+	patch-esd.conf.diff \
+	patch-esd_config.c.diff
 depends_build   \
 	port:pkgconfig
 
@@ -36,9 +37,8 @@
 		by a single audio device.  For example, if you're \
 		listening to music on a CD and you receive a \
 		sound-related event from ICQ, the two applications won't \
-		have to jockey for the use of your sound card.     
+		have to jockey for the use of your sound card. 
 
 livecheck.check regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-

Deleted: trunk/dports/audio/esound/files/patch-esd.conf
===================================================================
--- trunk/dports/audio/esound/files/patch-esd.conf	2008-09-28 18:52:52 UTC (rev 40287)
+++ trunk/dports/audio/esound/files/patch-esd.conf	2008-09-28 19:06:13 UTC (rev 40288)
@@ -1,10 +0,0 @@
-+++ ../esound-0.2.35.bak/esd.conf	Wed Mar 23 00:04:57 2005
---- esd.conf	Wed Mar 23 00:05:01 2005
-@@ -1,6 +1,6 @@
- [esd]
- auto_spawn=1
- spawn_options=-terminate -nobeeps -as 2
--spawn_wait_ms=100
-+spawn_wait_ms=999
- # default options are used in spawned and non-spawned mode
- default_options=

Copied: trunk/dports/audio/esound/files/patch-esd.conf.diff (from rev 40287, trunk/dports/audio/esound/files/patch-esd.conf)
===================================================================
--- trunk/dports/audio/esound/files/patch-esd.conf.diff	                        (rev 0)
+++ trunk/dports/audio/esound/files/patch-esd.conf.diff	2008-09-28 19:06:13 UTC (rev 40288)
@@ -0,0 +1,10 @@
++++ ../esound-0.2.35.bak/esd.conf	Wed Mar 23 00:04:57 2005
+--- esd.conf	Wed Mar 23 00:05:01 2005
+@@ -1,6 +1,6 @@
+ [esd]
+ auto_spawn=1
+ spawn_options=-terminate -nobeeps -as 2
+-spawn_wait_ms=100
++spawn_wait_ms=999
+ # default options are used in spawned and non-spawned mode
+ default_options=


Property changes on: trunk/dports/audio/esound/files/patch-esd.conf.diff
___________________________________________________________________
Added: svn:mergeinfo
   + 

Deleted: trunk/dports/audio/esound/files/patch-esd_config.c
===================================================================
--- trunk/dports/audio/esound/files/patch-esd_config.c	2008-09-28 18:52:52 UTC (rev 40287)
+++ trunk/dports/audio/esound/files/patch-esd_config.c	2008-09-28 19:06:13 UTC (rev 40288)
@@ -1,11 +0,0 @@
---- ../esound-0.2.35.bak/esd_config.c	Wed Mar 23 00:04:57 2005
-+++ esd_config.c	Wed Mar 23 00:05:01 2005
-@@ -9,7 +9,7 @@
- int esd_no_spawn=1; /* If we can't even find the system config file,
- 		       things are screwed up - don't try to make things
- 		       worse. */
--int esd_spawn_wait_ms=100; /* Time to wait trying to connect to an
-+int esd_spawn_wait_ms=999; /* Time to wait trying to connect to an
- 			      autospawned ESD, in milliseconds. */
- char esd_spawn_options[LINEBUF_SIZE] = "-terminate -nobeeps -as 2";
- 

Copied: trunk/dports/audio/esound/files/patch-esd_config.c.diff (from rev 40287, trunk/dports/audio/esound/files/patch-esd_config.c)
===================================================================
--- trunk/dports/audio/esound/files/patch-esd_config.c.diff	                        (rev 0)
+++ trunk/dports/audio/esound/files/patch-esd_config.c.diff	2008-09-28 19:06:13 UTC (rev 40288)
@@ -0,0 +1,11 @@
+--- ../esound-0.2.35.bak/esd_config.c	Wed Mar 23 00:04:57 2005
++++ esd_config.c	Wed Mar 23 00:05:01 2005
+@@ -9,7 +9,7 @@
+ int esd_no_spawn=1; /* If we can't even find the system config file,
+ 		       things are screwed up - don't try to make things
+ 		       worse. */
+-int esd_spawn_wait_ms=100; /* Time to wait trying to connect to an
++int esd_spawn_wait_ms=999; /* Time to wait trying to connect to an
+ 			      autospawned ESD, in milliseconds. */
+ char esd_spawn_options[LINEBUF_SIZE] = "-terminate -nobeeps -as 2";
+ 


Property changes on: trunk/dports/audio/esound/files/patch-esd_config.c.diff
___________________________________________________________________
Added: svn:mergeinfo
   + 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080928/0f07219f/attachment.html 


More information about the macports-changes mailing list