diff options
author | wiz <wiz@pkgsrc.org> | 2013-09-09 09:42:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-09-09 09:42:22 +0000 |
commit | 6d7c68be600a63a7de1a66e58fa1da1fe3ede2aa (patch) | |
tree | 8562a3ed9435bf3a662c7ca318116653ed193273 /x11/xrdb | |
parent | b5c596d3c6ce2e9582f8f1a2a3b23abab10fd08c (diff) | |
download | pkgsrc-6d7c68be600a63a7de1a66e58fa1da1fe3ede2aa.tar.gz |
Update to 1.1.0:
This release contains a number of changes around the way xrdb calls the
selected macro processing program, normally cpp, to handle the provided
resource file, including adding a -undef option to pass through to cpp,
allowing builders to provide default cpp flags at build time, and only
passing -P by default to a processor named cpp.
It also adds a -version flag to aid in debugging which version is in use
and fixes a number of compiler warnings.
Alan Coopersmith (11):
Tokenize #define names in the PATHETICCPP case too
Clarify .Xresources vs. .Xdefaults in man page
Ensure we don't read out of ClassName array bounds for unknown visual type
Fix many const pointer warnings
Remove unnecessary casts from malloc & realloc calls
Strip trailing whitespace
Mark fatal() & Syntax() with printf & noreturn attributes
Rename args to several functions to not shadow global variables
Only add -P flag if using cpp as our preprocessor
Add -version flag to print package version string from autoconf
xrdb 1.1.0
Egbert Eich (2):
Usage: In usage message print preprocessor that's actually chosen.
Allow the CPP macro to contain preprocessors with command line options (v2)
Jon TURNEY (1):
Fix build with WIN32 defined, but PATHETICCPP not defined
Matthieu Herrb (1):
predefined cpp macros can produce unexpected results (bug 3413)
Diffstat (limited to 'x11/xrdb')
-rw-r--r-- | x11/xrdb/Makefile | 5 | ||||
-rw-r--r-- | x11/xrdb/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/xrdb/Makefile b/x11/xrdb/Makefile index d64d94aaf12..7a9db17e901 100644 --- a/x11/xrdb/Makefile +++ b/x11/xrdb/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2012/10/29 05:07:19 asau Exp $ -# +# $NetBSD: Makefile,v 1.9 2013/09/09 09:42:22 wiz Exp $ -DISTNAME= xrdb-1.0.9 +DISTNAME= xrdb-1.1.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xrdb/distinfo b/x11/xrdb/distinfo index b5cedf007cb..f5bfbf5061f 100644 --- a/x11/xrdb/distinfo +++ b/x11/xrdb/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2011/04/08 12:26:03 drochner Exp $ +$NetBSD: distinfo,v 1.7 2013/09/09 09:42:22 wiz Exp $ -SHA1 (xrdb-1.0.9.tar.bz2) = efa5f2420411988d6a6e142934393fd272507857 -RMD160 (xrdb-1.0.9.tar.bz2) = 012685dc580c1f351f860fe73f2d291170a12964 -Size (xrdb-1.0.9.tar.bz2) = 118971 bytes +SHA1 (xrdb-1.1.0.tar.bz2) = b95ae53b767ee7b56baa55fc78eb9c0b9e5ccd29 +RMD160 (xrdb-1.1.0.tar.bz2) = e4464ffdf7decb6f7845929b801e0b84b19ffb57 +Size (xrdb-1.1.0.tar.bz2) = 138035 bytes |