Subject: CVS commit: pkgsrc/x11/xterm
To: None <pkgsrc-changes@NetBSD.org>
From: Blair Sadewitz <bjs@netbsd.org>
List: pkgsrc-changes
Date: 09/17/2007 06:36:21
Module Name: pkgsrc
Committed By: bjs
Date: Mon Sep 17 06:36:21 UTC 2007
Modified Files:
pkgsrc/x11/xterm: Makefile PLIST distinfo options.mk
Log Message:
Update to version #229. Too many changes to list here; please see
${WRKSRC}/xterm.log.html. Additionally, the pkgsrc-specific
changes are:
-- Add an "xterm-toolbar" option and add it to PKG_DEFAULT_OPTIONS. Now
we may all enjoy pull-down menus.
-- In the ${X11_TYPE} == "modular" case, add --disable-imake and
--enable-narrowproto to CONFIGURE_ARGS. The latter fixes [possible]
problems with Xaw scrollbars.
-- Add USE_DIRS+=xdg-1.4 to handle newly-provided xterm pixmaps.
-- Add build-time dependency on x11/libxkbfile to pull in XKB extension
headers, e.g. ${X11BASE}/include/X11/extensions/XKBbells.h. The XKB
bell extension should now be properly detected and supported.
- Add "pcre" option, thereby supporting devel/pcre as xterm's regex
library.
Changes ok'd (more or less) by joerg@ and tested by me. For more detail
wrt: rationale for --enable-narrowproto and/or libxkbfile dependency,
please contact me.
To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 pkgsrc/x11/xterm/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/xterm/PLIST
cvs rdiff -r1.21 -r1.22 pkgsrc/x11/xterm/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/x11/xterm/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.