Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 443804 Details for
Bug 590952
app-office/texmacs-1.99.5 : configure: error: TeXmacs is incompatible with Guile 2.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
an texmacs-1.99.5.ebuild which should work with guile-2, but does not do it.
texmacs-1.99.5.ebuild (text/plain), 2.03 KB, created by
Juergen Rose
on 2016-08-20 13:58:32 UTC
(
hide
)
Description:
an texmacs-1.99.5.ebuild which should work with guile-2, but does not do it.
Filename:
MIME Type:
Creator:
Juergen Rose
Created:
2016-08-20 13:58:32 UTC
Size:
2.03 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=6 > >inherit autotools fdo-mime gnome2-utils qmake-utils > >MY_P=${P/tex/TeX}-src > >DESCRIPTION="Wysiwyg text processor with high-quality maths" >HOMEPAGE="http://www.texmacs.org/" >SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >IUSE="imlib jpeg netpbm pdf qt qt4 svg spell" >KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux" > >RDEPEND=" > app-text/ghostscript-gpl > dev-scheme/guile > media-libs/freetype > x11-apps/xmodmap > x11-libs/libXext > virtual/latex-base > dev-qt/qtgui:4 > imlib? ( media-libs/imlib2 ) > jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) ) > netpbm? ( media-libs/netpbm ) > spell? ( app-text/aspell ) > svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) ) >" >DEPEND="${RDEPEND} > x11-proto/xproto" > >S="${WORKDIR}/${MY_P}" > >PATCHES=( > # respect LDFLAGS, bug #338459 > "${FILESDIR}"/${PN}-plugins-1.patch > > # dont update mime and desktop databases and icon cache > "${FILESDIR}"/${PN}-updates.patch > > "${FILESDIR}"/${PN}-1.99.2-desktop.patch > > # remove new/delete declarations, bug 590002 > "${FILESDIR}"/${PN}-1.99-remove-new-declaration.patch >) > >src_prepare() { > default > > mv configure.{in,ac} || die > > eautoreconf > > # delete files that contain binary > # headers only used on OS X > rm src/{Plugins/Ghostscript/._ghostscript.cpp,System/Misc/._sys_utils.cpp} || die >} > >src_configure() { > if has_version '>=dev-scheme/guile-2.0.12' ; then > econf \ > --enable-guile2 \ > --enable-optimize="${CXXFLAGS}" \ > $(use_with imlib imlib2) \ > $(use_enable qt4 qt) \ > $(use_enable pdf pdf-renderer) > else > econf \ > --enable-optimize="${CXXFLAGS}" \ > --with-qt="$(qt4_get_bindir)" \ > $(use_with imlib imlib2) \ > $(use_enable pdf pdf-renderer) > fi >} > >pkg_postinst() { > fdo-mime_desktop_database_update > fdo-mime_mime_database_update > gnome2_icon_cache_update >} > >pkg_postrm() { > fdo-mime_desktop_database_update > fdo-mime_mime_database_update > gnome2_icon_cache_update >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 590952
:
442938
|
442940
|
442942
|
442944
| 443804