Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 328247 - net-misc/whois-5.0.2 patches to allow build on prefix && IRIX
Summary: net-misc/whois-5.0.2 patches to allow build on prefix && IRIX
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All IRIX
: High normal
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-14 09:55 UTC by Stuart Shelton
Modified: 2011-12-15 19:36 UTC (History)
0 users

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


Attachments
whois-5.0.2-irix.patch (whois-5.0.2-irix.patch,3.05 KB, patch)
2010-07-14 09:56 UTC, Stuart Shelton
Details | Diff
whois-5.0.2.ebuild.patch (whois-5.0.2.ebuild.patch,1.12 KB, patch)
2010-07-14 09:58 UTC, Stuart Shelton
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stuart Shelton 2010-07-14 09:55:07 UTC
The IRIX compiler suite doesn't support the GNU -MM and -MG options to generate Makefile dependencies whilst ignoring missing and system headers, so the attached patch causes Makefile.depend to explicitly require having auto-generated the (static) required headers first.  config.h is also updated for prefix installations.
Comment 1 Stuart Shelton 2010-07-14 09:56:12 UTC
Created attachment 238701 [details, diff]
whois-5.0.2-irix.patch


Fix Makefile and add IRIX-specific code patches.
Comment 2 Stuart Shelton 2010-07-14 09:58:10 UTC
Created attachment 238703 [details, diff]
whois-5.0.2.ebuild.patch

whois-4.7.2-prefix-config-file.patch is:

--- config.h
+++ config.h
@@ -13,5 +13,3 @@
 /* Configuration file */
-/*
-#define CONFIG_FILE "/etc/whois.conf"
-*/
+#define CONFIG_FILE "@GENTOO_PORTAGE_EPREFIX@/etc/whois.conf"
Comment 3 Fabian Groffen gentoo-dev 2011-12-15 19:36:42 UTC
We are sorry to close this bug.  We lack the man-power and devotion to support mips-irix in the tree.