Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20220907_3 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 |
20220907_3 12 Mar 2024 16:19:13 |
Emmanuel Vadot (manu) |
graphics/drm-kmod: Default to 6.1 on 14-STABLE
Now that 14-STABLE supports it, make it default so more user can test and
report problems if any before 14.1 is branched.
Sponsored by: Beckhoff Automation GmbH & Co. KG |
20220907_2 30 Jan 2024 06:36:58 |
Emmanuel Vadot (manu) |
graphics/drm-kmod: Bump PORTREVISION after update
While here fix _DRM_ARCHS for 14.0/15-CURRENT
Reported by: cpercival
Fixes: 4df670b47199 ("graphics/drm-kmod: Set default version for 15-CURRENT to
6.1-lts")
Sponsored by: Beckhoff Automation GmbH & Co. KG |
30 Jan 2024 05:36:30
|
Emmanuel Vadot (manu) |
graphics/drm-kmod: Set default version for 15-CURRENT to 6.1-lts
Switch CURRENT users to 6.1-lts drm port.
Sponsored by: Beckhoff Automation GmbH & Co. KG |
20220907_1 31 Dec 2023 00:06:33 |
Muhammad Moinur Rahman (bofh) |
graphics/drm-fbsd12.0-kmod: Remove expired port
2023-12-31 graphics/drm-fbsd12.0-kmod: Requires soon to reach EOL FreeBSD 12 |
20220907_1 16 Oct 2023 14:26:56 |
Emmanuel Vadot (manu) |
graphics/drm-kmod: Default to 5.15 for 14.0+
Only for amd64 and powerpc, other arches are known to be broken in this version.
Sponsored by: Beckhoff Automation GmbH & Co. KG |
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) |
20220907_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 ) |
20220907_1 07 Sep 2022 12:14:49 |
Felix Palmen (zirias) |
graphics/drm-kmod: Fix dependency on firmwares
Don't overwrite RUN_DEPENDS, add to it. Also allow all architectures
supported by the concrete drm port, and IGNORE otherwise instead of only
depending on firmwares.
While here, indent .if/.elif/.endif correctly.
Approved by: x11 (manu), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36479 |
20220907 07 Sep 2022 09:48:00 |
Emmanuel Vadot (manu) |
graphics/drm-kmod: Default to drm-510-kmod for >= 13.1
Now that 13.0 is EoL we can default everyone to drm-510-kmod
Sponsored by: Beckhoff Automation GmbH & Co. KG
MFH: 2022Q3 |
20220501 01 Sep 2022 13:52:16 |
Rene Ladan (rene) |
cleanup: remove support for FreeBSD 13.0 which expired today.
- Mk/bsd.port.mk: mark 13.0 as unsupported
- Tools/scripts/portsearch: Drop support for FreeBSD <= 4
- archivers/zstd: revert "Fix build on FreeBSD 13.0"
- deskutils/xdg-desktop-portal: remove check for 13.0
- devel/libpeas: remove outdated comment
- editors/imhex: remove compatibility for 13.0
- editors/libreoffice: remove compatibility for 13.0
- editors/openoffice-4: remove compatibility for 13.0
- editors/openoffice-devel: remove compatibility for 13.0
- emulators/linux_base-c7: remove compatiblity for 13.0
- graphics/drm-kmod: remove detection for 13.0
- graphics/gpu-firmware-amd-kmod: do not check 13.0 anymore
- graphics/linux-c7-libdrm: remove support for 13.0 (Only the first 15 lines of the commit message are shown above ) |
20220501 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 ) |
20220501 18 Jul 2022 07:04:45 |
Baptiste Daroussin (bapt) |
drm: points the WWW to the right place
Reported by: grog |
20220501 16 May 2022 08:39:50 |
Emmanuel Vadot (manu) |
graphics/drm-kmod: Replace gpu-firmware-kmod depend with the correct version
We changed the version of the gpu-firmware-kmod ports and drm-kmod needs this
one
to work.
Sponsored by: Beckhoff Automation GmbH & CO. KG |
20220501 01 May 2022 18:27:37 |
Emmanuel Vadot (manu) |
graphics/drm-kmod: Add dep on gpu-firmware-kmod
Missed in a mismerge.
This is needed so a simple pkg install drm-kmod will work 100% of the time.
Sponsored by: Beckhoff Automation GmbH & Co. KG |
g20190710_1 01 May 2022 17:23:25 |
Emmanuel Vadot (manu) |
graphics/drm-kmod: Track drm-510-kmod on CURRENT
5.10 is mature enough to be used on CURRENT machines.
Sponsored by: Beckhoff Automation GmbH & Co. KG |
g20190710_1 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
g20190710_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
g20190710_1 24 Jan 2021 17:43:53 |
rene |
graphics/drm-kmod: Chase supported kernel version range of drm-fbsd13-kmod
Reported by: manu
MFH: 2021Q1 |
g20190710_1 24 Jan 2021 17:16:16 |
rene |
Hook drm-fbsd13-kmod to the maser drm-kmod port and bump its PORTREVISION.
Add new drm-fbsd13-kmod to the conflict lists of the other ports.
Be pedantic about version boundaries.
Approved by: manu (on ports-committers)
MFH: 2021Q1 |
g20190710 31 Dec 2020 15:25:43 |
rene |
graphics/drm-kmod: drop support for expired graphics/drm-legacy-kmod |
g20190710 24 Oct 2020 22:04:57 |
rene |
graphics/drm-kmod: simplify logic a bit.
Phabricator: D26646 |
g20190710 14 Sep 2020 09:46:36 |
manu |
graphics/drm*kmod: Update to latest upstream
drm-current-kmod/drm-devel-kmod:
- Remove local patch, code is upstream now
- Fix amdgpu build on powerpc64
- Depend on latest gpu-firmware-kmod (for navi14 and renoir users)
drm-kmod:
- Need FreeBSD 1300108, missed in r548208 |
g20190710 31 Mar 2020 16:15:17 |
rene |
Clean up ports after FreeBSD 12.0 reached end-of-life.
emulators/mesen is left out for now, as it breaks on 11.3
Submitted by: rene
Reviewed by: jbeich, zeising
X-Differential Revision: https://reviews.freebsd.org/D24211 |
g20190710 07 Nov 2019 16:30:12 |
rene |
Clean up support for FreeBSD 11.2.
While here, modernize some comments in Mk/bsd.*.mk.
Note that graphics/drm-fbsd11.2-kmod is not renamed yet, this was somewhat
under discussion.
Submitted by: rene
Reviewed by: antoine, jbeich, mat, zeising
Differential Revision: https://reviews.freebsd.org/D21974 |
g20190710 10 Jul 2019 07:15:03 |
zeising |
graphics/drm-kmod: Update supported versions
Update supported versions and ports selection in graphics/drm-kmod. This
only affects current.
Reviewed by: jmd
MFH: 2019Q3 (implicit, drm-drivers blanket)
Sponsored by: B3 Init |
g20181126 09 Jul 2019 20:20:28 |
zeising |
Change maintainer of all drm kmod ports to x11@
Change maintainer of all drm kmod ports to x11@FreeBSD.org. This way, PRs,
notice about build breakages from package builds and so on goes to the
entire x11@ team, and not just one member.
Approved by: jmd (maintainer) |
g20181126 10 Dec 2018 03:02:11 |
jmd |
LinuxKPI-based DRM ports: move to new ports nomenclature.
After some discussions within the x11 team, it was decided to move to a new
nomenclature for the LinuxKPI-based DRM ports that correctly reflects the
FreeBSD version the ports are for. This will also allow us to move to dedicated
branches per FreeBSD release and eases porting work.
Functionally, this commit is a no-op as we are not moving to new snapshots.
Reflect the move in UPDATING and MOVED. Users using the graphics/drm-kmod meta
port should not be affected. Direct consumers of the DRM ports shall move, as
in MOVED, as follows:
drm-stable-kmod is drm-fbsd11.2-kmod
drm-next-kmod is drm-fbsd12.0-kmod
drm-devel-kmod is drm-current-kmod
Reviewed by: zeising (x11)
Approved by: zeising (x11)
Differential Revision: https://reviews.freebsd.org/D18328 |
g20180930 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
g20180930 30 Sep 2018 19:19:44 |
jmd |
new port: graphics/drm-kmod
This metaport encompasses the recommndations of the FreeBSDDesktop team for
DRM modules based on the FreeBSD version and architecture.
Reviewed by: x11 (zeising), imp, rene
Approved by: x11 (zeising)
Differential Revision: https://reviews.freebsd.org/D16903 |
0.9.6 13 Mar 2007 18:36:04 |
miwi |
2007-03-01 www/ruby-webunit: has deprecated dependencies
2007-03-07 emulators/grustibus: Project was abandoned 6 years ago and expects an
old version of xmame (0.37b4), please use other frontends instead (like gxmame)
2007-03-10 graphics/drm-kmod: Broken on all supported versions of FreeBSD |
0.9.6 11 Feb 2007 00:43:27 |
kris |
Deprecate these ports that are broken on 5.x and above, with expiry in
1 month. |
0.9.6 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
0.9.6 26 Nov 2005 01:48:16 |
pav |
- Add SHA256 |
0.9.6 17 Mar 2004 18:29:46 |
trevor |
SIZEify. |
0.9.6 28 Jan 2004 09:28:39 |
anholt |
Return to ports@ -- I haven't maintained this in ages. |
0.9.6 12 May 2003 01:17:38 |
anholt |
Set ONLY_FOR_ARCHS= i386. |
0.9.6 07 Mar 2003 06:04:15 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.9.6 25 Nov 2002 00:18:32 |
anholt |
Change the BROKEN for 5.0 to IGNORE so that bento won't try to compile it. |
0.9.6 17 Oct 2002 00:59:51 |
anholt |
Update to drm-kmod including the patches from this port and adding makefile
toggles to disable linux compat. Fix the website address.
PR: 41854,43149 |
0.9.5_1 19 Sep 2002 07:30:30 |
anholt |
Update master site and email address, and disable on -current. |
0.9.5_1 14 Jul 2002 01:32:58 |
lioux |
Update WWW tag
Approved by: maintainer |
0.9.5_1 13 Jul 2002 02:39:28 |
pat |
PERL -> REINPLACE_CMD
PR: ports/40505
Submitted by: Scott Flatman <sf@dsinw.com>
Approved by: maintainer |
0.9.5_1 07 Jul 2002 14:18:10 |
des |
The web site has moved. |
0.9.5_1 15 Apr 2002 17:45:56 |
pb |
Update to match recent changes to current kernel API (mtx_init, suser).
Reviewed by: maintainer |
0.9.5_1 20 Mar 2002 01:06:53 |
pat |
Fix probing of Rage128 cards
Bump PORTREVISION
PR: 36111
Submitted by: maintainer |
0.9.5_1 17 Mar 2002 16:02:33 |
kevlo |
Update to 0.9.5
PR: 35997
Submitted by: MAINTAINER |
29 Nov 2001 03:26:20 |
lioux |
Update to 0.9.4: both fixes linux binary compatibility on some cards and
quiets down module loading on boot |
28 Oct 2001 05:26:02 |
sf |
update to 0.9.2. |
06 Oct 2001 08:08:42 |
sobomax |
Add drm-kmod 0.9.2, a FreeBSD kernel modules for 3d acceleration with the DRI.
|