summaryrefslogtreecommitdiff
path: root/x11-misc
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2006-01-03 03:52:36 +0000
committerBertrand Jacquin <beber@meleeweb.net>2006-01-03 03:52:36 +0000
commit1869c24677d5964739932c53e13fcfcb3330d9b3 (patch)
tree55813828e62d7f22a642fd3e78b3a6f2e354f407 /x11-misc
parenteclass enhancement (diff)
downloadportage-1869c24677d5964739932c53e13fcfcb3330d9b3.tar.xz
update patch
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/entrance/Manifest4
-rw-r--r--x11-misc/entrance/entrance-9999-r1.ebuild1
-rw-r--r--x11-misc/entrance/files/no-listen-tcp.patch17
3 files changed, 16 insertions, 6 deletions
diff --git a/x11-misc/entrance/Manifest b/x11-misc/entrance/Manifest
index 99c438e1..d95f4711 100644
--- a/x11-misc/entrance/Manifest
+++ b/x11-misc/entrance/Manifest
@@ -1,5 +1,5 @@
MD5 308622652f1a12a9c4097ad2a2292d54 ChangeLog 1139
-MD5 cb07416250aa03991f1c8648a735aa11 entrance-9999-r1.ebuild 2508
+MD5 172eb358392271a49ba94904b339b884 entrance-9999-r1.ebuild 2520
MD5 8c2c9320269ef791ea0b6a00729a9104 files/digest-entrance-9999-r1 64
-MD5 45c33488985394bc59f288720441f4f1 files/no-listen-tcp.patch 455
+MD5 9c06ea1a4633f51160389407c394089d files/no-listen-tcp.patch 912
MD5 088d07394fa8372e79b7757075ea4a7d metadata.xml 515
diff --git a/x11-misc/entrance/entrance-9999-r1.ebuild b/x11-misc/entrance/entrance-9999-r1.ebuild
index bfd90b08..91a97114 100644
--- a/x11-misc/entrance/entrance-9999-r1.ebuild
+++ b/x11-misc/entrance/entrance-9999-r1.ebuild
@@ -38,6 +38,7 @@ src_unpack() {
fi
if use listentcp; then
+ cd "${S}"
epatch ${FILESDIR}/no-listen-tcp.patch
fi
}
diff --git a/x11-misc/entrance/files/no-listen-tcp.patch b/x11-misc/entrance/files/no-listen-tcp.patch
index 2e2021fb..ed11e81c 100644
--- a/x11-misc/entrance/files/no-listen-tcp.patch
+++ b/x11-misc/entrance/files/no-listen-tcp.patch
@@ -1,11 +1,20 @@
---- src/daemon/Entranced.h 2005-10-12 20:33:56.000000000 +0200
-+++ src/daemon/Entranced.h 2005-10-24 12:11:37.000000000 +0200
+--- src/daemon/Entranced.h 2006-01-03 04:20:53.000000000 +0100
++++ src/daemon/Entranced.h 2006-01-03 04:21:10.000000000 +0100
@@ -19,7 +19,7 @@
#define ENTRANCED_DEBUG 1
--#define X_SERVER "/usr/X11R6/bin/X -quiet -nolisten tcp"
-+#define X_SERVER "/usr/X11R6/bin/X -quiet"
+-#define DEFAULT_X_SERVER "/usr/X11R6/bin/X -quiet -nolisten tcp"
++#define DEFAULT_X_SERVER "/usr/X11R6/bin/X -quiet"
//#define X_SERVER "/usr/X11R6/bin/Xnest -full"
#define X_DISP ":0" /* only used if DISPLAY variable is NOT set */
#define ENTRANCE PREFIX "/bin/entrance_wrapper"
+--- data/config/build_config.sh.in.old 2006-01-03 04:50:21.000000000 +0100
++++ data/config/build_config.sh.in 2006-01-03 04:50:29.000000000 +0100
+@@ -50,5 +50,5 @@
+ ecore_config -c $DB -k /entrance/presel/mode -i 1
+
+ # for Entranced
+-ecore_config -c $DB -k /entranced/xserver -s "/usr/X11R6/bin/X -quiet -nolisten tcp"
++ecore_config -c $DB -k /entranced/xserver -s "/usr/X11R6/bin/X -quiet"
+ ecore_config -c $DB -k /entranced/attempts -i 5