1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/x11
Raphael Kubo da Costa 5f54a52585 Change header installation location for kdelibs4-based ports.
Install x11/kdelibs4's headers into include/kde4 instead of include (which
consequently causes several other ports to have their installation paths
changed too).

The idea behind this is to reduce path conflicts between KDE4 ports and the
upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If
we continue installing the KDE4 headers into include/, we can end up in a
situation like this:

    c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp

If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port
will unintentionally be picked up first and the build will fail.

Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a
few patches to FooConfig.cmake files to make them look into the kde4/
subdirectory in include/.

Changes which don't fit into the above are:
- deskutils/kdepimlibs4: Import an upstream patch to remove some double
  semicolons that cause base GCC to fail. They have always been present, but
  since the faulty header was referenced via -isystem /usr/local/include
  this never caused any problems.
- devel/subversion, devel/subversion18: Update patch-configure. The current
  kwallet changes there date back to 2011 (r272490), at a time when the
  build could fail when both KDE3 and KDE4 were installed. Replace those
  bits with a change I've submitted upstream to use the kde4-config program
  to determine where KDE4's headers and libraries are installed instead of
  assuming the headers are always in include/.

Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the
first one to notice this problem when working on the KDE Frameworks 5 ports,
coming up with the solution and bugging me until I had time to work on this
and ask for the exp-run :-)

PR:		207906 (exp-run)
2016-03-15 12:35:56 +00:00
..
3ddesktop - Switch to USES=localbase 2015-12-28 14:01:59 +00:00
9box MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
9menu 1: Update to 1.9. 2016-02-03 05:39:06 +00:00
alltray - Add LICENSE 2014-12-24 11:58:39 +00:00
antimicro Fix linking after r404875. 2016-01-02 22:58:27 +00:00
appres
apwal
arandr MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
aterm - Drop 8.x support 2015-09-04 21:33:10 +00:00
babl Update babl to 0.1.14. 2015-11-23 16:41:12 +00:00
bbappconf Cleanup plist 2014-11-24 20:21:59 +00:00
bbdock - Add LICENSE_FILE 2015-12-28 14:02:28 +00:00
bbrun - Fix missing library problems when the linker enforces explicit linking 2014-08-26 14:06:08 +00:00
beforelight Cleanup plist 2014-11-24 20:21:59 +00:00
bgrot Use @sample 2014-09-02 23:05:08 +00:00
bgs - Remove Mk/bsd.efl.mk 2014-12-27 00:09:02 +00:00
bigreqsproto Cleanup plist 2014-12-08 19:56:26 +00:00
bitmap Misc X.org port updates: 2015-04-18 15:34:36 +00:00
blast MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
bmpanel2 - Unbreak the build on -CURRENT by explicitly linking against libm as a 2015-10-18 11:55:40 +00:00
bricons Cleanup plist 2014-11-24 20:21:59 +00:00
brightside Part 1 of adding USE_GNOME=intltool to ports that require it. 2015-08-02 20:23:55 +00:00
cinnamon Don't install the network applet. It doesn't work because it uses on 2016-02-01 21:59:05 +00:00
cinnamon-desktop Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX. 2016-03-08 13:09:12 +00:00
cinnamon-menus Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX. 2016-03-08 13:09:12 +00:00
cinnamon-screensaver Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX. 2016-03-08 13:09:12 +00:00
cinnamon-session Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX. 2016-03-08 13:09:12 +00:00
cl-clx Cleanup plist 2014-11-24 20:21:59 +00:00
compositeproto Cleanup plist 2014-12-08 19:56:26 +00:00
cool-retro-term - Since our GitHub-hosted distfile support understands external projects, 2016-03-07 09:59:55 +00:00
damageproto Cleanup plist 2014-12-08 19:56:26 +00:00
decurs Drop no longer needed EXTRACT_SUFX as our GitHub support gives sufficiently 2015-10-20 08:00:29 +00:00
deforaos-desktop Update my email for ports I maintain 2016-02-17 10:42:08 +00:00
deforaos-keyboard - patch for main deforaos library 2016-03-08 10:24:06 +00:00
deforaos-libdesktop - patch for main deforaos library 2016-03-08 10:24:06 +00:00
deforaos-locker - patch for main deforaos library 2016-03-08 10:24:06 +00:00
deforaos-panel Mark BROKEN: fails to build 2016-03-13 19:44:52 +00:00
deskmenu Deprecate ports broken for more than 6 months 2016-03-13 18:45:42 +00:00
deskpaint Remove indefinite articles and trailing periods from COMMENT, plus 2014-08-08 08:42:44 +00:00
dgs - Split ghostscript into X11-independent and -dependent parts: 2015-08-22 17:48:35 +00:00
dmenu x11/dmenu: simplify patching (like r403180) 2015-12-13 06:04:15 +00:00
dmxproto Cleanup plist 2014-12-08 19:56:26 +00:00
docker-tray Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
dri2proto Cleanup plist 2014-12-08 19:56:26 +00:00
dri3proto Cleanup plist 2014-12-08 19:56:26 +00:00
dxpc Convert a bunch of EXTRACT_SUFX=... into USES=tar:... 2014-07-29 19:11:51 +00:00
dynamag Convert a bunch of EXTRACT_SUFX=... into USES=tar:... 2014-07-29 19:11:51 +00:00
dzen2 Update ports in the remaining categories to not use GH_COMMIT. 2015-05-07 20:24:15 +00:00
eaglemode Update poppler to 0.40.0. [1] 2016-01-21 19:40:10 +00:00
editres Cleanup plist 2014-11-24 20:21:59 +00:00
emprint Over to the enlightement team 2015-04-16 21:55:10 +00:00
erun MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
eterm Remove $FreeBSD$ from patches files everywhere. 2015-05-22 20:34:27 +00:00
evieext Cleanup plist 2014-11-24 20:21:59 +00:00
evilvte Cleanup plist 2014-11-24 20:21:59 +00:00
fbdesk - Switch to options helpers 2015-09-17 11:04:07 +00:00
fbpanel - Add LICENSE_FILE 2016-03-12 14:14:13 +00:00
fireflies Cleanup plist 2014-11-24 20:21:59 +00:00
fixesproto Cleanup plist 2014-12-08 19:56:26 +00:00
florence x11/florence: Mark jobs unsafe 2015-01-03 23:34:51 +00:00
fluxbg
fpc-x11 FPC ecosystem: Upgrade version 2.6.4 => 3.0.0 2015-12-05 23:29:36 +00:00
fstobdf Misc X.org port updates: 2015-04-18 15:34:36 +00:00
gcb Cleanup plist 2014-11-24 20:21:59 +00:00
gdkxft Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
gdm Update to the lastest GNOME 3.16 releases. 2015-12-12 11:01:36 +00:00
glproto Cleanup plist 2014-12-08 19:56:26 +00:00
gmrun Remove OSVERSION checks that do not make sense any more. 2015-04-03 11:26:48 +00:00
gnome3 The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD. 2016-02-14 18:57:53 +00:00
gnome3-lite The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. 2014-11-19 11:49:04 +00:00
gnome-clipboard-daemon - Fix missing library problems when the linker enforces explicit linking 2014-08-26 14:06:08 +00:00
gnome-desktop The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD. 2016-02-14 18:57:53 +00:00
gnome-desktop-reference
gnome-menus Remove trailing whitespace from Makefiles, M-X. 2015-10-08 15:12:22 +00:00
gnome-pie Update ports in the remaining categories to not use GH_COMMIT. 2015-05-07 20:24:15 +00:00
gnome-session The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD. 2016-02-14 18:57:53 +00:00
gnome-shell x11/gnome-shell: fix previous commit 2016-03-05 19:23:13 +00:00
gnome-shell-extensions Update gnome-shell-extensions to 3.18.4. 2016-03-04 12:29:08 +00:00
gnome-terminal The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD. 2016-02-14 18:57:53 +00:00
gnustep-app Convert bsd.gnustep.mk to USES=gnustep 2015-04-09 07:44:41 +00:00
gpctool Remove Author from pkg-descr 2015-03-02 23:57:52 +00:00
grabc
gromit Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
gskrab Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
gstreamer1-plugins-x Update GStreamer1 to 1.6.2. 2016-01-04 14:21:56 +00:00
gstreamer1-plugins-ximagesrc Update GStreamer1 to 1.6.2. 2016-01-04 14:21:56 +00:00
gsynaptics Part 1 of adding USE_GNOME=intltool to ports that require it. 2015-08-02 20:23:55 +00:00
gtk-launch Move MASTER_SITES from CRITICAL to LOCAL/ehaupt 2015-01-06 09:40:51 +00:00
gtk-theme-switch - Add LICENSE 2015-12-28 14:02:34 +00:00
gtk-theme-switch2
gtkchtheme
gtkterm2 - Add LICENSE 2015-12-28 14:02:43 +00:00
guake - Update to 0.8.4 2016-03-03 21:16:42 +00:00
hotwire-shell x11/hotwire-shell: drop pyxml dependency 2015-06-09 19:14:29 +00:00
hs-X11 - Update The Glorious Glasgow Haskell Compiler to version 7.10.2 2015-08-20 23:02:14 +00:00
hs-X11-xft - Update The Glorious Glasgow Haskell Compiler to version 7.10.2 2015-08-20 23:02:14 +00:00
hs-xmobar - Update The Glorious Glasgow Haskell Compiler to version 7.10.2 2015-08-20 23:02:14 +00:00
i3lock Update to upstream version 2.7 2015-05-23 13:21:42 +00:00
i3status Instead of simply removing pulseaudio provide an option (off by default) 2016-01-12 12:42:59 +00:00
iceauth Misc X.org port updates: 2015-04-18 15:34:36 +00:00
ico
idesk - Remove Mk/bsd.efl.mk 2014-12-27 00:09:02 +00:00
imwheel - Add LICENSE 2015-12-28 14:02:52 +00:00
innerspace Make all GNUstep ports install into the System domain so that the Local domain is available for stuff built from source. 2015-09-19 10:33:34 +00:00
inputproto Cleanup plist 2014-12-08 21:05:41 +00:00
ipager Don't dereference STAGEDIR. It may change. 2015-03-17 19:20:10 +00:00
kactivities Change header installation location for kdelibs4-based ports. 2016-03-15 12:35:56 +00:00
kactivitymanagerd Update MASTER_SITES for the KActivities ports. 2016-02-22 11:48:27 +00:00
kb2mb2 MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
kbproto Update xkbevd to 1.1.4. 2015-10-20 13:49:18 +00:00
kde4 Convert kde@ ports to USES=metaport. 2015-04-03 19:22:38 +00:00
kde4-baseapps Change header installation location for kdelibs4-based ports. 2016-03-15 12:35:56 +00:00
kde4-runtime Change header installation location for kdelibs4-based ports. 2016-03-15 12:35:56 +00:00
kde4-workspace Change header installation location for kdelibs4-based ports. 2016-03-15 12:35:56 +00:00
kdelibs4 Change header installation location for kdelibs4-based ports. 2016-03-15 12:35:56 +00:00
keybinder Update to 0.3.1 2016-01-22 10:05:58 +00:00
keybinder-gtk3 Update to 0.3.1 2016-01-22 10:09:07 +00:00
keyboardcast Cleanup plist 2014-11-24 20:21:59 +00:00
keylaunch Cleanup plist 2014-11-24 20:21:59 +00:00
keynav
kgamma Add patch for the port to build with CMake 3.4.0. 2015-11-26 12:29:22 +00:00
konsole Update KDE SC to 4.14.3 2015-03-11 23:11:47 +00:00
leechcraft - Explicitly specify version for libotr.so to differentiate security/libotr and security/libotr3 2016-02-25 14:15:40 +00:00
lemonbar x11/lemonbar: Fix man page, steamline makefile, fix build for FreeBSD 9 2015-12-22 16:21:33 +00:00
libdmx Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libdnd Mark BROKEN: unfetchable 2015-11-27 19:17:39 +00:00
libexo Update to 0.10.7 (bugfix) 2015-09-14 12:56:16 +00:00
libfakekey New port: x11/libfakekey. 2016-01-21 22:58:07 +00:00
libfm Chase update of x11/menu-cache, after revision r405055 2016-01-02 09:03:51 +00:00
libfm-extra - Convert x11/libfm and x11/libfm-extra to Master-Slave Port 2015-08-01 10:16:31 +00:00
libgnome Cleanup plist 2014-12-08 21:05:07 +00:00
libgnome-reference
libgnomekbd The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. 2014-11-19 11:49:04 +00:00
libgnomemm26 Cleanup plist 2014-12-08 21:05:07 +00:00
libICE Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libkonq Change header installation location for kdelibs4-based ports. 2016-03-15 12:35:56 +00:00
libmatekbd Update the MATE DE to 1.12. 2016-01-25 12:31:21 +00:00
liboldX Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libSM Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libsx - Switch to options helpers 2015-09-08 11:30:05 +00:00
libsynaptics - Strip library 2015-06-18 21:22:55 +00:00
libX11 Update xkbevd to 1.1.4. 2015-10-20 13:49:18 +00:00
libXau Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libxcb Update xkbevd to 1.1.4. 2015-10-20 13:49:18 +00:00
libXcm x11/libXcm: it is not an Xorg lib, set USES=libtool, remove *.la files 2014-09-22 18:57:05 +00:00
libXcomposite Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libXcursor Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libXdamage Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libxdg-basedir
libXdmcp Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libXevie Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libXext Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libxfce4menu By default libtool replaces -export-symbols <file> with -retain-symbols-file 2015-08-02 15:03:19 +00:00
libxfce4util USES=xfce: Stop overriding MASTER_SITE_SUBDIR. 2015-04-28 17:01:46 +00:00
libXfixes Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libXi Update libXi to 1.7.6. 2015-12-22 15:54:35 +00:00
libXinerama Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libxkbcommon Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libxkbfile Update xkbevd to 1.1.4. 2015-10-20 13:49:18 +00:00
libxkbui Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libxklavier When LANG is set to ru_RU.UTF-8 for example xfce4-keyboard-settings would 2015-11-18 18:52:30 +00:00
libXp Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libXpm - Make implicit dependency on gettext explicit (and enable by default) 2015-07-01 20:29:40 +00:00
libXprintAppUtil Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libXprintUtil Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libXrandr Update randrproto and libXrandr to 1.5.0. 2015-10-20 13:33:55 +00:00
libXrender Update xkbevd to 1.1.4. 2015-10-20 13:49:18 +00:00
libXres Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libXScrnSaver Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libxshmfence Redo r351352 to fix build on head. 2015-04-18 17:38:37 +00:00
libXTrap Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libXtst Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libXv Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libXvMC Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libXxf86dga Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libXxf86misc Misc X.org port updates: 2015-04-18 15:34:36 +00:00
libXxf86vm x11/libXxf86vm: add missing man page to plist 2015-06-14 20:57:23 +00:00
linux-c6-xorg-libs Welcome Centos 6.7 2016-01-30 18:30:40 +00:00
linux-f10-xorg-libs Move MASTER_SITES from CRITICAL to LOCAL/ehaupt 2015-01-06 10:17:28 +00:00
listres
lsw Reset dhn's ports 2015-06-12 20:58:13 +00:00
luit On BSD, switching off ICANON does not disable LNEXT (^V) processing. 2016-01-15 20:12:55 +00:00
lumina - Chase upstream 0.8.8_2 2016-03-04 18:44:43 +00:00
lumina-i18n Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX. 2016-03-08 13:09:12 +00:00
lupe - Switch to options helpers 2015-09-02 22:40:14 +00:00
lxde-meta Convert to USES=metaport 2015-07-12 22:34:00 +00:00
lxmenu-data - Update to 0.1.4 2016-01-02 09:28:25 +00:00
lxpanel Chase update of x11/menu-cache, after revision r405055 2016-01-02 09:03:51 +00:00
lxrandr - Switch to options helpers 2015-09-14 21:45:23 +00:00
mate Update the MATE DE to 1.12. 2016-01-25 12:31:21 +00:00
mate-applets Update the MATE DE to 1.12. 2016-01-25 12:31:21 +00:00
mate-base Update the MATE DE to 1.12. 2016-01-25 12:31:21 +00:00
mate-desktop Update the MATE DE to 1.12. 2016-01-25 12:31:21 +00:00
mate-menus Update the MATE DE to 1.12. 2016-01-25 12:31:21 +00:00
mate-panel Update mate-panel to 1.12.2. 2016-02-01 10:12:53 +00:00
mate-screensaver Update the MATE DE to 1.12. 2016-01-25 12:31:21 +00:00
mate-session-manager Update the MATE DE to 1.12. 2016-01-25 12:31:21 +00:00
mate-terminal Update the MATE DE to 1.12. 2016-01-25 12:31:21 +00:00
menu-cache Update to 1.0.1 2016-01-02 08:59:14 +00:00
metalock - Remove Mk/bsd.efl.mk 2014-12-27 00:09:02 +00:00
metisse Clean options by using options helpers 2015-09-13 14:24:59 +00:00
mkcomposecache
mlterm Update to 3.6.1. 2015-12-31 10:54:08 +00:00
mrxvt Remove iconv(), iconv_open() and iconv_close() symbols from libiconv. 2015-10-10 14:03:00 +00:00
mrxvt-devel Remove iconv(), iconv_open() and iconv_close() symbols from libiconv. 2015-10-10 14:03:00 +00:00
multi-aterm Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
mxico Cleanup plist 2014-11-24 20:21:59 +00:00
numlockx - Take maintainership 2015-04-08 14:38:18 +00:00
nvidia-driver Drop 8 support. 2015-10-15 14:55:14 +00:00
nvidia-driver-304 - Update x11/nvidia-driver to 346.96. 2015-09-24 22:09:54 +00:00
nvidia-driver-340 - Update x11/nvidia-driver to 346.96. 2015-09-24 22:09:54 +00:00
nvidia-settings - Fix path to nvidia-driver's registry profiles 2016-01-13 15:26:49 +00:00
nvidia-xconfig Don't use GH_TAGNAME when DISTVERSION* variables can be used. 2015-12-08 09:05:15 +00:00
nxcomp Drop maintainership 2015-07-04 22:33:08 +00:00
ooxcb - Update to 1.2 2015-12-14 21:10:13 +00:00
p5-Clipboard Make it so that the default Perl is always called perl5. 2015-09-14 12:19:48 +00:00
p5-X11-GUITest Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24 00:14:11 +00:00
p5-X11-IdleTime - Update *_DEPENDS 2015-01-03 07:13:15 +00:00
p5-X11-Protocol Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24 00:14:11 +00:00
p5-X11-Resolution Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26 13:08:24 +00:00
p5-X11-XCB x11/p5-X11-XCB: 0.12 -> 0.15 2016-01-11 20:11:13 +00:00
p5-X11-Xlib New port: x11/p5-X11-Xlib 2015-04-12 05:34:57 +00:00
p5-XTerm-Conf Make it so that the default Perl is always called perl5. 2015-09-14 12:19:48 +00:00
pixman Update pixman to 0.34.0. 2016-02-10 12:49:21 +00:00
plasma-scriptengine-python Remove ${STAGEDIR} from pyc/pyo files installed with kdelibs's CMake macros. 2015-12-18 18:10:24 +00:00
plasma-scriptengine-ruby KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13! 2014-10-19 15:57:27 +00:00
presentproto Cleanup plist 2014-12-08 21:05:41 +00:00
printproto Cleanup plist 2014-12-08 21:05:41 +00:00
printscreen
props MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
py-qt4-opengl PyQt: Replace bsd.pyqt.mk with Uses/pyqt.mk. 2015-12-08 16:49:43 +00:00
py-qt5-opengl At very long last land PyQt5 5.5.1 ports. 2015-12-13 21:56:50 +00:00
qimageblitz MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
qt4-graphicssystems-opengl Update the Qt4 ports to 4.8.7. 2015-09-16 08:55:04 +00:00
qt4-inputmethods Remove @dirrm and @dirrmtry entries from the Qt ports. 2014-10-23 21:35:14 +00:00
qt5-qev Update Qt5 ports to 5.3.2. 2014-11-05 09:39:21 +00:00
qt5-x11extras Update Qt5 to 5.5.1. 2016-01-24 18:10:14 +00:00
qxkb Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
randrproto Update randrproto and libXrandr to 1.5.0. 2015-10-20 13:33:55 +00:00
recordproto Cleanup plist 2014-12-08 21:05:41 +00:00
rendercheck - Update to 1.5 2016-01-03 06:19:47 +00:00
renderproto Cleanup plist 2014-12-08 21:05:41 +00:00
resourceproto Cleanup plist 2014-12-08 21:05:41 +00:00
rgb Misc X.org port updates: 2015-04-18 15:34:36 +00:00
rofi x11/rofi: 0.15.11 -> 0.15.12 2016-02-20 11:23:40 +00:00
rox-wallpaper Cleanup plist 2014-11-24 20:21:59 +00:00
roxbg Remove indefinite articles and trailing periods from COMMENT, plus 2014-08-08 08:42:44 +00:00
roxterm Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
rsibreak-kde4 Remove UNIQUENAME and LATEST_LINK. 2015-08-17 14:20:40 +00:00
rstart - Drop @dirrm* from pkg-plists 2015-02-02 01:26:58 +00:00
ruby-X11 - Drop @dirrm* from pkg-plists 2015-02-02 01:26:58 +00:00
rubygem-gnome2 Remove source and intermediate build output from intalled rubygem- ports 2016-02-02 01:21:21 +00:00
rxvt - Drop 8.x support 2015-09-04 21:33:22 +00:00
rxvt-unicode Upgrade to 9.22. 2016-01-24 14:36:03 +00:00
sakura - Update to 3.3.4 2016-01-29 23:25:33 +00:00
sbxkb - Drop @dirrm* from pkg-plists 2015-02-02 01:26:58 +00:00
scripts Improve shebangfix framework 2015-10-19 14:50:52 +00:00
scrnsaverproto Cleanup plist 2014-12-08 21:05:41 +00:00
sessreg Misc X.org port updates: 2015-04-18 15:34:36 +00:00
setlayout
setxkbmap Update xkbevd to 1.1.4. 2015-10-20 13:49:18 +00:00
simdock Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
sisctrl - Fix missing library problems when the linker enforces explicit linking 2014-08-26 14:06:08 +00:00
slim Remove direct dbus dependency. 2016-02-21 21:00:45 +00:00
slock - set maintainer 2016-02-26 18:08:29 +00:00
slop Update ports in the remaining categories to not use GH_COMMIT. 2015-05-07 20:24:15 +00:00
smproxy Update xkbevd to 1.1.4. 2015-10-20 13:49:18 +00:00
sselp
stalonetray Update to version 0.8.3 2015-05-31 09:36:08 +00:00
startup-notification Drop .la file. 2015-07-07 10:39:42 +00:00
sterm x11/sterm: update 0.5->0.6 2015-08-12 00:04:20 +00:00
stjerm Typos, whitespace and capitalization fixes (S-X). 2015-09-20 21:12:20 +00:00
swarp - Switch to options helpers 2015-09-02 00:08:39 +00:00
sxhkd Update ports in the remaining categories to not use GH_COMMIT. 2015-05-07 20:24:15 +00:00
sxpc MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
tabbed
temperature.app Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
terminal.app Make all GNUstep ports install into the System domain so that the Local domain is available for stuff built from source. 2015-09-19 10:33:34 +00:00
terminator Correct usage of USE_GNOME. This went unnoticed due to the the GCONF option 2015-08-05 07:05:59 +00:00
terminology Update to 0.9.1 2015-09-18 11:56:12 +00:00
thinglaunch Move MASTER_SITES from CRITICAL to LOCAL/ehaupt 2015-01-06 09:40:51 +00:00
thingylaunch x11/thingylaunch - take back maintainership 2015-11-25 13:28:45 +00:00
tilda - Remove unneeded @dir 2016-02-05 18:19:47 +00:00
tint - Update to 0.12.6 2016-01-29 22:10:04 +00:00
tint-devel Update librsvg2 to 2.40.10. 2015-08-29 15:59:40 +00:00
tkXwin Cleanup plist 2015-01-17 22:25:52 +00:00
trapproto Cleanup plist 2014-12-08 21:05:41 +00:00
trayer Update ports in the remaining categories to not use GH_COMMIT. 2015-05-07 20:24:15 +00:00
tycoon Cleanup plist 2015-01-17 22:25:52 +00:00
urxvt-perls Update ports in the remaining categories to not use GH_COMMIT. 2015-05-07 20:24:15 +00:00
vdesk - Switch to options helpers 2015-12-10 21:26:12 +00:00
videoproto Cleanup plist 2014-12-08 20:18:23 +00:00
viewres cleanup plist 2014-12-20 19:55:18 +00:00
virtualgl Reduce number of dependencies, add SSL option. 2016-03-14 21:21:43 +00:00
wbar MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
wbarconf Update my email for ports I maintain 2016-02-17 10:42:08 +00:00
wdm - Fix build 2015-10-08 17:08:39 +00:00
wmappl Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
wmblob x11/wmblob: Fix typos in pkg-descr 2014-11-25 17:21:34 +00:00
wmbutton - Add LICENSE_FILE 2015-12-28 14:03:37 +00:00
wmcliphist MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
wmctrl
wmdrawer Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
wmmatrix Rename x11/ patch-xy patches to reflect the files they modify. 2014-07-29 16:09:41 +00:00
wmxss Rename all patches that contain '::' as a path separator, and use 2014-07-29 17:12:47 +00:00
workrave Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
x11perf Update xkbevd to 1.1.4. 2015-10-20 13:49:18 +00:00
x3270 Remove iconv(), iconv_open() and iconv_close() symbols from libiconv. 2015-10-10 14:03:00 +00:00
xaniroc
xantfarm Rename x11/ patch-xy patches to reflect the files they modify. 2014-07-29 16:09:41 +00:00
xascii Remove indefinite articles and trailing periods from COMMENT, plus 2014-08-08 08:42:44 +00:00
xauth Update to 1.0.9 2014-07-20 22:48:30 +00:00
xautolock MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
xautomation Bump portrevision after png update 2014-12-25 20:54:41 +00:00
xbacklight
xballoon
xbanner - Pet portlint 2015-09-02 00:08:29 +00:00
xbelld Add missing -lm 2014-09-04 14:51:03 +00:00
xbiff
xbindkeys - Do not require a particular version of Tk - any will do [1] 2014-11-06 18:33:54 +00:00
xbitmaps Cleanup plist 2014-12-08 20:18:23 +00:00
xbrightness
xcalc Readd font-alias as a dependency 2015-03-20 08:42:16 +00:00
xcalib Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
xcb x11/xcb: Fix incorrectly built app-defaults file 2014-07-27 08:51:37 +00:00
xcb-proto x11/xcb-proto: fix packaging with python3.5 2016-03-06 21:57:10 +00:00
xcb-util Misc X.org port updates: 2015-04-18 15:34:36 +00:00
xcb-util-cursor Remove trailing whitespace from Makefiles, M-X. 2015-10-08 15:12:22 +00:00
xcb-util-image Misc X.org port updates: 2015-04-18 15:34:36 +00:00
xcb-util-keysyms Misc X.org port updates: 2015-04-18 15:34:36 +00:00
xcb-util-renderutil Misc X.org port updates: 2015-04-18 15:34:36 +00:00
xcb-util-wm Misc X.org port updates: 2015-04-18 15:34:36 +00:00
xcbautolock Add missing pkgconfig dependency 2016-03-07 10:17:36 +00:00
xclick Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
xclip - Remove patchfile and remove autotools 2014-11-15 20:13:35 +00:00
xclipboard Cleanup plist 2014-12-08 20:18:23 +00:00
xcm
xcmd MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
xcmiscproto Cleanup plist 2014-12-08 20:18:23 +00:00
xcmsdb Update xkbevd to 1.1.4. 2015-10-20 13:49:18 +00:00
xco Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
xcoloredit Convert a bunch of EXTRACT_SUFX=... into USES=tar:... 2014-07-29 19:11:51 +00:00
xcolors MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
xcolorsel Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
xconsole Cleanup plist 2014-12-08 20:18:23 +00:00
xcurs Cleanup plist 2014-12-08 20:18:23 +00:00
xcursorgen Bump portrevision after png update 2014-12-25 20:54:41 +00:00
xcut Rename x11/ patch-xy patches to reflect the files they modify. 2014-07-29 16:09:41 +00:00
xdbedizzy
xdialog - Add LICENSE 2015-12-28 14:04:02 +00:00
xditview Update xkbevd to 1.1.4. 2015-10-20 13:49:18 +00:00
xdm x11/xdm: add CPE information 2015-03-28 17:47:11 +00:00
xdotool
xdpyinfo Update xkbevd to 1.1.4. 2015-10-20 13:49:18 +00:00
xdriinfo Update xkbevd to 1.1.4. 2015-10-20 13:49:18 +00:00
xdtm Cleanup plist 2014-12-08 20:18:23 +00:00
xedit Misc X.org port updates: 2015-04-18 15:34:36 +00:00
xev Update xkbevd to 1.1.4. 2015-10-20 13:49:18 +00:00
xextproto Cleanup plist 2014-12-08 20:03:32 +00:00
xeyes Remove indefinite articles and trailing periods from COMMENT, plus 2014-08-08 08:42:44 +00:00
xf86dga
xf86dgaproto Cleanup plist 2014-12-08 20:03:32 +00:00
xf86driproto Cleanup plist 2014-12-08 20:03:32 +00:00
xf86miscproto Cleanup plist 2014-12-08 20:03:32 +00:00
xf86rushproto Cleanup plist 2014-12-08 20:03:32 +00:00
xf86vidmodeproto Cleanup plist 2014-12-08 20:03:32 +00:00
xfce4-clipman-plugin USES=xfce: Stop overriding MASTER_SITE_SUBDIR. 2015-04-28 17:01:46 +00:00
xfce4-conf USES=xfce: Stop overriding MASTER_SITE_SUBDIR. 2015-04-28 17:01:46 +00:00
xfce4-dashboard Update to 0.4.2 (bugfix) 2015-05-30 19:35:52 +00:00
xfce4-embed-plugin Update to 1.6.0 2015-07-15 16:02:07 +00:00
xfce4-quicklauncher-plugin USES=xfce: Stop overriding MASTER_SITE_SUBDIR. 2015-04-28 17:01:46 +00:00
xfce4-screenshooter-plugin - Fix build when NLS option is disabled 2015-06-08 17:19:50 +00:00
xfce4-taskmanager Rewrite options helper 2015-08-09 15:51:33 +00:00
xfce4-terminal USES=xfce: Stop overriding MASTER_SITE_SUBDIR. 2015-04-28 17:01:46 +00:00
xfce4-verve-plugin By default libtool replaces -export-symbols <file> with -retain-symbols-file 2015-08-02 15:03:19 +00:00
xfce4-whiskermenu-plugin - Update to 1.5.2 2015-12-29 16:58:34 +00:00
xfce4-wmdock-plugin The FreeBSD Xfce team proudly presents Xfce 4.12. 2015-03-05 22:52:30 +00:00
xfd Cleanup plist 2014-12-08 20:03:32 +00:00
xfindproxy Update xkbevd to 1.1.4. 2015-10-20 13:49:18 +00:00
xfishtank Rename x11/ patch-xy patches to reflect the files they modify. 2014-07-29 16:09:41 +00:00
xforward
xfree86_xkb_xml Remove $FreeBSD$ from patches files everywhere. 2015-05-22 20:34:27 +00:00
xfwp
xgamma Update xkbevd to 1.1.4. 2015-10-20 13:49:18 +00:00
xgc Update xkbevd to 1.1.4. 2015-10-20 13:49:18 +00:00
xgrab MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
xhost Update xkbevd to 1.1.4. 2015-10-20 13:49:18 +00:00
xidle Update to 26052015. 2015-05-30 15:48:49 +00:00
xineramaproto Cleanup plist 2014-12-08 19:59:02 +00:00
xinit Update the following Xorg components: 2014-11-01 14:44:14 +00:00
xinput Update xinput to 1.6.2. 2015-10-20 14:04:36 +00:00
xkbcomp Update xkbcomp to 1.3.1. 2015-11-10 23:25:33 +00:00
xkbctrl Fix ports that confused the meaning of WRKDIR and WRKSRC. 2015-11-05 12:36:25 +00:00
xkbevd Update xkbevd to 1.1.4. 2015-10-20 13:49:18 +00:00
xkbprint Update xkbprint to 1.0.4. 2015-10-20 13:48:39 +00:00
xkbset Fix usage of ${PERL5}. 2015-12-17 17:19:48 +00:00
xkbutils
xkeyboard-config Update xkeyboard-config to 2.17. 2016-02-10 12:49:56 +00:00
xkeycaps Convert a bunch of EXTRACT_SUFX=... into USES=tar:... 2014-07-29 19:11:51 +00:00
xkeywrap Deprecate and expire 1 month. 2016-03-13 19:01:49 +00:00
xkill
xload Fix minor typos in pkg-descr files. 2015-03-22 13:22:52 +00:00
xloadimage Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
xlockmore 3 ports categories: Remove $PTHREAD_LIBS 2015-03-24 19:37:43 +00:00
xlogo Cleanup plist 2014-12-08 19:59:02 +00:00
xlsatoms Update xlsatoms to 1.1.2. 2015-10-20 13:48:10 +00:00
xlsclients
xlupe Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
xmag Update xmag to 1.0.6. 2015-10-20 13:47:13 +00:00
xman Update xman to 1.1.4. 2015-10-20 13:42:00 +00:00
xmangekyou Fix MASTER_SITES and unmark BROKEN. 2016-01-01 17:41:24 +00:00
xmascot Cleanup plist 2014-12-08 19:59:02 +00:00
xmessage Cleanup plist 2014-12-08 19:59:02 +00:00
xmh Update xmh to 1.0.3. 2015-10-20 13:46:06 +00:00
xmodmap Update xmodmap to 1.0.9. 2015-10-20 13:45:38 +00:00
xmon MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
xmore Cleanup plist 2014-12-08 19:59:02 +00:00
xmotd Convert most NO_INSTALL_MANPAGES to USES=imake:noman 2014-08-18 19:13:18 +00:00
xmove
xmsg
xmx Rename x11/ patch-xy patches to reflect the files they modify. 2014-07-29 16:09:41 +00:00
xnee - Switch to options helpers 2015-09-27 21:39:00 +00:00
xnodecor Fix ports that confused the meaning of WRKDIR and WRKSRC. 2015-11-05 12:36:25 +00:00
xorg Convert to USES=metaport 2015-03-28 14:50:41 +00:00
xorg-apps Convert to USES=metaport 2015-03-28 14:51:39 +00:00
xorg-cf-files Get rid of useless @dirrm 2015-01-17 21:49:25 +00:00
xorg-docs Update xorg-docs to 1.7.1 2015-10-20 13:42:37 +00:00
xorg-libraries This is also a meta ports, make it such 2015-01-17 21:47:56 +00:00
xorg-minimal Convert to USES=metaport 2015-03-28 15:18:01 +00:00
xplsprinters
xpr
xpra Upgrade x265 from 1.8 to 1.9. Add the test-target to utilize upstream's bundled 2016-02-10 20:08:39 +00:00
xprehashprinterlist Remove indefinite articles and trailing periods from COMMENT, plus 2014-08-08 08:42:44 +00:00
xprompt MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
xprop
xproto Update xproto to 7.0.28. 2015-10-20 13:43:07 +00:00
xproxymanagementprotocol Remove @dirrm* 2015-01-17 21:36:55 +00:00
xpyb MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
xrandr Update the following Xorg components: 2014-11-01 14:44:14 +00:00
xrdb
xrefresh
xrestop
xrootconsole
xrsh
xrsi - Fix license handling 2015-11-14 03:55:56 +00:00
xrx
xscreensaver Remove some debugs and works in progress that snuck in with previous commit. 2015-10-27 21:08:10 +00:00
xscreensaver-gnome Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
xscreensaver-gnome-hacks - Drop @dirrm* from pkg-plists 2015-02-02 01:26:58 +00:00
xscreensaver.app
xsel x11/xsel: add WWW 2015-04-21 13:11:00 +00:00
xsel-conrad Remove dead mirror 2015-03-30 21:52:35 +00:00
xset
xsetmode
xsetpointer
xsetroot
xskyroot Rename x11/ patch-xy patches to reflect the files they modify. 2014-07-29 16:09:41 +00:00
xsm Cleanup plist 2014-12-08 19:34:35 +00:00
xsnow
xstarroll
xstdcmap
xstroke 3 ports categories: Remove $PTHREAD_LIBS 2015-03-24 19:37:43 +00:00
xtacy MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
xterm Update to 324 2016-03-11 15:40:09 +00:00
xtermcontrol Adopt x11/xtermcontrol and upgrade to version 3.3. 2016-01-13 03:47:51 +00:00
xtermset Cleanup plist 2014-12-08 19:34:35 +00:00
xtestpicture
xtoolwait MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
xtrans Update the following Xorg components: 2014-11-01 14:44:14 +00:00
xtrap
xtrlock Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
xtset Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
xvattr Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
xvidtune Cleanup plist 2014-12-08 19:34:35 +00:00
xvinfo Update xvinfo to 1.1.3. 2015-10-20 13:45:08 +00:00
xvkbd Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
xvmcinfo
xvt - Drop 8.x support 2015-09-30 23:08:54 +00:00
xwatchwin MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
xwd
xwininfo
xwinwrap Convert some more USE_BZIP2 to USES=tar:bzip2 2014-07-29 21:43:17 +00:00
xwit Move MASTER_SITES from CRITICAL to LOCAL/ehaupt 2015-01-06 09:40:51 +00:00
xwud
xxkb x11/xxkb: 1.11 -> 1.11.1, change of license from ART10 to ART20 2015-11-21 17:31:10 +00:00
xzoom MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
yad - Update to 0.34.2 2016-03-01 19:50:34 +00:00
yakuake-kde4 Drop INSTALLS_ICONS, it only usefull for GTK+ programs. 2015-06-26 17:26:07 +00:00
yalias Cleanup plist 2014-12-08 19:34:35 +00:00
yeahconsole Convert LICENSE= "GPLxx # or later" to "GPLxx+" 2016-01-12 16:20:31 +00:00
yelp The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD. 2016-02-14 18:57:53 +00:00
zenity The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD. 2016-02-14 18:57:53 +00:00
Makefile New xcbautolock. Minimalistic XCB base utility that monitors users activity for 2016-03-05 15:02:58 +00:00