summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-system-tools/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-24 09:43:51 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-24 09:43:51 +0800
commit8cdf0c463cf11e2c5ef81e7da916e1c4edaa0910 (patch)
treeb5d1a6e1a233c7a5e34a9bdc754ead8c3b51dc4a /sysutils/gnome-system-tools/files
parentd04a555776b6db092c5189c0445b8dafc3ddc4cb (diff)
downloadmarcuscom-ports-8cdf0c463cf11e2c5ef81e7da916e1c4edaa0910.tar
marcuscom-ports-8cdf0c463cf11e2c5ef81e7da916e1c4edaa0910.tar.gz
marcuscom-ports-8cdf0c463cf11e2c5ef81e7da916e1c4edaa0910.tar.bz2
marcuscom-ports-8cdf0c463cf11e2c5ef81e7da916e1c4edaa0910.tar.lz
marcuscom-ports-8cdf0c463cf11e2c5ef81e7da916e1c4edaa0910.tar.xz
marcuscom-ports-8cdf0c463cf11e2c5ef81e7da916e1c4edaa0910.tar.zst
marcuscom-ports-8cdf0c463cf11e2c5ef81e7da916e1c4edaa0910.zip
Update to 1.1.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3119 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-system-tools/files')
-rw-r--r--sysutils/gnome-system-tools/files/patch-backends_replace.pl.in34
-rw-r--r--sysutils/gnome-system-tools/files/patch-backends_service-list.pl.in10
-rw-r--r--sysutils/gnome-system-tools/files/patch-configure11
3 files changed, 55 insertions, 0 deletions
diff --git a/sysutils/gnome-system-tools/files/patch-backends_replace.pl.in b/sysutils/gnome-system-tools/files/patch-backends_replace.pl.in
new file mode 100644
index 000000000..7f7cce28e
--- /dev/null
+++ b/sysutils/gnome-system-tools/files/patch-backends_replace.pl.in
@@ -0,0 +1,34 @@
+--- backends/replace.pl.in.orig Fri Oct 22 02:41:56 2004
++++ backends/replace.pl.in Fri Oct 22 02:42:48 2004
+@@ -1113,19 +1113,19 @@
+
+ return -1 if (!&gst_replace_interfaces_iface_stanza_locate ($buff, \$line_no, $iface));
+
+- delete $$buff[$line_no];
++ splice @{$buff},$line_no,1;
+ $line_no ++;
+
+ while (&gst_replace_interfaces_get_next_option ($buff, \$line_no) != -1)
+ {
+- delete $$buff[$line_no];
++ splice @{$buff},$line_no,1;
+ $line_no ++;
+ }
+
+ $line_no = 0;
+ if (&gst_replace_interfaces_auto_stanza_locate ($buff, \$line_no, $iface))
+ {
+- delete $$buff[$line_no];
++ splice @{$buff},$line_no,1;
+ }
+
+ &gst_file_buffer_clean ($buff);
+@@ -1663,7 +1663,7 @@
+ }
+ else
+ {
+- delete $$buff[$i];
++ splice @{$buff},$i,1;
+ }
+ }
+ }
diff --git a/sysutils/gnome-system-tools/files/patch-backends_service-list.pl.in b/sysutils/gnome-system-tools/files/patch-backends_service-list.pl.in
new file mode 100644
index 000000000..16861791c
--- /dev/null
+++ b/sysutils/gnome-system-tools/files/patch-backends_service-list.pl.in
@@ -0,0 +1,10 @@
+--- backends/service-list.pl.in.orig Sun Sep 19 13:20:02 2004
++++ backends/service-list.pl.in Sun Sep 19 13:20:10 2004
+@@ -225,6 +225,7 @@
+ "atm3\.sh",
+ "ccd",
+ "cleanvar",
++ "cleartmp",
+ "devdb",
+ "devfs",
+ "dhclient",
diff --git a/sysutils/gnome-system-tools/files/patch-configure b/sysutils/gnome-system-tools/files/patch-configure
new file mode 100644
index 000000000..b854cde3a
--- /dev/null
+++ b/sysutils/gnome-system-tools/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Wed May 26 12:02:51 2004
++++ configure Wed May 26 12:03:23 2004
+@@ -22623,7 +22623,7 @@
+ GST_CFLAGS="$GST_DEPENDS_CFLAGS $GST_CRACK_LIB_CFLAGS $GST_DEPRECATED_FLAGS"
+
+ GST_TOOL_LIBS="$GST_LIBS -lutil \$(top_builddir)/src/common/libsetuptool.a"
+-GST_TOOL_CFLAGS="$GST_CFLAGS -I\$(top_srcdir)/src/common"
++GST_TOOL_CFLAGS="-I\$(top_srcdir)/src/common $GST_CFLAGS"
+
+ GST_TOOL_CLEANFILES="\$(desktop) \$(desktop).in"
+ GST_TOOL_EXTRA_DIST="\$(toolpixmaps) \$(desktop).in.in"