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

Collapse All | Expand All

(-)doxygen-1.8.5.ebuild.old (-1 / +5 lines)
Lines 15-21 Link Here
15
LICENSE="GPL-2"
15
LICENSE="GPL-2"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
18
IUSE="debug doc dot qt4 latex sqlite elibc_FreeBSD userland_GNU"
18
IUSE="debug doc dot qt4 doxysearch latex sqlite elibc_FreeBSD userland_GNU"
19
19
20
#missing SerbianCyrilic, JapaneseEn, KoreanEn, Chinesetraditional
20
#missing SerbianCyrilic, JapaneseEn, KoreanEn, Chinesetraditional
21
21
Lines 32-37 Link Here
32
	media-libs/libpng
32
	media-libs/libpng
33
	app-text/ghostscript-gpl
33
	app-text/ghostscript-gpl
34
	sqlite? ( dev-db/sqlite:3 )
34
	sqlite? ( dev-db/sqlite:3 )
35
	doxysearch? ( dev-libs/xapian )
35
	dot? (
36
	dot? (
36
		media-gfx/graphviz
37
		media-gfx/graphviz
37
		media-libs/freetype
38
		media-libs/freetype
Lines 107-112 Link Here
107
	# prefix search tools patch, plus OSX fixes
108
	# prefix search tools patch, plus OSX fixes
108
	epatch "${FILESDIR}"/${PN}-1.8.1-prefix-misc-alt.patch
109
	epatch "${FILESDIR}"/${PN}-1.8.1-prefix-misc-alt.patch
109
	epatch "${FILESDIR}"/${PN}-1.8.3.1-empty-line-sigsegv.patch #454348
110
	epatch "${FILESDIR}"/${PN}-1.8.3.1-empty-line-sigsegv.patch #454348
111
	epatch "${FILESDIR}"/${PN}-1.8.5-xapian.patch
110
112
111
	# fix pdf doc
113
	# fix pdf doc
112
	sed -i.orig -e "s:g_kowal:g kowal:" \
114
	sed -i.orig -e "s:g_kowal:g kowal:" \
Lines 141-146 Link Here
141
143
142
	use sqlite && my_conf="${my_conf} --with-sqlite3"
144
	use sqlite && my_conf="${my_conf} --with-sqlite3"
143
145
146
	use doxysearch && my_conf="${my_conf} --with-doxysearch"
147
144
	# On non GNU userland (e.g. BSD), configure script picks up make and bails
148
	# On non GNU userland (e.g. BSD), configure script picks up make and bails
145
	# out because it is not GNU make, so we force the right value.
149
	# out because it is not GNU make, so we force the right value.
146
	use userland_GNU || my_conf="${my_conf} --make ${MAKE} --install install"
150
	use userland_GNU || my_conf="${my_conf} --make ${MAKE} --install install"

Return to bug 508962