Path to this page:
./
devel/imake,
Imake and other utilities from modular X.org
Branch: CURRENT,
Version: 1.0.8,
Package name: imake-1.0.8,
Maintainer: joergThe imake package contains the imake utility, plus a number of
support programs, such as mkdirhier, revpath, and xmkmf.
The X Window System used imake extensively up through the X11R6.9
release, for both full builds within the source tree and external
software. X moved to GNU autoconf and automake for its build system
in 2005 for X11R7.0 and later releases, but still provides imake
for building existing external software programs that have not yet
converted, though they are not actively maintaining it for new OS
or platform releases.
Anyone shipping software still using imake to build should be
working on moving to something that is still adding support for
new platforms and runtimes.
Required to run:[
x11/xorg-cf-files] [
devel/tradcpp]
Required to build:[
pkgtools/cwrappers] [
x11/xorgproto]
Master sites:
SHA1: 2f70696d64119416c26d88d50d74b29185f27663
RMD160: e7208565e48a23ec85deb2154cb58b067f692fdf
Filesize: 155.662 KB
Version history: (Expand)
- (2019-03-17) Updated to version: imake-1.0.8
- (2018-03-07) Updated to version: imake-1.0.7nb4
- (2017-11-23) Package has been reborn
- (2016-09-18) Updated to version: imake-1.0.7nb3
- (2016-09-05) Updated to version: imake-1.0.7nb2
- (2014-05-22) Updated to version: imake-1.0.7
CVS history: (Expand)
2020-04-25 19:21:38 by Roland Illig | Files touched by this commit (1) |
Log message:
devel/imake: the SUBST block may be a no-op in some cases
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2019-03-17 12:15:21 by Thomas Klausner | Files touched by this commit (4) |  |
Log message:
imake: update to 1.0.8.
Alan Coopersmith (7):
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Use SEEK_* names instead of raw numbers for fseek whence argument
README: reword status section
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
imake 1.0.8
Andrew Savchenko (1):
imake support for lcc compiler
Mihail Konev (1):
autogen: add default patch prefix
|
2016-09-17 19:49:36 by Richard PALO | Files touched by this commit (3) |  |
Log message:
Add support for __aarch64__
Bump PKGREVISION.
|
2016-09-04 23:33:53 by David A. Holland | Files touched by this commit (3) |
Log message:
Use the new tradcpp's -debuglog feature to generate a trace from
processing the imake templates; leave the trace in
${WRKSRC}/.imake.cpplog.
These traces are a bit on the large side (a bit over 1M) but they will
make it a lot easier to diagnose imake problems.
If you don't like your favorite package taking more disk space to
build, teach it to not use imake :-)
Depend on tradcpp>=0.5.2; PKGREVISION -> 2.
|
2016-09-04 20:44:06 by David A. Holland | Files touched by this commit (3) |
Log message:
Beat some sense in, to make it easier to debug build failures.
- Generate all files into the current (build) directory, not /tmp.
- Do not delete any of the temporary files, to allow analysis after
build failure.
- Log the command lines executed.
- Warn if scrubbing the Imakefile to alert the user to check if that
broke it.
This currently does not capture the munging imake does on the output
from cpp, as that is disgustingly done in place and changing that
would require more extensive hacking. However, it's now readily
possible to rerun the cpp command directly for diagnostic purposes;
the previously-secret file that imake uses to start the cpp invocation
is now left in .imake.start.c.
PKGREVISION -> 1.
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2014-05-21 23:10:54 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
Update to 1.0.7:
This release fixes generation of the ccmakedep, mergelib and xmkmf
scripts when using GNU cpp >= 4.8.
|