Version: 1.0.8, Package name: imake-1.0.8 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description imake is the old historic makefile generation tool used by the X window server. It basically relies on preprocessing imakefiles through cpp, and using a bit of sed to handle various comments. imake is also infamous for abusing makefile :: rules. |
Filesize: 192.77 KB |
Version History (View Complete History) |
|
2019-07-12 15:15:36 by Stuart Henderson | Files touched by this commit (54) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-04-23 00:18:29 by Matthieu Herrb | Files touched by this commit (2) |
Log message: Update imake to 1.0.8. ok naddy@ (who also reminded me to remove the REVISION) |
2017-02-28 14:46:51 by Christian Weisgerber | Files touched by this commit (3) |
Log message: * Switch to tradcpp(1) as the preprocessor. This is required for clang archs, since imake chokes on the output of "clang -E -traditional", and doesn't hurt on gcc archs. * Use the normal autotools build infrastructure instead of rolling our own. |
2015-06-22 14:15:32 by Christian Weisgerber | Files touched by this commit (6) |
Log message: introduce MASTER_SITE_XORG and switch over all ports that reference ftp.x.org; idea and ok matthieu@ |
2015-06-16 23:45:50 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Update to imake-1.0.7. |
2015-01-25 03:39:11 by Matthieu Herrb | Files touched by this commit (1) |
Log message: Add missing WANTLIB. ok ajacoutot@ |