2023-06-27 12:41:06 by Taylor R Campbell | Files touched by this commit (1) |
Log message:
x11/xorg-cf-files: Make empty host.def when cross-compiling.
Otherwise, MAKE_PROGRAM from the build environment gets baked into
the package, which is wrong.
NetBSD does this in xsrc, so it must not matter that much! In any
case, I think most of this xorg-cf-files business is long since
obsolete in the modular X.org era?
|
2023-02-22 09:04:13 by Thomas Klausner | Files touched by this commit (1) |
Log message:
xorg-cf-files: remove merged patch
|
2023-02-22 08:44:55 by Thomas Klausner | Files touched by this commit (9) | |
Log message:
xorg-cf-files: update to 1.0.8.
This package contains the configuration files, platform data, & Makefile
templates for the archaic Imake build tool. This is a minor update to
ship the contributed support for Linux on RISC-V & LoongArch, and
AArch64 on Darwin (MacOS), as well as to fix incompatibility when using
GNU binutils 2.36 and later on FreeBSD, and to correct the setting of
the rarely (never?) used ENCODINGSDIR in site.def.
As before, while we continue to accept patches and publish updates for the
benefit of other packages which still use Imake to build, we have not been
actively maintaining, testing, or adding new OS or platform support for
Imake since 2005. X.Org strongly encourages anyone still using Imake to
move to meson or another modern/maintained build tool.
For example, this release adds support for installing with meson as well
as the traditional GNU autoconf. Please test building with meson and
report any issues you hit to our gitlab issue tracker at:
https://gitlab.freedesktop.org/xorg/util/cf/-/issues
as we plan on removing the autoconf build support in a future release.
Alan Coopersmith (12):
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
Fix spelling/wording issues
Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
gitlab CI: stop requiring Signed-off-by in commits
More typo fixes
configure.ac: Don't pass through '${FONTROOTDIR}' into site.def
meson: Add option to build with meson
meson: modernize some usage in meson.build & .gitlab-CI.yml
meson: simplify installation of empty *.def files
configure: Switch to XORG_DEFAULT_NOCODE_OPTIONS
xorg-cf-files 1.0.8
Emil Velikov (1):
autogen.sh: use quoted string variables
Marek Szuba (1):
Linux/RISC-V support
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
WANG Xuerui (1):
Add support for Linux/LoongArch
Weijia (1):
Add support for aarch64-darwin
Yasuhiro Kimura (1):
Fix incompatibility issue of GNU binutils 2.36 and later on FreeBSD.
|
2023-01-20 23:46:34 by matthew green | Files touched by this commit (6) |
Log message:
pull over / convert to upstream fixes for newer binutils
https://gitlab.freedesktop.org/xorg/util/cf/-/commit/90b66dc73deb9ef303690370395cf831425547c7
also apply to a couple of other ArCmd uses. thanks tnn@ for pointing
me to the above change.
bump pkg revision.
|
2023-01-17 06:29:00 by matthew green | Files touched by this commit (3) |
Log message:
avoid using ar's 'l' flag on any netbsd. it's not useful and it has
been ignored for at least the last 20 years if not for all netbsd,
and it causes newer binutils to be grumpy.
fixes several packages that use 'AR' from imake.
bump pkg revision.
|
2022-12-01 22:14:09 by Jonathan Perkin | Files touched by this commit (8) |
Log message:
xorg-cf-files: Support Darwin/aarch64.
|
2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message:
Reset MAINTAINER
|
2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674) |
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
|
2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675) |
Log message:
x11: Remove SHA1 hashes for distfiles
|
2021-08-02 12:48:26 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xorg-cf-files: update to 1.0.7.
When I released version 1.0.6 in December 2015 I wrote:
Today is the 10th anniversary of X.Org moving off this tool for our own
builds. While we continue to accept patches and publish updates for the
benefit of other packages which still use Imake to build, we have not been
actively maintaining, testing, or adding new OS or platform support for
Imake. Software that still uses Imake to build is encouraged to move
to another build system that is better maintained.
Over 5.5 years later this remains true - X.Org strongly encourages anyone
still using Imake to move to meson or another modern/maintained build tool.
Alan Coopersmith (3):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
xorg-cf-files 1.0.7
Mihail Konev (1):
autogen: add default patch prefix
Petr Písař (1):
Imake.tmpl: Invoke "ar cq" with binutils
Than Ngo (1):
linux: Update LinuxDistribution == LinuxRedHat section
|