Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.9,1 16 Apr 2024 05:07:29 |
Emmanuel Vadot (manu) |
x11/libX11: Update to 1.8.9
Release notes for 1.8.8:
https://lists.x.org/archives/xorg-announce/2024-March/003492.html
Release notes for 1.8.9:
https://lists.x.org/archives/xorg-announce/2024-April/003501.html
Differential Revision: https://reviews.freebsd.org/D44795
Reviewed by: bapt
PR: 278122
Sponsored by: Beckhoff Automation GmbH & Co. LG |
1.8.7_1,1 26 Jan 2024 15:56:32 |
Muhammad Moinur Rahman (bofh) |
x11/libX11: Moved man to share/man
Approved by: portmgr (blanket) |
1.8.7,1 12 Oct 2023 14:48:21 |
Emmanuel Vadot (manu) Author: Piotr Smyrak |
x11/libX11: Update to 1.8.7
PR: 274266 |
1.8.6_1,1 01 Sep 2023 11:47:43 |
Gleb Popov (arrowd) |
x11/xtrans: Don't unlink X11 Unix sockets.
Without this change calling `Xorg -displayfd ..` would always make X to use
:0 as the DISPLAY. This was a showstopper for running parallel desktop sessions.
The leftover UDS' are cleaned up during system's boot by the /etc/rc.d/cleartmp
service.
Based on work of jbeich and Olivier Certner <olivier.freebsd@free.fr>.
PR: 253277
Approved by: manu
Sponsored by: Serenity Cybersecurity, LLC
Differential Revision: https://reviews.freebsd.org/D30557 |
1.8.6,1 17 Jun 2023 11:29:09 |
Li-Wen Hsu (lwhsu) |
x11/libX11: Update to 1.8.6
Release announcement:
https://lists.x.org/archives/xorg-announce/2023-June/003407.html
PR: 263190
Approved by: x11 (manu) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.7.2,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
1.7.2,1 20 Jul 2022 14:23:32 |
Tobias C. Berner (tcberner) |
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above ) |
1.7.2,1 25 Jun 2021 21:16:37 |
Kevin Bowling (kbowling) Author: Steve Wills |
x11/libX11: Remove unnecessary perl5 dependency
PR: 233324
Reviewed by: jbeich
Approved by: maintainer timeout |
1.7.2,1 25 Jun 2021 21:13:25 |
Kevin Bowling (kbowling) Author: Daniel Engberg |
x11/libX11: Update to 1.7.2
Changes
https://gitlab.freedesktop.org/xorg/lib/libx11/-/blob/master/README.md#release-172
PR: 256522
Approved by: x11 (zeising) |
1.7.1,1 20 May 2021 17:51:12 |
Jung-uk Kim (jkim) Author: Daniel Engberg |
x11/libX11: Update to 1.7.1.
https://lists.x.org/archives/xorg-announce/2021-May/003088.html
https://lists.x.org/archives/xorg-announce/2021-May/003089.html
PR: 256034
Security: CVE-2021-31535 |
1.7.0,1 18 May 2021 14:51:42 |
Jan Beich (jbeich) |
x11/libX11: update to 1.7.0
Changes: https://lists.x.org/archives/xorg-announce/2020-November/003065.html
PR: 255770
Reported by: portscout
Approved by: zeising
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D30202 |
1.6.12,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.12,1 25 Aug 2020 17:28:56 |
zeising |
x11/libX11: Update to 1.6.12
Update x11/libX11 to 1.6.12, which contains a fix for a double free
vulnerability.
The update also contains fixes already included in the FreeBSD libX11 port.
Announcement and changelog:
https://lists.x.org/archives/xorg-announce/2020-August/003057.html
MFH: 2020Q3 (implicit, security fix)
Security: 8da79498-e6f6-11ea-8cbf-54e1ad3d6335 |
1.6.11_1,1 17 Aug 2020 10:51:02 |
zeising |
x11/libX11: Fix regression with inputh methods
Add an upstream patch to fix regressions with input metods, where input
method clients can't connect to the input method server. [1]
While here, add a patch that removes register keywords and fixes compiles
against libX11 headers with C++17.
PR: 248549 [1]
Reported by: Atsuo Ohki
MFH: 2020Q3 |
1.6.11,1 10 Aug 2020 17:11:57 |
zeising |
x11/libX11: Update to 1.6.11
Update x11/libX11 to 1.6.11.
This is effectively a noop, since the only change between 1.6.10 and 1.6.11
has already been included in the port.
Bump the version anyway to keep things up to date. |
1.6.10_1,1 04 Aug 2020 09:33:57 |
zeising |
x11/libX11: Fix regression after security fixes
Add an upstream patch that fixes regressions after the last round of
security updates, and the update to 1.6.10.
This regression causes issues with emacs, at least.
Reported by: Kevin Oberman
MFH: 2020Q3 |
1.6.10,1 01 Aug 2020 14:34:36 |
zeising |
x11/libX11: Update to 1.6.10
Update x11/libX11 to 1.6.10.
Changelog:
https://lists.x.org/archives/xorg-announce/2020-July/003052.html
PR: 248409
Submitted by: VVD |
1.6.9_3,1 01 Aug 2020 14:21:21 |
zeising |
x11/libX11: Fix CVE-2020-14347
Add upstream patches to x11/libX11 to fix Heap corruption in the X input
method client in libX11.
Announcement:
https://lists.x.org/archives/xorg-announce/2020-July/003050.html
PR: 248409 (based on)
Submitted by: VVD
MFH: 2020Q3 (implicit, security update)
Security: 6faa7feb-d3fa-11ea-9aba-0c9d925bbbc0 |
1.6.9_2,1 11 Jul 2020 17:45:36 |
jbeich |
x11/libX11: drop unused dependencies
PR: 247182
Approved by: zeising |
1.6.9_1,1 14 Apr 2020 19:31:09 |
zeising |
x11/libX11: Bump portrevision
Bump portrevision of x11/libX11 after updating x11/xorgproto in r531716.
This is needed in order to silence the harmless "Could not resolve keysym
XF86FullScreen" message that can be printed on xorg-server start.
PR: 245384
Reported by: alt2600@icloud.com |
1.6.9,1 06 Nov 2019 17:58:27 |
zeising |
Update xorgproto, libX11 and libXvMC
Update x11/xorgproto to 2019.2 [0]
Disable all legacy headers, they are no longer needed, since they only
detail deprecated protocol features.
Update x11/libX11 to 1.6.9
This is a minor update, mostly containing fixes to work with updated
x11/xorgproto.
Update x11/libXvMC to 1.0.12 [1]
This is a minor update, mostly containing fixes to work with updated
x11/xorgproto.
Patch mesa prts to explicitly link against -lXv, previously this was pulled
in by x11/libXvMC, but with changes to libXvMC .pc file, this is no longer
true.
Bump portrevision for mesa-dri because of this.
Thanks fo antoine for the exp-run!
PR: 241314 (exp-run) [0], 240801 [1]
Submitted by: pete@nomadlogic.org [1] |
1.6.8,1 03 Nov 2019 21:56:38 |
zeising |
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 |
1.6.8,1 30 Jun 2019 15:54:11 |
zeising |
x11/libX11: Update to 1.6.8
Update x11/libX11 to 1.6.8
This is a farirly big update
Add a patch from upstream to fix a build issue when X headers aren't
installed in the default search path of the compiler.
Changelog:
https://lists.x.org/archives/xorg-announce/2019-June/002997.html
Obtained from: Graphics Team development repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorglibs
Sponsored by: B3 Init |
1.6.7,1 27 Nov 2018 21:20:04 |
zeising |
x11/libX11: Update to 1.6.7
Changelog:
https://lists.x.org/archives/xorg-announce/2018-October/002921.html
PR: 232973
Submitted by: pete@nomadlogic.org |
1.6.6_1,1 11 Sep 2018 18:34:28 |
zeising |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
1.6.6,1 22 Aug 2018 19:47:22 |
zeising |
x11/libX11: Update to 1.6.6
This is a security update
Changelog:
https://lists.x.org/archives/xorg-announce/2018-August/002916.html
MFH: 2018Q3
Security: fe99d3ca-a63a-11e8-a7c6-54e1ad3d6335 |
1.6.5_1,1 31 Jul 2018 18:41:30 |
zeising |
Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine |
1.6.5,1 27 Feb 2017 17:40:43 |
rezny |
Uodate to 1.6.5
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9825 |
1.6.4,1 07 Oct 2016 18:01:45 |
kwm |
Update libX11 to 1.6.4.
Update libXfixes to 5.0.2.
Update libXi to 1.7.7.
Update libXrandr to 1.5.1.
Update libXrender to 0.9.10.
Update libXtst to 1.2.3.
Update libXv to 1.0.11.
Update libXvMC to 1.0.10.
Fix a number of issues in the way these X client libraries handle the
responses they receive from servers.
Submitted by: zeising@
Security: 1cf65085-a760-41d2-9251-943e1af62eb8
MFH: 2016Q4 |
1.6.3,1 20 Oct 2015 13:49:18 |
kwm |
Update xkbevd to 1.1.4.
Obtained from: Xorg devel repo |
1.6.2_3,1 18 Apr 2015 15:34:37 |
kwm |
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. (Only the first 15 lines of the commit message are shown above ) |
1.6.2_2,1 22 Mar 2015 10:47:27 |
robak |
x11/libX11: add CPE information
- Maintainer's timeout (x11@FreeBSD.org)
PR: 197716
Submitted by: Shun <shun.fbsd.pr@dropcut.net> |
1.6.2_2,1 08 Dec 2014 21:05:07 |
bapt |
Cleanup plist |
1.6.2_2,1 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
1.6.2_1,1 16 Apr 2014 18:28:50 |
zeising |
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 (Only the first 15 lines of the commit message are shown above ) |
1.6.2,1 15 Oct 2013 20:03:48 |
eadler |
Cleanup of the x11@ ports in the x11 directory
- Convert to staging |
1.6.2,1 29 Sep 2013 17:01:42 |
zeising |
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)
(Only the first 15 lines of the commit message are shown above ) |
1.6.1,1 20 Sep 2013 23:43:20 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
1.6.1,1 14 Aug 2013 13:08:58 |
zeising |
Update to 1.6.1
Obtained from: xorg development repo |
1.6.0,1 04 Aug 2013 12:53:54 |
az |
- Convert to new perl framework
Approved by: bapt@ (x11@) |
1.6.0,1 04 Jun 2013 19:31:30 |
zeising |
Fix security issues in xorg client libraries.
Most libraries were updated to newer versions, in some cases patches
were backported instead.
Most notably, x11/libX11 was updated to 1.6.0
Security: CVE-2013-1981
CVE-2013-1982
CVE-2013-1983
CVE-2013-1984
CVE-2013-1985
CVE-2013-1986
CVE-2013-1987
CVE-2013-1988
CVE-2013-1989 (Only the first 15 lines of the commit message are shown above ) |
1.5.0,1 25 May 2013 14:37:03 |
zeising |
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
(Only the first 15 lines of the commit message are shown above ) |
1.4.4,1 11 Mar 2013 19:14:28 |
zeising |
Add a new xorg module, to use with USE_XORG: xorg-macros. This module
pulls in devel/xorg-macros.
Convert all ports that depends on xorg-macros to use this USE_XORG.
Split up the long XORG_MODULES= list in bsd.xorg.mk to have only one module
on each line.
Add xorg-macros dependency to xorg-server.
Reviewed by: kwm, bapt
Obtained from: xorg development repo (partly) |
1.4.4,1 29 Jul 2012 18:26:01 |
zeising |
Fix the build of xorg related ports when the base system is compiled with
clang as system compiler and cpp is clang cpp (as opposed to GNU cpp).
This is done by removing the configure test for cpp completely. Using
clang cpp will make some manual pages as well as some scripts get slightly
wierd whitespace formatting. However, it does not affect the function of
the scripts or the instructions in the manual pages.
PR: ports/166373
Submitted by: Jakub Lach <jakub_lach@mailplus.pl> (PR)
Patch by: me (with ideas from PR and mailing list)
Tested by: Jakub Lach <jakub_lach@mailplus.pl>, me
Approved by: kwm (mentor)
Obtained from: xorg staging area |
1.4.4,1 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
1.4.4,1 28 Oct 2011 18:53:24 |
miwi |
- Fix build on FreeBSD 10 |
1.4.4,1 22 Sep 2011 13:51:54 |
eadler |
- 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 (Only the first 15 lines of the commit message are shown above ) |
1.3.6,1 25 Feb 2011 16:52:50 |
miwi |
- Please welcome Xorg 7.5.1
The X-Server has been patched to the latest 1.7.X series, drivers
and fonts have been updated to the latest versions. This update includes
some components from Xorg 7.6 with a lot of improvements, and it seems
that the performance is much better than the old version. Also this
Update fix build issues with clang and binutils 2.17.50 in current,
remove 6.X gruft and de-author pkg-descr.
I would like to thank:
Beat Gaetzi
Dima Panov
Koop Mast
Eitan Adler
and all Testers.
PR: ports/147646
ports/148035
ports/148744
ports/150223
ports/152889
ports/154457 |
1.3.3_1,1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.3.3_1,1 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
1.3.3_1,1 05 Oct 2010 19:57:56 |
ade |
Round one migration of ports from automake{19,110} to automake111 |
1.3.3_1 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
1.3.3,1 01 May 2010 11:41:07 |
miwi |
- 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 \* (Only the first 15 lines of the commit message are shown above ) |
1.2.1_1,1 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.2.1_1,1 14 Jun 2009 22:23:55 |
dhn |
- Chase libxcb/xcb-proto update
- Bump PORTREVSION |
1.2.1,1 08 Apr 2009 02:45:24 |
rnoland |
Update to 1.2.1 |
1.2,1 13 Mar 2009 09:46:27 |
stas |
- libX11 configure doesn't have --enable-xdmauth now, XDMCP is
always enabled if available. |
1.2,1 13 Mar 2009 09:26:23 |
stas |
- Fix pkgconfig path.
Pointy hat to: me |
1.2,1 13 Mar 2009 09:10:37 |
stas |
- Don't try to use dolt, it is broken with bash4. |
1.2,1 19 Feb 2009 20:11:27 |
rnoland |
Update xcb-proto to 1.4, libxcb to 1.2 and libX11 to 1.2
forced commit to fix commit message from last commit.
Approved by: wahjava@gmail.com (xcb maintainer for xcb bits) |
1.2,1 19 Feb 2009 19:56:52 |
rnoland |
/tmp/cvsGePDN8 |
1.1.99.2,1 23 Jan 2009 16:43:53 |
flz |
Forgot to remove OPTIONS, this is a no-op. |
1.1.99.2,1 23 Jan 2009 16:34:50 |
flz |
Remove XCB option. It'll make upgrade much easier. |
1.1.99.2,1 23 Jan 2009 16:28:36 |
flz |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
1.1.3_1,1 21 Sep 2008 09:10:33 |
flz |
- Remove empty USE_XORG line.
- Fix RUN_DEPENDS when WITH_XCB is defined (off by default).
PR: ports/127505
Submitted by: bf <bf2006a@yahoo.com>
Approved by: portmgr (self) |
1.1.3_1 19 Apr 2008 17:56:05 |
miwi |
- 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) |
1.1.3_1,1 13 Mar 2008 10:33:56 |
flz |
- Mark xtrans as a BUILD_DEPENDS only (unless specified otherwise with :both)
- Bump PORTREVISION on ports having xtrans in USE_XORG.
- Add some missing dependencies in various xorg libraries. |
1.1.3,1 13 Sep 2007 19:45:08 |
flz |
- Update X.org ports to 7.3.
- Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25.
I hope that nobody will be bored enough on Christmas to remove them on
that day.
Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@ |
1.1.2_1,1 02 Jul 2007 17:47:45 |
lesi |
Bump revision for patch-src::GetMoEv.c.
Whitespace cleanup by chinsan. |
1.1.2,1 22 Jun 2007 02:55:16 |
njl |
Add a temporary patch for an argument ordering bug introduced during a
code cleanup. This bug caused gimp to crash when clicking/dragging.
I'll let the maintainers fix this however they want to, meanwhile this
patch is critical to usability. Discussion:
http://lists.freebsd.org/pipermail/freebsd-x11/2007-June/004649.html
Bug id: 11222 |
1.1.2,1 06 Jun 2007 16:25:03 |
pav |
- Update to 1.1.2
- Don't remove lib/X11, it's in mtree |
1.1.1_2,1 28 May 2007 14:58:44 |
lesi |
Move some files from share/X11 to lib/X11 so X server can find them. This
should make keyboards on some laptops work again. |
1.1.1_1,1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
6.2.1_3 27 Mar 2007 20:27:42 |
pav |
- Fix after objformat removal
Reported by: pointyhat |
6.2.1_3 24 Jan 2006 03:16:52 |
edwin |
SHA256ify
Approved by: krion@ |
6.2.1_3 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
6.2.1_3 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
6.2.1_3 06 Mar 2005 00:15:08 |
lesi |
Remove hardcoding of MTREE_FILE. This is handled in bsd.port.mk since
rev. 1.503 for ${PREFIX} == ${XPREFIX} cases. |
6.2.1_3 14 Feb 2005 21:28:45 |
lesi |
Fix MASTER_SITES. |
6.2.1_3 09 Dec 2004 20:57:14 |
anholt |
Try to clean up this port's new directories on uninstall. |
6.2.1_3 26 Jul 2004 18:32:46 |
anholt |
Register missing CONFLICTS, mostly on xorg-libraries-*
Reported by: Kent Stewart <kstewart@owt.com> |
6.2.1_3 10 May 2004 03:01:40 |
anholt |
Fix libX11's dependencies, especially the missing libXdmcp dep. |
6.2.1_2 19 Apr 2004 12:49:54 |
arved |
Use the right MTREE_FILE
Reported by: kris |
6.2.1_2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
6.2.1_2 24 Mar 2004 18:28:26 |
lofi |
Declare CONFLICTS between freedesktop.org X extension/library ports and
XFree86-libraries. |
6.2.1_2 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
6.2.1_1 03 Feb 2004 17:52:08 |
marcus |
Add a missing dependency on xproto.
Reported by: bento |
6.2.1 25 Jan 2004 08:22:06 |
anholt |
Update to 6.2.1 |
6.2.1.p2 21 Dec 2003 19:49:54 |
anholt |
New port: Prerelease version of libX11 from freedesktop.org.
Testing is encouraged, but please do not use these ports as dependencies until
they are updated to release tarballs and the XFree86 ports have been updated to
depend on them. |