pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/libXi
Module Name: pkgsrc
Committed By: wiz
Date: Fri Apr 5 09:11:57 UTC 2013
Modified Files:
pkgsrc/x11/libXi: Makefile distinfo
Removed Files:
pkgsrc/x11/libXi/patches: patch-include_X11_extensions_XInput2.h
Log Message:
Update to 1.7.1:
Only a single fix: including the XFixes header to get the typedef for
PointerBarrier. Naturally, this adds a pkgconfig build-time dependency on
XFixes.
Why? The header shipped with 1.7 typedef'd PointerBarrier. If you #include
both XI and Xfixes headers, you will end up with a duplicate typedef.
This is not an issue on gcc >= 4.6 since the two typedef's are the same.
On earlier versions this will trigger an error. gcc 4.6 -pedantic-errors
will trigger the same error.
Peter Hutterer (2):
Require XFixes for PointerBarrier, remove duplicate typedef
libXi 1.7.1
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/libXi/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/libXi/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/x11/libXi/patches/patch-include_X11_extensions_XInput2.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index