2024-03-03 21:57:28 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
editres: update to 1.0.9.
Alan Coopersmith (6):
Ensure all *.c files include config.h before any other headers
Re-enable code to use XKB Bells
Add -help and -version options
List which options were unrecognized before printing usage message
gitlab CI: stop requiring Signed-off-by in commits
editres 1.0.9
Peter Radisson (1):
fix const error
Walter Harms (9):
FIX const warning
FIX some const warnings
stop const warnings
stop const warnings
stop const warnings
stop const warnings
stop const warnings
fix initialization discards const
Fix shadowing box
|
2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message:
Reset MAINTAINER
|
2022-04-03 20:39:42 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
editres: update to 1.0.8.
Alan Coopersmith (8):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Clear 208 out of 210 -Wdiscarded-qualifiers warnings from gcc 7.3
Clear -Wredundant-decls warnings from gcc 7.3
Fix spelling/wording issues
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
editres 1.0.8
Matt Turner (1):
Add const to silence warning
|
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
|
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:25:54 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
editres: update to 1.0.7.
Alan Coopersmith (10):
config: Add missing AC_CONFIG_SRCDIR
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Replace XtMalloc+sprintf pair with XtAsprintf call
Replace remaining sprintf calls with snprintf
Fix -Wsign-compare warnings
Strip trailing whitespace
Fix -Wmissing-noreturn warnings
Add intro to editres to README
editres 1.0.7
Emil Velikov (1):
autogen.sh: use quoted string variables
Eric S. Raymond (1):
Avoid a spurious warning during XML upconversion.
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
|
2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670) |
Log message:
Add SHA512 digests for distfiles for x11 category
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
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.
|
2013-01-21 13:57:32 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.0.6:
This minor maintenance release cleans up the build configuration scripts,
including making them compatible with automake-1.13, which errors out on
the old AM_CONFIG_HEADER macro.
\
\
Alan Coopersmith (2):
Remove Xorg/XFree86 CVS/RCS id tags
editres 1.0.6
Gaetan Nadon (5):
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
man: remove trailing spaces and tabs
man: replace hard coded man page section with substitution strings
config: move man pages into their own directory
|
2012-10-29 06:07:25 by Aleksej Saushev | Files touched by this commit (563) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|