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-drivers/xf86-video-intel/distinfo

Number of commits found: 34

Tuesday, 28 Feb 2023
02:19 Jan Beich (jbeich) search for other commits by this committer
x11-drivers/xf86-video-intel: update to 2.99.917.923 (2023-02-01 snapshot)

Changes:	https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel/-/compare/31486f40f8e8...b74b67f0f321
PR:		269296
Tested by:	Paul Dufresne
Approved by:	manu
commit hash: 33b0eb073cf57e95656700701f8fc4872e3904ff commit hash: 33b0eb073cf57e95656700701f8fc4872e3904ff commit hash: 33b0eb073cf57e95656700701f8fc4872e3904ff commit hash: 33b0eb073cf57e95656700701f8fc4872e3904ff 33b0eb0
Friday, 9 Apr 2021
18:44 Matthias Fechner (mfechner) search for other commits by this committer
Regenerate all distfiles using gitlab as source.

This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.

This commit also applies some small fixes to make sure all ports using
gitlab are buildable.

Reviewed by:	mat
Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D29628
commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209 commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209 commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209 commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209 911f042
Sunday, 17 Jan 2021
17:31 jbeich search for other commits by this committer
x11-drivers/xf86-video-intel: update to 2.99.917.916 (2021-01-15 snapshot)

Changes:	https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel/-/compare/a511f22cdec5...31486f40f8e8
PR:		252770
Tested by:	Oleksandr Kryvulia
Approved by:	zeising
Original commitRevision:561840 
Wednesday, 23 Dec 2020
20:11 jbeich search for other commits by this committer
x11-drivers/xf86-video-intel: update to 2.99.917.914 (2020-12-15 snapshot)

Changes:	https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel/-/compare/ad5540f6ecae...a511f22cdec5
PR:		251963
Tested by:	Oleksandr Kryvulia
Approved by:	zeising
Original commitRevision:559018 
Monday, 23 Nov 2020
10:47 jbeich search for other commits by this committer
x11-drivers/xf86-video-intel: update to 2.99.917.912 (2020-11-16 snapshot)

Changes:	https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel/-/compare/5ca3ac1a90af...ad5540f6ecae
PR:		251306
Tested by:	Oleksandr Kryvulia, Oleh Hushchenkov
Approved by:	zeising
Original commitRevision:556100 
Tuesday, 18 Aug 2020
22:07 zeising search for other commits by this committer
x11-drivers/xf86-video-intel: Update snapshot

Update the snapshot of x11-driver/xf86-video-intel
- Fix build with -fno-common
- Fix MIT-SHM detection
- Drop SNA/UXA options in favor of xorg.conf(5)
- Add hyphen to output names for consistency with modesetting(4x)
- Add UDEV and XVMC options
- Add "make test" support
- Drop unused dependencies
- Switch to upstream versioning scheme
- Document all patches
- Simplify and deprecate _WITH_GETLINE
- Fix most style warnings

PR:		236003
Submitted by:	jbiech
MFH:		2020Q3
Original commitRevision:545262 
Monday, 26 Aug 2019
09:45 zeising search for other commits by this committer
Change bsd.xorg.mk to USES=xorg and USES=xorg-cat

Change the handling of xorg dependencies to use the USES framework instead
of bsd.xorg.mk.  bsd.xorg.mk is split into two parts:
* USES=xorg for ports depending on xorg ports with USE_XORG
* USES=xorg-cat for xorg ports with XORG_CAT

USES=xorg is fairly straight forward.  The components needed are specified
with USE_XORG, and USES=xorg is needed to pull in this part of the
framework.

USES=xorg-cat requires that the category, previously specified with
XORG_CAT, now be passed as an argument to xorg-cat, like this
USES=xorg-cat:category.  Not specifying a category is an error.
Further, it is also possible to specify which build system to use.  The
default if nothing is specified is autoconf, but meson will also be supported.
This is added with a second argument: USES=xorg-cat:category[,buildsystem].

Detailed changelog:
* Add support in Uses/xorg-cat.mk to specify build system.  Previously, only
  autoconf was supported for xorg ports, but with this change, it's possible
  to use meson instead.  Autoconf is still the defaultx, if nothing else is
  specified.  The meson support is still disabled, and requires more testing.
* Add support in Uses/xorg-cat.mk to pull sources from freedesktop.org
  gitlab.
  When specifying USE_GITLAB in a port using xorg-cat, then various GL_*
  variables will be set up automatically, as well as needed changes to the
  build.
* Switch x11-drivers/xf86-video-intel to use the USE_GITLAB framework.
* While touching xf86-video-intel, switch to USES=xorg xorg-cat:driver, and
  pet portlint.
* Add compat shims and warnings to bsd.port.mk, which will handle the old
  style ports Makefiles.
* Change Uses/gl.mk and Uses/motif.mk to use this new framework.
* Change Uses/autoreconf.mk to check and add dependencies later.  This is
  needed because xorg-cat uses autoreconf, and without this fix
  dependencies were not added properly.
* Be stricter about checking for arguments in USE_XORG, previously, :build
  and :run were accepted, but not supported.  Only the default or :both
  supported.
* Change multimedia/gstreamer1-vaapi to handle the stricter argument
  checking in USE_XORG, and add USES=xorg
* change x11/xscope to get distinfo from xorg-cat, instead of rolling it's
  own, and add USES=xorg-cat

PR:		238988 (exp-run)
Reviewed by:	antoine, tcberner, tijl, mat, tobik
Approved by:	portmgr (antoine)
Obtained from:	FreeBSD Graphics Team development repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/usesxorg
Sponsored by:	B3 Init (zeising)
Differential Revision:	https://reviews.freebsd.org/D20724
Original commitRevision:509895 
Sunday, 23 Dec 2018
00:56 jbeich search for other commits by this committer
x11-drivers/xf86-video-intel: update to 2.99.917.20181203

Changes:	https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/log/?id=e5ff8e1828f9
PR:		233902
Approved by:	maintainer timeout (2 weeks)
Original commitRevision:488160 
Sunday, 28 Oct 2018
20:20 zeising search for other commits by this committer
x11-drivers/xf86-video-intel: Update snapshot

Update the snapshot of the intel DDX driver for xorg.
Upstream has stopped doing releases of this, but there are still code
updates, so we have used snapshots of the upstream source repo for some
time.

PR:		232353
Submitted by:	jbeich
Tested by:	jbeic, rkoberman@gmail.com
Original commitRevision:483350 
Tuesday, 22 May 2018
20:38 zeising search for other commits by this committer
x11-drivers/xf86-video-intel: Update to latest snapshot

https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/log/?id=359477215092

PR:		228407
Submitted by:	jbeich
Original commitRevision:470660 
Sunday, 25 Feb 2018
06:39 jbeich search for other commits by this committer
x11-drivers/xf86-video-intel: update to 2.99.917.20180214

Changes:	https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/log/?id=757955230037
MFH:		2018Q1 (mostly bug fixes, bake 1~2 weeks on /head)
Original commitRevision:462940 
Sunday, 14 Jan 2018
19:39 jbeich search for other commits by this committer
x11-drivers/xf86-video-intel: update to 2.99.917.20180111

Changes:	https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/log/?id=26f5406841f3
PR:		224621
Approved by:	maintainer timeout (2 weeks)
MFH:		2018Q1 (baking at least 1 week on /head)
Original commitRevision:458997 
Monday, 6 Mar 2017
02:12 rezny search for other commits by this committer
Update to 20170228 snapshot, which ceases loading i915.ko after i915kms.ko
Add an option for default AccelMethod, choice of UXA (default) or SNA (new)

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9862
Original commitRevision:435512 
Saturday, 11 Feb 2017
14:17 rezny search for other commits by this committer
Xorg-servers update to 1.18.4 with driver updates and revision bumps.

Update xf86-video-ati to 7.8.0
Update xf86-video-intel to 2.99.917.20170103
Update xf86-input-synaptics to 1.9.0
Update xf86-input-evdev to 2.10.5
Update xf86-video-r128 to 6.10.2
Update xf86-video-rendition to 4.2.6
New port: xf86-video-geode

PR:		214591,216269,214687,214593,214715,216276,216277,216278,216287,
		216288,216292,216298,214560,216299,216300,216301,216302
Approved by:	swills (mentor, portmgr)
Differential Revision:	https://reviews.freebsd.org/D9436
Original commitRevision:433863 
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, 21 Jun 2013
11:56 zeising search for other commits by this committer
Update to 2.21.9 for new xorg.

Obtained from:	xorg developmen repo
Original commitRevision:321464 
Tuesday, 4 Jun 2013
20:00 zeising search for other commits by this committer
Update to 2.21.8 for new xorg.

Obtained from:	xorg development repo
Original commitRevision:319902 
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, 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
Saturday, 19 Mar 2011
12:38 miwi search for other commits by this committer
- Get Rid MD5 support
Original commit
Wednesday, 13 May 2009
00:35 rnoland search for other commits by this committer
Update to 2.7.1

Bug fixes since 2.7.0:
----------------------
    * KMS: Hook up output properties for RANDR, (this allows output
      properties to be controlled in the KMS case just as in the UMS
      case). [Zhenyu Wang <zhenyu.z.wang@intel.com>]

    * Fix multiplication error when computing required batch space.
      This could fix any number of cases where the driver did
      inexplicable things (due to having computed the wrong
      size). [Keith Packard <keithp@keithp.com>]

    * Hold reference to video binding table until all rects are
      painted. This prevent general chaos in the buffer
      manager. [Keith Packard <keithp@keithp.com>]

    * Split i915 textured video commands to fit into batch
      buffers. Video and 3D setup commands share the same batch
      buffer, so without this fix, various problems could occur when
      video and 3D clients were both heavily active at the same
      time. [Keith Packard <keithp@keithp.com>]

    * Fix crash with XV with large virtual display (> 2049). [Albert
      Damen <albrt@gmx.net>]

    * Provide missing value to 3D_STATE_VERTEX_BUFFERS command. We
      don't know that this was causing any problem, but the change
      does bring the driver into conformance with what the
      specification says the hardware requires here. [Keith Packard
      <keithp@keithp.com>]
Original commit
Thursday, 7 May 2009
19:45 rnoland search for other commits by this committer
Update to 2.7.0
Original commit
Saturday, 4 Apr 2009
04:04 rnoland search for other commits by this committer
Update Xorg server to 1.6.0

        o Update randrproto, libXrandr and xrandr to 1.3.0
        o Update xf86-video-intel to 2.6.3
        o Update other less common drivers as needed
        o Mark a bunch of un-maintained input drivers ignored
        o Update the various slave X server ports as well
Original commit
Friday, 23 Jan 2009
16:28 flz search for other commits by this committer
- 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).
Original commit
Monday, 22 Dec 2008
23:59 flz search for other commits by this committer
Update x11-drivers/xf86-video-intel to 2.4.3.
Original commit
Tuesday, 2 Sep 2008
12:14 flz search for other commits by this committer
Update x11-drivers/xf86-video-intel to 2.4.2.
Original commit
Thursday, 31 Jul 2008
15:11 flz search for other commits by this committer
Update x11-drivers/xf86-video-intel to 2.4.0.
Original commit
Wednesday, 23 Jul 2008
02:59 delphij search for other commits by this committer
Update to 2.3.2.

Approved by:    -x11@ (rnoland)
Original commit
Tuesday, 1 Apr 2008
12:04 flz search for other commits by this committer
Update x11-drivers/xf86-video-intel to 2.2.1.
Original commit
Wednesday, 2 Jan 2008
13:04 flz search for other commits by this committer
Rollback to xf86-video-intel 2.1.1 before anyone notices.
Original commit
12:11 flz search for other commits by this committer
Update x11-drivers/xf86-video-intel to 2.2.0.
Original commit
Thursday, 13 Sep 2007
19:45 flz search for other commits by this committer
- 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@
Original commit
Thursday, 5 Jul 2007
17:36 anholt search for other commits by this committer
xf86-video-intel: update to 2.1.0

This version readds support for all known i830 laptops, adds support
for G33/Q33/Q35, 945GME, and 965GME, and includes many stability improvements.
Original commit
Thursday, 31 May 2007
16:32 lesi search for other commits by this committer
Add xf86-video-intel driver that obsoletes xf86-video-i810 one. It will
eventually replace it in xorg-drivers metaport.

Prodded and tested by:  lx
Original commit

Number of commits found: 34