2024-10-13 09:30:59 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xwud: update to 1.0.7.
Alan Coopersmith (6):
gitlab CI: stop requiring Signed-off-by in commits
Add missing checks for malloc failure
Call free() instead of XFree() on pointers returned by malloc()
Replace strcpy+strcat calls with snprintf
Accept --help & --version as aliases to -help & -version
xwud 1.0.7
|
2022-07-11 21:43:40 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
xwud: update to 1.0.6.
Alan Coopersmith (5):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
xwud 1.0.6
scrouthtv (1):
Added case for window_name_size == 0
|
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-10 23:22:03 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xwud: update to 1.0.5.
Alan Coopersmith (6):
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Mark Error() argument as const char *
Print which option was in error along with usage message
Add -version option to print program version
xwud 1.0.5
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
|
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.
|
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.
|
2012-06-03 20:33:43 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.0.4.
1.0.4:
Alan Coopersmith (2):
Replace malloc(strlen) + strcpy() with strdup()
xwud 1.0.4
Gaetan Nadon (3):
man: remove trailing spaces and tabs
man: replace hard coded man page section with substitution strings
config: move man pages into their own directory
Jeremy Huddleston (1):
Mark Error as _X_NORETURN
1.0.3:
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.
|
2009-11-09 19:04:53 by Tobias Nygren | Files touched by this commit (2) |
Log message:
Update to xwud-1.0.2. Changes:
Plug leaks of color conversion arrays in Do_Direct
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fill in COPYING with copyright/license notices from code
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Add more input checks. From "nob...@example.com" through OpenBSD bug list.
Ansification and compile warning fixes.
|