pkgsrc/x11
wiz 5fd91853f0 Update to 2.7.10, provided by Geoff Wing in PR 20899. Also addresses
PR 18638 and PR 18639.
Changes since 2.7.3:
2.7.9 to 2.7.10
Geoff Wing et al.
	removed screen dump feature as it can aid as a security hole
	removed menubar escape sequence access as it can aid a security hole
	removed reporting of title and icon settings as they can aid a security
		hole
Mikko Leppänen
	fixed clearing problem when internalBorder is zero
Steve O
	added Cygwin port
Rob McMullen
	fixed handling of control characters inside escape sequences
	added resource "mouseWheelScrollPage" to allow the mouse wheel
		scroll a page full
	added support for VT52 commands
2.7.8 to 2.7.9
Geoff Wing et al.
	added -sbt/--thickness to allow user-supplied scrollbar width (not
		yet available with NeXT style scrollbars)
Matthew W. Roberts
	fixed rclock -iconic option
	added rclock day of month on clockface (define DATE_ON_CLOCK_FACE
		in feature.h)
	added rclock "-mailspawn cmd" if MAIL_SPAWN is not hard coded in
		feature.h
Kazutoshi Kubota
	added 256 colour mode (instead of the base 16 colour mode) with
		configure --enable-256-color
2.7.7 to 2.7.8
Geoff Wing et al.
	fixed determination of NumLock key, noticed by
		Matthew Gabeler-Lee
	fixed continual and slipwheel scrolling, noticed by
		Joshua Swink
	fixed connecting with IM whenever it is started, partly from
		Tung-Han Hsieh
	fixed Ultrix acquiring useful pty/tty pair, noticed by
		Bert De Knuydt
	fixed CSI sequence parser overriding a 0 parameter with default value
	changed -ip to not clear ancestor windows when using inherit pixmap
		transparency type
	added -ipf/--inheritPixmapforce to clear ancestor windows when -ip
		and inherit pixmap transparency is used
	added "-hc colour" (define OPTION_HC in feature.h) to provide
		background highlighting of selection, partly from
		Christian W. Zuckschwerdt
	added -j/--jumpScroll to provide jump or smooth scrolling, defaults to
		jump scrolling as per previous behaviour
Stephen Isard
	fixed DECSTBM sequence default when only one parameter is given
Rudolf Jaksa
	added basic support for $XAPPLRESDIR/Rxvt resources
T. Alexander Popiel
	added --scrollBar_align (top|bottom|...) for alignment of scrollbar
		thumb with middle button.  Defaults to centre as per prior
		state.  Supercedes FUNKY_SCROLL_BEHAVIOUR
2.7.6 to 2.7.7
Geoff Wing et al.
	fixed check for GLIBC and STREAMS pty/tty types, noticed by
		Venkatesh Krishnamurthi
	fixed check for PTC pty/tty type, noticed by
		Andreas Bierfert
	fixed to not automatically clear selection on screen size change,
		noticed by Dominik Vogt
	fixed a possible buffer overflow problem, noticed by
		Samuel Dralet
	fixed to reallow parallel builds
	fixed builds for some SYSV utmp/utmpx systems
	fixed INCR transfers
	fixed resource "greektoggle_key" as per doc/README.greek, noticed by
		Martin Husemann
	fixed STREAMS again, hopefully the last time
	changed overstrike pixel dropping avoidance to speed/size optimise
	changed define WTMP_ONLY_ON_LOGIN in feature.h to be the default
	added CSI s & CSI u as alternative save & restore cursor sequences
	added pasting-only support for SECONDARY and CLIPBOARD selections,
		automatically tried if internal selection and PRIMARY
		selections are not present.  CUT_BUFFER0 is tried last
Kazutoshi Kubota
	added "-lsp <num>" option ("--lineSpace <num>") to give specified
		spacing between rows with configure --enable-linespace
Tomohiro KUBOTA
	fixed some font default calculations to match previous behaviour
Ali Rahimi
	added slip wheel support providing continual scrolling with the
		control key depressed and using the mouse wheel as an
		accelerator.  Control key release stops scrolling
Mark Schreiber
	added -sw/--scrollWithBuffer to try to make views into the
		scrollback buffer stay unmoving upon new lines (needs -si)
2.7.5 to 2.7.6
Geoff Wing et al.
	fixed build with XTERM_COLOR_CHANGE undefined, noticed by
		John Waggenspack
	fixed build for Solaris/SunOS (maybe others) using STREAMS
	fixed default icon name, noticed by
		Jeremy C. Reed
	fixed setting of icon name with -e argument, noticed by
		John Waggenspack
	fixed problems with selection by changing some types and type casting
	fixed some parallel build problems
	fixed text placement in graphics mode
	fixed some build problems with graphics/qplot
	fixed reverse video mode to act like the invocation option
	fixed query of locale ("Setting locale failed.") when locale is set
	fixed autowrap bug when restoring cursor from last column, noticed by
		witek@mat.uni.torun.pl
	fixed build & run when PREFER_24BIT is undefined
	fixed loading of fonts with noenc multichar encoding, noticed by
		Mark White
	fixed an abort on sending some selections, from
		Xianping Ge
	fixed tty opening for systems with openpty(), e.g. OSF1
	fixed build for utmpx/wtmpx platforms
	fixed a bug in memmove() if --enable-strings is given, noticed by
		Larry W. Virden
	fixed some termcap/terminfo entries
	fixed some division operations to use the same integer type
	changed configure detection method for pty/ttys
	changed handling of ConfigureNotify events for fast event streams
	changed internal handling of window size calculation
	changed internal handling of window size and placement manipulation
	changed define PREFER_24BIT in feature.h to be set via
		configure --enable-24bit (default is now off)
	changed screen refresh to optimise X calls more, noticeable with
		slower machines or over network displays
	changed pty/tty code to be able to be built separately for testing
	changed selection sending to send the original raw form if locale
		conversion fails
	updated libtool for configure
	added DEC private modes 1047 / 1048 (no ti/te handling yet)
	added SCROLL_ON_HOMEEND_KEYS in feature.h a la SCROLL_ON_UPDOWN_KEYS
		from Marius Gedminas
	added "tests" target in main directory to build and run basic tests
	added (frills) -tcw (--tripleclickwords) alternative triple click
		selection which selects words to the end of possibly-wrapped
		lines with trailing blanks and blank lines removed
Chuan-kai Lin and Brian Mays
	added -mcc option (--multibyte_cursor) for multibyte cursor movement
		in legacy programs
Maxime Froment
	fixed placement with OverTheSpot input method
	fixed characters sent through IM being truncated to 4 bytes
	fixed encoding method being overridden by default encoding method
	added loading of locale specific app-defaults from directory
		/usr/X11R6/lib/X11/$LC_CTYPE/app-defaults/Rxvt (see
		XAPPLOADDIRLOCALE is feature.h)
Tomohiro KUBOTA
	added method to provide base font sets based on user's locale
	added more flexible font allocation, specifying a maximum number of
		fonts in feature.h instead of a set number
Marius Gedminas
	added --enable-smart-resize which may reposition the window on
		resizing so that we try to stay within the screen boundaries
2.7.3 to 2.7.5
Geoff Wing et al.
	fixed scrollTtyKeypress not active for all keypresses, noticed by
		Reuben Thomas
	added -xrm option to accept dummy invocation arguments, from
		Christian W. Zuckschwerdt
		& Chris Green
	fixed documentation for options: -tr, -ic, -pt, -im, -mod, -xrm;
                and resources: scrollBar_right, scrollBar_floating,
		scrollTtyOutput, scrollTtyKeypress, preeditType, inputMethod,
		modifier.
	fixed OSC sequences to accept 7 and 8 bit ST as well as BEL
	added MAX_COLS & MAX_ROWS in feature.h to limit columns/rows on resize
	added copy root pixmap variant of transparency - make this the default
		with previous method as fallback
	fixed allocation of new lines to not set base attributes, including
		underline or reverse video information, noticed by
		Brian Mays
	added ability for different scrollbars to be compiled in, determined
		by --scrollstyle
	fixed Meta key detection - has priority over Alt, noticed by
		Paul D. Smith
	fixed configure check for mawk/gawk/nawk/awk
	added use of libtool in build procedure
	added SCROLL_ON_NO_SECONDARY to feature.h to scroll the screen when no
		swap is compiled in and a change screen request is made
	removed slightly buggy ConfigureNotify queue/ignore from our resizes
	fixed use of extended character classes, from
		Samoylov Olleg
	fixed timeout in select() call when unmapped, noticed by
		Tore Bjorkeli
	changed feature.h NO_BOLDUNDERLINE to NO_BOLD_UNDERLINE_REVERSE
	added support for XCopyArea() on screen display - good for slower links
	fixed CSI parameter parsing, including omitted parameters
	fixed allocation of new lines when in reverse video mode
	added answerbackString resource which sets the reply to ENQ (CTRL-E)
	fixed InheritPixmap interaction with fvwm2 by delaying a bit to allow
		the WM to do its stuff before we meddle with its windows
Thomas Woerner
	added colorRV resource for reverse video colour (dependent on
		NO_BOLD_UNDERLINE_REVERSE in feature.h)
Jun Morimoto
	fixed argument checking in rclock - ignore bad arguments
Matthew W. Roberts
	added -mailfile option to rclock
Christian W. Zuckschwerdt
	added OSC sequences to change base colours; also cursor, highlight,
		bold, pointer and underline colours.  See rxvtRef
Paul Sheer
	added initial INCR (incremental pasting) support
2003-03-27 07:14:25 +00:00
..
9term Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
acidlaunch Convert to buildlink2.mk. 2002-10-05 00:08:48 +00:00
asnap Add the x11/asnap package: 2002-08-07 13:45:25 +00:00
aterm Add a few switches to allow changing compile-time options: 2003-01-02 05:55:11 +00:00
bbapm (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG; 2003-03-14 19:37:30 +00:00
blt Add buildlink2.mk. 2002-10-25 09:13:49 +00:00
controlcenter Use the omf.mk file provided by the scrollkeeper package to automatically 2003-02-18 14:55:54 +00:00
dfm Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
dtx11session Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
dxpc Convert to buildlink2. 2002-08-31 15:16:39 +00:00
ebuilder Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
egtk Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
eterm Execute $(UPDATE_SCRIPT) shell script within $(SHELL). Fixes execution on 2003-02-14 20:24:43 +00:00
fbdesk Depends need version numbers. 2003-02-21 14:09:18 +00:00
filerunner Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
fltk More updates from Mesa: 2003-03-12 22:07:27 +00:00
fox Bump PKGREVISION due to upgrade of Mesa and friends. 2003-03-09 19:23:09 +00:00
fvwm-wharf Convert to buildlink2. 2002-10-21 13:33:32 +00:00
gdkxft Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. 2002-12-07 02:38:52 +00:00
gdm Instead of including bsd.pkg.install.mk directly in a package Makefile, 2003-01-28 22:03:00 +00:00
gnome-- libsigc++ -> libsigc++10 2003-03-01 14:11:52 +00:00
gnome-applets Use the omf.mk file provided by the scrollkeeper package to automatically 2003-02-18 14:55:54 +00:00
gnome-core Use the omf.mk file provided by the scrollkeeper package to automatically 2003-02-18 14:55:54 +00:00
gnome-desktop Update to 2.2.0.1. This version includes several new translations. 2003-02-14 20:53:41 +00:00
gnome-gkrellm Give all packages which depend on "png" a version bump, and update 2002-03-13 17:36:35 +00:00
gnome-libs gnome[12]-dirs shouldn't have buildlink2.mk files as they don't have 2003-02-05 05:06:32 +00:00
gnome-panel GConf2's buildlink2.mk now creates a gconftool-2 wrapper which prevents the 2003-02-18 20:52:05 +00:00
gnome-python (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG; 2003-03-14 19:37:30 +00:00
gnome-session Do not use SCROLLKEEPER_DATADIR as localstatedir. Pointed out by Guillaume 2003-02-21 11:54:18 +00:00
gnome-users-guide Track directory layout change at MASTER_SITE_GNOME. 2002-10-19 10:54:42 +00:00
gnome2-control-center GConf2's buildlink2.mk now creates a gconftool-2 wrapper which prevents the 2003-02-18 20:52:05 +00:00
gnome2-terminal GConf2's buildlink2.mk now creates a gconftool-2 wrapper which prevents the 2003-02-18 20:52:05 +00:00
gnustep-back Update gnustep-back to 0.8.3. Notable changes include: 2003-01-03 04:12:02 +00:00
gnustep-gui Update gnustep-gui to 0.8.3. 2003-01-03 04:06:13 +00:00
gnustep-preferences Provide a PLIST_SUBST pattern for the machine specific directory installs 2003-03-07 03:00:40 +00:00
gtk (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG; 2003-03-14 19:37:30 +00:00
gtk+extra Unused. 2002-10-08 19:31:05 +00:00
gtk-- libsigc++ -> libsigc++10 2003-03-01 14:11:52 +00:00
gtk-engines Use shlibtool so we don't install statically linked plugins. Bump 2003-01-10 08:46:53 +00:00
gtk2 Update to 2.2.1, provided by Juan RP in PR 20237. 2003-02-15 11:02:29 +00:00
gtk2-engines Update to 2.2.0. Changes since 1.9.0: 2003-01-18 10:49:33 +00:00
gtk10 Introduce new framework for handling info files generation and installation. 2002-02-18 15:14:00 +00:00
gtkglarea More updates from Mesa: 2003-03-12 22:07:27 +00:00
gtkmm Update to 2.2.1. Changes in this version: 2003-03-15 20:32:38 +00:00
gtkstep Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
gtoolkit COMMENT should be set in Makefile, not any common Makefile parts. 2002-11-09 13:43:48 +00:00
hanterm Update hanterm to 3.1.6nb1. Changes include: 2002-11-02 14:06:02 +00:00
hot-babe Add USE_X11 so this works with xpkgwedge. 2002-11-05 07:59:31 +00:00
imwheel Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
kde Depend on latest kdenetwork*. Bump PKGREVISION. 2002-11-02 00:24:17 +00:00
kde2 Update dependences on "kdeadmin2" and "kdenetwork2" packages, bump 2002-12-05 12:25:14 +00:00
kde3 Set kde_locale to PKGLOCALEDIR iff USE_PKGLOCALEDIR is set to "yes". 2003-03-16 18:16:32 +00:00
kde3-i18n-af Initial import of kde-i18n-af-3.1 2003-03-12 10:46:21 +00:00
kde3-i18n-ar Initial import of kde-i18n-ar-3.1 2003-03-12 10:51:23 +00:00
kde3-i18n-bg Initial import of kde-i18n-bg-3.1 2003-03-12 10:52:18 +00:00
kde3-i18n-bs Initial import of kde-i18n-bs-3.1 2003-03-12 10:53:14 +00:00
kde3-i18n-ca Initial import of kde-i18n-ca-3.1 2003-03-12 10:53:54 +00:00
kde3-i18n-cs Initial import of kde-i18n-cs-3.1 2003-03-12 10:54:35 +00:00
kde3-i18n-da Initial import of kde-i18n-da-3.1 2003-03-12 10:55:19 +00:00
kde3-i18n-de Initial import of kde-i18n-de-3.1 2003-03-12 10:55:56 +00:00
kde3-i18n-el Initial import of kde-i18n-el-3.1 2003-03-12 10:56:32 +00:00
kde3-i18n-en_GB Initial import of kde-i18n-en_GB-3.1 2003-03-12 10:57:24 +00:00
kde3-i18n-eo Initial import of kde-i18n-eo-3.1 2003-03-12 10:57:58 +00:00
kde3-i18n-es Initial import of kde-i18n-es-3.1 2003-03-12 10:58:57 +00:00
kde3-i18n-et Initial import of kde-i18n-et-3.1 2003-03-12 10:59:33 +00:00
kde3-i18n-eu Initial import of kde-i18n-eu-3.1 2003-03-12 11:00:17 +00:00
kde3-i18n-fa Initial import of kde-i18n-fa-3.1 2003-03-12 11:00:52 +00:00
kde3-i18n-fi Initial import of kde-i18n-fi-3.1 2003-03-12 11:01:21 +00:00
kde3-i18n-fr Initial import of kde-i18n-fr-3.1 2003-03-12 11:02:14 +00:00
kde3-i18n-he Initial import of kde-i18n-he-3.1 2003-03-12 11:02:49 +00:00
kde3-i18n-hu Initial import of kde-i18n-hu-3.1 2003-03-12 11:03:22 +00:00
kde3-i18n-it Initial import of kde-i18n-it-3.1 2003-03-12 11:03:59 +00:00
kde3-i18n-ja Initial import of kde-i18n-ja-3.1 2003-03-12 11:04:28 +00:00
kde3-i18n-lt Initial import of kde-i18n-lt-3.1 2003-03-12 11:05:09 +00:00
kde3-i18n-mt Initial import of kde-i18n-mt-3.1 2003-03-12 11:05:38 +00:00
kde3-i18n-nb Initial import of kde-i18n-nb-3.1 2003-03-12 11:06:20 +00:00
kde3-i18n-nl Initial import of kde-i18n-nl-3.1 2003-03-12 11:06:48 +00:00
kde3-i18n-nn Initial import of kde-i18n-nn-3.1 2003-03-12 11:07:19 +00:00
kde3-i18n-nso Initial import of kde-i18n-nso-3.1 2003-03-12 11:07:54 +00:00
kde3-i18n-pl Initial import of kde-i18n-pl-3.1 2003-03-12 11:08:23 +00:00
kde3-i18n-pt Initial import of kde-i18n-pt-3.1 2003-03-12 11:08:50 +00:00
kde3-i18n-pt_BR Initial import of kde-i18n-pt_BR-3.1 2003-03-12 11:09:35 +00:00
kde3-i18n-ro Initial import of kde-i18n-ro-3.1 2003-03-12 11:10:10 +00:00
kde3-i18n-ru Initial import of kde-i18n-ru-3.1 2003-03-12 11:10:45 +00:00
kde3-i18n-sk Initial import of kde-i18n-sk-3.1 2003-03-12 11:11:20 +00:00
kde3-i18n-sl Initial import of kde-i18n-sl-3.1 2003-03-12 11:12:00 +00:00
kde3-i18n-sr Initial import of kde-i18n-sr-3.1 2003-03-12 11:12:47 +00:00
kde3-i18n-sv Initial import of kde-i18n-sv-3.1 2003-03-12 11:13:22 +00:00
kde3-i18n-ta Initial import of kde-i18n-ta-3.1 2003-03-12 11:13:51 +00:00
kde3-i18n-th Initial import of kde-i18n-th-3.1 2003-03-12 11:14:18 +00:00
kde3-i18n-tr Initial import of kde-i18n-tr-3.1 2003-03-12 11:14:53 +00:00
kde3-i18n-uk Initial import of kde-i18n-uk-3.1 2003-03-12 11:15:31 +00:00
kde3-i18n-ven Initial import of kde-i18n-ven-3.1 2003-03-12 11:16:06 +00:00
kde3-i18n-vi Initial import of kde-i18n-vi-3.1 2003-03-12 11:16:31 +00:00
kde3-i18n-xh Initial import of kde-i18n-xh-3.1 2003-03-12 11:17:03 +00:00
kde3-i18n-zh_CN Initial import of kde-i18n-zh_CN-3.1 2003-03-12 11:18:04 +00:00
kde3-i18n-zh_TW Initial import of kde-i18n-zh_TW-3.1 2003-03-12 11:18:34 +00:00
kde3-i18n-zu Initial import of kde-i18n-zu-3.1 2003-03-12 11:19:05 +00:00
kdebase (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG; 2003-03-14 19:37:30 +00:00
kdebase2 Supply path to "openldap" installation explicitly to the "configure" 2002-12-30 20:19:27 +00:00
kdebase3 Including fontconfig buildlink2.mk to avoid missing headers. 2003-03-13 16:06:22 +00:00
kdelibdocs2 Make this package xpkgwedge-friendly 2002-06-28 11:36:05 +00:00
kdelibdocs3 Update KDE to 3.1. 2003-03-11 13:10:15 +00:00
kdelibs (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG; 2003-03-14 19:37:30 +00:00
kdelibs2 make sure that it's really KDE_2_ that's installed, not KDE3. :) 2003-03-13 14:19:22 +00:00
kdelibs3 Update KDE to 3.1. 2003-03-11 13:10:15 +00:00
keylaunch buildlink1 -> buildlink2 2002-09-23 22:38:06 +00:00
khostchooser (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG; 2003-03-14 19:37:30 +00:00
kterm Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
lablgtk Make this go on non-i386 systems. Currently ocamlopt is only available 2003-03-17 11:56:22 +00:00
lesstif update to 0.93.36 2002-12-05 19:10:42 +00:00
lesstif12 Untangle this from the x11/lesstif pkg. 2002-12-05 18:49:55 +00:00
libzvt Bump PKGREVISION because of dependency on latest freetype2 or glib2 2002-12-24 06:09:44 +00:00
mlterm only enable antialiasing if Xft exists on this system. Fixes recently 2003-02-05 23:28:58 +00:00
modeline Changes instances where BSD_INSTALL_* were used by targets in the Makefile 2002-02-06 16:58:11 +00:00
mowitz Update to 0.2.2: 2003-03-05 13:14:56 +00:00
multi-gnome-terminal Use the omf.mk file provided by the scrollkeeper package to automatically 2003-02-18 14:55:54 +00:00
neXtaw Unused after 0.14.0 update. 2003-03-05 13:05:48 +00:00
oneko Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
openmotif Install missing header file BaseClassI.h. Bump PKGREVISION to 2. 2003-02-23 13:11:24 +00:00
p5-gtk buildlink1 -> buildlink2. Use perl5/module.mk. 2002-10-13 11:43:59 +00:00
p5-Tk Use perl5/module.mk. 2002-10-27 19:27:34 +00:00
py-Pmw Set correct WRKSRC, delint. 2002-12-08 02:13:30 +00:00
py-qt2 Unused. 2002-10-12 09:54:14 +00:00
py-qt2-sip Unused. 2002-10-12 09:54:14 +00:00
py-Tk not needed anymore 2002-10-24 21:34:08 +00:00
py-wxWindows buildlink1 -> buildlink2. 2002-10-09 14:35:34 +00:00
pygtk Protect against multiple inclusion. 2002-11-15 05:29:26 +00:00
qt1 (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG; 2003-03-14 19:37:30 +00:00
qt2 Fix broken dependencies due to bump of PKGREVISION caused by Mesa update. 2003-03-12 21:02:24 +00:00
qt2-designer Unused. 2002-10-09 13:05:35 +00:00
qt2-designer-kde Merge changes in packages from the buildlink2 branch that have 2002-08-25 18:38:05 +00:00
qt2-docs Use buildlink2. 2002-08-26 17:33:28 +00:00
qt2-examples Fix problem in buildlink2 merge where the wrong buildlink file was used. 2002-08-26 17:34:01 +00:00
qt2-libs (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG; 2003-03-14 19:37:30 +00:00
qt3 Update qt3 to 3.1.2. This update fixes a large number of bugs. 2003-03-18 08:36:22 +00:00
qt3-docs Update qt3 to 3.1.2. This update fixes a large number of bugs. 2003-03-18 08:36:22 +00:00
qt3-libs Add header files invented by latest QT 3.x version. 2003-03-19 17:29:50 +00:00
qt3-mysql Substitute "LIBQT" by something sensible at build time instead of leaving 2003-02-18 19:16:53 +00:00
qt3-psql Substitute "LIBQT" by something sensible at build time instead of leaving 2003-02-18 19:16:53 +00:00
qt3-tools Update qt3 to 3.1.2. This update fixes a large number of bugs. 2003-03-18 08:36:22 +00:00
qtarch buildlink1 -> buildlink2 2002-09-20 21:32:05 +00:00
qwspritefield Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
qwt Remove redundant setting for BUILDLINK_DEPENDS.qt2-libs. 2002-09-20 21:31:38 +00:00
rep-gtk Use buildlink2. 2002-10-08 13:12:58 +00:00
ruby-fox Use BUILDLINK_PREFIX, and hope it fixes bulk build (cannot reproduce). 2003-01-10 17:57:13 +00:00
ruby-gtk Correct a paste-o in the last commit. 2002-03-21 04:37:43 +00:00
ruby-tcltklib Update ruby-tcltklib to ruby 1.6.6 based. 2001-12-30 16:24:58 +00:00
ruby-tk Update ruby-tk package to 1.6.8. Here is only distfile change. 2003-03-24 15:01:16 +00:00
rxvt Update to 2.7.10, provided by Geoff Wing in PR 20899. Also addresses 2003-03-27 07:14:25 +00:00
speyes Convert to buildlink2. 2002-10-21 01:34:28 +00:00
ssystem Bump PKGREVISION due to upgrade of Mesa and friends. 2003-03-09 19:23:09 +00:00
swing Fix the fetch of the swing distfile by noting that it must be fetched 2003-01-29 20:24:49 +00:00
tk On Linux, this used to create libtk8.3.4 - let's use nodots here, too, 2003-03-16 18:37:43 +00:00
tk-Tix convert to use test target from bsd.pkg.mk 2003-02-17 15:27:58 +00:00
tkinfo Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
tkman Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
unclutter Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
wdm Updated to version 1.22.1. 2003-02-23 17:33:31 +00:00
wmavgload Convert to buildlink2. 2002-10-21 13:33:32 +00:00
wmessage Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
wmfire Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
wmfstatus Convert to buildlink2. 2002-10-21 13:33:32 +00:00
wmweather Need -lsocket on Solaris 2002-10-27 13:41:25 +00:00
wterm Fix scary amount of build warning on NetBSD systems with UTMPX support. 2002-11-21 16:18:16 +00:00
wx1Motif Replace collver@linuxfreemail.com with collver1@attbi.com. 2002-12-24 18:55:32 +00:00
wxGTK USE_PKGLOCALEDIR=yes 2003-01-10 08:00:02 +00:00
wxWindows-docs Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
x2x Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
x3270 Fix PLIST (noticed in arm bulk build) 2003-03-15 16:51:02 +00:00
xaniroc Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
XaoS Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
xautolock Use buildlink2. 2003-01-08 10:58:21 +00:00
Xaw-Xpm Use ${_OPSYS_RPATH_NAME} instead of bare `-R' 2003-03-03 14:22:41 +00:00
Xaw3d Use ${_OPSYS_RPATH_NAME} instead of bare `-R' 2003-03-03 14:22:41 +00:00
Xbae Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
xbanner Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
xbindkeys Change my email address to the NetBSD one (hispabsd.org -> netbsd.org). 2003-01-03 15:26:54 +00:00
xbindkeys-config Change my email address to the NetBSD one (hispabsd.org -> netbsd.org). 2003-01-03 15:26:54 +00:00
xcb Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
xclip Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
xcolors Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
xcolorsel Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
xcruise Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
xcursorgen Import new "xcursorgen" package: 2003-03-08 08:25:30 +00:00
xdaemon Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
xdaemon2 Give all packages which depend on "png" a version bump, and update 2002-03-13 17:36:35 +00:00
xdialog Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
xdm3d Substitute a couple of mkdir' by ${MKDIR}'. 2002-06-26 10:29:33 +00:00
xearth Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
xephem Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
XF86Setup Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
xfce fix "missing libiconv" build problem by LTCONFIG_OVERRIDE -> LIBTOOL_OVERRIDE 2002-12-10 19:06:13 +00:00
xfishtank Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
xflame Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
xforms Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
xfstt Updated to version 1.4. 2003-02-22 13:33:31 +00:00
xgas Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
xglobe Update MASTER_SITES and HOMEPAGE. 2002-07-10 17:15:18 +00:00
xhangglider Pass environment for installation properly. 2002-03-09 17:05:46 +00:00
xjman Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
xkbd make this compile when Xft does not exist (pre-XF4 systems) 2003-02-05 22:03:01 +00:00
xkbset Add a missing dependency to Perl. 2002-12-28 07:40:41 +00:00
xkeycaps Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
xless Remove patch-ab (which disabled the __P macro handling). Hopefully fixes 2003-03-09 12:02:40 +00:00
xlockmore We need a glu/buildlink2.mk here, too. 2003-03-24 17:54:01 +00:00
xlogout Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
xlupe Convert to buildlink2. 2002-10-21 01:49:28 +00:00
xmascot Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
XmHTML Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
xmindpath Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
xmon Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
xmountains Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
xmove Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
xmx Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
xneko Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
xp Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
xpaste Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
xpenguins Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
xphoon Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
xplanet Bump PKGREVISION due to upgrade of Mesa and friends. 2003-03-09 19:23:09 +00:00
xpmicons remove a MASTER_SITE which no longer exists. 2003-02-10 11:53:16 +00:00
xpmroot Updated xpmroot to 2.4.15 (to match the current fvwm2 version). There are 2003-01-26 13:13:51 +00:00
xpns Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
xpostit Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
Xrender Avoid building this package when X11PREFIX == X11BASE and there's already 2003-01-14 09:26:34 +00:00
xscreensaver Update to 4.09: 2003-03-25 10:38:00 +00:00
xscreensaver-gnome Update to 4.09: 2003-03-25 10:38:00 +00:00
xscribble Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
xscript Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
xservers Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. 2002-12-07 02:38:52 +00:00
xsnow Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
xteddy Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
xteddy2 Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
xterm Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
xtermset Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
xtoolwait Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
xvattr Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. 2002-12-07 02:38:52 +00:00
xview Merge changes in packages from the buildlink2 branch that have 2002-08-25 19:21:43 +00:00
xview-clients Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
xview-config Merge changes in packages from the buildlink2 branch that have 2002-08-25 18:38:05 +00:00
xview-lib Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
xwatchwin Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
xwit Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more 2003-03-03 04:17:23 +00:00
xworld Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
xwrits Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
Makefile Sort. 2003-03-13 10:54:20 +00:00