Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 290424

Summary: Porting media-gfx/transfig-3.5.2-r2 from imake to autotools
Product: Gentoo Linux Reporter: David Leverton <levertond>
Component: Current packagesAssignee: Peter Volkov (RETIRED) <pva>
Status: RESOLVED WORKSFORME    
Severity: normal CC: binki
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 289296    
Attachments: configure.ac
Makefile.am
transfig-3.2.5-r2.ebuild.patch

Description David Leverton 2009-10-25 01:03:00 UTC
imake will be removed, according to bug 289296
Comment 1 David Leverton 2009-10-25 01:04:33 UTC
Created attachment 208163 [details]
configure.ac

Contains a nasty hack to work around the source not specifying X11/ when including Xpm headers - this obviously could be fixed in the source itself, but I'm trying to stick to the build system.
Comment 2 David Leverton 2009-10-25 01:04:56 UTC
Created attachment 208164 [details]
Makefile.am
Comment 3 David Leverton 2009-10-25 01:08:04 UTC
Created attachment 208165 [details, diff]
transfig-3.2.5-r2.ebuild.patch
Comment 4 Rafał Mużyło 2009-10-25 02:44:36 UTC
Perhaps 'pkg-config xproto --variable=includex11dir'
would be a better option ?
Comment 5 Rémi Cardona (RETIRED) gentoo-dev 2009-10-26 13:10:12 UTC
(In reply to comment #1)
> Contains a nasty hack to work around the source not specifying X11/ when
> including Xpm headers - this obviously could be fixed in the source itself, but
> I'm trying to stick to the build system.

The source files are wrong, the correct include is <X11/xpm.h>, it should definitely be fixed that way.

Cheers
Comment 6 Peter Volkov (RETIRED) gentoo-dev 2010-09-28 13:38:47 UTC
Upstream is not interested in this transition and I'm not keen on maintaining additional build system just for fun. So better we continue use imake until there will be any real problems with it.