2018-11-28 15:08:47 by Sevan Janiyan | Files touched by this commit (1) |
Log message:
Need pthread support, make sure a substitue is present if OS lacks support
natively, e.g Minix at present.
|
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-03-10 12:56:02 by Jonathan Perkin | Files touched by this commit (4) |
Log message:
When creating fake .pc files, first check all possible pkgconfig
directories rather than just lib/pkgconfig. Required for Red Hat
Linux support which spreads them across lib${LIBABISUFFIX} and
share directories.
|
2013-05-25 08:36:15 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.0.8:
This maintenance release brings happiness by getting rid of things
that make valgrind, clang, doclifter, automake, the GNOME build system,
various other static analyzers, and obsessive developers be unhappy.
Don't warn, be happy.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (10):
Clean up some clang warnings about sign conversion
Tell clang to shut up about the padding in struct xauth
unifdef -U__UNIXOS2__
Convert INCLUDES to AM_CPPFLAGS in preparation for automake-1.14 obsoletion
Use configure check for pathconf instead of X_NOT_POSIX #define
Check for configure's HAVE_UNISTD_H instead of X_NOT_POSIX
Replace strcpy+strcat pairs with snprintf calls
Call memcmp() instead of defining our own equivalent
Use remove() instead of unlink() to delete lock files
libXau 1.0.8
Chase Douglas (1):
Free XauFileName() static buffer at exit
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Eric S. Raymond (1):
Remove a use of tab stops.
|
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-09 09:00:50 by OBATA Akio | Files touched by this commit (25) |
Log message:
Require hacks for fixing autoconf + space in variable name issue.
|
2012-06-03 19:25:10 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.0.7:
This release improves handling of the locking of the Xauthority file,
as well as documentation cleanups and build configuration improvements.
|
2010-12-13 08:51:46 by OBATA Akio | Files touched by this commit (2) |
Log message:
Add "Require: xproto" to fake *.pc files for the case xproto.pc exists.
PR#44122.
|
2010-12-10 09:45:16 by OBATA Akio | Files touched by this commit (2) |
Log message:
Create fake xau.pc and xdmcp.pc for x11/libxcb, PR#44122.
|