summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-02-12 03:43:31 +0000
committerMike Frysinger <vapier@gentoo.org>2005-02-12 03:43:31 +0000
commit5ba54f6082e9d7efe6f74640c4263f74906c6955 (patch)
tree4cbc869c5cbd429687c7385f106e0534c962f552 /x11-misc/entrance
parentDo not build the arpd binary if USE=-berkdb #81660 by Roy Marples. (diff)
downloadhistorical-5ba54f6082e9d7efe6f74640c4263f74906c6955.tar.gz
historical-5ba54f6082e9d7efe6f74640c4263f74906c6955.tar.bz2
historical-5ba54f6082e9d7efe6f74640c4263f74906c6955.zip
force no listening on tcp for now #65903
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'x11-misc/entrance')
-rw-r--r--x11-misc/entrance/Manifest15
-rw-r--r--x11-misc/entrance/entrance-0.9.0.20050116.ebuild6
-rw-r--r--x11-misc/entrance/entrance-9999.ebuild4
-rw-r--r--x11-misc/entrance/files/no-listen-tcp.patch18
4 files changed, 28 insertions, 15 deletions
diff --git a/x11-misc/entrance/Manifest b/x11-misc/entrance/Manifest
index 69c4127e727b..f8ecdc1bdcbf 100644
--- a/x11-misc/entrance/Manifest
+++ b/x11-misc/entrance/Manifest
@@ -1,16 +1,7 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 68ff58a2c9237ecc80a013841dfd1b5e ChangeLog 1015
-MD5 bda99c1c1191d1c84800afe6a3115b9e entrance-0.9.0.20050116.ebuild 2499
+MD5 a5c8bf5c89c2293933b7b6794e431b3c entrance-0.9.0.20050116.ebuild 2548
MD5 088d07394fa8372e79b7757075ea4a7d metadata.xml 515
-MD5 7c1f50b2f7b7e2f4731d2685f567efd4 entrance-9999.ebuild 2489
+MD5 26e7f4398a7cc0486649f94078b59afd entrance-9999.ebuild 2538
MD5 2f36b3ba720a7afd6b0905b5516c93f1 files/digest-entrance-0.9.0.20050116 142
MD5 8c2c9320269ef791ea0b6a00729a9104 files/digest-entrance-9999 64
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.14 (GNU/Linux)
-
-iD8DBQFB60gqroRuSHgZdywRArkvAJ4lopk386hqa7tonpAS9TbEYwZbwACfWb2c
-nACIG1DsjNtDv2ZSr5c5HDo=
-=KRZa
------END PGP SIGNATURE-----
+MD5 e96746829116e24c379e88663da20667 files/no-listen-tcp.patch 711
diff --git a/x11-misc/entrance/entrance-0.9.0.20050116.ebuild b/x11-misc/entrance/entrance-0.9.0.20050116.ebuild
index 993f4cc55e02..71f6b664cff9 100644
--- a/x11-misc/entrance/entrance-0.9.0.20050116.ebuild
+++ b/x11-misc/entrance/entrance-0.9.0.20050116.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-0.9.0.20050116.ebuild,v 1.1 2005/01/17 05:07:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-0.9.0.20050116.ebuild,v 1.2 2005/02/12 03:43:31 vapier Exp $
inherit enlightenment eutils
@@ -34,6 +34,8 @@ src_unpack() {
sed -i 's:default:gentooed:g' Makefile.am build_theme.sh
sed -i 's:\(data/themes/default/Makefile\):\1 data/themes/gentooed/Makefile:' ${S}/configure.in
fi
+ cd ${S}
+ epatch ${FILESDIR}/no-listen-tcp.patch
}
src_compile() {
diff --git a/x11-misc/entrance/entrance-9999.ebuild b/x11-misc/entrance/entrance-9999.ebuild
index eb03d152cb27..b66ca9a72ca8 100644
--- a/x11-misc/entrance/entrance-9999.ebuild
+++ b/x11-misc/entrance/entrance-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-9999.ebuild,v 1.2 2005/01/17 05:07:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-9999.ebuild,v 1.3 2005/02/12 03:43:31 vapier Exp $
inherit enlightenment eutils
@@ -34,6 +34,8 @@ src_unpack() {
sed -i 's:default:gentooed:g' Makefile.am build_theme.sh
sed -i 's:\(data/themes/default/Makefile\):\1 data/themes/gentooed/Makefile:' ${S}/configure.in
fi
+ cd ${S}
+ epatch ${FILESDIR}/no-listen-tcp.patch
}
src_compile() {
diff --git a/x11-misc/entrance/files/no-listen-tcp.patch b/x11-misc/entrance/files/no-listen-tcp.patch
new file mode 100644
index 000000000000..c26c5c95a1f6
--- /dev/null
+++ b/x11-misc/entrance/files/no-listen-tcp.patch
@@ -0,0 +1,18 @@
+http://bugs.gentoo.org/show_bug.cgi?id=65903
+
+Index: src/daemon/Entranced.h
+===================================================================
+RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/daemon/Entranced.h,v
+retrieving revision 1.7
+diff -u -r1.7 Entranced.h
+--- src/daemon/Entranced.h 20 May 2004 04:02:09 -0000 1.7
++++ src/daemon/Entranced.h 12 Feb 2005 03:37:59 -0000
+@@ -18,7 +18,7 @@
+
+ #define ENTRANCED_DEBUG 1
+
+-#define X_SERVER "/usr/X11R6/bin/X -quiet"
++#define X_SERVER "/usr/X11R6/bin/X -quiet -nolisten tcp"
+ //#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"