Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 379243 - dev-tcltk/itk-3.4_pre20090417 should install itkConfig.sh
Summary: dev-tcltk/itk-3.4_pre20090417 should install itkConfig.sh
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: TCL/TK Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-15 10:21 UTC by Priit Laes (IRC: plaes)
Modified: 2011-08-15 17:32 UTC (History)
0 users

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


Attachments
incrTcl-install-itkConfig.patch (incrTcl-install-itkConfig.patch,437 bytes, text/plain)
2011-08-15 10:21 UTC, Priit Laes (IRC: plaes)
Details
incrTcl-install-itkConfig.patch (incrTcl-install-itkConfig.patch,3.91 KB, patch)
2011-08-15 11:13 UTC, Priit Laes (IRC: plaes)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Priit Laes (IRC: plaes) 2011-08-15 10:21:54 UTC
Created attachment 283401 [details]
incrTcl-install-itkConfig.patch

itkConfig.sh is required when building applications that link against iTk.

Attaching a patch.
Comment 1 Priit Laes (IRC: plaes) 2011-08-15 10:30:06 UTC
Comment on attachment 283401 [details]
incrTcl-install-itkConfig.patch

Apparently getting itkConfig working requires a bit more work :S
Comment 2 Priit Laes (IRC: plaes) 2011-08-15 11:13:24 UTC
Created attachment 283405 [details, diff]
incrTcl-install-itkConfig.patch

Updated the patch. Changes required for ebuild:

-inherit multilib versionator
+inherit autotools eutils multilib versionator
 
+src_prepare() {
+	epatch "${FILESDIR}/incrTcl-install-itkConfig.patch"
+	AT_M4DIR=.. eautoconf
+}
+
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2011-08-15 17:32:52 UTC
+*itk-3.4_pre20090417-r1 (15 Aug 2011)
+
+  15 Aug 2011; Justin Lecher <jlec@gentoo.org> itk-3.4_pre20090417.ebuild,
+  +itk-3.4_pre20090417-r1.ebuild, +files/itk-3.4_pre20090417-install.patch,
+  metadata.xml:
+  Install itkConfig.sh, #379243, thanks Priit Laes for the patch
+