pkgsrc/x11
obache f9f91e3b23 Update xterm to Patch#246.
Patch #246 - 2009/8/16

    * remove obsolete logic for saving/restoring wrapping flags, which did not
      work on 64-bit platform. Wrapping flags (stored in the line-index) are now
      copied with line-data (Debian #541160).
    * modify comments in app-defaults files to avoid problem with C preprocessor
      used by xrdb (Debian #541603).
    * restore special case in makeColorPair, needed for colorBDMode resource
      (Debian #541089).
    * correct SetLineFlags() macro, broken in patch #244 when recoding to avoid
      gcc-specific bitfields (Debian #541236).
    * modify initialization of screen buffers to ensure that pointers align to
      int-boundaries. This fixes a problem introduced in patch #244 where the
      color- and character-arrays (stored after the video-attributes in each
      row) might be misaligned (report by Rajeev V Pillai).
    * add limit-check in ScrnRefresh for handling saved-lines from the circular
      buffer which are repainted on a screen whose width has increased. To
      improve performance, circular buffer entries are not resized (report by
      Rajeev V Pillai).
    * correct type for CellColor (a late change in patch #244 to avoid gcc-
      specifc enums made that unsigned rather than unsigned short, for the
      256-color option).
    * fix typo in configure option --enable-16bit-chars (report by Rajeev V.
      Pillai).

Patch #245 - 2009/8/12

    * correct a special case in saving FIFO-lines from patch #244. If the screen
      was shrunk, xterm used the wrong amount for copying to FIFO-lines, and
      then used this amount to adjust the current row on the screen. That was
      both a visible defect (Debian #541109) as well as a potential addressing
      error (Debian #541132, #541160, and #541236).
    * add clarification in xterm manual about the various allowXXXOps resources,
      which are disabled when the allowSendEvents resource is active (patch by
      Julien Cristau, Debian #531597).

Patch #244 - 2009/8/9

    * refactored storage of saved-lines, providing a configure option to manage
      them as a FIFO (actually a circular buffer), improving performance. Added
      configure option --enable-fifo-lines to enable/disable the new feature (it
      is enabled by default).
    * added fastScroll resource, to amuse people who measure terminal emulator
      performance by cat'ing large files to the screen.
    * modify check in readPtyData from return values to provide exit on zero-
      bytes read from pty for FreeBSD, or eliminate high-CPU in "xterm-hold"
      processing (discussion with Ulrich Spoerlein, FreeBSD ports/136686). The
      check was originally modified to combine negative/zero values in
      XFree86-3.1.2E, 1996/05/06.
    * add configure option --enable-16bit-chars to provide wide-characters with
      16-bits (rather than the default 32-bits).
    * add retryInputMethod resource to allow configuring out the retries xterm
      uses to connect to non-responsive XIM server, to work around defective X
      configurations as noted in NetBSD mailing list.
      http://mail-index.netbsd.org/tech-x11/2009/06/07/msg000511.html
    * make regular-expression selection work for VT100 double-sized characters.
    * improve layout when drawing missing characters in a proportional font,
      e.g., as boxes, to take into account whether they are double-width
      (report by Guilbert Stabilo on comp.unix.shell).
    * add capability for keypad-center (kb2/KA2) to termcap entry for xterm-new,
      as well as xterm-8bit, xterm-sun and xterm-vt220 (FreeBSD conf/136336).
    * change default for keepSelection resource to true (prompted by discussion
      with David Muir Sharnoff).
    * remove a limit-check in ptydata.c, allowing Unicode values past 64k to be
      displayed using TrueType fonts (Debian #458432).
    * remove a vt52-specific ifdef to allow mapping F1-F4 to PF1-PF4 when vt52
      support is not compiled (report by Olaf 'Rhialto' Seibert).
    * save/restore line-wrapping flags when converting from ISO-8859-1 encoding
      to UTF-8 encoding, as well as when resizing screen.
    * remove extra adjustment of position in fix for Debian #418324.
    * modify default check for mkWidth resource to check for line-drawing
      characters, which are categorized as double-width in Solaris 10 (report by
      Sebastian Kayser).
    * add "print-everything" action (patch by Ovidiu Gheorghioiu).
    * start refactoring scrollback data using new getLineData() function.
    * demote recent change to Debian #252873 fix to experimental, ifdef'd out as
      EXP_BOGUS_FG (Debian #522141).
    * work around groff mapping of ASCII quotes using macros (requested by
      Reuben Thomas based on Colin Watson advice, fixes Debian #378700).
    * correct symbol used for default of allowWindowOps which was DEF_ALLOW_FONT
      rather than DEF_ALLOW_WINDOW (report by Matthieu Herrb).
    * amend fix for tek4014 from patch #243 to make it only apply to the Tek
      Options menu.
2009-08-30 05:40:06 +00:00
..
9term
acidlaunch bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
alacarte bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
antiright bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
appres
asnap
aterm bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
bbapm Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 22:06:39 +00:00
beforelight Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
bigreqsproto Update to 1.1.0: 2009-08-29 15:23:32 +00:00
bitmap Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
blt MAKE_JOBS_SAFE=no 2009-08-03 12:46:26 +00:00
bwidget Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
compositeproto Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
damageproto Update to 1.2.0: 2009-08-29 15:24:36 +00:00
desklaunch user-destdir support 2009-07-07 18:34:01 +00:00
deskmenu bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
devilspie bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
dfm bump revision because of graphics/jpeg update 2009-08-26 20:22:51 +00:00
dmenu add options.mk 2009-06-15 08:18:20 +00:00
docker Fix linking problems which caused missing rpath with native X11. 2009-01-17 19:00:14 +00:00
dri2proto Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
driconf bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
dtx11session user-destdir support 2009-07-07 18:25:56 +00:00
dxpc user-destdir support 2009-07-07 18:25:56 +00:00
ede bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
editres Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
efltk bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
egtk Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
eterm bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
evieext Update to 1.1.0: 2009-08-29 15:26:14 +00:00
fast-user-switch-applet bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
fbdesk bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
filerunner user-destdir support 2009-07-07 18:25:56 +00:00
fixesproto Downgrade to 4.0 -- 4.1 needs xextproto-7.0.99.1 and I'm not prepared 2009-07-23 22:26:05 +00:00
fltk bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
fltk2 bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
fontcacheproto Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
fontsproto Update to 2.1.0: 2009-08-29 15:27:29 +00:00
fox bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
fspanel user-destdir support 2009-07-07 18:21:47 +00:00
ftmenu bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
fvwm-wharf
gdm bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
ggiterm Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
glproto Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 22:06:39 +00:00
gnome-applets bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gnome-control-center bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gnome-desktop bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gnome-desktop-sharp bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gnome-mag bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gnome-panel bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gnome-screensaver bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gnome-session bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gnome-sharp bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gnome-terminal bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gnome-themes bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gnome-themes-extras bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gnopernicus bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gnustep-back Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
gnustep-gui bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gnustep-preferences Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
grandr_applet bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gromit bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gst-plugins0.10-x11 Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
gtk Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
gtk+extra Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
gtk-engines bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gtk-sharp bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gtk2 Update to 2.16.6: 2009-08-29 18:00:00 +00:00
gtk2+extra bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gtk2-chtheme bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gtk2-engines bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gtk2-engines-bluecurve bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gtk2-engines-murrine bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gtk2-theme-switch bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gtkglarea Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
gtkmm bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gtksourceview bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gtksourceview-sharp2 Mark as destdir-ready. 2009-08-29 13:08:42 +00:00
gtksourceview2 bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
gtkstep Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
gtkterm2 bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
hanterm Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
hot-babe bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
hsetroot bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
iceauth
ico
imwheel Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
inputproto Update to 1.5.1: 2009-07-22 12:34:33 +00:00
kbproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
kde3-i18n-af bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-ar bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-az bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-bg bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-bn bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-br bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-bs bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-ca bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-cs bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-cy bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-da bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-de bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-el bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-en_GB bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-eo bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-es bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-et bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-eu bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-fa bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-fi bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-fr bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-fy bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-ga bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-gl bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-he bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-hi bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-hr bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-hu bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-is bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-it bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-ja bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-kk bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-km bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-ko bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-lt bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-lv bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-mk bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-mn bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-ms bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-nb bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-nds bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-nl bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-nn bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-pa bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-pl bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-pt bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-pt_BR bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-ro bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-ru bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-rw bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-se bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-sk bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-sl bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-sr bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-sr_Latn bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-ss bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-sv bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-ta bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-tg bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-tr bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-uk bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-uz bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-vi bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-zh_CN bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kde3-i18n-zh_TW bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kdebase3 Same as for kdelibs3: 2009-08-29 23:03:34 +00:00
kdebindings-ruby bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kdelibdocs3 bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kdelibs3 Disable ssl support on NetBSD-5.99.15 and newer (openssl-1.0 snapshot) 2009-08-29 11:26:29 +00:00
keylaunch Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
kkbswitch bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kmessage bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kterm bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
lablgtk bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
lablgtk1 Not MAKE_JOBS_SAFE. Needs -fPIC. 2009-07-06 22:35:22 +00:00
labltk Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 22:06:39 +00:00
lbxproxy Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
lesstif Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
libdrm Update to 2.4.13: 2009-08-29 15:37:47 +00:00
libFS Update to 1.0.2: 2009-07-18 10:30:19 +00:00
libgnomekbd bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
libICE Update to 1.0.6: 2009-08-29 15:28:51 +00:00
liblbxutil Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
liboldXrandr Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libSM Update to 1.1.1: 2009-08-09 00:18:06 +00:00
libunique bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
libX11 Update to 1.2.2: 2009-07-18 10:20:51 +00:00
libXau Update to 1.0.5: 2009-08-29 15:34:56 +00:00
libXaw Update to 1.0.6: 2009-07-18 10:23:55 +00:00
libxcb Update to 1.4: 2009-08-16 15:42:28 +00:00
libXcomposite Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXcursor Update to 1.1.10: 2009-08-29 15:35:51 +00:00
libXdamage Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXdmcp Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXevie Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
libXext Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libxfce4gui bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
libxfce4mcs bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
libxfce4util bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
libXfixes Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
libXfont Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
libXft Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
libXi Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXinerama Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libxkbfile Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
libxkbui Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
libxklavier Update to 4.0: 2009-08-09 08:04:24 +00:00
libXmu Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
libXp Allow using libXp with xsrc for NetBSD/current. 2009-08-20 17:59:10 +00:00
libXpm Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXprintUtil Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
libXrandr Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
libXrender Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
libXres Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
libXScrnSaver Update to 1.2.0: 2009-08-26 11:54:46 +00:00
libXt Update to 1.0.6: 2009-07-18 10:28:47 +00:00
libXTrap Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXtst Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXv Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
libXvMC Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
libXxf86dga Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXxf86misc Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libXxf86vm Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
listres Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
luit
matchbox-common update homepage and master_sites 2009-07-16 21:39:51 +00:00
matchbox-desktop update homepage and master_sites 2009-07-16 21:39:51 +00:00
matchbox-nest update homepage and master_sites 2009-07-16 21:39:51 +00:00
matchbox-panel Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
matchbox-panel-manager bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
matchbox-themes-extra Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
mlterm bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
modeline user-destdir support 2009-07-07 18:21:47 +00:00
modular-xorg-server changelog says libXinerama no longer needed. 2009-08-01 15:33:46 +00:00
mowitz Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
mrxvt bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
multi-aterm Mark as destdir ready. 2008-07-14 12:55:56 +00:00
mxterm Mark as destdir ready. 2008-07-14 12:55:56 +00:00
neXtaw user-destdir support 2009-07-07 18:21:47 +00:00
nucleo bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
numlockx user-destdir support 2009-07-07 18:10:38 +00:00
ocaml-graphics Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 22:06:39 +00:00
oneko
openbsd-input-ws Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
openmotif Move PKG_INSTALLATION_TYPES and PKG_DESTDIR_SUPPORT before bsd.prefs.mk. 2009-06-30 00:42:01 +00:00
p5-Clipboard adding destdir support and license of perl itself (META.yml) 2009-07-07 17:19:37 +00:00
p5-gtk Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
p5-gtk2 bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
p5-Gtk2-Ex-FormFactory Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Tk bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
p5-X11-Protocol Switched MAINTAINER address to my NetBSD address. 2009-03-21 09:00:15 +00:00
paragui bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
pixman Update to 0.16.0: 2009-08-29 15:50:18 +00:00
printproto Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
py-gnome2 Fix fallout from recursive jpeg shlib bump. 2009-08-27 18:53:36 +00:00
py-gnome2-desktop Fix fallout from recursive jpeg shlib bump. 2009-08-27 18:53:36 +00:00
py-gnome2-extras Fix fallout from recursive jpeg shlib bump. 2009-08-27 18:53:36 +00:00
py-gtk2 Fix fallout from recursive jpeg shlib bump. 2009-08-27 18:53:36 +00:00
py-gtksourceview bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
py-kiwi Fix fallout from recursive jpeg shlib bump. 2009-08-27 18:53:36 +00:00
py-Pmw regen so pkglint is happy. 2009-07-22 09:39:20 +00:00
py-qt3-base Fix fallout from recursive jpeg shlib bump. 2009-08-27 18:53:36 +00:00
py-qt3-modules Fix fallout from recursive jpeg shlib bump. 2009-08-27 18:53:36 +00:00
py-qt3-qscintilla bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
py-qt4 bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
py-sip update to 4.8.2 2009-07-29 19:44:51 +00:00
py-Tk Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-wxWidgets Fix fallout from recursive jpeg shlib bump. 2009-08-27 18:53:36 +00:00
py-xcbgen drop Python-2.4 support -- the Makefile was changed recently to 2009-06-18 11:15:47 +00:00
py-Xlib Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
qt3 bump revision because of graphics/jpeg update 2009-08-26 20:22:51 +00:00
qt3-docs bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
qt3-libs bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
qt3-mysql bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
qt3-pgsql bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
qt3-qscintilla bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
qt3-tools bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
qt4 update to 4.5.2 2009-07-07 16:36:05 +00:00
qt4-docs bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
qt4-libs bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
qt4-mysql bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
qt4-pgsql bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
qt4-qdbus bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
qt4-sqlite3 bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
qt4-tiff bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
qt4-tools bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
qwt Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
randrproto Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
ratmen user-destdir support 2009-07-07 18:04:13 +00:00
recordproto Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
rendercheck
renderproto Update to 0.11: 2009-07-22 12:56:45 +00:00
rep-gtk2 bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
resourceproto Update to 1.1.0: 2009-08-26 12:06:01 +00:00
rgb
rox-session bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
rox-wallpaper Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
ruby-gnome2-gnome bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
ruby-gnome2-gtk bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
ruby-gnome2-gtksourceview bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
ruby-gnome2-gtksourceview2 bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
ruby-gnome2-panelapplet bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
ruby-gnome2-vte bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
ruby-gtk bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
ruby-tk Update Ruby packages to 1.8.7.174 (1.8.7-p174). 2009-06-16 15:08:38 +00:00
rxvt user-destdir support 2009-07-07 18:16:00 +00:00
rxvt-unicode Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
scrnsaverproto Update to 1.2.0: 2009-08-26 11:53:59 +00:00
sessreg
setxkbmap Update to 1.1.0: 2009-07-17 20:20:59 +00:00
slock user-destdir support 2009-07-07 18:14:15 +00:00
space_dapp Fix DESTDIR installation. 2009-08-03 15:26:25 +00:00
speyes
ssystem bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
stalonetray
startup-notification Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
swing Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 22:06:39 +00:00
tile Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
tk Give up maintainership of packages where I am still listed as MAINTAINER. 2009-08-20 15:24:58 +00:00
tk-BWidget user-destdir support 2009-07-07 18:21:47 +00:00
tk-Tix user-destdir support 2009-07-07 18:21:47 +00:00
tk83 Give up maintainership of packages where I am still listed as MAINTAINER. 2009-08-20 15:24:58 +00:00
tkinfo
tkman
transset-df user-destdir support 2009-07-07 21:34:53 +00:00
trapproto Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
tzosdclock Add DESTDIR support. Needs libXt and libXinerama. Bump revision. 2009-02-07 22:02:30 +00:00
unclutter
videoproto Update to 2.3.0: 2009-08-29 15:29:47 +00:00
vte bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wdm bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wmavgload
wmfire Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
wmfstatus Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
wmweather Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
worker Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
wterm bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wxGTK24 bump revision because of graphics/jpeg update 2009-08-26 20:22:51 +00:00
wxGTK26 bump revision because of graphics/jpeg update 2009-08-26 20:22:51 +00:00
wxGTK26-contrib bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wxGTK28 bump revision because of graphics/jpeg update 2009-08-26 20:22:51 +00:00
wxGTK28-contrib bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wxhaskell bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wxWindows-docs Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
x2x update master site. 2009-05-12 21:43:48 +00:00
x11perf Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
x11vnc bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
x3270 Drop mkfontdir calls that are already done by pkginstall scripts. 2009-06-15 13:12:02 +00:00
xaniroc Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
XaoS Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xauth
xautolock
Xaw-Xpm Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
Xaw3d Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xbacklight
Xbae Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xbanner user-destdir support 2009-07-07 18:00:16 +00:00
xbindkeys Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
xbindkeys-tk user-destdir support 2009-07-07 17:57:22 +00:00
xbitmaps Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xcalc Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xcb Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xcb-proto Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xcb-util Update to 0.3.6: 2009-08-26 12:17:28 +00:00
xclip Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
xclock xclock(1) calls iconv_open(3), so it must be linked against -liconv on 2008-11-24 13:37:16 +00:00
xcmiscproto Update to 1.2.0: 2009-08-29 15:30:49 +00:00
xcolors Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xcolorsel Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xcompmgr Enable damage notification by default, as I've been using xcompmgr 2008-08-09 10:12:06 +00:00
Xcomposite Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xconsole Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xcruise user-destdir support 2009-07-07 17:57:22 +00:00
xcursor Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xcursorgen Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
xdaemon Remove the remaining NO_MTREE definitions, it has been a nop for a 2009-04-08 22:43:23 +00:00
xdaemon2 Remove the remaining NO_MTREE definitions, it has been a nop for a 2009-04-08 22:43:23 +00:00
xdesktopwaves Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
xdg-user-dirs user-destdir support 2009-07-07 17:54:26 +00:00
xdialog bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xdm Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xdm3d Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 22:06:39 +00:00
xdpyinfo
xdriinfo Import xdriinfo-1.0.2. NOTE: this package requires Mesa-7.0.4.1nb3 2008-10-21 06:27:52 +00:00
xearth add more mirror. 2009-05-01 15:31:14 +00:00
xephem user-destdir support 2009-07-07 17:57:22 +00:00
xev
xextproto Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xeyes
xf86-input-keyboard Bump PKGREVISION for modular-xorg-server update. 2009-06-07 11:24:35 +00:00
xf86-input-mouse Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xf86-input-vmmouse Update to 12.6.5: 2009-08-09 22:28:51 +00:00
xf86-input-void Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xf86-video-apm Update to 1.2.2: 2009-08-09 21:55:11 +00:00
xf86-video-ark Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xf86-video-ast Update to 0.89.9: 2009-08-09 22:30:12 +00:00
xf86-video-ati Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xf86-video-chips Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xf86-video-cirrus Update to 1.3.2: 2009-08-09 22:31:36 +00:00
xf86-video-cyrix Mark x11/xf86-video-cyrix and x11/xf86-video-imstt broken. 2009-06-15 10:49:15 +00:00
xf86-video-glint Update to 1.2.4: 2009-08-09 22:33:07 +00:00
xf86-video-i128 Update to 1.3.3: 2009-08-09 22:34:51 +00:00
xf86-video-i740 Update to 1.3.2: 2009-08-09 22:36:04 +00:00
xf86-video-imstt Mark x11/xf86-video-cyrix and x11/xf86-video-imstt broken. 2009-06-15 10:49:15 +00:00
xf86-video-intel hasso says that 2.8.0 is almost useless for any user not using Linux, 2009-08-10 06:17:21 +00:00
xf86-video-mach64 Update to 6.8.2: 2009-08-09 22:42:06 +00:00
xf86-video-mga Update to 1.4.11: 2009-08-09 22:43:28 +00:00
xf86-video-neomagic Update to 1.2.4: 2009-08-09 22:44:47 +00:00
xf86-video-nsc Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xf86-video-nv Update to 2.1.14: 2009-08-09 22:47:09 +00:00
xf86-video-nvxbox Bump PKGREVISION for modular-xorg-server update. 2009-06-07 11:24:35 +00:00
xf86-video-openchrome Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xf86-video-r128 Update to 6.8.1: 2009-08-09 22:48:47 +00:00
xf86-video-radeonhd Accumulated cursor fixes from upstream repository. Should fix a cursor 2009-06-11 07:00:31 +00:00
xf86-video-rendition Update to 4.2.2: 2009-08-09 22:49:53 +00:00
xf86-video-s3 Update to 0.6.3: 2009-08-09 22:51:13 +00:00
xf86-video-s3virge Update to 1.10.4: 2009-08-09 22:52:17 +00:00
xf86-video-savage Update to 2.3.1: 2009-08-09 22:53:55 +00:00
xf86-video-siliconmotion Update to 1.7.3: 2009-08-09 22:55:04 +00:00
xf86-video-sis Update to 0.10.2: 2009-08-09 22:56:13 +00:00
xf86-video-tdfx Update to 1.4.3: 2009-08-09 22:57:19 +00:00
xf86-video-tga Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xf86-video-trident Update to 1.3.3: 2009-08-09 22:58:28 +00:00
xf86-video-tseng Update to 1.2.2: 2009-08-09 22:59:39 +00:00
xf86-video-vesa Update to 2.2.1: 2009-08-09 23:00:39 +00:00
xf86-video-vga Add devel/xorg-util-macros build dependency for the drivers autoreconfed. 2009-06-10 07:24:48 +00:00
xf86-video-vmware Update to 10.16.7: 2009-08-09 23:01:37 +00:00
xf86-video-wsfb Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xf86bigfontproto Update to 1.2.0: 2009-08-29 15:31:55 +00:00
xf86dgaproto Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xf86driproto Update to 2.1.0: 2009-08-29 15:32:55 +00:00
xf86miscproto Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xf86vidmodeproto Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xfce3 bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xfce4-clipman-plugin bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xfce4-desktop bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xfce4-exo bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xfce4-eyes-plugin bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xfce4-gtk2-engine bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xfce4-mcs-manager bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xfce4-mcs-plugins bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xfce4-notes-plugin bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xfce4-panel bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xfce4-places-plugin bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xfce4-screenshooter-plugin bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xfce4-session bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xfce4-terminal bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xfce4-utils bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xfd Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xfishtank Mark as destdir ready. 2008-07-14 12:55:56 +00:00
Xfixes Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xflame Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xfontsel Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xforms bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xfstt Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xgamma
xgas user-destdir support 2009-07-07 17:45:09 +00:00
xglobe bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xgrk user-destdir support 2009-07-07 17:41:48 +00:00
xhangglider user-destdir support 2009-07-07 17:38:09 +00:00
xhost
xine-xcb Really mark as destdir-ready. 2009-08-29 13:06:34 +00:00
xineramaproto Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xinit Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xinput Update to 1.4.2: 2009-06-10 09:35:10 +00:00
xjman Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xkbcomp Update to 1.1.0: 2009-07-18 15:00:16 +00:00
xkbd Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xkbdata Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xkbset user-destdir support 2009-07-07 21:34:53 +00:00
xkeyboard-config Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xkeycaps Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xkill
xless user-destdir support 2009-07-07 17:22:27 +00:00
xload Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xlockmore bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xlockmore-lite Remove configure option "--without-glftgl" with is no longer recognized. 2009-02-04 13:16:33 +00:00
xlogo Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xlogout Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xlsclients
xlt Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xlupe Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xmag Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xman Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xmascot Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
xmessage Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
XmHTML bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xmindpath user-destdir support 2009-07-07 17:38:09 +00:00
xmms-osd bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xmodmap
xmon Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xmore Fix build in some environments and some compilers. x11/libXaw provides 2009-04-17 01:07:29 +00:00
xmountains Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xmove user-destdir support 2009-07-07 17:07:38 +00:00
xmx Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xneko user-destdir support 2009-07-07 17:07:38 +00:00
xnodecor user-destdir support 2009-07-07 17:07:38 +00:00
xorg-cf-files Avoid energizer-bunny-makefiles. PKGREVISION++ (to 9) 2009-07-14 06:19:43 +00:00
xosd Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xp Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xpad bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xpaste user-destdir support 2009-07-07 16:49:05 +00:00
xpenguins Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xphoon Drag this kicking and screaming into the Century of the Fruitbat. 2008-07-28 02:45:56 +00:00
xplanet bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xplsprinters
xpmicons user-destdir support 2009-07-07 17:07:38 +00:00
xpmroot Activated LICENSE=... 2009-05-12 12:27:19 +00:00
xpns user-destdir support 2009-07-07 16:49:05 +00:00
xpostit Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xprehashprinterlist
xprop Update to xprop-1.0.4. Changes: 2008-08-09 20:03:35 +00:00
xproto Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xproxymanagementprotocol Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xrandr Update to 1.3.1: 2009-08-15 15:47:38 +00:00
xrdb Update to xrdb-1.0.5. One bug fix: 2008-08-09 20:07:34 +00:00
xrefresh
Xrender _PKG_SILENT + _PKG_DEBUG => RUN 2009-05-26 21:59:57 +00:00
xrestop update master site. 2009-05-12 21:25:25 +00:00
xscreensaver bump revision because of graphics/jpeg update 2009-08-26 20:22:51 +00:00
xscreensaver-demo bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xscribble user-destdir support 2009-07-07 16:49:05 +00:00
xscript Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xsel Make it build on DragonFly (and probably some other systems). 2009-07-20 18:51:53 +00:00
xservers Remove @dirrm logic. 2009-06-14 22:12:45 +00:00
xset
xsetmode
xsetpointer
xsetroot
xsm Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xsnow Update MASTER_SITES and HOMEPAGE to new location. 2008-12-28 12:57:17 +00:00
xteddy Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
xteddy2 bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xterm Update xterm to Patch#246. 2009-08-30 05:40:06 +00:00
xtermset Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xtoolwait update master site. 2009-05-11 21:21:25 +00:00
xtrans Update to 1.2.4: 2009-08-09 22:19:38 +00:00
xvattr Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xvidcap bump revision because of graphics/jpeg update 2009-08-26 20:22:51 +00:00
xvidcap-gtk2 bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
xvidtune Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 22:06:39 +00:00
xview Use META_PACKAGE 2009-04-08 23:11:13 +00:00
xview-clients Make this crap build again. PKGREVISION++ because of the xview-lib issues. 2008-08-30 20:03:03 +00:00
xview-config Fix my last change (back in August) -- apparently I forgot to escape the 2009-01-07 04:28:53 +00:00
xview-lib Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
xvinfo Fix typo as reported by Andy Ball. 2009-05-05 02:48:11 +00:00
xwatchwin Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xwd Update to 1.0.2: 2008-07-29 21:08:59 +00:00
xwininfo Update to 1.0.4: 2009-08-09 22:27:15 +00:00
xwit Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xworld remove dead mirror. 2009-05-01 15:33:43 +00:00
xwrits Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xwud
xxkb Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
zenity bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
Makefile remove x11/p5-Gtk2-GladeXML, duplicate of devel/p5-Gtk2-GladeXML 2009-08-08 06:29:10 +00:00