2024-03-07 18:40:22 by Thomas Klausner | Files touched by this commit (1) |
Log message:
xmh: needs libXt>=1.3
|
2024-03-04 00:13:13 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xmh: update to 1.0.5.
This release adds -help & -version options, and has a number of
code cleanups.
For those building for 32-bit platforms, it also enables use of the
"large file" APIs - while files handled by xmh should rarely be more
than 2gb in size, they may be stored on filesystems with large inodes.
Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow xmh to
work with files whose timestamps are later than January 19, 2038, but
this has not been tested.
Alan Coopersmith (16):
gitlab CI: stop requiring Signed-off-by in commits
Print which arguments were unknown before giving usage message
Add -help and -version options
Modernize lseek() calls
configure: Use AC_SYS_LARGEFILE to enable large file support
Replace sprintf calls with snprintf or XtAsprintf
Use _CONST_X_STRING to make libXt declare String as const char *
Further reduce the number of -Wdiscarded-qualifiers warnings from 276 to 76
Mark Punt as _X_NORETURN
Fix 4 of 4 -Wformat-truncation warnings
Clear 4 of 6 -Wstringop-truncation warnings
Plug memory leaks in error paths of ScanDir()
Handle -Wformat-security warnings from the DEBUG macro
Convert allocation calls to XtMallocArray or XtReallocArray where appropriate
Simplify fallback code for systems without S_ISDIR
xmh 1.0.5
|
2022-08-31 21:25:59 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xmh: update to 1.0.4.
Alan Coopersmith (11):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Fix spelling/wording issues
Trim trailing whitespace from lines
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
unifdef -UUSG
unifdef -USYSV
unifdef -UDGUX
Convert vfork checks from Imake-style to autoconf-style
xmh 1.0.4
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
|
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.
|
2017-09-16 21:27:31 by Thomas Klausner | Files touched by this commit (372) |
Log message:
Reset maintainer
|
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.
|
2015-08-06 09:14:46 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.0.3:
xmh 1.0.3
Fixes misplaced shortcut in man page: #89003
The shortcut Meta-h was on the wrong row in the man page.
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=89003
autogen.sh: Honor NOCONFIGURE=1
See http://people.gnome.org/~walters/docs/build-api.txt
configure: Drop AM_MAINTAINER_MODE
config: Add missing AC_CONFIG_SRCDIR
Regroup AC statements under the Autoconf initialization section.
Regroup AM statements under the Automake initialization section.
Don't rely on the ability to set tan stops. Use tables instead.
Also, fix a presentational abuse of the .SS macro.
config: move man pages into their own directory
Use services provided by XORG_MANPAGE_SECTIONS.
Use standard Makefile for man pages.
man: replace hard coded man page section with substitution strings
man: remove trailing spaces and tabs
Using s/[ \t]*$//
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
This silences an Autoconf warning
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
This silences an Automake warning.
|
2015-07-03 01:00:01 by Blue Rats | Files touched by this commit (2) |
Log message:
CATEGORIES+=x11
|