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-05-01 10:41:32 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.0.9:
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (8):
Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
Convert to X.Org standard indentation style
unifdef -UXKB_IN_SERVER
Don't dereference xkb pointer until after checking it for NULL
Convert sprintf calls to snprintf
Constify atom name argument to XkbInternAtom
Remove check to see if SEEK_SET is defined before using it
libxkbfile 1.0.9
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Jörg Sonnenberger (1):
Remove unnecessary check.
|
2014-11-25 16:05:16 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Remove tautologic condition.
|
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:49:53 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.0.8.
1.0.8:
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.
1.0.7:
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.
|
2010-01-15 19:30:35 by Tobias Nygren | Files touched by this commit (2) |
Log message:
Update to libxkbfile-1.0.6. Changes:
s/_XkbDupString/strdup/
Use flockfile if available.
Semi-revert 33b839e16fe681ba915658f824ceb1b252084ea4
Add README with pointers to mailing list, bugzilla & git repos
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
libxkbfile 1.0.6
Apply partial matches for option (#19563)
Fix static buffer overflow in "xkbcomp -C :0"
Janitor: distcheck, compiler warnings, .gitignore.
|
2009-06-14 20:25:20 by Joerg Sonnenberger | Files touched by this commit (321) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2008-05-24 23:45:22 by Tobias Nygren | Files touched by this commit (201) |
Log message:
Switch master site to MASTER_SITE_XORG.
|