Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.5.0 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
8.5.0 30 Apr 2024 06:11:33 |
Emmanuel Vadot (manu) |
graphics/mesa-demos: Update to 8.5.0
While here switch to meson
Differential Revision: https://reviews.freebsd.org/D44969
Sponsored by: Beckhoff Automation GmbH & Co. KG |
8.4.0_4 30 Apr 2024 06:11:33 |
Emmanuel Vadot (manu) |
graphics/mesa-demos: Stop shipping programs that upstream don't ship
Stop thinking we are better than upstream and don't ship programs
that upstream don't
This removes :
- eglgears_x11
- eglkms (which segfaults anyway)
- egltri_x11
- peglgears (stuck in a loop)
- xeglgears
- xeglthreads (doesn't work)
Differential Revision: https://reviews.freebsd.org/D44968
Sponsored by: Beckhoff Automation GmbH & Co. KG |
8.4.0_3 30 Apr 2024 06:11:33 |
Emmanuel Vadot (manu) |
graphics/mesa-demos: Drop patch to rename bitmap to bitmap_demo
mesa-demos provides a bitmap program that conflict with x11/bitmap.
Instead of patching the makefiles just rename the binary in post-stage.
Differential Revision: https://reviews.freebsd.org/D44967
Sponsored by: Beckhoff Automation GmbH & Co.KG |
8.4.0_3 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
8.4.0_3 24 Jun 2023 04:37:52 |
Muhammad Moinur Rahman (bofh) |
graphics/mesa-demos: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
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) |
8.4.0_3 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 ) |
8.4.0_3 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
8.4.0_3 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
8.4.0_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
8.4.0_2 11 Sep 2020 17:28:43 |
jbeich |
graphics/glx-utils: add new port
A few popular OpenGL X11 demos from Mesa:
- glxinfo prints capabilities of OpenGL driver
- glxgears draws rotating gears and prints FPS
Inspired by: D26077, glx-utils (CentOS, PkgSrc), glxinfo (AUR, MacPorts, Nix)
Motivated by: testing GLX on Xwayland, avoiding cruft and extra deps |
8.4.0_2 06 Jun 2020 00:56:53 |
jbeich |
graphics/mesa-demos: unbreak with libglvnd
eglfbdev.c:43:10: fatal error: 'linux/kd.h' file not found
#include <linux/kd.h>
^~~~~~~~~~~~ |
8.4.0_2 21 Dec 2019 09:40:45 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
8.4.0_2 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 |
8.4.0_2 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 |
8.4.0_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 |
8.4.0 23 Feb 2018 19:02:43 |
jbeich |
graphics/mesa-demos: update to 8.4.0
Changes: https://lists.freedesktop.org/archives/mesa-announce/2018-February/000402.html |
8.3.0_3 18 Nov 2017 19:32:39 |
zeising |
Bump portrevision to chase graphics/glew shard library version update.
PR: 223370
Submitted by: zeising
exp-run by: antoine
Approved by: antoine |
8.3.0_2 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
8.3.0_1 22 Jan 2017 21:44:37 |
bapt |
Enable the EGL and GLESv2 demos
PR: 214708
Submitted by: matthew@reztek.cz |
8.3.0 12 Dec 2015 18:32:15 |
kwm |
Update mesa-demos to 8.3.0. |
8.2.0_2 18 Apr 2015 18:35:35 |
jkim |
Revert the previous commit. Note EGL was disabled because it does not build
when libEGL.so from NVIDIA is installed. |
8.2.0_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 ) |
8.2.0 17 Apr 2015 22:40:25 |
jkim |
Update to 8.2.0.
PR: 196092 |
8.1.0_3 17 Apr 2015 20:34:53 |
jkim |
Properly set the data directory. |
8.1.0_2 25 Mar 2015 20:09:43 |
marino |
graphics category: Remove $PTHREAD_LIBS
graphics/zbar didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket |
8.1.0_2 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
8.1.0_2 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
8.1.0_1 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
8.1.0_1 28 Apr 2014 20:33:52 |
kwm |
Disable optional support which we don't support yet. |
8.1.0_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 ) |
8.1.0 16 Dec 2013 11:11:10 |
zeising |
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] |
8.1.0 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
8.1.0 02 Sep 2013 18:15:57 |
antoine |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt) |
8.1.0 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
8.1.0 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 ) |
8.1.0 11 Mar 2013 14:56:57 |
zeising |
Update to 8.0.1
This adds a bunch of new demos.
Obtained from: xorg development repo |
7.6.1_1 06 Feb 2013 18:45:10 |
zeising |
Fix NVIDIA_GL option description and rename option to NVIDIA.
PR: ports/175885
Submitted by: Sayetsky Anton <vsjcfm@gmail.com> |
7.6.1_1 05 Jan 2013 22:57:40 |
kwm |
Convert x11@ owned ports to OptionsNG. Thanks go to bapt@ for review and help
rendered with deciphering the monster that is xorg-drivers.
With hat: x11@ |
7.6.1_1 06 Sep 2012 08:46:25 |
linimon |
Anton notes that this does build on ia64. |
7.6.1_1 04 Sep 2012 06:57:36 |
linimon |
Mark as broken on powerpc and sparc64 (and, presumably, ia64).
Hat: portmgr |
7.6.1_1 04 Aug 2012 22:52:04 |
kwm |
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.
Bump all ports that directly depend on libglut because of the shlib version
change.
There are some extra items in this patch.
*) Because freeglut doesn't have the same dependancies as libglut, some ports
need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
remains now.
*) While here fix a png related build issue games/vegastrike.
Thanks to miwi for running the exp-run.
Approved by: portmgr (miwi)
Collaboration with: zeising@
Obtained from: xorg-dev staging area. |
7.6.1 21 Apr 2012 17:03:32 |
miwi |
- 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@. |
7.4.4 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
7.4.4 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
7.4.4 09 Apr 2011 07:52:18 |
kwm |
Set maintainer to x11@ since we already maintain libGL & friends.
With hat: x11@ |
7.4.4 02 Mar 2011 23:59:52 |
linimon |
Return these ports to the pool.
PR: ports/155217
Submitted by: maintainer |
7.4.4 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 |
7.4.4 29 Oct 2010 11:18:38 |
ehaupt |
Unbreak |
7.4.4 27 Oct 2010 00:46:52 |
wen |
- Pass maintainership to submitter
PR: ports/151754
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (new maintainer) |
7.4.4 08 Oct 2010 20:40:44 |
rene |
Only mark broken if WITHOUT_NOUVEAU is not defined
PR: ports/151172
Submitted by: Matt Dawson [matt chronos.co.uk] |
7.4.4 03 Oct 2010 07:54:37 |
erwin |
Mark BROKEN: does not fetch |
7.4.4 30 Apr 2010 07:23:32 |
rene |
Make NVIDIA support selectable with an option [1].
While here, pet portlint.
PR: ports/146139 [1]
Submitted by: Chris Petrik [chris officialunix.com]
Approved by: tabthorpe (mentor) |
7.4.4 12 Mar 2010 08:24:17 |
nork |
Fix buid error.
PR: ports/140792
Submitted by: lioux
Approved by: araujo
Committed at: AsiaZBSDCon 2010 DevSummit at Kagurazaka, Tokyo, Japan |
7.4.4 07 Feb 2010 11:51:08 |
nork |
Limited Update to Mesa3D 7.6.1 and libdrm 2.4.17.
[MEMO]
In this commit, no version changed. But if you put
'WITHOUT_NOUVEAU' on /etc/make.conf, you can use
new version of Mesa3D and libdrm.
Discussed with: rnoland on freebsd-ports/freebsd-x11. |
7.4.4 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
7.4.4 26 Nov 2009 00:44:57 |
linimon |
Temporarily reassign maintainership while araujo@ is traveling.
Hat: portmgr |
7.4.4 24 Jun 2009 01:15:07 |
rnoland |
Update to 7.4.4 |
7.4.3 20 Jun 2009 16:05:16 |
rnoland |
Update to 7.4.3
This is a bug fix release. |
7.4.2_1 15 May 2009 13:15:28 |
rnoland |
Update to Mesa release 7.4.2 |
7.4.1_1 07 May 2009 19:37:07 |
rnoland |
Update to 7.4.1 |
7.4_1 10 Apr 2009 18:00:49 |
marius |
Re-enable DRI on powerpc and sparc64, mainly in order to fix
packaging.
Approved by: rnoland |
7.4 04 Apr 2009 04:16:10 |
rnoland |
Update the Mesa ports to 7.4
PR: 133167
Submitted by: Anonymous <swell.k@gmail.com> |
7.3 24 Jan 2009 21:45:05 |
rnoland |
Add dependency on dri2proto to the rest of the mesa ports
Approved by: garga (mentor, implicit) |
7.3 24 Jan 2009 18:13:01 |
rnoland |
Update mesa related ports to 7.3
Approved by: garga (mentor, implicit) |
7.2 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). |
7.0.4 21 Dec 2008 13:26:34 |
araujo |
- Update to 7.0.4. |
7.0.3 28 Apr 2008 01:20:10 |
araujo |
- Update to 7.0.3. |
7.0.2 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) |
7.0.2 07 Mar 2008 21:47:50 |
flz |
Remove support for XFree8-4.
From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore.
PR: ports/119418
Submitted by: flz
Approved by: portmgr (pav) |
7.0.2 01 Jan 2008 17:22:05 |
araujo |
- Update to 7.0.2.
Approved by: stas (mentor, implicit) |
7.0.1 15 Aug 2007 16:59:43 |
jkim |
Update to 7.0.1.
Approved by: araujo (maintainer) |
7.0 02 Jul 2007 16:54:02 |
jkim |
- Update to 7.0.
- Patch data file paths in progs/xdemos, not just progs/demos
as yuvrect_client demo needs it.
- Add a patch for glthreads.c to fix a warning on amd64.
Approved by: araujo (maintainer) |
6.5.3_2 29 May 2007 18:33:19 |
anholt |
Fix mesa-demos build against libGL that doesn't link against a pthread lib. |
6.5.3_2 25 May 2007 18:53:41 |
anholt |
Add -DPTHREADS to custom mesa-demos config file, which fixes glthreads. |
6.5.3_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.5.3 01 May 2007 00:29:36 |
araujo |
- update to 6.5.3.
- taking maintainership.
Approved by: stas (mentor) |
6.5.2 06 Jan 2007 02:52:13 |
rafan |
- Update to 6.5.2
- Pass maintainership to submitter
PR: ports/107581
Submitted by: Marcelo Araujo <araujo at bsdmail.org> |
6.5.1 28 Sep 2006 15:03:57 |
thierry |
Update to 6.5.1 and unbreake. Note that unbreaking was done by removing
(not building and not installing) problematic (offscreen) demo.
PR: ports/103720
Submitted by: trasz <trasz (at) pin.if.uz.zgora.pl> |
6.4.1 02 Sep 2006 16:51:10 |
kris |
Schedule these broken ports for termination on 2006-12-01 |
6.4.1 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
6.4.1 05 Feb 2006 20:12:43 |
kris |
BROKEN: Does not compile |
6.4.1 12 Jan 2006 12:56:16 |
sem |
- Update to 6.4.1
PR: ports/90245
Submitted by: Ermal Lu?i <eri--@albabsd.org> |
6.2.1 26 Nov 2005 01:48:16 |
pav |
- Add SHA256 |
6.2.1 29 Jan 2005 23:15:49 |
lesi |
Update to 6.2.1.
This gains compatibility with X.Org 6.8, but breaks it with XFree86 4.4,
so flip the IGNORE switch.
Since there is no "install" target we can use, installation is done in
do-install of port. For that we need the list of files to install which is
conveniently used to generate plist, so static pkg-plist is dropped. |
5.0.2_1 23 Dec 2004 01:35:49 |
anholt |
Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2. Because Mesa 6.2
DRI drivers are incompatible with the old libGL in XFree86, they have been
repocopied to graphics/xfree86-dri. Also note that with this commit the html
manpages are going away, and with it the runtime dependency on perl for the
imake port.
Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt
Props to: kris (multiple cluster runs and sorting through logs)
lesi (fixing all the issues in those logs, and more) |
5.0.2_1 17 Mar 2004 18:29:46 |
trevor |
SIZEify. |
5.0.2_1 28 Jan 2004 09:10:59 |
anholt |
Return to ports@ because I won't be working on FreeBSD for 3 months minimum. |
5.0.2_1 23 Jan 2004 05:28:50 |
trevor |
Use LS macro. |
5.0.2_1 17 Nov 2003 22:41:52 |
linimon |
Reflect rerolled tarball as requested by anholt@ who attests for its
veracity. If anholt himself has been trojanned, I really don't want
to know about it. |
5.0.2_1 08 Nov 2003 22:30:36 |
anholt |
Link mesa-demos against ${PTHREAD_LIBS}. Supposed to prevent crashing on
-stable.
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
5.0.2 07 Nov 2003 20:38:26 |
anholt |
Correct the Makefile header (Date created, Whom) |
5.0.2 07 Nov 2003 20:34:04 |
anholt |
Add mesa-demos, a port of the GL demos distributed with Mesa. |