aboutsummaryrefslogtreecommitdiff
path: root/audio/gnomoradio
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /audio/gnomoradio
parent5a20e7990eb544509174d617d359bf0d4ac64737 (diff)
downloadports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.tar.gz
ports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.zip
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=419133
Diffstat (limited to 'audio/gnomoradio')
-rw-r--r--audio/gnomoradio/files/patch-gnomoradio_browser-link.cc6
-rw-r--r--audio/gnomoradio/files/patch-rainbow_license.cc (renamed from audio/gnomoradio/files/patch-rainbow__license.cc)6
-rw-r--r--audio/gnomoradio/files/patch-rainbow_rdf-resource.cc (renamed from audio/gnomoradio/files/patch-rainbow__rdf-resource.cc)14
-rw-r--r--audio/gnomoradio/files/patch-rainbow_sha1.h6
-rw-r--r--audio/gnomoradio/files/patch-roboradio_audio_ogg.cc4
-rw-r--r--audio/gnomoradio/files/patch-roboradio_audio_prober.cc (renamed from audio/gnomoradio/files/patch-roboradio-audio_prober.cc)8
6 files changed, 22 insertions, 22 deletions
diff --git a/audio/gnomoradio/files/patch-gnomoradio_browser-link.cc b/audio/gnomoradio/files/patch-gnomoradio_browser-link.cc
index 978bdccea94e..e55afec0a3d5 100644
--- a/audio/gnomoradio/files/patch-gnomoradio_browser-link.cc
+++ b/audio/gnomoradio/files/patch-gnomoradio_browser-link.cc
@@ -1,6 +1,6 @@
---- gnomoradio/browser-link.cc.orig 2007-12-06 15:46:11.000000000 +0100
-+++ gnomoradio/browser-link.cc 2007-12-06 15:48:02.000000000 +0100
-@@ -32,7 +32,7 @@
+--- gnomoradio/browser-link.cc.orig 2004-10-17 01:41:23 UTC
++++ gnomoradio/browser-link.cc
+@@ -32,7 +32,7 @@ static void mozilla_fallback (const Glib
{
gchar *my_url = g_strdup(Glib::locale_from_utf8(url).c_str());
if (fork() == 0) {
diff --git a/audio/gnomoradio/files/patch-rainbow__license.cc b/audio/gnomoradio/files/patch-rainbow_license.cc
index 0a77cd7e3776..433a80a1edf6 100644
--- a/audio/gnomoradio/files/patch-rainbow__license.cc
+++ b/audio/gnomoradio/files/patch-rainbow_license.cc
@@ -1,6 +1,6 @@
---- rainbow/license.cc.orig Wed Dec 22 11:05:36 2004
-+++ rainbow/license.cc Wed Dec 22 11:06:49 2004
-@@ -54,7 +54,7 @@
+--- rainbow/license.cc.orig 2004-10-17 04:03:47 UTC
++++ rainbow/license.cc
+@@ -54,7 +54,7 @@ void Rainbow::License::get_and_do (const
}
if (done) {
diff --git a/audio/gnomoradio/files/patch-rainbow__rdf-resource.cc b/audio/gnomoradio/files/patch-rainbow_rdf-resource.cc
index 59e878ff7179..ae4d864cb18a 100644
--- a/audio/gnomoradio/files/patch-rainbow__rdf-resource.cc
+++ b/audio/gnomoradio/files/patch-rainbow_rdf-resource.cc
@@ -1,6 +1,6 @@
---- rainbow/rdf-resource.cc.orig Wed Dec 22 11:07:54 2004
-+++ rainbow/rdf-resource.cc Wed Dec 22 11:09:33 2004
-@@ -35,7 +35,7 @@
+--- rainbow/rdf-resource.cc.orig 2004-10-17 04:06:10 UTC
++++ rainbow/rdf-resource.cc
+@@ -35,7 +35,7 @@ void Rainbow::RdfResource::get_and_do (c
resource = ref_ptr<RdfResource>(p->second);
if (resource->downloaded) { // already downloaded
map<Glib::ustring,xmlpp::Element*>::iterator el = resource->id_map.find(id);
@@ -9,7 +9,7 @@
sig.connect(slot);
sig(el != resource->id_map.end() ? el->second : 0, resource);
return;
-@@ -47,7 +47,7 @@
+@@ -47,7 +47,7 @@ void Rainbow::RdfResource::get_and_do (c
Glib::ustring host, file;
unsigned short port;
if (!HttpClient::parse_url(uri, host, port, file)) {
@@ -18,7 +18,7 @@
sig.connect(slot);
sig(0, resource);
return;
-@@ -55,14 +55,14 @@
+@@ -55,14 +55,14 @@ void Rainbow::RdfResource::get_and_do (c
}
// connect mem_fun to appropriate signal
@@ -35,7 +35,7 @@
signal_->connect(slot);
resource->signal_map.insert(make_pair(id, signal_));
}
-@@ -190,7 +190,7 @@
+@@ -190,7 +190,7 @@ void Rainbow::RdfResource::on_downloaded
error:
// call all signals
@@ -44,7 +44,7 @@
for (signal = signal_map.begin(); signal != signal_map.end(); ++signal) {
map<Glib::ustring,xmlpp::Element*>::iterator el = id_map.find(signal->first);
signal->second->emit(el != id_map.end() ? el->second : 0, ref_ptr<RdfResource>(this));
-@@ -204,7 +204,7 @@
+@@ -204,7 +204,7 @@ void Rainbow::RdfResource::on_downloaded
void Rainbow::RdfResource::clear_signal_map ()
{
diff --git a/audio/gnomoradio/files/patch-rainbow_sha1.h b/audio/gnomoradio/files/patch-rainbow_sha1.h
index 293864ccaa8a..f5393dcada32 100644
--- a/audio/gnomoradio/files/patch-rainbow_sha1.h
+++ b/audio/gnomoradio/files/patch-rainbow_sha1.h
@@ -1,5 +1,5 @@
---- rainbow/sha1.h.orig Tue Aug 16 17:32:22 2005
-+++ rainbow/sha1.h Tue Aug 16 17:33:26 2005
+--- rainbow/sha1.h.orig 2004-10-17 01:26:13 UTC
++++ rainbow/sha1.h
@@ -22,7 +22,7 @@
#ifndef _SHA1_H_
#define _SHA1_H_
@@ -9,7 +9,7 @@
/*
* If you do not have the ISO standard stdint.h header file, then you
* must typdef the following:
-@@ -57,7 +57,7 @@
+@@ -57,7 +57,7 @@ typedef struct SHA1Context
uint32_t Length_High; /* Message length in bits */
/* Index into message block array */
diff --git a/audio/gnomoradio/files/patch-roboradio_audio_ogg.cc b/audio/gnomoradio/files/patch-roboradio_audio_ogg.cc
index f6d6ebae9397..8e3de78994ed 100644
--- a/audio/gnomoradio/files/patch-roboradio_audio_ogg.cc
+++ b/audio/gnomoradio/files/patch-roboradio_audio_ogg.cc
@@ -1,6 +1,6 @@
---- roboradio/audio/ogg.cc.orig
+--- roboradio/audio/ogg.cc.orig 2004-11-06 21:55:32 UTC
+++ roboradio/audio/ogg.cc
-@@ -193,6 +193,7 @@
+@@ -193,6 +193,7 @@ void Roboradio::Audio::Ogg::thread_funct
int device_id = ao_default_driver_id();
ao_sample_format output_fmt;
diff --git a/audio/gnomoradio/files/patch-roboradio-audio_prober.cc b/audio/gnomoradio/files/patch-roboradio_audio_prober.cc
index d03d1e8c686b..707803cc2380 100644
--- a/audio/gnomoradio/files/patch-roboradio-audio_prober.cc
+++ b/audio/gnomoradio/files/patch-roboradio_audio_prober.cc
@@ -1,6 +1,6 @@
---- roboradio/audio/prober.cc.orig 2007-12-06 15:39:58.000000000 +0100
-+++ roboradio/audio/prober.cc 2007-12-06 15:40:19.000000000 +0100
-@@ -21,6 +21,30 @@
+--- roboradio/audio/prober.cc.orig 2004-10-17 01:40:36 UTC
++++ roboradio/audio/prober.cc
+@@ -21,6 +21,30 @@ extern "C" {
#include "../mp3/esd-audio.h"
}
@@ -31,7 +31,7 @@
Roboradio::Audio::Prober::Prober ()
: activated(false)
{
-@@ -31,24 +55,6 @@
+@@ -31,24 +55,6 @@ Roboradio::Audio::Prober::~Prober ()
stop_prober();
}