pkgsrc/x11
wiz b040c878f6 Update to 6.3, provided by Leonard Schmidt in PR 32510.
Add perl to TOOLS, since configure stops if it's not found.

6.3  Wed Jan  4 22:37:10 CET 2006
- SECURITY FIX: on systems using openpty, permissions were
  not correctly updated on the tty device and were left as
  world-readable and world-writable (likely in original rxvt,
  too), and were not restored properly. Affected are only
  systems where non-unix ptys were used (such as most BSDs, not
  GNU/Linux). (found, patched and debugged by Ryan Beasley).
- meta8 support was forcefully enabled in most configurations.
  restored configurability of this (useless) feature (reported
  by Mikachu).
- optionally embed a perl interpreter, which can be used for more
  intelligent/customized selection support, visual feedback,
  menus, tabs etc. See the the urxvtperl manpage, the -pe option,
  perl*-resources and keysym resources. Not everything is there yet.
- try to be more clever about differing font sizes and their ascent.
  Not guarenteed to work, but works better in most cases now.
- fix directory permissions on install.
- implemented option to disable built-in line drawing characters
  and fall back to the font ones (patch by Martin Pohlack).
- disabled sched_yield support: the linux version is just too useless
  (it schedules nice'd processes before the own one for extended
  periods). Too bad, it could reduce system time by a factor of 5 here.

6.2  Mon Jan  2 16:03:01 CET 2006
- implemented intensityStyles option which enables/disables bold/blink
  selecting high intensity foreground/background colours, suggested by
  Chuck Blake.
- move iso14755 character feedback box out of the way if it would
  obscure the mouse cursor position.
- replaced callback.h by a fixed version from gvpe that correctly
  returns the callback result (affects new -pty-fd semantics in urxvtc
  on a few architectures). Reported by darix.
- include one trailing space in rectangular selections to indicate
  the inserted newline (yeah, weird, but visually more pleasing).
- try to use sched_yield to (drastically) improve terminal data
  transfer efficiency.
- further minor cleanups.

6.1  Tue Dec 27 13:23:40 CET 2005
- update iso8859-7 table (euro and drachma round-trip et al.).
- fix a crash when the selection scrolls out of the scrollback
  while the user still drags.
- selections that were partially scrolled out of the window were
  not drawn correctly.
- lines newly scrolled in were not initialized properly, leading
  to extremely long lines and (hopefully) some segfaults.
- iso14755 overlay position was wrong.
- iso14755 overlay now displays rendition info, too.
- use unicode white space class instead of hardcoded values for
  stripping whitespace.
- do whitespace stripping on rectangular selections.
- slight cleanups in src/features.h.

6.0  Sat Dec 24 13:58:56 CET 2005
- make it compile without SMART_RESIZE again.
- enable slow link support by default.
- fix relative cursor-positioning not respecting scrolling regions
  (also a bug in original rxvt).
- initialize termios structure to zero when fetching it fails
  (see http://www.freebsd.org/cgi/query-pr.cgi?pr=84647 for a
  partial patch).
- bump max columns/rows to 10000 each.
- bump max savelines to 10000000.
- -pty-fd now passes the urxvtc fd to the urxvtd process.
- avoid linking against -lnsl/-lsocket/-lxpg4 unless neccessary.
- major code cleanup (still not complete, though).
- implement -hold option.
- _major_ rewrite of internal buffer handling:
- re-flow on resize, lines get wrapped instead of winged.
- circular line buffer (substantially speeds up scrolling).
- slightly less code + data memory usage per terminal.
- slight overall speed improvements.
- considerably improved code clarity.
- partial-screen scrolls no longer end up in the scrollback
  buffer.

5.9  Sat Dec 17 21:53:17 CET 2005
- fix a bug in the menu code of unknown impact, found by darix.
- clean up signal handling to be global, not per terminal
  (matters only for rxvtd).
- fix small typoe in rxvt.1 (found by Mike Fabian).
- don't crash when broken xft/fontconfig/freetype versions return
  bogus data, ignore the xft font instead (experienced on suse).
2006-01-12 22:58:51 +00:00
..
9term Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
acidlaunch Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
asnap Use imake variables for man page location. 2005-12-04 01:18:49 +00:00
aterm Update to 1.0.0. Too many changes to list, please see the Changelog 2006-01-01 12:58:00 +00:00
bbapm Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
blt Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
compositeext Fix MASTER_SITES as the old site does not exist anymore. 2005-09-07 16:49:40 +00:00
control-center Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
devilspie Added patch-aa for ISO C90 compatibility. 2005-12-18 21:31:46 +00:00
dfm Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
dtx11session Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
dxpc Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
ebuilder Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
ede Initial import of ede-1.0.4. 2005-09-02 14:42:52 +00:00
efltk Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql 2006-01-08 18:35:08 +00:00
egtk Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
eterm Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
fbdesk Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
filerunner Fix NetBSD statvfs check to be >= 299000900 not >= 200040000 2005-09-06 08:10:57 +00:00
fixesext Fix MASTER_SITES as the old site does not exist anymore. 2005-09-07 16:49:40 +00:00
fltk Change my MAINTAINER email address to the one I've been using for 2005-12-17 05:20:21 +00:00
fox fix a conditional to appease bmake 2005-08-20 10:50:52 +00:00
fspanel Patch fspanel.c so the workspace switching buttons (like 1, 2 ,3) 2005-08-01 17:10:32 +00:00
fvwm-wharf Enable the "depend" target to make "xmkmf -a" work. 2005-09-18 20:21:17 +00:00
gdkxft Remove obsolete check for libXft.a, let the buildlink magic handle it. 2005-11-08 15:40:28 +00:00
gdm Recursive PKGREVISION bump for gnutls shlib major bump. 2005-12-31 12:32:31 +00:00
ggiterm ggiterm links against multi-threaded library, ensure that it is linked 2006-01-12 13:32:47 +00:00
gnome-desktop Update to 2.12.2: 2006-01-06 17:53:06 +00:00
gnome-libs Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
gnome-mag Update to 0.12.1: changes unknown. 2005-08-21 11:33:05 +00:00
gnome-panel DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
gnome-session Recursive PKGREVISION bump for gnutls shlib major bump. 2005-12-31 12:32:31 +00:00
gnome-themes Recursive PKGREVISION bump for gnutls shlib major bump. 2005-12-31 12:32:31 +00:00
gnome-themes-extras Recursive PKGREVISION bump for gnutls shlib major bump. 2005-12-31 12:32:31 +00:00
gnome2-applets DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
gnome2-control-center Recursive PKGREVISION bump for gnutls shlib major bump. 2005-12-31 12:32:31 +00:00
gnome2-terminal Recursive PKGREVISION bump for gnutls shlib major bump. 2005-12-31 12:32:31 +00:00
gnopernicus Recursive PKGREVISION bump for gnutls shlib major bump. 2005-12-31 12:32:31 +00:00
gnustep-back Update gnustep-back to 0.10.1. This introduces some enhancements to the 2005-09-30 23:18:41 +00:00
gnustep-gui Update gnustep-gui to 0.10.1. This uses v19 of portaudio for the sound 2005-09-30 23:16:22 +00:00
gnustep-preferences Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
gromit this needs libX11, so explicitly link against it and include 2005-08-27 07:30:30 +00:00
gtk Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
gtk+extra Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
gtk-engines Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
gtk-thinice-engine Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
gtk2 Update to 2.8.10: 2006-01-12 17:31:03 +00:00
gtk2+extra remove an unnecessary LTCONFIG_OVERRIDE, add a PKGCONFIG_OVERRIDE 2005-09-08 16:16:24 +00:00
gtk2-chtheme Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
gtk2-engines Added patch-aa for ISO C90 compatibility. 2005-12-18 20:49:48 +00:00
gtk2-engines-bluecurve Add missing article in comment. 2005-10-02 09:09:31 +00:00
gtk2-theme-switch Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
gtkglarea Stop using USE_X11BSASE. Bump PKGREVISION. 2005-10-23 19:06:32 +00:00
gtkglarea2 Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
gtkmm Changes 2.8.0: 2005-10-03 13:11:49 +00:00
gtksourceview Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
gtkstep Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
gtkterm2 Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
gtoolkit Let gtoolkit-example honor GNUSTEP_MAKEFILES. 2005-09-22 01:10:55 +00:00
hanterm DragonFly and errno fixes. 2005-12-04 01:10:33 +00:00
hot-babe Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
hsetroot Fix C99 variable declarations to make this pkg compile with gcc 2.95. 2005-07-25 03:14:09 +00:00
imwheel Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
kde3-i18n-af Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-ar Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-az Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-bg Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-bn Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-br Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-bs Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-ca Patch .po headers so that it works with older msgfmt. Should fix bulkbuild 2005-12-19 11:12:27 +00:00
kde3-i18n-cs Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-cy Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-da Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-de Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-el Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-en_GB Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-eo Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-es Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-et Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-eu Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-fa Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-fi Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-fr Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-fy Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-ga Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-gl Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-he Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-hi Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-hr Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-hu Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-is Patch .po header so that it works with older msgfmt. Should fix bulkbuild 2005-12-19 11:09:51 +00:00
kde3-i18n-it Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-ja Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-km Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-ko Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-lt Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-lv Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-mk Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-mn Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-ms Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-nb Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-nds Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-nl Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-nn Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-pa Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-pl Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-pt Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-pt_BR Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-ro Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-ru Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-rw Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-se Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-sk Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-sl Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-sr Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-sr_Latn Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-ss Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-sv Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-ta Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-tg Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-tr Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-uk Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-uz Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-zh_CN Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kde3-i18n-zh_TW Update to KDE 3.5 2005-12-11 12:36:14 +00:00
kdebase3 DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
kdelibdocs3 Update to KDE 3.5 2005-12-11 11:06:12 +00:00
kdelibs3 Don't change ${PREFIX}/share/pixmaps to ${PREFIX}/share/kde/pixmaps. 2005-12-29 23:41:42 +00:00
keylaunch Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
kkbswitch Drop trailing whitespace. 2005-09-22 13:26:11 +00:00
kmessage Removed trailing white-space. 2005-05-23 08:26:03 +00:00
kterm Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
lablgtk Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
lablgtk2 DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
labltk Include TK_LD_FLAGS and TCL_LD_FLAGS for the link specification, 2005-12-22 23:23:17 +00:00
lesstif Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
libexo Remove irrelevant comments and fix the package path. 2005-10-03 05:10:03 +00:00
libxfce4gui Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT. 2005-11-09 07:09:04 +00:00
libxfce4mcs Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT. 2005-11-09 07:09:04 +00:00
libxfce4util pdated Xfce to 4.2.3.2 2005-11-17 08:16:19 +00:00
libxklavier Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
libzvt Reset maintainer, posix dot org dot uk has no DNS entry. 2005-09-23 20:08:05 +00:00
matchbox-common Initial import of matchbox-common into the NetBSD Packages Collection. 2005-12-31 13:26:20 +00:00
matchbox-desktop Initial import of matchbox-desktop into the NetBSD Packages Collection. 2005-12-31 13:29:26 +00:00
matchbox-nest Initial import of matchbox-nest into the NetBSD Packages Collection. 2005-12-31 13:30:29 +00:00
matchbox-panel Remove unnecessary msgfmt configure environment settings and a duplicated 2006-01-07 12:47:55 +00:00
matchbox-panel-manager This is matchbox-panel-manager for managing the Matchbox panel. 2005-12-31 13:34:26 +00:00
matchbox-themes-extra Initial import of matchbox-themes-extra into the NetBSD Packages Collection. 2005-12-31 13:35:18 +00:00
mlterm Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
modeline Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
mowitz Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
mrxvt Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
multi-aterm Remove some more *LEGACY* settings that are over a month old and 2005-10-05 13:29:49 +00:00
multi-gnome-terminal Fix GCC 3.4+: label at end of compound statement. 2005-12-15 16:53:08 +00:00
mxterm Bump all motif packages for recent openmotif update. The major version 2005-12-12 21:36:54 +00:00
neXtaw Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
numlockx Update from maintainer via PR 31506. Thank you, Leonard. 2005-10-11 19:16:33 +00:00
ocaml-graphics Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
oneko Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
openmotif Fix build on NetBSD systems: 2006-01-09 13:13:52 +00:00
p5-gtk Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-gtk2 Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Tk Fix errno and linkage on DragonFly. Fix dependency detection problem 2005-12-12 18:04:47 +00:00
p5-X11-Protocol Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
paragui Convert aalib to options framework, adding an 'x11' option, and remove 2005-12-11 09:40:37 +00:00
py-gnome2 Recursive PKGREVISION bump for gnutls shlib major bump. 2005-12-31 12:32:31 +00:00
py-gnome2-extras DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
py-gtk2 Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
py-Pmw Update to version 1.2 2005-10-07 17:44:27 +00:00
py-qt2 Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
py-qt2-sip Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
py-qt3-base Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build", 2006-01-05 10:08:58 +00:00
py-qt3-modules Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build", 2006-01-05 10:08:58 +00:00
py-qt3-qscintilla Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build", 2006-01-05 10:08:58 +00:00
py-qt3-sip BUILDLINK_DEPMETHOD.qt3-tools change was bogus here, py-qt3-sip pulls in 2006-01-05 12:00:39 +00:00
py-Tk Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
py-wxWidgets Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
py-Xlib Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
pygtk Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
qt1 Add DragonFly support. Move two methods in qfont.h out of private scope, 2005-12-12 14:56:07 +00:00
qt2 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
qt2-designer Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
qt2-docs Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
qt2-examples Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
qt2-libs Use SUBST framework, patch files directly. 2006-01-05 21:21:54 +00:00
qt3 Changes 3.3.5: 2005-09-27 07:46:20 +00:00
qt3-docs Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
qt3-libs We don't need the .else clause in the GCC 3.3 NetBSD/sparc hack. 2006-01-12 20:59:56 +00:00
qt3-mysql Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql 2006-01-08 18:35:08 +00:00
qt3-psql Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
qt3-qscintilla Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
qt3-tools Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build", 2006-01-05 10:08:58 +00:00
qtarch Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
qwspritefield Fix GCC 3.4 by adding explicit this for template calls. 2005-12-12 15:16:36 +00:00
qwt Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
randrext Fix MASTER_SITES as the old site does not exist anymore. 2005-09-07 16:49:40 +00:00
renderext Initial import of renderext-0.9: 2005-10-15 16:36:57 +00:00
rep-gtk Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
ruby-gnome2-gtk Import ruby-gnome2-gtk from pkgsrc-wip. Packaged by Dieter Roelants. 2006-01-08 03:47:23 +00:00
ruby-gtk Bump PKGREVISION by update of ruby18-base package. 2006-01-03 15:07:28 +00:00
ruby-tk Update ruby-tk pacakge to 1.8.4. 2006-01-03 14:41:21 +00:00
rxvt Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
rxvt-unicode Update to 6.3, provided by Leonard Schmidt in PR 32510. 2006-01-12 22:58:51 +00:00
speyes Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ssystem this needs flex to build. 2005-08-27 12:51:10 +00:00
startup-notification Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
swing Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
Terminal Remove files that should have not been imported. 2005-10-15 18:52:39 +00:00
tile Added a compatibility patch for ISO C90 compilers. 2005-10-23 13:32:39 +00:00
tk Fixed wrong use of WRKSRC. 2005-11-03 23:09:24 +00:00
tk-BWidget Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making 2005-07-15 18:27:48 +00:00
tk-Tix Don't use matherr hack on DragonFly -- it's not supported. 2005-12-12 15:49:47 +00:00
tk83 Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
tkinfo Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
tkman Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
tzosdclock Import tzosdclock from pkgsrc-wip. Packaged by Greg Schenzel. 2005-10-28 02:46:19 +00:00
unclutter Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
vte update to 0.11.15 2005-08-26 16:37:51 +00:00
wdm Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
wmavgload Add DragonFly. 2006-01-04 15:16:11 +00:00
wmfire Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
wmfstatus Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
wmweather Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
wterm Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wxGTK Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
wxGTK-contrib Update wxGTK to 2.6.1. 2005-08-07 11:26:17 +00:00
wxGTK24 Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
wxhaskell Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
wxWindows-docs Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
x2x Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
x11vnc Initial import of x11vnc-0.7.2 from pkgsrc-wip, packaged by 2005-08-05 00:08:57 +00:00
x3270 These packages all use mkfontdir at run-time so add the appropriate 2005-11-08 18:22:09 +00:00
xaniroc Fix build problem under NetBSD 3.0_BETA caused by broken signal 2005-04-14 07:28:40 +00:00
XaoS Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
xautolock Fix compilation with GCC 3.4+. Let imake decide where to place 2005-12-04 01:17:43 +00:00
Xaw-Xpm Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
Xaw3d Home page disappeared, comment it out. 2005-10-12 12:40:58 +00:00
Xbae Bump all motif packages for recent openmotif update. The major version 2005-12-12 21:36:54 +00:00
xbanner Do not include <malloc.h>. 2005-07-20 17:38:05 +00:00
xbindkeys Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
xbindkeys-tk Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
xcb Define "BUILD_TARGET" so that "Xcb.ad" really gets built. 2005-04-14 07:33:38 +00:00
xclip Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
xcolors Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
xcolorsel Package only supports Xaw3d, so use its bl3.mk file instead 2005-06-02 19:33:47 +00:00
xcompmgr Removed trailing white-space. 2005-09-28 14:31:06 +00:00
Xcomposite Fix MASTER_SITES as the old site does not exist anymore. 2005-09-07 16:49:40 +00:00
xcruise Regenerate so that the Mac OS X patch program undestands how 2005-07-20 17:21:27 +00:00
xcursor Fix typo. To avoid IS_BUILTIN.xcursor always be "no". 2005-12-04 01:46:45 +00:00
xcursorgen Unsurprisingly, xcursorgen needs to depend on xcursor. Remove the 2005-06-10 22:47:36 +00:00
xdaemon Fixed typo (CONFLICT => CONFLICTS). Sorted PLIST. Bumped PKGREVISION. 2005-10-23 23:01:49 +00:00
xdaemon2 Fixed a typo (CONFLICT => CONFLICTS). Sorted PLIST. Bumped PKGREVISION. 2005-10-23 23:04:00 +00:00
xdesktopwaves Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
xdialog Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
xdm3d Newer versions of NetBSD (and possibly other OS's) install xdm into 2005-12-28 17:51:58 +00:00
xearth Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xephem Bump all motif packages for recent openmotif update. The major version 2005-12-12 21:36:54 +00:00
xextensions BUILDLINK_PREFIX.xextensions is not available in builtin.mk, so the check 2005-10-09 21:43:02 +00:00
XF86Setup Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
xfce3 sys/errno.h + extern errno => errno.h 2005-12-14 15:35:25 +00:00
xfce4-clipman-plugin Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT. 2005-11-09 07:09:04 +00:00
xfce4-desktop Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
xfce4-gtk2-engine Rename xfce4-gtk2-engines to xfce4-gtk2-engine to match the package name. 2005-11-09 08:50:31 +00:00
xfce4-mcs-manager Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT. 2005-11-09 07:09:04 +00:00
xfce4-mcs-plugins Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT. 2005-11-09 07:09:04 +00:00
xfce4-notes-plugin Added patch-aa for compatibility with ISO C90. 2005-12-18 22:56:15 +00:00
xfce4-panel Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
xfce4-session Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
xfce4-taskbar-plugin Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT. 2005-11-09 07:09:04 +00:00
xfce4-toys Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT. 2005-11-09 07:09:04 +00:00
xfce4-trigger-launcher Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT. 2005-11-09 07:09:04 +00:00
xfce4-utils Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
xfce4-windowlist-plugin Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT. 2005-11-09 07:09:04 +00:00
xfishtank Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
Xfixes Fix MASTER_SITES as the old site does not exist anymore. 2005-09-07 16:49:40 +00:00
xflame Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
xforms Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
XFree86-clients Bumped the PKGREVISION of the packages that have been broken by the recent 2005-12-08 09:52:15 +00:00
XFree86-imake Bumped the PKGREVISION of the packages that have been broken by the recent 2005-12-08 09:52:15 +00:00
XFree86-libs Bumped the PKGREVISION of the packages that have been broken by the recent 2005-12-08 09:52:15 +00:00
XFree86-server Bumped the PKGREVISION of the packages that have been broken by the recent 2005-12-08 09:52:15 +00:00
xfstt Only @PREFIX@ is used. 2006-01-05 20:35:12 +00:00
xgas Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
xglobe Explicitly link multithreaded programs against thread library. 2006-01-04 14:54:17 +00:00
xhangglider Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
xjman Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
xkbd Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
xkbset Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
xkeycaps Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
xless Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xlockmore Remove manual app-default parameter again, now that the underlaying 2006-01-12 19:37:44 +00:00
xlockmore-lite Reset package revision after recent update. 2006-01-10 10:12:06 +00:00
xlogout Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
xlupe Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xmascot Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4 2006-01-04 04:29:05 +00:00
XmHTML Bump all motif packages for recent openmotif update. The major version 2005-12-12 21:36:54 +00:00
xmindpath Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
xmms-osd Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
xmon Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
xmountains Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
xmove Do not include <malloc.h>. 2005-07-20 16:03:24 +00:00
xmx Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
xneko Added {BIN,MAN}{OWN,GRP} to MAKE_ENV to support building xneko as 2005-12-20 20:55:08 +00:00
xnodecor Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
xorg-clients Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
xorg-imake Bumped the PKGREVISION of the packages that have been broken by the recent 2005-12-08 09:52:15 +00:00
xorg-libs Update xorg-libs to 6.8.2nb6 2006-01-08 14:51:11 +00:00
xorg-server Remove stuff that was marked for removal after 2005Q4. 2006-01-01 18:53:03 +00:00
xosd Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
xp errno and ANSI fixes. 2005-12-04 01:21:00 +00:00
xpad Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
xpaste Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
xpenguins Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
xphoon Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
xplanet Changes 1.2.0: 2005-06-30 15:06:24 +00:00
xpmicons Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
xpmroot Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
xpns Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
xpostit Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
Xrandr-mixedcase Fix MASTER_SITES as the old site does not exist anymore. 2005-09-07 16:49:40 +00:00
Xrender Update to 0.9.0: 2005-10-15 16:37:21 +00:00
xrestop Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
xscreensaver Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
xscreensaver-demo Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
xscribble Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
xscript Fix errno usage. 2005-12-04 00:52:10 +00:00
xservers Update "xservers" package to version 3.3.6.5: 2006-01-06 17:20:21 +00:00
xsnow Use new IMAKE_GAMEMAN_* variable for PLIST. 2005-12-04 01:53:18 +00:00
xteddy Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
xteddy2 Fixed a typo (CONFLICT => CONFLICTS). Bumped PKGREVISION. 2005-10-23 23:05:46 +00:00
xterm Reset maintainer on request. 2006-01-03 19:28:40 +00:00
xtermset Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
xtoolwait Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xvattr Just expect X11 libraries to provide Xv, since XFree86 and Xorg 2005-12-04 00:58:22 +00:00
xvidcap Redundant include. 2005-12-28 16:44:54 +00:00
xvidcap-gtk2 Don't hard-wire -lpthread. Fallback to fsync for fdatasync. Depend 2005-12-28 16:52:25 +00:00
xview Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
xview-clients olwm needs EXTRA_LDFLAGS handling as well. 2006-01-10 18:30:16 +00:00
xview-config Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
xview-lib First try on fixing xview. Fix errno. Add DragonFly support. 2006-01-05 18:25:56 +00:00
xwatchwin Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xwit Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
xworld Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
xwrits Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
zenity Update to 2.12.1: 2005-10-14 21:49:08 +00:00
Makefile Add ruby-gnome2-gtk. 2006-01-08 03:50:28 +00:00