Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 290424 - Porting media-gfx/transfig-3.5.2-r2 from imake to autotools
Summary: Porting media-gfx/transfig-3.5.2-r2 from imake to autotools
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Peter Volkov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 289296
  Show dependency tree
 
Reported: 2009-10-25 01:03 UTC by David Leverton
Modified: 2010-09-28 13:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
configure.ac (configure.ac,397 bytes, text/plain)
2009-10-25 01:04 UTC, David Leverton
Details
Makefile.am (Makefile.am,4.16 KB, text/plain)
2009-10-25 01:04 UTC, David Leverton
Details
transfig-3.2.5-r2.ebuild.patch (transfig-3.2.5-r2.ebuild.patch,2.36 KB, patch)
2009-10-25 01:08 UTC, David Leverton
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.