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

Collapse All | Expand All

(-)bacula-1.36.0.ebuild.orig (-5 / +5 lines)
Lines 13-20 Link Here
13
KEYWORDS="~hppa ~ppc ~sparc ~x86"
13
KEYWORDS="~hppa ~ppc ~sparc ~x86"
14
IUSE="readline tcpd gnome mysql sqlite X static postgres wxwindows"
14
IUSE="readline tcpd gnome mysql sqlite X static postgres wxwindows"
15
15
16
#theres a local sqlite use flag. use it -OR- mysql, not both.
16
#there's a local sqlite use flag. use it -OR- mysql, not both.
17
#mysql is the reccomended choice ...
17
#mysql is the recommended choice ...
18
#may need sys-libs/libtermcap-compat but try without first
18
#may need sys-libs/libtermcap-compat but try without first
19
DEPEND=">=sys-libs/zlib-1.1.4
19
DEPEND=">=sys-libs/zlib-1.1.4
20
	sys-apps/mtx
20
	sys-apps/mtx
Lines 109-115 Link Here
109
	if use static
109
	if use static
110
	then
110
	then
111
		cd ${S}/src/filed
111
		cd ${S}/src/filed
112
		make static-baula-fd
112
		make static-bacula-fd
113
		cd ${S}/src/console
113
		cd ${S}/src/console
114
		make static-console
114
		make static-console
115
		cd ${S}/src/dird
115
		cd ${S}/src/dird
Lines 150-156 Link Here
150
			cd ${S}/src/wx-console
150
			cd ${S}/src/wx-console
151
			cp static-wx-console ${D}/usr/sbin/wx-console
151
			cp static-wx-console ${D}/usr/sbin/wx-console
152
		fi
152
		fi
153
		cd ${S}/src/storge
153
		cd ${S}/src/stored
154
		cp static-bacula-sd ${D}/usr/sbin/bacula-sd
154
		cp static-bacula-sd ${D}/usr/sbin/bacula-sd
155
	fi
155
	fi
156
156
Lines 241-247 Link Here
241
		fi
241
		fi
242
	fi
242
	fi
243
243
244
	if use postgresql
244
	if use postgres
245
	then
245
	then
246
	# test for an existing database
246
	# test for an existing database
247
	# note: this ASSUMES no password has been set for bacula database
247
	# note: this ASSUMES no password has been set for bacula database

Return to bug 75020