jer 14/07/18 21:27:18 Modified: tcpsound-0.3.1-makefile.patch Added: tcpsound-0.3.1-misc.patch Log: EAPI bump. Convert sed script to patch. Clean up patch. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.3 net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch?r1=1.2&r2=1.3 Index: tcpsound-0.3.1-makefile.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tcpsound-0.3.1-makefile.patch 9 Apr 2010 04:59:07 -0000 1.2 +++ tcpsound-0.3.1-makefile.patch 18 Jul 2014 21:27:17 -0000 1.3 @@ -1,5 +1,5 @@ ---- Makefile.org 2005-09-05 09:26:34.000000000 +0200 -+++ Makefile 2010-04-09 06:42:41.000000000 +0200 +--- a/Makefile ++++ b/Makefile @@ -1,32 +1,35 @@ # Makefile for tcpsound 1.1 net-misc/tcpsound/files/tcpsound-0.3.1-misc.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tcpsound/files/tcpsound-0.3.1-misc.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tcpsound/files/tcpsound-0.3.1-misc.patch?rev=1.1&content-type=text/plain Index: tcpsound-0.3.1-misc.patch =================================================================== --- a/src/tcpsound.c +++ b/src/tcpsound.c @@ -16,7 +16,7 @@ #include "parse.h" #include "sound.h" -static const char *DEFAULT_CONF = "searchpath = /usr/share/sounds:/usr/local/share/sounds\n\nsnd.default = 1,0,0,generic.wav\nsnd.icmp = 3,0,0,sonar.wav\nsnd.dns = 2,53,53,warning.wav\nsnd.http.in = 2,0,80,pop.wav\nsnd.http.out = 2,80,0,info.wav\nsnd.win.nam = 2,137,137,cuckoo.wav\n"; +static const char *DEFAULT_CONF = "searchpath = /usr/share/tcpsound\n\nsnd.default = 1,0,0,generic.wav\nsnd.icmp = 3,0,0,sonar.wav\nsnd.dns = 2,53,53,warning.wav\nsnd.http.in = 2,0,80,pop.wav\nsnd.http.out = 2,80,0,info.wav\nsnd.win.nam = 2,137,137,cuckoo.wav\n"; /* struct packet { * unsigned long time; --- a/elaborate.conf +++ b/elaborate.conf @@ -7,7 +7,7 @@ # to searchpath). # -searchpath = /usr/share/sounds:/usr/local/share/sounds +searchpath = /usr/share/tcpsound snd.default = 1,0,0,generic.wav snd.icmp = 3,0,0,sonar.wav
