non port: graphics/libosmesa/Makefile |
SVNWeb
|
Number of commits found XX: 83 |
Thu, 3 Dec 2020
|
[ 20:55 manu ] 
556929 graphics/libosmesa/Makefile
556929 graphics/mesa-dri/Makefile
556929 graphics/mesa-dri/Makefile.common
556929 graphics/mesa-dri/distinfo
556929 graphics/mesa-dri/files/patch-src_loader_meson.build
556929 graphics/mesa-gallium-va/Makefile
556929 graphics/mesa-gallium-va/pkg-plist
556929 graphics/mesa-gallium-vdpau/Makefile
556929 graphics/mesa-gallium-vdpau/pkg-plist
556929 graphics/mesa-gallium-xa/Makefile
(Only the first 10 of 12 ports in this commit are shown above. )
mesa-*: Update to 20.2.3
- Fix mesa-gallium-va and mesa-gallium-vdpau for X11 usage
- Add a patch so iris will be prefered for compatible intel GPUs (>=broadwell)
PR: 250307 250325
|
Fri, 27 Nov 2020
|
[ 01:15 pkubaj ] 
556425 graphics/libosmesa/Makefile
556425 graphics/mesa-gallium-va/Makefile
556425 graphics/mesa-gallium-vdpau/Makefile
556425 graphics/mesa-gallium-xa/Makefile
556425 graphics/mesa-libs/Makefile
After r556423, also bump PORTREVISION on other Mesa ports.
|
Tue, 13 Oct 2020
|
[ 11:53 manu ] 
552236 graphics/libosmesa/Makefile
552236 graphics/mesa-dri/Makefile
552236 graphics/mesa-dri/Makefile.common
552236 graphics/mesa-dri/pkg-plist
552236 graphics/mesa-gallium-va/Makefile
552236 graphics/mesa-gallium-vdpau/Makefile
552236 graphics/mesa-gallium-xa/Makefile
552236 graphics/mesa-libs/Makefile
552236 lang/clover/Makefile
graphics/mesa*: Add Iris Gallium driver and libunwind for more arch
Iris is the prefered gallium driver for Intel Gen8 to Gen11, add it
to the build. [1]
Add libunwind support for more arch. [2]
PR: 250307 [1], 250305 [2]
Submitted by: jbeich [2]
Reported by: jbeich [1]
Reviewed by: zeising
|
Mon, 12 Oct 2020
|
[ 08:30 manu ] 
552109 UPDATING
552109 devel/libclc/Makefile
552109 graphics/Makefile
552109 graphics/libosmesa/Makefile
552109 graphics/mesa-dri/Makefile
552109 graphics/mesa-dri/Makefile.common
552109 graphics/mesa-dri/distinfo
552109 graphics/mesa-dri/files/extra-src_gallium_auxiliary_meson.build
552109 graphics/mesa-dri/files/extra-src_gallium_auxiliary_vl_vl__stubs.c
552109 graphics/mesa-dri/files/extra-src_mesa_drivers_dri_i965_intel__screen.c
(Only the first 10 of 58 ports in this commit are shown above. )
graphics/mesa*: Update to 20.2
Update to 20.2
Move graphics/libxatracker to graphics/mesa-gallium-xa
Remove VAAPI and VDPAU options in mesa-libs in favor of
two new ports : mesa-gallium-va and mesa-gallium-vdpau
Bump needed llvm to llvm10
Change a lot of meson option from false to disabled as it's
deprecated.
Remove the drm and surfaceless platform from mesa* as it's always
enabled now.
Add zstd option, used for shader cache.
Reviewed by: x11 (zeising@)
Differential Revision: https://reviews.freebsd.org/D26682
|
Tue, 16 Jun 2020
|
[ 15:38 zeising ] 
539358 graphics/libosmesa/Makefile
539358 graphics/libxatracker/Makefile
539358 graphics/mesa-dri/Makefile
539358 graphics/mesa-dri/Makefile.targets
539358 graphics/mesa-dri/files/patch-meson.build
539358 graphics/mesa-libs/Makefile
539358 lang/clover/Makefile
graphics/mesa: Fix minor issues from meson switch
Fix a couple of minor issues with mesa related ports after the switch to
meson.
Define _GNU_SOURCE when building on FreeBSD. This fixes blur effects in
Plasma 5 and issues with the SDDM greeter. This fix was originally applied
in r516100 but got lost in the switch to meson. [1]
Properly detect sys/sysctl.h on FreeBSD. On FreeBSD sys/sysctl.h needs
sys/types.h as well, patch the meson build script to take this into account.
Fix a broken sed command to properly set ${LOCALBASE}/etc and
${LOCALBASE}/share/ as appropriate.
Bump portrevision of all mesa related ports.
PR: 247138 [1]
Reported by: Roman [1]
Reviewed by: manu
Tested by: Roman, Serge Volkov
Differential Revision: https://reviews.freebsd.org/D25265
|
Fri, 5 Jun 2020
|
[ 09:13 manu ] 
537998 graphics/libosmesa/Makefile
537998 graphics/libosmesa/pkg-plist
537998 graphics/libxatracker/Makefile
537998 graphics/libxatracker/pkg-plist
537998 graphics/mesa-dri/Makefile
537998 graphics/mesa-dri/Makefile.common
537998 graphics/mesa-dri/Makefile.targets
537998 graphics/mesa-dri/files/configure.ac
537998 graphics/mesa-dri/files/patch-configure
537998 graphics/mesa-dri/files/patch-meson.build
(Only the first 10 of 22 ports in this commit are shown above. )
mesa*: Switch to meson
Upstream switched to meson for their build system so do the same as
it will be easier to find problems sooner than later.
This also switch to python3, python is only used for the build.
There is more thing enabled by default (or auto-enabled based on some
configuration) so we need to disable a lot more things than with autotools.
This should be a non functional change.
Reviewed by: zeising (x11@)
Differential Revision: https:/reviews.freebsd.org/D25092
|
Sun, 3 May 2020
|
[ 16:15 zeising ] 
533793 graphics/libosmesa/Makefile
533793 graphics/libxatracker/Makefile
533793 graphics/libxatracker/pkg-plist
533793 graphics/mesa-dri/Makefile
533793 graphics/mesa-dri/Makefile.common
533793 graphics/mesa-dri/distinfo
533793 graphics/mesa-dri/files/patch-9cab8cc.c
533793 graphics/mesa-libs/Makefile
533793 lang/clover/Makefile
graphics/mesa: Update to 19.0.8
Update mesa and related ports to 19.0.8.
This is the last version where the autotools build system is being used.
This serves as a stepping stone for reworking the ports to use the meson
build system and to enable further updates.
PR: 235570
Submitted by: jbeich (with minor changes)
Differential Revision: https://reviews.freebsd.org/D19099
https://reviews.freebsd.org/D19100
|
Wed, 30 Oct 2019
|
[ 19:07 zeising ] 
516100 graphics/libosmesa/Makefile
516100 graphics/libxatracker/Makefile
516100 graphics/mesa-dri/Makefile
516100 graphics/mesa-dri/files/patch-configure
516100 graphics/mesa-libs/Makefile
516100 lang/clover/Makefile
graphics/mesa: Add -D_GNU_SOURCE to compile flags
Add -D_GNU_SOURCE to compile flags when building on FreeBSD. This is needed
to have mesa work with various locales, that for instance use , instead of .
as a decmal separator.
Bump portrevision on all mesa related ports.
PR: 241506
Reported by: Jesper Schmitz Mouridsen
MFH: 2019Q4
|
Fri, 4 Oct 2019
|
[ 20:08 jbeich ] 
513776 graphics/libosmesa/Makefile
513776 graphics/mesa-dri/Makefile
513776 graphics/mesa-dri/Makefile.common
513776 graphics/mesa-dri/files/patch-0a7e767
513776 graphics/mesa-dri/files/patch-39d0c68
513776 graphics/mesa-dri/files/patch-3e249b8
513776 graphics/mesa-dri/files/patch-648dc52
513776 graphics/mesa-dri/files/patch-b5012a0
513776 graphics/mesa-dri/files/patch-dded2ed
513776 graphics/mesa-dri/files/patch-e4803ab
(Only the first 10 of 11 ports in this commit are shown above. )
graphics/mesa-dri: revert r512573 and limit to llvm80 after r512440
Mesa 18.3 doesn't support LLVM 9. While some fixes were backported
there're probably more issues. Apparently, Gnome shows black screen.
As the port is unlikely to be ready for future LLVM_DEFAULT bumps
without a version update just limit to previously tested value.
PR: 239682
Requested by: imp
|
Sun, 22 Sep 2019
|
[ 10:21 jbeich ] 
512572 graphics/libosmesa/Makefile
graphics/libosmesa: force rebuild after r512440
Reported by: ajtiM (on x11@ list)
|
Sun, 30 Jun 2019
|
[ 14:56 zeising ] 
505425 Mk/bsd.default-versions.mk
505425 devel/libclc/Makefile
505425 devel/libclc/files/patch-62a9191.c
505425 graphics/libosmesa/Makefile
505425 graphics/mesa-dri/Makefile
505425 graphics/mesa-dri/Makefile.common
505425 graphics/mesa-dri/files/patch-9cab8cc.c
505425 graphics/mesa-libs/Makefile
505425 lang/beignet/Makefile
505425 lang/beignet/files/patch-llvm8
(Only the first 10 of 11 ports in this commit are shown above. )
Switch mesa and related ports to llvm80
Switch mesa over to use llvm80 instead of llvm60. Make it use the
global LLVM_DEFAULT instead of deciding for ourself which llvm version
to use. [1]
Fix build of lang/beginet [1]
Add patch from upstream to fix build of devel/libclc. The patch is taken
from the git mirror of devel/libclc rather than the SVN repo, for
convenience.
Add a patch from mesa upstream preventing certain error messages when using
amdgpu [2]
(Only the first 15 lines of the commit message are shown above )
|
Mon, 4 Mar 2019
|
[ 10:56 jbeich ] 
494583 devel/libclc/Makefile
494583 graphics/libosmesa/Makefile
494583 graphics/mesa-dri/Makefile
494583 graphics/mesa-dri/Makefile.common
494583 lang/beignet/Makefile
494583 lang/clover/Makefile
graphics/mesa-dri: back out r494579
Landed by mistake. x11@ is immune to maintainer timeout nowadays.
PR: 230789
|
[ 10:42 jbeich ] 
494579 devel/libclc/Makefile
494579 graphics/libosmesa/Makefile
494579 graphics/mesa-dri/Makefile
494579 graphics/mesa-dri/Makefile.common
494579 lang/beignet/Makefile
494579 lang/clover/Makefile
graphics/mesa-dri: switch to llvm70
PR: 230789
Approved by: maintainer timeout (2 weeks)
|
Sat, 29 Sep 2018
|
[ 18:52 zeising ] 
480911 graphics/libosmesa/Makefile
480911 graphics/mesa-dri/Makefile
480911 graphics/mesa-dri/Makefile.common
480911 graphics/mesa-dri/distinfo
480911 graphics/mesa-libs/Makefile
graphics/mesa: Update to 18.1.9
|
Thu, 20 Sep 2018
|
[ 19:07 emaste ] 
480190 graphics/libosmesa/Makefile
graphics/libosmesa: add -znotext to LDFLAGS on i386, for lld
This port links some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments. For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.
PR: 214864
Approved by: portmgr (lld blanket)
Sponsored by: The FreeBSD Foundation
|
Tue, 11 Sep 2018
|
[ 18:34 zeising ] 
479538 Mk/bsd.xorg.mk
479538 audio/clementine-player/Makefile
479538 audio/dpf-plugins-lv2/Makefile
479538 audio/gogglesmm/Makefile
479538 audio/mixxx/Makefile
479538 audio/rhythmbox/Makefile
479538 audio/x42-plugins-lv2/Makefile
479538 cad/brlcad/Makefile
479538 cad/freecad/Makefile
479538 cad/kicad-devel/Makefile
(Only the first 10 of 331 ports in this commit are shown above. )
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
|
Fri, 3 Aug 2018
|
[ 19:24 zeising ] 
476319 graphics/libosmesa/Makefile
476319 graphics/mesa-dri/Makefile
476319 graphics/mesa-dri/Makefile.common
476319 graphics/mesa-dri/distinfo
476319 graphics/mesa-libs/Makefile
graphics/mesa: Update to 18.1.5
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mesa-18.1
MFC after: 2018Q3
|
Tue, 31 Jul 2018
|
[ 18:41 zeising ] 
476013 MOVED
476013 Mk/bsd.port.mk
476013 Mk/bsd.xorg.mk
476013 UPDATING
476013 audio/rhythmbox/Makefile
476013 cad/brlcad/Makefile
476013 chinese/librime/Makefile
476013 devel/directfb/Makefile
476013 devel/imake/Makefile
476013 devel/lndir/Makefile
(Only the first 10 of 254 ports in this commit are shown above. )
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
|
Sat, 16 Jun 2018
|
[ 00:44 jbeich ] 
472508 graphics/libosmesa/Makefile
472508 graphics/mesa-dri/Makefile.targets
graphics/libosmesa: drop -pthread workaround after r456530
|
Sun, 18 Jun 2017
|
[ 14:02 rezny ] 
443828 graphics/libosmesa/Makefile
443828 graphics/mesa-dri/Makefile
443828 graphics/mesa-dri/Makefile.common
443828 graphics/mesa-dri/Makefile.targets
443828 graphics/mesa-dri/distinfo
443828 graphics/mesa-dri/files/configure.ac
443828 graphics/mesa-dri/files/extra-src_mesa_drivers_dri_i965_intel__screen.c
443828 graphics/mesa-dri/files/patch-configure
Update the Mesa ports to 17.1.2
- patch the Intel driver to re-enable hardware acceleration on 10.x [1]
Reported by: cpm [1]
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D11148
|
Sun, 21 May 2017
|
[ 19:30 rezny ] 
441424 graphics/libosmesa/Makefile
441424 graphics/mesa-dri/Makefile
441424 graphics/mesa-dri/Makefile.common
441424 graphics/mesa-dri/Makefile.targets
441424 graphics/mesa-dri/distinfo
441424 graphics/mesa-dri/files/configure.ac
441424 graphics/mesa-dri/files/patch-configure
441424 graphics/mesa-dri/files/patch-src_egl_drivers_dri2_platform__x11.c
441424 graphics/mesa-dri/files/patch-src_gallium_auxiliary_pipe-loader_pipe__loader__drm.c
441424 graphics/mesa-dri/files/patch-src_gallium_drivers_vc4_Makefile.in
(Only the first 10 of 20 ports in this commit are shown above. )
Update the Mesa ports to 17.1.0
* restrict use of LLVM for Gallium to platforms with LLVM in base to fix
runtime errors when Gallium is built with a mix of GCC and LLVM
* make LLVM only a BUILD_DEPEND for mesa-libs, which needs it to build EGL
* add pkg-plist entries for freedreno and vc4 drivers [1]
* remove extraneous SHEBANG_FILES entry to fix build of freedreno [2,3]
* correct typo in libosmesa, which may have affected the Gallium build [4]
PR: 219247 [1], 219406 [3]
Submitted by: jbeich [1] (2 patches, pkg-plist fix), strejda (vc4 CFLAGS)
Reported by: strejda [2], andrew [3], linimon [4]
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10842
|
Fri, 12 May 2017
|
[ 18:46 rezny ] 
440699 MOVED
440699 Mk/Scripts/qa.sh
440699 Mk/bsd.port.mk
440699 Mk/bsd.xorg.mk
440699 emulators/i386-wine-devel/Makefile.i386
440699 emulators/i386-wine/Makefile.i386
440699 graphics/Makefile
440699 graphics/copperspice/Makefile
440699 graphics/dri
440699 graphics/gbm
(Only the first 10 of 52 ports in this commit are shown above. )
Consolidate the Mesa ports, update to 17.0.4, and add Wayland option
* libGL, libEGL, libglesv2, libglapi, and gbm have been moved into mesa-libs,
graphics/dri has been renamed to mesa-dri, and USE_GL has been adjusted
* mesa-libs has a new WAYLAND option that enables platform support in libEGL
* mesa-dri now depends on graphics/s2tc for compressed texture support [1]
* re-remove obsolete dependency on makedepends [2]
* correct sed fix backported from 17.1 [3]
PR: 218799 (exp-run), 212762 [1], 218552 [2], 218562 [3]
Submitted by: dbn [1], jbeich [2,3]
Reported by: afiskon@devzen.ru [1]
Reviewed by: kwm, johalun0@gmail.com
Approved by: portmgr, swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10448
|
Mon, 10 Apr 2017
|
[ 19:14 rezny ] 
438198 graphics/dri/Makefile
438198 graphics/dri/pkg-help
438198 graphics/dri/pkg-plist
438198 graphics/libGL/Makefile.common
438198 graphics/libGL/Makefile.targets
438198 graphics/libGL/distinfo
438198 graphics/libGL/files/configure.ac
438198 graphics/libGL/files/patch-configure
438198 graphics/libGL/files/patch-include_GL_internal_dri__interface.h
438198 graphics/libGL/files/patch-include__GL__internal__dri_interface.h
(Only the first 10 of 29 ports in this commit are shown above. )
Update Mesa to 17.0.3
* OpenGL 4.5 support for RadeonSI and recent Intel
* Use LLVM 4.0 by default, building with 3.9 is possible via MESA_LLVM_VER
* DRI3 remains enabled at compile time, but is now disabled at runtime for
stock FreeBSD. Set LIBGL_DRI3_ENABLE in the environment to enable DRI3.
This extra check is added when compiling on stock FreeBSD, not DRM-next.
This change was made to work around a problem in libEGL, which fails to
fall back to using DRI2 when run on a system without DRI3 support.
Reviewed by: jmd, mat
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10250
|
Sat, 25 Feb 2017
|
[ 14:55 rezny ] 
434817 graphics/libEGL/Makefile
434817 graphics/libGL/Makefile
434817 graphics/libGL/Makefile.common
434817 graphics/libGL/distinfo
434817 graphics/libglesv2/Makefile
434817 graphics/libosmesa/Makefile
Update to 13.0.5
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9781
|
Thu, 15 Sep 2016
|
[ 16:16 marino ] 
422214 graphics/dri/Makefile
422214 graphics/libosmesa/Makefile
422214 lang/clover/Makefile
Add USES+=ssl to 3 of 8 graphics/libGL/Makefile.common consumers
Despite having a configure argument of --with-sha1=libcrypto, only three
of the eight users of graphics/libGL/Makefile.common actually link to
SSL libraries. Individually add USES=ssl to these three ports rather
than have all 8 having this requirement.
Approved by: SSL blanket
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] 
412346 databases/R-cran-RMySQL/Makefile
412346 databases/R-cran-RSQLite.extfuns/Makefile
412346 databases/R-cran-RSQLite/Makefile
412346 databases/R-cran-sqldf/Makefile
412346 databases/akonadi-googledata/Makefile
412346 databases/akonadi/Makefile
412346 databases/apq-mysql/Makefile
412346 databases/apq-odbc/Makefile
412346 databases/apq-pgsql/Makefile
412346 databases/apq/Makefile
(Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 17 Sep 2015
|
[ 18:07 kwm ] 
397198 devel/Makefile
397198 devel/clinfo
397198 devel/clinfo/Makefile
397198 devel/clinfo/distinfo
397198 devel/clinfo/pkg-descr
397198 graphics/dri/Makefile
397198 graphics/dri/pkg-plist
397198 graphics/dri/pkg-plist-old
397198 graphics/gbm/Makefile
397198 graphics/gbm/pkg-descr
(Only the first 10 of 83 ports in this commit are shown above. )
Update Mesa port to 10.6.6 and add Clover.
Add beignet 1.1.0.
Add clinfo, clblas, clfft and clrng.
The major change is that all Mesa ports are now configured the same way.
This fixes several problems and enables new features. The details
are described in this blog post:
http://blogs.freebsdish.org/graphics/2015/03/18/unifying-mesa-ports-configure/
The second important change is the OpenCL support. Mesa's
implementation, Clover, is enabled as well as Beignet. Clover
targets all Gallium drivers, only Radeon GPUs in our case. Beignet
is for Intel GPUs starting with Ivy Bridge. Thanks to Johannes
Dieterich, O. Hartman, and Koop Mast for their work on OpenCL! As a
bonus, there are several OpenCL-based math ports added (clblas, (Only the first 15 lines of the commit message are shown above )
|
Thu, 4 Jun 2015
|
[ 11:04 kwm ] 
388522 graphics/libosmesa/Makefile
Mark libosmesa broken on 11-i386 for now. This should stop
the fallout mail. We have a fix for the build
issue but the fix depends on other changes to the mesa ports.
This mesa update will be commit after 8.4-R has gone EOL.
|
Wed, 10 Dec 2014
|
[ 23:00 kwm ] 
374494 graphics/libosmesa/Makefile
Grab maintainer, we maintain the other Mesa based ports already.
|
[ 22:29 gahr ] 
374492 audio/ccaudio2/Makefile
374492 audio/dcd/Makefile
374492 audio/etcd/Makefile
374492 audio/gervill/Makefile
374492 audio/gmixer/Makefile
374492 audio/gnomoradio/Makefile
374492 audio/jack_mixer/Makefile
374492 audio/libaiff/Makefile
374492 audio/libebur128/Makefile
374492 audio/libgroove/Makefile
(Only the first 10 of 129 ports in this commit are shown above. )
- Reset maintainership of my ports
|
Tue, 16 Sep 2014
|
[ 10:19 gahr ] 
368300 graphics/libosmesa/Makefile
- Use flex and bison from ports
- Bump PORTREVISION
PR: 193654
Submitted by: ohartman@zedat.fu-berlin.de
|
Fri, 12 Sep 2014
|
[ 15:16 adamw ] 
368030 graphics/libosmesa/Makefile
Fix build by depending on bison.
GEN program/program_parse.tab.c
byacc: e - line 119 of "program/program_parse.y", syntax error
%locations
^
gmake[3]: *** [program/program_parse.tab.c] Error 1
|
Thu, 11 Sep 2014
|
[ 13:31 gahr ] 
367930 graphics/libosmesa/Makefile
367930 graphics/libosmesa/distinfo
- Update to 10.2.7
Release notes: http://www.mesa3d.org/relnotes/10.2.7.html
|
Thu, 28 Aug 2014
|
[ 09:00 gahr ] 
366385 graphics/libosmesa/Makefile
366385 graphics/libosmesa/distinfo
- Update to 10.2.6
Release notes: http://www.mesa3d.org/relnotes/10.2.6.html
|
Tue, 5 Aug 2014
|
[ 09:38 gahr ] 
364086 graphics/libosmesa/Makefile
364086 graphics/libosmesa/distinfo
- Update to 10.2.5
Release notes: http://www.mesa3d.org/relnotes/10.2.5.html
|
Tue, 29 Jul 2014
|
[ 10:32 gahr ] 
363305 graphics/libosmesa/Makefile
363305 graphics/libosmesa/distinfo
- Update to 10.2.4
Release notes: http://www.mesa3d.org/relnotes/10.2.4.html
|
Fri, 11 Jul 2014
|
[ 09:41 gahr ] 
361518 graphics/libosmesa/Makefile
361518 graphics/libosmesa/distinfo
- Update to 10.2.3
Release notes: http://www.mesa3d.org/relnotes/10.2.3.html
|
Mon, 7 Jul 2014
|
[ 09:13 gahr ] 
361041 graphics/libosmesa/Makefile
- Doesn't need XORG
- Bump PORTREVISION (deps changed)
|
Mon, 30 Jun 2014
|
[ 10:27 gahr ] 
359821 graphics/libosmesa/Makefile
359821 graphics/libosmesa/distinfo
- Update to 10.2.2
Release notes: http://www.mesa3d.org/relnotes/10.2.2.html
|
Tue, 10 Jun 2014
|
[ 08:35 gahr ] 
357285 graphics/libosmesa/Makefile
357285 graphics/libosmesa/distinfo
357285 graphics/libosmesa/files/patch-Makefile.in
- Update to 10.2.1
Release notes:
http://www.mesa3d.org/relnotes/10.2.html
http://www.mesa3d.org/relnotes/10.2.1.html
|
Mon, 26 May 2014
|
[ 14:46 gahr ] 
355353 graphics/libosmesa/Makefile
355353 graphics/libosmesa/distinfo
- Update to 10.1.4
Release notes: http://www.mesa3d.org/relnotes/10.1.4.html
|
Thu, 15 May 2014
|
[ 16:44 tijl ] 
354152 graphics/libosmesa/Makefile
354152 graphics/libosmesa/files/patch-Makefile.in
354152 graphics/libosmesa/files/patch-src-mesa-drivers-osmesa_Makefile.am
354152 graphics/libosmesa/files/patch-src-mesa-drivers-osmesa_Makefile.in
354152 graphics/libosmesa/pkg-plist
Avoid USE_AUTOTOOLS.
Approved by: gahr (maintainer)
|
[ 12:11 gahr ] 
354111 graphics/libosmesa/Makefile
354111 graphics/libosmesa/distinfo
- Update to 10.1.3
Release notes:
http://www.mesa3d.org/relnotes/10.1.3.html
http://www.mesa3d.org/relnotes/10.1.2.html
|
Tue, 22 Apr 2014
|
[ 08:47 gahr ] 
351774 graphics/libosmesa/Makefile
351774 graphics/libosmesa/distinfo
- Update to 10.1.1
Release notes: http://www.mesa3d.org/relnotes/10.1.1.html
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] 
351411 Mk/bsd.port.mk
351411 Mk/bsd.xorg.mk
351411 UPDATING
351411 accessibility/gok/Makefile
351411 archivers/libarchive/Makefile
351411 archivers/xar/Makefile
351411 astro/boinc-astropulse/Makefile
351411 astro/boinc-setiathome-v7/Makefile
351411 astro/celestia/Makefile
351411 astro/foxtrotgps/Makefile
(Only the first 10 of 1008 ports in this commit are shown above. )
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 )
|
Thu, 20 Mar 2014
|
[ 09:24 gahr ] 
348671 graphics/libosmesa/Makefile
348671 graphics/libosmesa/distinfo
- Update to 10.1.0
Release notes: http://www.mesa3d.org/relnotes/10.1.html
- c++11 is not needed to build this version
|
Tue, 4 Feb 2014
|
[ 10:00 gahr ] 
342493 graphics/libosmesa/Makefile
342493 graphics/libosmesa/distinfo
- Update to 10.0.3
Release notes: http://www.mesa3d.org/relnotes/10.0.3.html
|
Wed, 22 Jan 2014
|
[ 14:20 gahr ] 
340710 graphics/libosmesa/Makefile
340710 graphics/libosmesa/distinfo
- Update to 10.0.2
Release notes: http://www.mesa3d.org/relnotes/10.0.2.html
|
Wed, 8 Jan 2014
|
[ 14:21 gahr ] 
339135 graphics/libosmesa/Makefile
- Depend on a C11 compiler
- Bump PORTREVISION
Reported by: PILOT <pilot513@gmail.com>
|
Fri, 20 Dec 2013
|
[ 12:44 gahr ] 
337006 graphics/libosmesa/Makefile
337006 graphics/libosmesa/distinfo
- Update to 10.0.1
Release notes:
http://www.mesa3d.org/relnotes/9.2.4.html
http://www.mesa3d.org/relnotes/10.0.html
http://www.mesa3d.org/relnotes/10.0.1.html
|
Sun, 15 Dec 2013
|
[ 14:04 mva ] 
336537 graphics/libosmesa/Makefile
- Restrict the python version to be used to the proper value
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
|
Thu, 14 Nov 2013
|
[ 10:49 gahr ] 
333749 graphics/libosmesa/Makefile
333749 graphics/libosmesa/distinfo
- Update to 9.2.3
Release notes: http://www.mesa3d.org/relnotes/9.2.3.html
|
Fri, 25 Oct 2013
|
[ 15:54 gahr ] 
331603 graphics/libosmesa/Makefile
331603 graphics/libosmesa/distinfo
331603 graphics/libosmesa/files/patch-scons_custom.py
331603 graphics/libosmesa/files/patch-scons_gallium.py
331603 graphics/libosmesa/files/patch-src-gallium-include-pipe_p_config.h
331603 graphics/libosmesa/files/patch-src-mesa-drivers-osmesa_Makefile.am
331603 graphics/libosmesa/files/patch-src-mesa-drivers-osmesa_Makefile.in
331603 graphics/libosmesa/files/patch-ws_dri.txt
- Update to 9.2.2
ChangeLogs:
http://www.mesa3d.org/relnotes/9.2.1.html
http://www.mesa3d.org/relnotes/9.2.2.html
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] 
327733 graphics/4va/Makefile
327733 graphics/Cgraph/Makefile
327733 graphics/Coin/Makefile
327733 graphics/EZWGL/Makefile
327733 graphics/GraphicsMagick/Makefile
327733 graphics/GraphicsMagick12/Makefile
327733 graphics/GraphicsMagick13/Makefile
327733 graphics/Hermes/Makefile
327733 graphics/IPA/Makefile
327733 graphics/ImageMagick-nox11/Makefile
(Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Wed, 28 Aug 2013
|
[ 08:26 gahr ] 
325514 graphics/libosmesa/Makefile
325514 graphics/libosmesa/distinfo
- Update to 9.2.0
Release notes: http://mesa3d.org/relnotes/9.2.html
|
Sat, 17 Aug 2013
|
[ 16:27 gerald ] 
324851 archivers/rvm/Makefile
324851 audio/beast/Makefile
324851 audio/py-tagpy/Makefile
324851 biology/seqan/Makefile
324851 cad/calculix/Makefile
324851 cad/gspiceui/Makefile
324851 chinese/ibus-pinyin/Makefile
324851 comms/dabstick-radio/Makefile
324851 comms/efax-gtk/Makefile
324851 comms/ems-flasher/Makefile
(Only the first 10 of 93 ports in this commit are shown above. )
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery)
|
Mon, 5 Aug 2013
|
[ 08:48 gahr ] 
324266 graphics/libosmesa/Makefile
324266 graphics/libosmesa/distinfo
- Update to 9.1.6
Release notes: http://www.mesa3d.org/relnotes/9.1.6.html
|
Mon, 29 Jul 2013
|
[ 08:53 gahr ] 
323876 graphics/libosmesa/Makefile
323876 graphics/libosmesa/distinfo
- Update to 9.1.5
Release notes: http://www.mesa3d.org/relnotes/9.1.5.html
|
Mon, 15 Jul 2013
|
[ 07:59 gahr ] 
323023 graphics/libosmesa/Makefile
323023 graphics/libosmesa/distinfo
- Update to 9.1.4
|
Fri, 17 May 2013
|
[ 07:52 gahr ] 
318359 graphics/libosmesa/Makefile
318359 graphics/libosmesa/distinfo
318359 graphics/libosmesa/files/patch-scons_gallium.py
- Update to 9.1.2
- Fix build on < 900014 by depending on gcc 4.6+ [1]
Obtained from: emulators/fceux (r315330) [1]
Reported by: awarecons <awarecons@gmail.com> [1]
|
Thu, 24 Jan 2013
|
[ 11:19 gahr ] 
310925 graphics/libosmesa/Makefile
310925 graphics/libosmesa/distinfo
- Update to 9.0.2
Release notes: http://www.mesa3d.org/relnotes-9.0.2.html
|
Tue, 15 Jan 2013
|
[ 12:28 gahr ] 
310438 graphics/libosmesa/Makefile
- Fix build on !(i386 || amd64)
Reported by: Anton Shterenlikht <mexas@bristol.ac.uk>
|
Mon, 14 Jan 2013
|
[ 16:39 gahr ] 
310395 graphics/libosmesa/Makefile
310395 graphics/libosmesa/distinfo
310395 graphics/libosmesa/files/patch-configure
310395 graphics/libosmesa/files/patch-scons_custom.py
310395 graphics/libosmesa/files/patch-scons_gallium.py
310395 graphics/libosmesa/files/patch-src-glu_Makefile
310395 graphics/libosmesa/files/patch-src-mesa_Makefile
310395 graphics/libosmesa/pkg-plist
- Update to 9.0.1
Release notes:
* 9.0 http://www.mesa3d.org/relnotes-9.0.html
* 9.0.1 http://www.mesa3d.org/relnotes-9.0.1.html
- This update includes the switch from autotools to SCons
|
Fri, 21 Sep 2012
|
[ 12:55 gahr ] 
304627 graphics/libosmesa/Makefile
304627 graphics/libosmesa/distinfo
- Update to 8.0.4
Release notes: http://www.mesa3d.org/relnotes-8.0.4.html
|
Thu, 14 Jun 2012
|
[ 10:32 gahr ]
1.19 graphics/libosmesa/Makefile
1.11 graphics/libosmesa/distinfo
- Update to 8.0.3
Release notes:
http://mesa3d.org/relnotes-8.0.3.html
|
Thu, 12 Apr 2012
|
[ 16:02 gahr ]
1.18 graphics/libosmesa/Makefile
1.10 graphics/libosmesa/distinfo
- Update to 8.0.2
Release notes:
http://mesa3d.org/relnotes-8.0.2.html
|
Mon, 5 Mar 2012
|
[ 11:02 gahr ]
1.17 graphics/libosmesa/Makefile
- Add dependency on textproc/py-libxml2
- Bump PORTREVISION
Reported by: ph (via pav)
|
Thu, 1 Mar 2012
|
[ 16:43 gahr ]
1.16 graphics/libosmesa/Makefile
1.9 graphics/libosmesa/distinfo
1.2 graphics/libosmesa/files/patch-configs_autoconf.in
1.2 graphics/libosmesa/files/patch-configure
1.2 graphics/libosmesa/files/patch-src-gallium-include-pipe_p_config.h
1.4 graphics/libosmesa/pkg-plist
- Update to 8.0.1
Release notes:
http://mesa3d.org/relnotes-8.0.html and http://mesa3d.org/relnotes-8.0.1.html
|
Tue, 29 Nov 2011
|
[ 10:38 gahr ]
1.15 graphics/libosmesa/Makefile
1.8 graphics/libosmesa/distinfo
- Update to 7.11.2
Release notes: http://mesa3d.org/relnotes-7.11.2.html
Feature safe: yes
|
Tue, 22 Nov 2011
|
[ 08:42 gahr ]
1.14 graphics/libosmesa/Makefile
1.7 graphics/libosmesa/distinfo
- Update to 7.11.1
Release notes: http://mesa3d.org/relnotes-7.11.1.html
Feature safe: yes
|
Wed, 14 Sep 2011
|
[ 07:33 gahr ]
1.13 graphics/libosmesa/Makefile
1.6 graphics/libosmesa/distinfo
1.1 graphics/libosmesa/files/patch-configs_autoconf.in
1.1 graphics/libosmesa/files/patch-src-glu_Makefile
1.1 graphics/libosmesa/files/patch-src-mesa_Makefile
1.3 graphics/libosmesa/pkg-plist
- Update to 7.11
Release notes: http://mesa3d.org/relnotes-7.11.html
- Unbreak on 9.x amd64
|
Wed, 13 Apr 2011
|
[ 08:04 gahr ]
1.12 graphics/libosmesa/Makefile
- Limit the BROKENness to only CURRENT
Reported by: pav
|
Tue, 12 Apr 2011
|
[ 15:27 gahr ]
1.11 graphics/libosmesa/Makefile
1.5 graphics/libosmesa/distinfo
- Update to 7.10.2
- Set as BROKEN only on amd64
|
[ 07:57 pav ]
1.10 graphics/libosmesa/Makefile
- Mark BROKEN on 9.X: does not install
Reported by: pointyhat
|
Fri, 11 Mar 2011
|
[ 09:19 gahr ]
1.9 graphics/libosmesa/Makefile
- Fix BUILD_DEPENDS
Reported by: PH via pav
|
Thu, 10 Mar 2011
|
[ 12:32 gahr ]
1.8 graphics/libosmesa/Makefile
1.4 graphics/libosmesa/distinfo
1.2 graphics/libosmesa/files/patch-src-glsl_Makefile
- Update to 7.10.1
Release notes: http://mesa3d.org/relnotes-7.10.1.html
|
Mon, 31 Jan 2011
|
[ 14:25 gahr ]
1.7 graphics/libosmesa/Makefile
1.3 graphics/libosmesa/distinfo
1.1 graphics/libosmesa/files/patch-configure
1.1 graphics/libosmesa/files/patch-src-glsl_Makefile
1.2 graphics/libosmesa/files/patch-src-mesa-drivers-osmesa_osmesa.c
1.1 graphics/libosmesa/files/patch-src-mesa-main_macros.h
- Update to 7.9.1
Release notes: http://mesa3d.org/relnotes-7.9.1.html
Feature safe: yes
|
Thu, 22 Jul 2010
|
[ 13:16 gahr ]
1.6 graphics/libosmesa/Makefile
1.1 graphics/libosmesa/files/patch-src-mesa-drivers-osmesa_osmesa.c
- Merge in a patch from the git repository that fixes a bug when trying
to reattach a framebuffer.
Bug report: https://bugs.freedesktop.org/show_bug.cgi?id=10966
GIT commit:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=91c37599f621a0ec498c0f0add14f16470ca852b
|
Mon, 21 Jun 2010
|
[ 10:30 gahr ]
1.5 graphics/libosmesa/Makefile
1.2 graphics/libosmesa/distinfo
- Update to 7.8.2
Feature safe: yes
|
Mon, 31 May 2010
|
[ 09:19 gahr ]
1.4 graphics/libosmesa/Makefile
1.2 graphics/libosmesa/pkg-plist
- Add symlinks to lib/libOSMesa.so.7 and lib/libOSMesa.so
Requested by: Stas Timokhin (maintainer of science/paraview)
|
Thu, 15 Apr 2010
|
[ 21:04 gahr ]
1.3 graphics/libosmesa/Makefile
- Make sure that gcc >= 4.2 is used (unbreaks on 6.x)
Reported by: PH (via pav)
|
Fri, 9 Apr 2010
|
[ 08:52 gahr ]
1.2 graphics/libosmesa/Makefile
- Add build dependency on python
Reported by: QAT
|
[ 08:40 gahr ]
1.1317 graphics/Makefile
1.1 graphics/libosmesa/Makefile
1.1 graphics/libosmesa/distinfo
1.1 graphics/libosmesa/pkg-descr
1.1 graphics/libosmesa/pkg-plist
- New port: graphics/libosmesa
Import version 7.8.1 of the Mesa3D library, built for off-screen rendering.
|
Number of commits found XX: 83 |