Kile (f/k/a Ktexmaker2) is a LaTeX source editor, TeX shell and GnuPlot frontend. It is not (and will never be) a WYSIWYG (what you see is what you get) interface for LaTeX; instead, its aim is to simplify editing LaTeX source code and the use of LaTeX-related programs for users who want to retain control over their LaTeX documents. WWW: http://kile.sourceforge.net gi/freebsd-ports-gnome/commit/?id=aee43c825bdc903e20204b247f2b4180a506eb09'/> aee43c825bdc903e20204b247f2b4180a506eb09 Update gccmakedep to 1.0.3. Update imake to 1.0.7. Update libpciaccess to 0.13.3. Update libdrm to 2.4.60. Update bitmap to 1.0.8. Update fstobdf to 1.0.6. Update iceauth to 1.0.7. Update libXdmcp to 1.1.2. Update libXp to 1.0.3. Update libXvMC to 1.0.9. Update libXxf86vm to 1.1.4. Update libxshmfence to 1.2. Update randrproto to 1.4.1. Update rgb to 1.0.6. Update sessreg to 1.1.0. Update xcb-util-cursor to 0.1.2. Update xedit to 1.2.2. Update xkbcomp to 1.3.0. Update xkeyboard-config to 2.14. Update xproto to 7.0.27. Update xf86-input-mouse to 1.9.1. Update xf86-input-synaptics to 1.8.2. Update xf86-video-i710 to 1.3.5. Update xf86-video-mga to 1.6.4. Update xf86-video-tdfx to 1.4.6. Update xf86-video-vmware to 13.1.0. Update bdftopcf to 1.0.5. Update font-util to 1.3.1. Update fslsfonts to 1.0.5. Update mkfontscale to 1.1.2. Update showfont to 1.0.5. Update xfs to 1.1.4. Update xfsinfo to 1.0.5. Remove :keepla from USES=libtool for X libraries in bsd.xorg.mk, and bump all affected ports. PR: 199400 Obtained from: Xorg-devel repo
Update gccmakedep to 1.0.3.
Update imake to 1.0.7.
Update libpciaccess to 0.13.3.
Update libdrm to 2.4.60.
Update bitmap to 1.0.8.
Update fstobdf to 1.0.6.
Update iceauth to 1.0.7.
Update libXdmcp to 1.1.2.
Update libXp to 1.0.3.
Update libXvMC to 1.0.9.
Update libXxf86vm to 1.1.4.
Update libxshmfence to 1.2.
Update randrproto to 1.4.1.
Update rgb to 1.0.6.
Update sessreg to 1.1.0.
Update xcb-util-cursor to 0.1.2.
Update xedit to 1.2.2.
Update xkbcomp to 1.3.0.
Update xkeyboard-config to 2.14.
Update xproto to 7.0.27.
Update xf86-input-mouse to 1.9.1.
Update xf86-input-synaptics to 1.8.2.
Update xf86-video-i710 to 1.3.5.
Update xf86-video-mga to 1.6.4.
Update xf86-video-tdfx to 1.4.6.
Update xf86-video-vmware to 13.1.0.
Update bdftopcf to 1.0.5.
Update font-util to 1.3.1.
Update fslsfonts to 1.0.5.
Update mkfontscale to 1.1.2.
Update showfont to 1.0.5.
Update xfs to 1.1.4.
Update xfsinfo to 1.0.5.

Remove :keepla from USES=libtool for X libraries in bsd.xorg.mk, and bump
  all affected ports.

PR:		199400
Obtained from:	Xorg-devel repo
x11/sessreg: Fix build on gcc-5, take II 2015-04-02T07:28:49+00:00 marino marino@FreeBSD.org 2015-04-02T07:28:49+00:00 8d5b2ab2034a17077e473d39bcd743acfd5c1ea2 The previous attempt to fix sessreg on gcc5 by using tradcpp was backed out due to failure to build on FreeBSD 11. This attempt uses gcc's cpp, but with the -P option. Tested on F8,9,10,11 x i386,amd64 tested by: bofh Approved by: blanket
The previous attempt to fix sessreg on gcc5 by using tradcpp was backed
out due to failure to build on FreeBSD 11.  This attempt uses gcc's cpp,
but with the -P option.  Tested on F8,9,10,11 x i386,amd64

tested by:	bofh
Approved by:	blanket
Back out r379585, this breaks configure on freebsd head and thus packaging of xorg-apps and xorg 2015-02-24T18:39:34+00:00 antoine antoine@FreeBSD.org 2015-02-24T18:39:34+00:00 97a6c9285ff02742cea21e7599264511dba2cf0a With hat: portmgr
With hat:	portmgr
x11/sessreg: Use tradcpp to fix build on gcc-5 2015-02-22T09:27:27+00:00 marino marino@FreeBSD.org 2015-02-22T09:27:27+00:00 2e04b277081be1080b73553af86366e249d10901 The building of the man page relies on cpp behavior that has changed in the latest version of cpp, so used tradcpp unconditionally. Approved by: blanket
The building of the man page relies on cpp behavior that has changed
in the latest version of cpp, so used tradcpp unconditionally.

Approved by:	blanket