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
|
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.
|
2018-03-05 10:22:38 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xorg-util-macros: update to 1.19.2.
Alan Coopersmith (2):
Update check for manpage section numbers to not rely on Solaris version
Version bump: 1.19.2
Emil Velikov (2):
Rework CHANGELOG_CMD to touch/echo >&2 only as needed
Rework INSTALL_CMD to touch/echo >&2 only as needed
|
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|