summaryrefslogtreecommitdiff
path: root/audio/terminatorx/files
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-11-09 22:42:58 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-11-09 22:42:58 +0000
commitca68717e5bb925ae23ee2020712833540213c50c (patch)
tree5fe2fbec2e2358cf97eafe2902e5263804981db5 /audio/terminatorx/files
parentChase the gedit update. (diff)
Update to version 3.82
PR: ports/73728 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=121242
Diffstat (limited to 'audio/terminatorx/files')
-rw-r--r--audio/terminatorx/files/patch-configure15
-rw-r--r--audio/terminatorx/files/patch-src-tX_seqpar.h15
-rw-r--r--audio/terminatorx/files/patch-src-tX_vttfx.h23
3 files changed, 12 insertions, 41 deletions
diff --git a/audio/terminatorx/files/patch-configure b/audio/terminatorx/files/patch-configure
index 49f6f8747390..67c50cb4ee23 100644
--- a/audio/terminatorx/files/patch-configure
+++ b/audio/terminatorx/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig Sun May 18 13:52:38 2003
-+++ configure Sun May 18 13:53:02 2003
-@@ -7319,6 +7319,8 @@
+--- configure.orig Wed Nov 3 23:41:09 2004
++++ configure Thu Nov 4 13:35:03 2004
+@@ -8456,6 +8456,8 @@
echo "${ECHO_T}Found GNOME - installing terminatorX.desktop." >&6
OPTION_GNOME="yes"
else
@@ -9,3 +9,12 @@
echo "$as_me:$LINENO: result: GNOME not found." >&5
echo "${ECHO_T}GNOME not found." >&6
fi
+@@ -8594,7 +8596,7 @@
+
+
+ if test "$prefix" != "NONE"; then
+- xml_man="\\\"$datadir/terminatorX/doc/terminatorX-manual/C/terminatorX-manual.xml\\\""
++ xml_man="\\\"$datadir/help/terminatorX/C/terminatorX.xml\\\""
+ else
+ xml_man="\\\"/usr/local/share/terminatorX/doc/terminatorX-manual/C/terminatorX-manual.xml\\\""
+ fi
diff --git a/audio/terminatorx/files/patch-src-tX_seqpar.h b/audio/terminatorx/files/patch-src-tX_seqpar.h
deleted file mode 100644
index fda81d100c67..000000000000
--- a/audio/terminatorx/files/patch-src-tX_seqpar.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/tX_seqpar.h.orig Fri Aug 27 13:16:57 2004
-+++ src/tX_seqpar.h Fri Aug 27 13:18:07 2004
-@@ -94,9 +94,9 @@
- static tX_seqpar *get_sp_by_persistence_id(unsigned int pid);
-
- void record_value (const float value);
-- virtual void do_exec(const float value)=NULL;
-- virtual void exec_value(const float value)=NULL;
-- virtual void do_update_graphics()=NULL;
-+ virtual void do_exec(const float value)=0;
-+ virtual void exec_value(const float value)=0;
-+ virtual void do_update_graphics()=0;
- void update_graphics();
- static void update_all_graphics();
- static void init_all_graphics();
diff --git a/audio/terminatorx/files/patch-src-tX_vttfx.h b/audio/terminatorx/files/patch-src-tX_vttfx.h
deleted file mode 100644
index e53af686dec6..000000000000
--- a/audio/terminatorx/files/patch-src-tX_vttfx.h
+++ /dev/null
@@ -1,23 +0,0 @@
---- src/tX_vttfx.h.orig Fri Aug 27 13:14:20 2004
-+++ src/tX_vttfx.h Fri Aug 27 13:20:34 2004
-@@ -56,15 +56,15 @@
- void set_vtt(void *v) { vtt=v;}
- void *get_vtt() { return vtt; }
-
-- virtual void activate()=NULL;
-- virtual void deactivate()=NULL;
-- virtual void run()=NULL;
-- virtual int isEnabled()=NULL;
-+ virtual void activate()=0;
-+ virtual void deactivate()=0;
-+ virtual void run()=0;
-+ virtual int isEnabled()=0;
- virtual void reconnect_buffer();
-
- virtual const char *get_info_string()=NULL;
-
-- virtual void save(FILE *rc, gzFile rz, char *indent)=NULL;
-+ virtual void save(FILE *rc, gzFile rz, char *indent)=0;
-
- GtkWidget* get_panel_widget() { return panel_widget; }
- void set_panel_widget(GtkWidget *widget) { panel_widget=widget; }