summaryrefslogtreecommitdiff
path: root/audio/x11amp/files/patch-Effect__voice__about.c
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-01-28 16:18:27 +0000
committerRene Ladan <rene@FreeBSD.org>2015-01-28 16:18:27 +0000
commit0783421b56d414d5822a967505ce37ef1c9cfca5 (patch)
tree6f4bbc880dc8f8691ba951c9c144a5d6bace321f /audio/x11amp/files/patch-Effect__voice__about.c
parentUpdate to the latest commit. (diff)
Remove expired ports:
2015-01-26 audio/qmidinet: Broken for more than 6 months 2015-01-26 audio/wmauda: Broken for more than 6 months 2015-01-26 audio/x11amp: Broken for more than 6 months 2015-01-26 devel/p5-Log-Any-Adapter: devel/p5-Log-Any-Adapter merged into devel/p5-Log-Any by upstream 2015-01-26 ftp/rexx-curl: Broken for more than 6 months 2015-01-26 net-im/pidgin-audacious-remote: Broken for more than 6 months 2015-01-26 www/lifetype: Broken for more than 6 months 2015-01-26 www/ump: Broken for more than 6 months
Notes
Notes: svn path=/head/; revision=378068
Diffstat (limited to 'audio/x11amp/files/patch-Effect__voice__about.c')
-rw-r--r--audio/x11amp/files/patch-Effect__voice__about.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/x11amp/files/patch-Effect__voice__about.c b/audio/x11amp/files/patch-Effect__voice__about.c
deleted file mode 100644
index 356aa70de19d..000000000000
--- a/audio/x11amp/files/patch-Effect__voice__about.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- Effect/voice/about.c.orig Tue Feb 24 22:46:03 2004
-+++ Effect/voice/about.c Tue Feb 24 22:46:43 2004
-@@ -31,9 +31,8 @@
- dialog=gtk_dialog_new();
- gtk_window_set_title(GTK_WINDOW(dialog),"About Voice Removal Plugin 0.9");
- gtk_container_border_width(GTK_CONTAINER(dialog),5);
-- label=gtk_label_new("X11AMP Voice Removal Plugin 0.9\n
--A simple voice removal plugin by
--Anders Carlsson <anders.carlsson@tordata.se>"
-+ label=gtk_label_new("X11AMP Voice Removal Plugin 0.9\n"
-+"A simple voice removal plugin by Anders Carlsson <anders.carlsson@tordata.se>"
- );
- gtk_box_pack_start(GTK_BOX(GTK_DIALOG(dialog)->vbox),label,TRUE,TRUE,0);
- gtk_widget_show(label);