Path to this page:
./
devel/xorg-util-macros,
Xorg autotool macros
Branch: CURRENT,
Version: 1.20.2,
Package name: xorg-util-macros-1.20.2,
Maintainer: pkgsrc-usersThis package contains the autoconf/automake macros shared by the various
modular Xorg components.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 81.633 KB
Version history: (Expand)
- (2024-11-14) Updated to version: xorg-util-macros-1.20.2
- (2024-04-17) Updated to version: xorg-util-macros-1.20.1
- (2023-02-14) Updated to version: xorg-util-macros-1.20.0
- (2021-01-24) Updated to version: xorg-util-macros-1.19.3
- (2018-03-05) Updated to version: xorg-util-macros-1.19.2
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2024-11-14 08:35:39 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xorg-util-macros: update to 1.20.2.
This release changes the XORG_CHECK_MALLOC_ZERO macro to stop testing if
malloc(0) returns NULL and instead assumes it might, so that software still
works properly if it is running with a different malloc implementation than
the configure script found to test at build time. The configure option
--disable-malloc0returnsnull is still available for use with configure scripts
that call this macro, for use by builders who are sure about the malloc(0)
handling in all available malloc implementations in their runtime environment.
This release also removes -Wdeclaration-after-statement from the default
warning set used in X.Org, treating it as a code style issue to be
considered at code review time instead of a portability issue that
everyone building the code needs to be made aware of, now that all
supported compilers support this standard feature of C99 and later versions.
Alan Coopersmith (4):
Remove -Wdeclaration-after-statement from default warning set
XORG_CHECK_MALLOC_ZERO: disable optimization when building with clang
XORG_CHECK_MALLOC_ZERO: stop testing malloc, assume the worst
util-macros 1.20.2
|
2024-04-16 23:19:27 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xorg-util-macros: update to 1.20.1.
Matt Turner (2):
Remove unnecessary escape
Version bump: 1.20.1
|
2023-02-13 21:10:48 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xorg-util-macros: update to 1.20.0.
This release fixes a deprecation warning when the macros are used with
autoconf 2.70 or later, and adds a new XORG_DEFAULT_NOCODE_OPTIONS
macro that can be used with packages that don't compile any code to
skip all the compiler checks done by XORG_DEFAULT_OPTIONS. (Packages
will need to be updated to use this macro - that is in progress now.)
Alan Coopersmith (6):
Build xz tarballs instead of bzip2
gitlab CI: add a basic build test
Fix spelling/wording issues
gitlab CI: stop requiring Signed-off-by in commits
Call AC_PROG_CC instead of AC_PROG_CC_C99 if autoconf >= 2.70
Add XORG_DEFAULT_NOCODE_OPTIONS and bump version to 1.20.0
|
2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message:
Reset MAINTAINER
|
2022-07-25 13:12:30 by Thomas Klausner | Files touched by this commit (102) |
Log message:
*: remove pkg-config from tools where no buildlink3.mk file is included
Bulk build on NetBSD of these packages had the same result as before
(build succeeds, no PLIST change).
|
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
|
2021-01-24 16:52:25 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xorg-util-macros: update to 1.19.3.
Alan Coopersmith (2):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Marvin Schmidt (1):
XORG_PROG_RAWCPP: Use AC_PATH_TOOL to find preprocessor
Matt Turner (1):
Version bump: 1.19.3
|