Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 101691 | Differences between
and this patch

Collapse All | Expand All

(-)nxserver-freenx-0.4.0.ebuild (-3 / +11 lines)
Lines 9-25 HOMEPAGE="http://freenx.berlios.de/" Link Here
9
SRC_URI="http://debian.tu-bs.de/knoppix/nx/freenx-${PV}.tar.gz"
9
SRC_URI="http://debian.tu-bs.de/knoppix/nx/freenx-${PV}.tar.gz"
10
LICENSE="GPL-2"
10
LICENSE="GPL-2"
11
SLOT="0"
11
SLOT="0"
12
KEYWORDS="~x86 ~ppc"
12
KEYWORDS="x86 ~ppc"
13
RESTRICT="nomirror strip"
13
RESTRICT="nomirror strip"
14
IUSE="commercial"
14
IUSE="commercial"
15
DEPEND="virtual/ssh
15
DEPEND="virtual/ssh
16
	dev-tcltk/expect
16
	dev-tcltk/expect
17
	net-analyzer/gnu-netcat
17
	net-analyzer/gnu-netcat
18
	x86? ( commercial? ( =net-misc/nxclient-1.4* )
18
	x86? ( commercial? ( >=net-misc/nxclient-1.4* )
19
	      !commercial? ( !net-misc/nxclient ) )
19
	      !commercial? ( !net-misc/nxclient ) )
20
	!x86? ( !net-misc/nxclient )
20
	!x86? ( !net-misc/nxclient )
21
	>=net-misc/nxproxy-1.4.0
21
	>=net-misc/nxproxy-1.4.0
22
	=net-misc/nx-x11-1.4*
22
	>=net-misc/nx-x11-1.4.0
23
	!net-misc/nxserver-personal
23
	!net-misc/nxserver-personal
24
	!net-misc/nxserver-business
24
	!net-misc/nxserver-business
25
	!net-misc/nxserver-enterprise"
25
	!net-misc/nxserver-enterprise"
Lines 34-39 src_unpack() { Link Here
34
	unpack ${A}
34
	unpack ${A}
35
	cd ${S}
35
	cd ${S}
36
	epatch gentoo-nomachine.diff
36
	epatch gentoo-nomachine.diff
37
38
	# Patch to fix the adduser error
39
	epatch $FILESDIR/freenx-0.4.4-adduser-fix.patch
37
}
40
}
38
41
39
src_compile() {
42
src_compile() {
Lines 91-94 EOF Link Here
91
94
92
pkg_postinst () {
95
pkg_postinst () {
93
	usermod -s /usr/NX/bin/nxserver nx || die "Unable to set login shell of nx user!!"
96
	usermod -s /usr/NX/bin/nxserver nx || die "Unable to set login shell of nx user!!"
97
98
	echo
99
	einfo "If you are using NX version 1.5.0, make sure you edit the file:"
100
	einfo "/usr/NX/etc/node.conf and set ENABLE_1_5_0_BACKEND to 1."
101
	echo
94
}
102
}

Return to bug 101691