diff options
author | tnn <tnn@pkgsrc.org> | 2010-01-15 18:03:32 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-01-15 18:03:32 +0000 |
commit | e94e372f267c37c120aaccdb1724e81d38ea4cb3 (patch) | |
tree | 0655be8067dce5bf70b0a263316f5de9165b4cd9 /x11/xproto/Makefile | |
parent | bfcf614c718485c7740afce85728fab0c12fcf54 (diff) | |
download | pkgsrc-e94e372f267c37c120aaccdb1724e81d38ea4cb3.tar.gz |
Update to xproto-7.0.16. Changes:
Improves compatibility with some current OS'es, at the cost of
decreased compatibility with premillennial OS'es and pre-C89 compilers.
Death to RCS tags.
Remove all trace of X_NOT_STDC_ENV (#6527)
Remove a bunch of garbage for unsupported platforms.
__STDC__ is always defined in C89.
Use ## catenation not /**/
Remove #ifdef macII code left over from ancient A/UX 3.0 support
Removing dangling #else block from X_NOT_STDC_ENV removal
Use indentation to provide a map through the twisty maze of ifdefs, all alike
Drop support for SunOS 4 and Solaris releases older than 2.5 (1995)
Get rid of unneeded && clause in list of LP64 ifdefs in Xmd.h
Drop #ifdef USG checks for some truly ancient (pre-SVR4) SysV's
Don't need an #ifdef when both cases just include the same file
xproto 7.0.16
Apple: Only define _DARWIN_C_SOURCE if it isn't already defined
Cygwin/X: Don't destroy min/max macros in Xwindows.h
Restore macro definition of sleep(), needed by Xming
Diffstat (limited to 'x11/xproto/Makefile')
-rw-r--r-- | x11/xproto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xproto/Makefile b/x11/xproto/Makefile index d19a1bbe2ec..14bcc7e11e1 100644 --- a/x11/xproto/Makefile +++ b/x11/xproto/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2009/03/06 10:28:32 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2010/01/15 18:03:32 tnn Exp $ # -DISTNAME= xproto-7.0.15 +DISTNAME= xproto-7.0.16 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=proto/} EXTRACT_SUFX= .tar.bz2 |