2024-01-08 20:34:40 by Thomas Klausner | Files touched by this commit (2) |
Log message:
This release fixes a "Modern C" warning that may become an error in
future gcc releases.
For those building for 32-bit platforms, it also enables use of the
"large file" APIs - though no file processed by imake should ever be
anywhere near 2GB in size, it may be stored on a filesystem which uses
large inode numbers not supported by the original 32-bit APIs.
Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow imake to
work with files whose timestamps are later than January 19, 2038, but
this has not been tested, and we sincerely hope that no one will actually
still be using imake 14 years from now.
Alan Coopersmith (4):
gitlab CI: stop requiring Signed-off-by in commits
configure: Use AC_SYS_LARGEFILE to enable large file support
Fix -Wincompatible-pointer-types warning (Issue #3)
imake 1.0.10
|
2023-06-30 08:31:20 by Thomas Klausner | Files touched by this commit (1) |
Log message:
imake: fix previous to make xmkmf work again
Bump PKGREVISION.
|
2023-06-27 12:40:40 by Taylor R Campbell | Files touched by this commit (1) |
Log message:
devel/imake: Make this cross-compile.
Pacify imake's insistence on executing tradcpp at build-time just for
configure checks, even though what does in the end is bake a path to
tradcpp into the build product to execute at run-time.
|
2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message:
Reset MAINTAINER
|
2022-10-21 10:51:19 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
imake: update to 1.0.9.
Alan Coopersmith (11):
Build xz tarballs instead of bzip2
gitlab CI: add a basic build test
Fix spelling/wording issues
Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
Fix -Wsign-compare warnings
Fix -Wshadow warnings
Make Emalloc() argument a size_t to match malloc()
Simplify HAVE_MKSTEMP block
unifdef SIGNALRETURNSINT
Add .git-blame-ignore-revs to hide whitespace commits from git blame
imake 1.0.9
Emil Velikov (1):
autogen.sh: use quoted string variables
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
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
|