notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: x11/xkeyboard-config/Makefile

Number of commits found: 74

Sunday, 10 Mar 2024
08:59 Gleb Popov (arrowd) search for other commits by this committer
x11/xkeyboard-config: Add TEST_DEPENDS
commit hash: 5b26a756d3ac7716f49d8ba8b5d06c243952bc3c commit hash: 5b26a756d3ac7716f49d8ba8b5d06c243952bc3c commit hash: 5b26a756d3ac7716f49d8ba8b5d06c243952bc3c commit hash: 5b26a756d3ac7716f49d8ba8b5d06c243952bc3c 5b26a75
Monday, 5 Feb 2024
12:01 Christos Margiolis (christos) search for other commits by this committer
x11/xkeyboard-config: Update to 2.41

Version 2.41 now ships with the temporary patch introduced in
e6f66fef02554459d756c1510fc74a52de40f049 ("x11/xkeyboard-config: Update
to 2.40").

Reviewed by:	manu
Differential Revision:	https://reviews.freebsd.org/D43749
commit hash: 02040d57b0a4ed5484d7e6844d2db13ecdd70159 commit hash: 02040d57b0a4ed5484d7e6844d2db13ecdd70159 commit hash: 02040d57b0a4ed5484d7e6844d2db13ecdd70159 commit hash: 02040d57b0a4ed5484d7e6844d2db13ecdd70159 02040d5
Friday, 12 Jan 2024
22:40 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sanitize MANPREFIX for meson ports

Approved by:	portmgr
commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 9f8f710
Saturday, 11 Nov 2023
05:11 Jason E. Hale (jhale) search for other commits by this committer
x11/xkeyboard-config: Fix pkg-plist after e6f66fef0255

The missing pkgconfig file broke several ports.
commit hash: 5a4eeed2e2cd1458f8a1b14c0801f1c7e1885329 commit hash: 5a4eeed2e2cd1458f8a1b14c0801f1c7e1885329 commit hash: 5a4eeed2e2cd1458f8a1b14c0801f1c7e1885329 commit hash: 5a4eeed2e2cd1458f8a1b14c0801f1c7e1885329 5a4eeed
Friday, 10 Nov 2023
16:55 Christos Margiolis (christos) search for other commits by this committer
x11/xkeyboard-config: Update to 2.40

Reviewed by:	manu
Differential Revision:	https://reviews.freebsd.org/D42212
commit hash: e6f66fef02554459d756c1510fc74a52de40f049 commit hash: e6f66fef02554459d756c1510fc74a52de40f049 commit hash: e6f66fef02554459d756c1510fc74a52de40f049 commit hash: e6f66fef02554459d756c1510fc74a52de40f049 e6f66fe
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Sunday, 10 Apr 2022
19:11 Charlie Li (vishwin) search for other commits by this committer
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 d63665f
Saturday, 26 Mar 2022
08:27 Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 247c7db
Wednesday, 10 Nov 2021
08:09 Daniel Engberg (diizzy) search for other commits by this committer
x11/xkeyboard-config: Update to 2.3.4

There's no changelog by upstream, commit log:
https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/commits/master/

Approved by:	arrowd (mentor), zeising (member of x11@)
Differential Revision:	https://reviews.freebsd.org/D32764
commit hash: a2475486418c02b0e0cf254789ad670654590206 commit hash: a2475486418c02b0e0cf254789ad670654590206 commit hash: a2475486418c02b0e0cf254789ad670654590206 commit hash: a2475486418c02b0e0cf254789ad670654590206 a247548
Sunday, 30 May 2021
16:18 Gleb Popov (arrowd) search for other commits by this committer Author: Evgeniy Khramtsov
x11/xkeyboard-config: Update to 2.32

Make X11 optional.

PR:		254584
Tested by:	arrowd
Approved by:	x11 (maintainer-timeout)
commit hash: 3561b8967a35cdeadd8fb46e1824b90c1891a451 commit hash: 3561b8967a35cdeadd8fb46e1824b90c1891a451 commit hash: 3561b8967a35cdeadd8fb46e1824b90c1891a451 commit hash: 3561b8967a35cdeadd8fb46e1824b90c1891a451 3561b89
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 13 Oct 2020
19:49 zeising search for other commits by this committer
x11/xkeyboard-config: Update to 2.31

Update x11/xkeyboard-config to 2.31
Original commitRevision:552281 
Monday, 20 Jul 2020
19:06 zeising search for other commits by this committer
x11/xkeyboard-config: Update to 2.30

Update x11/xkeyboard-config to 2.30

MFH:		2020Q3
Original commitRevision:542666 
Saturday, 11 Jul 2020
21:02 zeising search for other commits by this committer
x11/xkeyboard-config: Add NLS option

Add NLS option to x11/xkeyboard-config.  This was broken in the past, but is
fixed now.

PR:		243070 (based on)
Submitted by:	Andrew Romanenko
MFH:		2020Q3
Event:		Julu 2020 bugathon
Original commitRevision:542055 
Wednesday, 1 Apr 2020
15:25 zeising search for other commits by this committer
x11/xkeyboard-config: Update to 2.29

Update xkeyboard-config to 2.29
Upstream has switched to use python to generate certan things during build,
add a build dependency on on python3.5+.
Change MASTER_SITES to actually work now that XORG_CAT is no more, this
should fix fetch.  Previously it pulled from distcache.
Try to fix the optional etersoft symbols patch.
Original commitRevision:530221 
Sunday, 3 Nov 2019
21:56 zeising search for other commits by this committer
Switch all ports to use USES=xorg-cat

Change all ports to use USES=xorg-cat instead of the old XORG_CAT
Add USES=xorg and USES=gl as needed to x11@ ports
Original commitRevision:516607 
Sunday, 16 Jun 2019
20:48 zeising search for other commits by this committer
x11/xkeyboard-config: Update to 2.27

Update x11/xkeyboard-config to 2.27
Remove patch from upstream included in this release.

add USES=gnome
pet portlint by moving USES earlier

Sponsored by:	B3 Init
Original commitRevision:504374 
Tuesday, 30 Oct 2018
21:31 zeising search for other commits by this committer
x11/xkeyboard-config: Fix typo in Armenian layout

Fix two typos in the Armenian layout in xkeyboard-config, preventing the use
of two Armenian capital letters.

This was reported on the x11@ mailing list.

Upstream PR: https://bugs.freedesktop.org/show_bug.cgi?id=108545

Reported by:	Sergey Manucharian
Original commitRevision:483538 
Friday, 8 Jun 2018
18:55 zeising search for other commits by this committer
x11/xkeyboard-config: Update to 2.24
Original commitRevision:472019 
Wednesday, 2 May 2018
22:23 yuri search for other commits by this committer
x11/xkeyboard-config: Fix the polish keyboard bug introduced in 2.23.1

Backport of the fix.
Unbreaks the feature.

PR:		227935
Submitted by:	jakub_lach@mailplus.pl
Approved by:	portmgr (port compliance, infrastructure)
Original commitRevision:468890 
Sunday, 29 Apr 2018
22:00 yuri search for other commits by this committer
x11/xkeyboard-config: Update 2.21 -> 2.23.1

Also added LICENSE_FILE.

PR:		227080
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	maintainer's timeout (x11@FreeBSD.org; 31 days)
Original commitRevision:468663 
Monday, 5 Jun 2017
21:24 rezny search for other commits by this committer
Update to 2.21

Reviewed by:	kwm
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D11064
Original commitRevision:442689 
Monday, 27 Feb 2017
17:47 rezny search for other commits by this committer
Cleanup: convert to USES=localbase, drop what bsd.xorg.mk already provides

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9443
Original commitRevision:434983 
Monday, 6 Feb 2017
21:22 bapt search for other commits by this committer
Update to 2.20

Update WWW
Original commitRevision:433524 
Saturday, 5 Nov 2016
19:17 bapt search for other commits by this committer
Update to 2.19
Original commitRevision:425435 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Wednesday, 10 Feb 2016
12:49 kwm search for other commits by this committer
Update xkeyboard-config to 2.17.
Original commitRevision:408628 
Tuesday, 20 Oct 2015
13:44 kwm search for other commits by this committer
Update xkeyboard-config to 2.16.

Regen patch because upstream changed whitespace.

Obtained from:	Xorg devel repo
Original commitRevision:399837 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Saturday, 18 Apr 2015
15:34 kwm search for other commits by this committer
Misc X.org port updates:

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
Original commitRevision:384234 
Saturday, 29 Nov 2014
18:22 tijl search for other commits by this committer
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools.  The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:373636 
Saturday, 1 Nov 2014
14:44 kwm search for other commits by this committer
Update the following Xorg components:

libXext to 1.3.3
libxcb and xcb-proto to 1.11
libxkbcommon to 0.5.0
pixman to 0.32.6
xinit to 1.3.4
xkeyboard-config to 2.13
xrandr to 1.4.3
xtrans to 1.3.5

Use INSTALL_TARGET=install-strip for stripping.
Drop @dirrm[try] from plist

Obtained from: xorg-dev repo
Original commitRevision:372016 
Monday, 29 Sep 2014
09:31 ak search for other commits by this committer
- Add NO_ARCH
- Use new @dir syntax

Approved by: x11 (kwm)
Original commitRevision:369513 
Thursday, 25 Sep 2014
15:18 tijl search for other commits by this committer
- Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.h
  and libintl.so.  This fixes a problem where DATADIRNAME gets an incorrect
  value which causes locale files to be installed in the wrong place.
- The only configure checks that still need to be patched are related
  to intltool so move DATADIRNAME patching from USES=pathfix to
  USE_GNOME=intlhack.

- games/klavaro: remove excessive dependencies
- japanese/libskk: add INSTALL_TARGET=install-strip
- math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread
  patching
- multimedia/freetuxtv: remove excessive dependencies
- science/gramps: fix shared-mime-info use

Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:369260 
Sunday, 20 Jul 2014
22:51 bapt search for other commits by this committer
Update to 2.12
Strip binaries
Original commitRevision:362392 
Tuesday, 24 Jun 2014
07:54 danfe search for other commits by this committer
- Reapply r331937 that got somehow lost back
- Convert USE_BZIP2 to USES while here

Pointy hat to:	zeising
Original commitRevision:359055 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
Original commitRevision:351411 
Monday, 16 Dec 2013
11:11 zeising search for other commits by this committer
Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]
If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG=
to /etc/make.conf to get the old version.

Update several xorg related ports, including:
x11/libxcb 1.9.1 -> 1.9.3
graphics/libdrm 2.4.46 -> 2.4.50
x11/pixman 0.30.2 -> 0.32.4
x11/xkeyboard-config 2.9 -> 2.10.1
x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0

Fix dissapearing cursor in xf86-video-vmware [2]

Stagify all x11@-owned ports

Bump portrevisions for xf86-* ports due to xserver version change.

Fix fallout from updates where needed.

Thanks to:	all testersi, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/184684 [1], ports/181385 [2]
Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net> [2]
Approved by:	portmgr (bdrewery), core (jhb) [0]
Original commitRevision:336621 
Tuesday, 29 Oct 2013
09:53 danfe search for other commits by this committer
Add an optional patch from Etersoft that brings pre-1918 Russian letters to
typographic layout (commonly installed under `share/X11/xkb/symbols/typo').

Option was named ETERSOFT instead of e.g. PRE1918 as their intention was to
maintain several Russian-specific features, not just pre-reform orthography
support.  Yes, this also means one day option description should be changed.

While here, move MASTER_SITE_SUBDIR to a more appropriate place in Makefile
and comment out currently unused .include <bsd.port.options.mk>.

Approved by:	silence on -x11@
Original commitRevision:331937 
Monday, 7 Oct 2013
11:24 ak search for other commits by this committer
- Make gettext build only dependency

Approved by: x11 (kwm)
Original commitRevision:329693 
Sunday, 29 Sep 2013
17:01 zeising search for other commits by this committer
The FreeBSD graphics/x11 team proudly presents
a kwm, zeising production:

MESA 9.1.6

Starring:
Mesa 9.1.6, including libGL, libGLU and dri (new xorg only)
Addition of libEGL and libglesv2
KMS support for ATI graphics cards in 10-current (new xorg only)
Improved sparc64 support for new xorg. [1]
pixman 0.30.2, including shlib bump and portrevision bumps
libX11 1.6.2
Make absolute pointing devices work with x11-drivers/xf86-input-mouse
x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver)

Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
When updating MESA related ports (libGL, dri) you need to remove old versions
first.  See UPDATING for details.

PR:		ports/181962 [2]
Submitted by:	marius [1]
		zeising [2]
Exp-run by:	bdrewery
Approved by:	portmgr (bdrewery)

Thanks to all who helped testing!
Original commitRevision:328711 
Friday, 20 Sep 2013
23:43 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11)
Original commitRevision:327777 
Sunday, 4 Aug 2013
12:53 az search for other commits by this committer
- Convert to new perl framework

Approved by:	bapt@ (x11@)
Original commitRevision:324227 
Tuesday, 4 Jun 2013
21:22 zeising search for other commits by this committer
Update to 2.9

Obtained from:	xorg development repo
Original commitRevision:319910 
Monday, 3 Jun 2013
08:03 kwm search for other commits by this committer
Comment out the ! NLS case, because it broken.
Original commitRevision:319759 
Saturday, 25 May 2013
14:37 zeising search for other commits by this committer
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:

Xorg 7.7

Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.

PR:		ports/177942
Exp-run by:	miwi
Approved by:	portmgr (miwi)

Thanks to all who helped testing!
Original commitRevision:319055 
Saturday, 27 Apr 2013
18:25 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
Original commitRevision:316683 
Friday, 26 Apr 2013
10:44 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Original commitRevision:316596 
Thursday, 4 Apr 2013
13:08 bapt search for other commits by this committer
Fix build with nls unset. the extra locale directories are created anyway.
While here:
- Convert WITHOUT_NLS -> NLS option
- Trim headers
- Convert gnomehack -> USES=pathfix

Approved by:	x11 (zeising)
Approved by:	portmgr (implicit)
Original commitRevision:315717 
Saturday, 21 Apr 2012
17:03 miwi search for other commits by this committer
- Please welcome Xorg 7.5.2

       The Xorg Team is pleased to announce the next round of Xorg updates.
       The team created a new flag called WITH_NEW_XORG that users can include
       in /etc/make.conf. This was created for the intel KMS work being done
       althouthough It probably works for other chips. Unfortunately, the intel
       KMS driver will only work on FreeBSD 9(RELENG|STABLE) or 10/HEAD users.
       Older version of FreeBSD will not be supported. Intel users will need
       to patch their source manually with Konstantin?s KMS kernel patch to get
       the newer chips to work. Please carefully read UPDATING entry.

Changes:

        - libdrm 2.4.31 (including KMS support)
        - mesa 7.11.2
        - xorg-server 1.10.6
        - a lot of new Graphic Drivers.

    I would like to thank:

         Koop Mast
         Eitan Adler
         Niclas Zeising
         and all helpers and testers from x11@.
Original commit
Wednesday, 29 Feb 2012
22:53 nox search for other commits by this committer
- Do not attempt to install gettext locales under WITHOUT_NLS.
- Do all @dirrmtry for localedir under %%NLS%% in plist.

PR:             ports/161021
Submitted by:   h h <aakuusta@gmail.com>
Approved by:    x11 (kwm)
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Thursday, 22 Sep 2011
13:51 eadler search for other commits by this committer
- updated evieext to 1.1.1
- updated libSM to 1.2.0,1
- updated libX11 to 1.4.4,1
- updated libXevie to 1.0.3
- updated libXext to 1.3.0_1,1
- updated libXfixes to 4.0.4
- updated libXi to 1.4.3,1
- updated libXinerama to 1.1.1,1
- updated libXp to 1.0.1,1
- updated libXpm to 3.5.9
- updated libXrandr to 1.3.2
- updated libXrender to 0.9.6
- updated libXres to 1.0.5
- updated libXtst to 1.2.0
- updated libXv to 1.0.6,1
- updated libXxf86dga to 1.1.2
- updated libXxf86misc to 1.0.3
- updated libXxf86vm to 1.1.1
- updated xdbedizzy to 1.1.0
- updated xdm to 1.1.10
- updated xf86dga to 1.0.3
- updated xf86driproto to 2.1.1
- updated xfd to 1.1.0
- updated xfindproxy to 1.0.2
- updated xfwp to 1.0.2
- updated xinit to 1.3.1
- updated xkbcomp to 1.2.3
- updated xkeyboard to config-2.1
- updated xlsatoms to 1.1.0
- updated xmag to 1.0.4
- updated xman to 1.1.2
- updated xorg to cf-files-1.0.4
- updated xrefresh to 1.0.4
- updated xrx to 1.0.4
- updated xsm to 1.0.2
- updated xwud to 1.0.3
- fix final line in pkg-descr
- add license where appropriate
- remove two patches in libX11 which are no longer required

Reviewed by:    kwm
Approved by:    bapt (mentor)
Obtained from:  xorg-devel repo
Original commit
Sunday, 7 Aug 2011
08:45 kwm search for other commits by this committer
share/X11 is shared between ports, use @dirrmtry.
bump portrevision for this change.

Get CPPFLAGS from CONFIGURE_ENV and clean up some portlint warnings.0

PR:             ports/159105
Submitted by:   sunpoet@
With hat:       x11@
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Saturday, 1 May 2010
11:41 miwi search for other commits by this committer
- Update to Xorg 7.5

The Intel drivers was patched to work with
the new server. The drivers for Vesa, NV,NVIDIA and
ATI have been tested thoroughfully and seem to work fine.
A complete changelog of Xorg 7.5 can you read here:

http://www.x.org/releases/X11R7.5/

A note to FreeBSD 6.X users: We strongly recommend you
to update your system to 7.x or above.

For updating try

portupgrade -af \*

or:

portmaster -af

Please report any problems and issus to x11 (at) FreeBSD.org.

Thanks to beat@, rnoland@, fluffy@, stas@ and all testers for their help
and Feeback.

Tested by:      Community and 2x exp-runs
Original commit
Friday, 29 May 2009
12:44 rnoland search for other commits by this committer
Fix pkg-plist

Noticed by: QAT
Original commit
Thursday, 28 May 2009
22:20 rnoland search for other commits by this committer
Update to 1.6
Original commit
Wednesday, 8 Apr 2009
16:38 rnoland search for other commits by this committer
Fix bashism that I think was breaking rule generation.
Original commit
03:12 rnoland search for other commits by this committer
Update to 1.5
Original commit
Thursday, 19 Mar 2009
22:36 pav search for other commits by this committer
- Support WITHOUT_NLS

PR:             ports/121230
Submitted by:   Helge Oldach <ports-x11-xkeyboard-config-may07@oldach.net>
Original commit
Wednesday, 15 Oct 2008
12:52 garga search for other commits by this committer
- Update to 1.4

PR:             ports/128092
Approved by:    flz (at #bsdports)
Original commit
Thursday, 21 Aug 2008
13:29 garga search for other commits by this committer
- Update to 1.3

Approved by:    flz
Original commit
Friday, 6 Jun 2008
14:09 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Monday, 24 Mar 2008
03:50 marcus search for other commits by this committer
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD.  The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ .  On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media.  Work
is also underway to tie webkit more closely into GNOME.  As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.

This release would not have been possible without the contributions and
testing efforts of the following people:

Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
Original commit
Wednesday, 27 Feb 2008
18:17 sat search for other commits by this committer
- Force symlink creation

PR:             ports/118660
Reviewed by:    x11 (silencio)
Original commit
Wednesday, 12 Dec 2007
15:13 flz search for other commits by this committer
- Fix iconv path. [1]
- Fix keyboard support on pc98. [2]

PR:             ports/118390 [1]
Submitted by:   NAKAJI Hiroyuki <nakaji@heimat.jp> [1][2]
Obtained from:  fd.o bugzilla (#12538) [2]
Original commit
Friday, 27 Jul 2007
09:51 pav search for other commits by this committer
- Install a symlink from PREFIX/share/xkb/compiled to /var/lib/compiled.
  Fixes a lot of runtime problems for a lot of people

PR:             ports/114876, ports/114924
Submitted by:   Henrik Brix Andersen <henrik@brixandersen.dk>
Reported by:    Craig Boston <craig@yekse.gank.org>,
                Antoine Vu-Ngoc <antoine@cleopatre.homeip.net> and many more
Original commit
Tuesday, 24 Jul 2007
14:11 pav search for other commits by this committer
- Update to 1.0

Approved by:    x11 (flz)
Original commit
Thursday, 7 Jun 2007
19:58 lesi search for other commits by this committer
Fix keymap for pc98.

PR:             ports/113417
Submitted by:   NAKAJI Hiroyuki
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit

Number of commits found: 74