2019-03-17 09:06:55 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
libXext: update to 1.3.4.
Alan Coopersmith (7):
Assert that values buffer has enough room for provided values
Fix typos in man pages
Use __builtin_popcountl if available to replace Ones() in XSecurity.c
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Add description of libXext to README.md
libXext 1.3.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
Rob Wu (1):
XSecurityGenerateAuthorization: Allocate enough space in values buffer
|
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.
|
2016-02-26 12:27:22 by Jonathan Perkin | Files touched by this commit (98) |
Log message:
Use OPSYSVARS.
|
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.
|
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2014-07-24 08:32:36 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.3.3:
Time for a release before the accumulated patches are old enough to vote.
Two new requirements: libX11 1.6 and a C89 preprocessor.
Alan Coopersmith (4):
Replace sprintf with snprintf when looking up extension error strings
Require ANSI C89 pre-processor, drop pre-C89 token pasting support
Remove fallback for _XEatDataWords, require libX11 1.6 for it
XeviGetVisualInfo: Free & clear *evi_return, not evi_return pointer
Keith Packard (1):
Xge: remove warning messages about missing Xge extension event translations
Nathan Kidd (1):
Stricter event error checking
Peter Hutterer (1):
libXext 1.3.3
|
2014-04-22 13:17:08 by OBATA Akio | Files touched by this commit (1) |
Log message:
bump required xextproto version per configure request.
|
2014-03-10 12:05:54 by Jonathan Perkin | Files touched by this commit (57) |
Log message:
Search for pkgconfig files in lib${LIBABISUFFIX} and share directories
as appropriate. This is required for X11_TYPE=native on Red Hat Linux.
|
2013-06-16 15:34:30 by OBATA Akio | Files touched by this commit (6) |
Log message:
preprocessor is a tool.
|
2013-06-14 00:30:41 by Joerg Sonnenberger | Files touched by this commit (7) |
Log message:
Consistently use devel/tradcpp as preprocessor.
|