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
commitbb3f9ef2b1f6c8f873b7ec91b9b03bd991966183 (patch)
tree6974f860056e8470d02e9c043e130132a369ea8a /x11-misc/entrance
parentDo not build the arpd binary if USE=-berkdb #81660 by Roy Marples. (diff)
downloadgentoo-2-bb3f9ef2b1f6c8f873b7ec91b9b03bd991966183.tar.gz
gentoo-2-bb3f9ef2b1f6c8f873b7ec91b9b03bd991966183.tar.bz2
gentoo-2-bb3f9ef2b1f6c8f873b7ec91b9b03bd991966183.zip
force no listening on tcp for now #65903
(Portage version: 2.0.51-r15)
Diffstat (limited to 'x11-misc/entrance')
-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
3 files changed, 25 insertions, 3 deletions
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"