pkgsrc/x11
gutteridge 591d12e62f x11/kitty: update to 0.13.3 and fix build issues
Update to version 0.13.3. Separately, fix several build issues. The
most significant problem was that the builds were non-reproducible,
since elements of documentation were auto-generated to a directory
structure with a random naming element, so no two PLISTs were the
same.

Also, it has a specific expectation it has the GNU ncurses version of
tic(1), given the output it requires. This would cause breakages in
NetBSD deployments that didn't happen to have ncurses installed from
pkgsrc already. (If ncurses was installed, this package would build
without it being noted as a dependency because the pkgsrc tools prefer
the pkgsrc installation paths first.) An alternate fix would be to
patch this package's custom Python code that calls tic(1) to work with
NetBSD's implementation, but I opted not to choose that because there
may be similar portability issues elsewhere. (E.g. looking at the man
page for tic[1] on Illumos, I see it doesn't even have an -o option
listed.)

Change log:

0.13.3 [2019-01-19]

    icat kitten: Add a --stdin option to control if image data is read from STDIN (#1308)
    hints kitten: Start hints numbering at one instead of zero by default. Added an option --hints-offset to control it. (#1289)
    Fix a regression in the previous release that broke using background for cursor_text_color (#1288)
    macOS: Fix dragging kitty window tabs in traditional full screen mode causing crashes (#1296)
    macOS: Ensure that when running from a bundle, the bundle kitty exe is preferred over any kitty in PATH (#1280)
    macOS: Fix a regression that broke mapping of ctrl+tab (#1304)
    Add a list of user-created kittens to the docs
    Fix a regression that broke changing mouse wheel scroll direction with negative wheel_scroll_multiplier values in full-screen applications like vim (#1299)
    Fix background_opacity not working with pure white backgrounds (#1285)
    macOS: Fix "New OS Window" dock action not working when kitty is not focused (#1312)
    macOS: Add aliases for close window and new tab actions that conform to common Apple shortcuts for these actions (#1313)
    macOS: Fix some kittens causing 100% CPU usage

0.13.2 [2019-01-04]

    Add a new option tab_title_template to control how tab titles are formatted. In particular the template can be used to display the tab number next to the title (#1223)
    Report the current foreground processes as well as the original child process, when using kitty @ ls
    Use the current working directory of the foreground process for the *_with_cwd actions that open a new window with the current working directory.
    Add a new copy_or_interrupt action that can be mapped to kbd:ctrl+c. It will copy if there is a selection and interrupt otherwise (#1286)
    Fix setting background_opacity causing window margins/padding to be slightly different shade from background (#1221)
    Handle keyboards with a "+" key (#1224)
    Fix Private use Unicode area characters followed by spaces at the end of text not being rendered correctly (#1210)
    macOS: Add an entry to the dock menu to open a new OS window (#1242)
    macOS: Fix scrolling very slowly with wheel mice not working (#1238)
    Fix changing cursor_text_color via remote control not working (#1229)
    Add an action to resize windows that can be mapped to shortcuts in kitty.conf (#1245)
    Fix using the new_tab !neighbor action changing the order of the non-neighboring tabs (#1256)
    macOS: Fix momentum scrolling continuing when changing the active window/tab (#1267)

0.13.1 [2018-12-06]

    Fix passing input via the pipe action to a program without a window not working.
    Linux: Fix a regression in the previous release that caused automatic selection of bold/italic fonts when using aliases such as "monospace" to not work (#1209)
    Fix resizing window smaller and then restoring causing some wrapped lines to not be properly unwrapped (#1206)

0.13.0 [2018-12-05]

    Add an option scrollback_pager_history_size to tell kitty to store extended scrollback to use when viewing the scrollback buffer in a pager (#970)
    Modify the kittens sub-system to allow creating custom kittens without any user interface. This is useful for creating more complex actions that can be bound to key presses in kitty.conf. See doc:kittens/custom. (#870)
    Add a new nth_window action that can be used to go to the nth window and also previously active windows, using negative numbers. Similarly, goto_tab now accepts negative numbers to go to previously active tabs (#1040)
    Allow hiding the tab bar completely, by setting tab_bar_style to hidden. (#1014)
    Allow private use unicode characters to stretch over more than a single neighboring space (#1036)
    Add a new touch_scroll_multiplier option to modify the amount scrolled by high precision scrolling devices such as touchpads (#1129)
    icat kitten: Implement reading image data from STDIN, if STDIN is not connected to a terminal (#1130)
    hints kitten: Insert trailing spaces after matches when using the --multiple option. Also add a separate --add-trailing-space option to control this behavior (#1132)
    Fix the *_with_cwd actions using the cwd of the overlay window rather than the underlying window's cwd (#1045)
    Fix incorrect key repeat rate on wayland (#1055)
    macOS: Fix drag and drop of files not working on Mojave (#1058)
    macOS: Fix IME input for East Asian languages (#910)
    macOS: Fix rendering frames-per-second very low when processing large amounts of input in small chunks (#1082)
    macOS: Fix incorrect text sizes calculated when using an external display that is set to mirror the main display (#1056)
    macOS: Use the system default double click interval (#1090)
    macOS: Fix touch scrolling sensitivity low on retina screens (#1112)
    Linux: Fix incorrect rendering of some fonts when hinting is disabled at small sizes (#1173)
    Linux: Fix match rules used as aliases in Fontconfig configuration not being respected (#1085)
    Linux: Fix a crash when using the GNU Unifont as a fallback font (#1087)
    Wayland: Fix copying from hidden kitty windows hanging (#1051)
    Wayland: Add support for the primary selection protocol implemented by some compositors (#1095)
    Fix expansion of env vars not working in the env directive (#1075)
    Fix mouse_hide_wait only taking effect after an event such as cursor blink or key press (#1073)
    Fix the set_background_opacity action not working correctly (#1147)
    Fix second cell of emoji created using variation selectors not having the same attributes as the first cell (#1109)
    Fix focusing neighboring windows in the grid layout with less than 4 windows not working (#1115)
    Fix ctrl+shift+special key not working in normal and application keyboard modes (#1114)
    Add a terminfo entry for full keyboard mode.
    Fix incorrect text-antialiasing when using very low background opacity (#1005)
    When double or triple clicking ignore clicks if they are "far" from each other (#1093)
    Follow xterm's behavior for the menu key (#597)
    Fix hover detection of URLs not working when hovering over the first colon and slash characters in short URLs (#1201)
2019-02-04 01:11:15 +00:00
..
9term Comment out non-working HOMEPAGE. 2017-07-30 22:41:36 +00:00
alacarte Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
antiright Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
appmenu-qt Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
appres appres: update to 1.0.5. 2018-03-05 09:27:12 +00:00
arandr Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
asnap
aterm x11/aterm: Make these patch comments current. 2018-11-30 17:30:24 +00:00
autocutsel
avant-window-navigator Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
bbapm Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
beforelight
bitmap
blt Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
c++-gtk-utils Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
caribou Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
clipit Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
clisp-gtk2 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
clisp-mit-clx
clisp-new-clx
compton compton: update HOMEPAGE 2018-12-13 14:39:24 +00:00
deforaos-integration Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
deforaos-keyboard Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
deforaos-libdesktop Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
deforaos-locker Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
deforaos-notes Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
deforaos-panel Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
desklaunch Follow some redirects. 2017-09-03 08:53:04 +00:00
deskmenu Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
devilspie Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
dmenu dmenu: Update to 4.9 2019-02-03 21:54:01 +00:00
docker
driconf extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
dtx11session
dunst Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
dxpc xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
ede Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
editres editres: update to 1.0.7. 2018-03-05 09:25:54 +00:00
eekboard Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
efltk Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
elementary revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
elementary-icon-theme Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
enlightenment revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
eterm Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
evieext
fast-user-switch-applet revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
fbdesk Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
filerunner Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
fixesproto4 xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
fltk fltk: Use std::min correctly. 2018-05-17 10:37:23 +00:00
fltk2 fltk2: don't provide declarations if we know they exist. 2018-11-21 08:23:22 +00:00
fltk13 x11/fltk13: update to fltk-1.3.4 2018-07-13 04:24:39 +00:00
fox Update fox to 1.6.57. 2018-12-12 19:07:22 +00:00
frameworkintegration revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
fspanel Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
ftmenu Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
fvwm-wharf
gcolor2 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gdm Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
ggiterm
gnome-applets revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
gnome-control-center revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
gnome-desktop Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gnome-desktop-sharp revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
gnome-desktop3 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gnome-mag Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gnome-panel revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
gnome-screensaver Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gnome-session revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
gnome-sharp revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
gnome-terminal Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
gnome-themes Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gnome-themes-extras Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
gnopernicus Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
gnustep-back revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
gnustep-gui revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
gnustep-preferences revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
grandr_applet revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
gromit Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gselt Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gst-plugins0.10-x11
gst-plugins1-x11
gtk Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
gtk+extra Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
gtk-mac-integration Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gtk-sharp revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
gtk2 x11/gtk2: document reason for patch in more detail 2019-01-06 18:58:34 +00:00
gtk2+extra Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gtk2-chtheme Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gtk2-engines Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gtk2-engines-bluecurve Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gtk2-engines-murrine Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gtk2-theme-switch Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gtk3 gtk3: Update to 3.24.4 2019-01-29 16:57:39 +00:00
gtk3-engines-unico Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gtkada Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gtkdatabox Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gtkglarea Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
gtkglarea2 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gtkmm Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gtkmm-utils Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gtkmm3 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gtksourceview Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gtksourceview-sharp2 revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
gtksourceview2 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gtksourceview3 gtksourceview3: update to 3.24.9. 2018-12-01 13:26:09 +00:00
gtksourceview4 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gtksourceviewmm Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gtkstep Added missing LICENSE variable (gnu-lgpl-v2). 2018-01-02 22:51:36 +00:00
gtkterm2 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gxmessage Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
hanterm
hot-babe Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
hs-X11
hs-X11-xft Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
hsetroot hsetroot: Update HOMEPAGE, set LICENSE 2017-09-19 08:21:10 +00:00
hyena revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
i3lock Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
iceauth xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
ico ico: update to 1.0.5. 2018-03-10 22:24:02 +00:00
imwheel
kactivities revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
kactivities-stats revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
kactivities5 revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
kconfigwidgets revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
kde-baseapps4 revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
kde-runtime4 revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
kde-workspace4 revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
kde4-l10n-ar
kde4-l10n-bg
kde4-l10n-bs
kde4-l10n-ca
kde4-l10n-cat
kde4-l10n-cs
kde4-l10n-da
kde4-l10n-de
kde4-l10n-el
kde4-l10n-en_GB
kde4-l10n-es
kde4-l10n-et
kde4-l10n-eu
kde4-l10n-fa
kde4-l10n-fi
kde4-l10n-fr
kde4-l10n-ga
kde4-l10n-gl
kde4-l10n-he
kde4-l10n-hi
kde4-l10n-hr
kde4-l10n-hu
kde4-l10n-ia
kde4-l10n-is
kde4-l10n-it
kde4-l10n-ja
kde4-l10n-kk
kde4-l10n-km
kde4-l10n-ko
kde4-l10n-lt
kde4-l10n-lv
kde4-l10n-mr
kde4-l10n-nb
kde4-l10n-nds
kde4-l10n-nl
kde4-l10n-nn
kde4-l10n-pa
kde4-l10n-pl
kde4-l10n-pt
kde4-l10n-pt_BR
kde4-l10n-ro
kde4-l10n-ru
kde4-l10n-sk
kde4-l10n-sl
kde4-l10n-sr
kde4-l10n-sv
kde4-l10n-tr
kde4-l10n-ug
kde4-l10n-uk
kde4-l10n-wa
kde4-l10n-zh_CN
kde4-l10n-zh_TW
kded revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
kdelibs4 revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
kdelibs4support revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
kdesignerplugin revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
keybinder Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
keybinder3 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
keylaunch Follow some redirects. 2017-09-03 08:53:04 +00:00
kglobalaccel revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
kguiaddons revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
kinit revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
kirigami2 revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
kitemviews revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
kitty x11/kitty: update to 0.13.3 and fix build issues 2019-02-04 01:11:15 +00:00
kjobwidgets revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
konsole revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
kterm Requires termcap. 2017-05-09 14:18:46 +00:00
ktextwidgets revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
kwidgetsaddons revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
kwindowsystem revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
kxmlgui revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
lablgtk1 Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
labltk Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
lbxproxy xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
lesstif Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
libdesktop-agnostic Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
libdrm libdrm: update to 2.4.97. 2019-01-22 21:50:47 +00:00
libfakekey
libFS xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libgnomekbd Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
libgnomekbd2 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
libICE xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libkactivities4 revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
liblbxutil xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libmatekbd libmatekbd: Update to 1.21.0: 2019-01-16 14:59:05 +00:00
liboldXrandr xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libSM libSM: update to 1.2.3. 2018-10-10 19:55:25 +00:00
libunique Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
libunique3 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
libX11 libX11: update to 1.6.7. 2018-10-10 20:01:56 +00:00
libXau Need pthread support, make sure a substitue is present if OS lacks support 2018-11-28 14:08:47 +00:00
libXaw xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libXaw3d libXaw3d: update to 1.6.3. 2018-06-19 07:14:07 +00:00
libxcb libxcb: update to 1.13.1. 2018-12-01 16:30:35 +00:00
libXcomposite xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libXcursor xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libXdamage xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libxdg-basedir Comment out dead sites. 2017-08-16 20:45:30 +00:00
libXdmcp xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libXevie xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libXext xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libxfce4gui Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
libxfce4ui Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
libxfce4util libxfce4util: update to 4.13.2: 2019-01-18 13:32:00 +00:00
libXfixes xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libXfont xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libXfont2 xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libXft Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
libXi xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libXinerama libXinerama: update to 1.1.4. 2018-07-07 07:48:24 +00:00
libxkbcommon libxkbcommon: update to 0.8.2. 2018-08-16 12:21:44 +00:00
libxkbfile xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libxkbui Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libxklavier Silence useless warning. 2019-01-23 15:34:31 +00:00
libXmu xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libXp
libXpm xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libXpresent xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libXprintAppUtil Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libXprintUtil
libXrandr xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libXrender xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libXres xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libXScrnSaver libXScrnSaver: update to 1.2.3. 2018-07-07 07:50:45 +00:00
libxshmfence libxshmfence: fix MASTER_SITE 2019-01-04 12:49:34 +00:00
libXt xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libXTrap xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libXtst xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libXv xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libXvMC xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libXxf86dga xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
libXxf86misc libXxf86misc: update to 1.0.4. 2018-07-07 07:52:08 +00:00
libXxf86vm xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
listres listres: update to 1.0.4. 2018-03-05 09:28:57 +00:00
lua-keybinder Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
luit
lxappearance Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
lxde-common Handle sysconfdir properly. 2018-05-27 14:24:45 +00:00
lxinput Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
lxlauncher Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
lxrandr Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
lxsession Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
lxterminal lxterminal: update to 0.3.2: 2019-01-16 19:37:10 +00:00
maim revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
matchbox-common Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
matchbox-desktop Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
matchbox-nest Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
matchbox-panel Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
matchbox-panel-manager Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
matchbox-themes-extra
mate-applets Add initial NetBSD backend for the cpufreq panel plugin. 2019-01-23 15:25:36 +00:00
mate-control-center mate-control-center: Update to 1.21.2: 2019-01-16 15:05:54 +00:00
mate-desktop mate-desktop: Update to 1.21.2: 2019-01-16 15:07:39 +00:00
mate-indicator-applet mate-indicator-applet: fix version 2019-01-16 17:58:20 +00:00
mate-menus Make this buildable 2019-01-18 09:48:16 +00:00
mate-panel mate-panel: update to 1.21.3: 2019-01-16 18:07:18 +00:00
mate-screensaver mate-screensaver: update to 1.21.0: 2019-01-16 18:11:05 +00:00
mate-session-manager mate-session-manager: update to 1.21.1: 2019-01-16 18:13:41 +00:00
mate-settings-daemon Use INSTALL file for the post-install commands, 2019-01-23 15:17:27 +00:00
mate-terminal mate-terminal: update to 1.21.1: 2019-01-16 18:16:29 +00:00
mcookie libuuid, libblkid, mcookie: updated to 2.31 2017-12-08 08:03:35 +00:00
mkcomposecache Reset maintainer 2017-09-16 19:26:41 +00:00
mlterm Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
modeline
modular-xorg-server modular-xorg-server: don't require root. match wsfb (for genfb). 2018-10-26 10:20:12 +00:00
modular-xorg-server112 xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
modular-xorg-xephyr Use BROKEN_ON_PLATFORM. 2019-01-12 23:11:31 +00:00
modular-xorg-xquartz xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
motif motif: update to 2.3.8. 2018-12-22 09:42:41 +00:00
mowitz
mozo mozo: update to 1.21.1: 2019-01-16 18:18:03 +00:00
mrxvt Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
mxterm mxterm: comment out dead sites 2017-11-15 22:14:31 +00:00
neXtaw
numlockx
ocaml-graphics Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ocaml-lablgtk Updated x11/ocaml-lablgtk to version 2.18.7 2019-01-24 09:58:18 +00:00
oneko
p5-Alien-wxWidgets Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
p5-Clipboard Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-gtk2 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
p5-Gtk2-Ex-FormFactory Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Tk Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Wx Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
p5-Wx-Perl-ProcessStream Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
p5-X11-Protocol Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
paragui Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
pixman Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
plasma-framework revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
printproto xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
proxymngr proxymngr: make sure target directory for config exists. 2018-11-29 16:28:08 +00:00
py-gnome2 Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
py-gnome2-desktop revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
py-gnome2-extras Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
py-gtk2 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
py-gtksourceview Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
py-kde4 revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
py-keybinder Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
py-kiwi Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
py-Pmw extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-Pmw2
py-pyperclip py-pyperclip: Update x11/py-pyperclip to 1.6.0 2018-02-26 11:38:00 +00:00
py-qt4 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
py-qt4-qscintilla py-qt4-qscintilla: fix buildlink3.mk depends pattern 2018-04-22 22:11:47 +00:00
py-qt5 revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
py-qwt-qt4 extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-sip py-sip: move bits to be shared with py-sip-qt5 to Makefile.common 2018-11-22 02:25:11 +00:00
py-sip-qt5 py-sip-qt5: install version 4.19.13 2018-11-22 02:30:53 +00:00
py-terminator Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
py-terminator-plugins
py-Tk py-Tk: Darwin does not need libX11 2018-04-03 18:22:47 +00:00
py-vte Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
py-wxWidgets Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
py-xcbgen py-xcbgen: update to 1.13. 2018-03-05 10:20:24 +00:00
py-Xlib
qqc2-desktop-style revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
qt4
qt4-creator Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
qt4-docs Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
qt4-libs Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
qt4-mng Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
qt4-mysql Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
qt4-pgsql Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
qt4-qdbus Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
qt4-qscintilla Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
qt4-sqlite3 revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
qt4-tiff Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
qt4-tools Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
qt5 Fix LICENSE and make pkglint happier 2018-12-26 11:48:27 +00:00
qt5-mysql qt5: updated to 5.12.0 2018-12-18 09:57:17 +00:00
qt5-odbc qt5: updated to 5.12.0 2018-12-18 09:57:17 +00:00
qt5-psql qt5: updated to 5.12.0 2018-12-18 09:57:17 +00:00
qt5-qtbase append to PKG_SUPPORTED_OPTIONS since this file is used by multiple pkgs 2019-01-26 22:58:04 +00:00
qt5-qtcharts qt5: updated to 5.12.0 2018-12-18 09:57:17 +00:00
qt5-qtdeclarative ...and a new patch 2018-12-18 09:57:59 +00:00
qt5-qtdoc qt5: updated to 5.12.0 2018-12-18 09:57:17 +00:00
qt5-qtgraphicaleffects qt5: updated to 5.12.0 2018-12-18 09:57:17 +00:00
qt5-qtimageformats qt5: updated to 5.12.0 2018-12-18 09:57:17 +00:00
qt5-qtlocation qt5: updated to 5.12.0 2018-12-18 09:57:17 +00:00
qt5-qtmacextras qt5: updated to 5.12.0 2018-12-18 09:57:17 +00:00
qt5-qtmultimedia qt5: updated to 5.12.0 2018-12-18 09:57:17 +00:00
qt5-qtnetworkauth qt5: updated to 5.12.0 2018-12-18 09:57:17 +00:00
qt5-qtquickcontrols qt5: updated to 5.12.0 2018-12-18 09:57:17 +00:00
qt5-qtquickcontrols2 qt5: updated to 5.12.0 2018-12-18 09:57:17 +00:00
qt5-qtscript qt5: updated to 5.12.0 2018-12-18 09:57:17 +00:00
qt5-qtsensors qt5: updated to 5.12.0 2018-12-18 09:57:17 +00:00
qt5-qtserialport qt5: updated to 5.12.0 2018-12-18 09:57:17 +00:00
qt5-qtsvg qt5: updated to 5.12.0 2018-12-18 09:57:17 +00:00
qt5-qttools qt5-qttools: make qdoc optional 2019-01-26 23:20:41 +00:00
qt5-qttranslations qt5: updated to 5.12.0 2018-12-18 09:57:17 +00:00
qt5-qtwebchannel qt5: updated to 5.12.0 2018-12-18 09:57:17 +00:00
qt5-qtwebkit revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
qt5-qtwebsockets qt5: updated to 5.12.0 2018-12-18 09:57:17 +00:00
qt5-qtx11extras qt5: updated to 5.12.0 2018-12-18 09:57:17 +00:00
qt5-qtxmlpatterns qt5-qtxmlpatterns: never try to build xmllistmodel 2019-01-06 10:21:12 +00:00
qwt-qt4 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
qwt6-qt4 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
qwtplot3d-qt4 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
ratmen
redshift
rendercheck
renderproto9
rep-gtk2 rep-gtk2: update to 0.90.8.3 2019-01-04 02:12:17 +00:00
rgb xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
rofi Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
rox-session Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
rox-wallpaper *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
rstart xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
ruby-gnome2-gtk ruby-gnome2: update to 3.3.2. 2019-02-03 07:02:52 +00:00
ruby-gnome2-gtk3 ruby-gnome2: update to 3.3.2. (missed file in previous) 2019-02-03 07:18:50 +00:00
ruby-gnome2-gtksourceview2 ruby-gnome2: update to 3.3.2. 2019-02-03 07:02:52 +00:00
ruby-gnome2-gtksourceview3 ruby-gnome2: update to 3.3.2. 2019-02-03 07:02:52 +00:00
ruby-gnome2-vte ruby-gnome2: update to 3.3.2. 2019-02-03 07:02:52 +00:00
ruby-tk x11/ruby-tk: clean up Makefile 2018-12-28 12:34:36 +00:00
ruby-tk-gem Allow Ruby 2.6 to build. 2019-02-03 13:45:06 +00:00
ruby-wxruby Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
rxvt Add patch to fix CVE-2017-7483. 2017-08-05 07:00:20 +00:00
rxvt-unicode Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
sakura Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
sessreg xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
setxkbmap
slim slim: do replace PREFIX (+= vs =) in slim.conf 2018-10-15 00:48:47 +00:00
slock
slop revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
space_dapp space_dapp: follow redirect 2018-01-14 10:40:24 +00:00
speyes
ssystem Comment out dead sites. 2017-09-04 18:00:49 +00:00
st-term st-term: Update x11/st-term to 0.8.1 2018-03-21 10:32:15 +00:00
stalonetray
startup-notification
startup-notification010
sxhkd sxhkd: Update x11/sxhkd to 0.5.9 2018-05-10 13:35:07 +00:00
tabbed Follow redirects. 2017-09-08 06:27:26 +00:00
tile tile: comment out dead sites. 2017-11-15 22:20:14 +00:00
tint2 tint2: update to 16.6.1 2019-01-02 15:35:12 +00:00
tk tk: updated to 8.6.9 2018-12-09 18:35:44 +00:00
tk-BWidget
tk-Tix Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
tk85 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
tkinfo
tktable Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
transset transset: update to 1.0.2. 2018-03-10 22:23:03 +00:00
tzosdclock tzosdclock: comment out dead sites. 2017-11-15 22:20:43 +00:00
unclutter unclutter: Add LICENSE (public domain) 2018-02-28 11:48:39 +00:00
unicode-screensaver Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
viewres viewres: update to 1.0.5. 2018-03-05 09:29:59 +00:00
vte Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
vte3 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
vte029 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
wdm Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
wmavgload
wmfire
wmfstatus Comment out dead sites. 2017-09-06 10:40:25 +00:00
wmweather revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
worker
wterm Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
wxGTK28 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
wxGTK28-contrib Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
wxGTK30 wxGTK30: allow building on Darwin 2018-12-13 21:21:55 +00:00
wxWindows-docs Comment out dead sites. 2017-09-06 10:40:25 +00:00
x2x Comment out dead sites. 2017-09-06 10:40:25 +00:00
x11perf Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
x11vnc revbump for libvncserver consumers 2019-02-01 12:49:04 +00:00
x3270
xaniroc
XaoS *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
xauth
xautolock
Xaw-Xpm
xbacklight xbacklight: update to 1.2.2. 2018-03-10 08:02:41 +00:00
Xbae *: reset maintainer for drochner 2018-08-19 20:16:39 +00:00
xbanner
xbindkeys
xbindkeys-tk
xbitmaps xbitmaps: update to 1.1.2. 2018-03-10 22:25:06 +00:00
xcalc
xcalib xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xcb Comment out dead sites. 2017-09-06 10:40:25 +00:00
xcb-proto xcb-proto: update to 1.13. 2018-03-05 10:19:25 +00:00
xcb-util Follow some http redirects. 2017-08-16 20:21:03 +00:00
xcb-util-cursor Follow some http redirects. 2017-08-16 20:21:03 +00:00
xcb-util-errors Follow some http redirects. 2017-08-16 20:21:03 +00:00
xcb-util-image xcb-util-image: Fix clang -Wreturn-type failure. 2018-01-25 13:47:22 +00:00
xcb-util-keysyms Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
xcb-util-renderutil Follow some http redirects. 2017-08-16 20:21:03 +00:00
xcb-util-wm Follow some http redirects. 2017-08-16 20:21:03 +00:00
xcb-util-xrm Requires GNU m4 for -I support. 2017-08-15 12:13:15 +00:00
xcb-util036 Follow some http redirects. 2017-08-16 20:21:03 +00:00
xclip
xclipboard Sort PLIST files. 2018-01-01 22:29:15 +00:00
xcmsdb Reset maintainer 2017-09-16 19:26:41 +00:00
xcolors
xcolorsel
xcompmgr xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xconsole
xcruise
xcursor Follow some redirects. 2017-09-06 09:02:59 +00:00
xcursor-capitaine x11/xcursor-capitaine: Import version 2.1 2018-11-24 13:09:57 +00:00
xcursor-vanilla-dmz xcursor-vanilla-dmz: / at beginning of distfile path isn't needed 2018-11-24 15:04:04 +00:00
xcursorgen xcursorgen: update to 1.0.7. 2019-01-07 15:49:21 +00:00
xdaemon
xdaemon2
xdbedizzy Reset maintainer 2017-09-16 19:26:41 +00:00
xdesktopwaves
xdg-user-dirs xdg-user-dirs: update to 0.17. 2018-04-29 09:43:54 +00:00
xdialog Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
xditview Reset maintainer 2017-09-16 19:26:41 +00:00
xdm Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
xdm3d
xdotool xdotool: Use tabs to align, not spaces (NFC) 2018-09-19 09:36:32 +00:00
xdpyinfo
xdriinfo xdriinfo: update to 1.0.6. 2018-03-07 12:20:11 +00:00
xearth
xedit Reset maintainer 2017-09-16 19:26:41 +00:00
xephem Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
xev xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xeyes xeyes: update to 1.1.2. 2018-03-10 08:00:05 +00:00
xf86-input-acecad xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-input-elographics xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-input-fpit xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-input-hyperpen xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-input-joystick *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
xf86-input-keyboard xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-input-mouse xf86-input-mouse: update to 1.9.3. 2018-06-19 07:12:45 +00:00
xf86-input-mutouch xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-input-penmount xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-input-vmmouse xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-input-void xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-input-ws xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-video-amdgpu xf86-video-amdgpu: update to 18.1.0 2018-09-16 20:34:39 +00:00
xf86-video-apm xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-video-ark xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-video-ast
xf86-video-ati xf86-video-ati: update to 18.1.0 2018-09-16 20:28:51 +00:00
xf86-video-ati6 xf86-video-ati: fix bitrot, make it build again 2019-01-27 11:54:57 +00:00
xf86-video-chips xf86-video-chips: update to 1.3.0. 2018-12-29 13:14:33 +00:00
xf86-video-cirrus xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-video-dummy xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-video-fbdev xf86-video-fbdev: remove obsolete patch 2018-05-31 07:25:21 +00:00
xf86-video-glint xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-video-i128 xf86-video-i128: update to 1.4.0. 2018-12-10 08:31:50 +00:00
xf86-video-i740 xf86-video-i740: update to 1.4.0. 2018-12-07 21:48:07 +00:00
xf86-video-intel xf86-video-intel: update to 2.99.917nb7. 2018-05-15 10:50:19 +00:00
xf86-video-mach64 xf86-video-mach64: update to 6.9.6. 2018-05-19 00:44:42 +00:00
xf86-video-mga xf86-video-mga: update to 2.0.0. 2018-12-10 08:35:48 +00:00
xf86-video-modesetting xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-video-neomagic xf86-video-neomagic: update to 1.3.0. 2018-12-29 13:11:09 +00:00
xf86-video-newport xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-video-nouveau xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-video-nv xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-video-openchrome xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-video-qxl xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-video-r128 xf86-video-r128: update to 6.12.0. 2018-11-03 10:51:54 +00:00
xf86-video-rendition xf86-video-rendition: update to 4.2.7. 2018-05-19 00:46:20 +00:00
xf86-video-s3 xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-video-s3virge xf86-video-s3virge: Fix build with modular-xorg-server-1.20. 2018-05-20 07:32:50 +00:00
xf86-video-savage xf86-video-savage: fix build with modular-xorg-server-1.20 2018-05-20 07:30:09 +00:00
xf86-video-siliconmotion xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-video-sis xf86-video-sis: Fix build with modular-xorg-server-1.20. 2018-05-20 06:33:40 +00:00
xf86-video-suncg3 xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-video-suncg6 xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-video-suncg14 xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-video-sunffb xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-video-sunleo xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-video-suntcx xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-video-tdfx xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-video-tga xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-video-trident xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-video-tseng xf86-video-tseng: Fix build with modular-xorg-server-1.20. 2018-05-20 07:27:31 +00:00
xf86-video-vboxvideo xf86-video-vboxvideo: Set DRIVER_MAN_SUFFIX on SunOS. 2018-01-03 11:50:39 +00:00
xf86-video-vesa xf86-video-vesa: update to 2.4.0. 2018-02-16 07:25:14 +00:00
xf86-video-vmware xf86-video-vmware: update to 13.3.0. 2018-05-19 00:52:34 +00:00
xf86-video-voodoo xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86-video-wsfb Fix build with modular-xorg-server-1.20.0. Bump PKGREVISION 2018-05-13 03:45:07 +00:00
xf86-video-xgi xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xf86dga Reset maintainer 2017-09-16 19:26:41 +00:00
xfce4-clipman-plugin xfce4-clipman-plugin: update to 1.4.3: 2019-01-18 12:58:40 +00:00
xfce4-dashboard Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
xfce4-desktop xfce4-desktop: update to 4.13.2: 2019-01-18 14:34:48 +00:00
xfce4-exo xfce4-exo: update to 0.12.3: 2019-01-18 14:39:34 +00:00
xfce4-eyes-plugin Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
xfce4-garcon xfce4-garcon: update to 0.6.2: 2019-01-18 13:27:09 +00:00
xfce4-indicator-plugin Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
xfce4-kbdleds-plugin Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
xfce4-notes-plugin Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
xfce4-notifyd xfce4-notifyd: update to 0.4.3: 2019-01-18 12:33:51 +00:00
xfce4-panel xfce4-panel: update to 4.13.4: 2019-01-18 14:07:45 +00:00
xfce4-places-plugin Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
xfce4-screenshooter xfce4-screenshooter: update to 1.9.3: 2019-01-18 12:39:55 +00:00
xfce4-session xfce4-session: remove file that is not in distinfo 2019-01-31 09:10:39 +00:00
xfce4-settings x11/xfce4-settings: update to version 4.13.5 2019-01-17 06:30:26 +00:00
xfce4-terminal Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
xfce4-tumbler x11/xfce4-tumbler: fix PLIST so it handles options correctly 2019-01-19 01:51:15 +00:00
xfce4-whiskermenu-plugin xfce4-whiskermenu-plugin: update to 2.3.0: 2019-01-18 13:14:03 +00:00
xfce4-wmdock-plugin Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
xfd Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
xfishtank
Xfixes Follow some redirects. 2017-09-06 09:02:59 +00:00
xflame
xfontsel xfontsel: update to 1.0.6. 2018-03-10 08:01:02 +00:00
xforms
xfsinfo xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xfstt *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
xfwp xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xgamma xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xgas
xgrk
xhangglider Comment out dead sites. 2017-09-06 10:40:25 +00:00
xhost
xicc Comment out dead sites. 2017-09-06 10:40:25 +00:00
xinit Given that the launchd support is useless in the given form anyway, just 2018-11-29 17:09:12 +00:00
xinput xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xjman
xkbcomp xkbcomp: update to 1.4.2. 2018-06-15 08:50:25 +00:00
xkbd Comment out dead sites. 2017-09-06 10:40:25 +00:00
xkbdata
xkbevd
xkbprint
xkbset Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
xkbutils xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xkeyboard-config xkeyboard-config: update to 2.25. 2018-12-01 14:28:41 +00:00
xkeycaps Follow some redirects. 2017-09-06 09:02:59 +00:00
xkill xkill: update to 1.0.5. 2018-03-10 22:05:12 +00:00
xless xless: build fix 2018-09-29 12:59:24 +00:00
xload xload: update to 1.1.3. 2018-03-10 22:06:14 +00:00
xlockmore Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
xlockmore-lite xlockmore{,-lite}: restore CONFLICTS. 2018-09-10 00:06:06 +00:00
xlogo Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
xlogout
xlsatoms Reset maintainer 2017-09-16 19:26:41 +00:00
xlsclients xlsclients: update to 1.1.4. 2018-03-10 22:07:37 +00:00
xlsfonts xlsfonts: update to 1.0.6. 2018-03-10 22:08:22 +00:00
xlt Fixed pkglint warnings, bumped PKGREVISION. 2018-01-07 19:27:56 +00:00
xlupe
xmag
xman
xmascot
xmessage xmessage: update to 1.0.5. 2018-03-10 22:09:31 +00:00
xmh Reset maintainer 2017-09-16 19:26:41 +00:00
XmHTML
xmindpath
xmms-osd
xmodmap
xmon Comment out dead sites. 2017-09-06 10:40:25 +00:00
xmore
xmountains Update HOMEPAGE, comment out dead MASTER_SITES. 2017-09-08 06:30:34 +00:00
xmove
xmx xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xneko
xnodecor
xorg-cf-files *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
xorgproto xorgproto: pkglint style fix 2019-01-28 12:25:35 +00:00
xosd Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
xp
xpad Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
xpaste
xpenguins
xphoon
xplanet Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
xplsprinters
xpmicons
xpmroot Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
xpns
xpostit
xpr xpr: update to 1.0.5. 2018-03-10 22:10:32 +00:00
xprehashprinterlist
xprop xprop: update to 1.2.3. 2018-03-10 22:11:26 +00:00
xrandr xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xrdb xrdb: update to 1.1.1. 2018-03-10 22:14:31 +00:00
xrefresh xrefresh: update to 1.0.6. 2018-03-10 22:15:38 +00:00
Xrender xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xrestop
xrootconsole Comment out dead sites. 2017-09-06 10:40:25 +00:00
xrx xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xscope xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xscreensaver xscreensaver: fix one GNU make'ism 2018-09-02 20:27:20 +00:00
xscreensaver-demo Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
xscribble Comment out dead sites. 2017-09-06 10:40:25 +00:00
xscript Comment out dead sites. 2017-09-06 10:40:25 +00:00
xsel
xservers
xset xset: update to 1.2.4. 2018-03-10 22:16:40 +00:00
xsetroot xsetroot: update to 1.1.2. 2018-03-10 22:17:34 +00:00
xsm xsm: update to 1.0.4. 2018-03-10 22:18:34 +00:00
xsnow Comment out dead sites. 2017-09-06 10:40:25 +00:00
xstdcmap xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xteddy
xteddy2
xterm Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
xtermcontrol
xtermset
xtoolwait Comment out dead sites. 2017-09-06 10:40:25 +00:00
xtrace Follow some redirects. 2017-09-06 09:02:59 +00:00
xtrans
xtrap xtrap: update to 1.0.3. 2018-03-24 06:59:25 +00:00
xtruss Follow some redirects. 2017-09-06 09:02:59 +00:00
xvattr Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
xvidcap revbump after x264-devel update 2018-02-26 08:19:25 +00:00
xvidcap-gtk2 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
xvidtune xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xview
xview-clients
xview-config
xview-lib Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
xvinfo
xvkbd
xwatchwin
xwd xwd: update to 1.0.7. 2018-03-10 22:19:47 +00:00
xwininfo xwininfo: update to 1.1.4. 2018-03-10 22:21:14 +00:00
xwit
xworld
xwrits
xwud xwud: update to 1.0.5. 2018-03-10 22:22:03 +00:00
xxkb
zenity Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
Makefile sort 2018-11-29 05:29:55 +00:00