Date: Fri, 28 Aug 2020 17:02:36 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546757 - head/graphics/waffle Message-ID: <202008281702.07SH2aZ7076496@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Fri Aug 28 17:02:35 2020 New Revision: 546757 URL: https://svnweb.freebsd.org/changeset/ports/546757 Log: graphics/waffle: Update to 1.6.1 Update graphics/waffle. This fixes the build with -fno-common. Switch to new version of the patches for xdg-shell. PR: 248963 Submitted by: Greg V MFH: 2020Q3 Modified: head/graphics/waffle/Makefile head/graphics/waffle/distinfo Modified: head/graphics/waffle/Makefile ============================================================================== --- head/graphics/waffle/Makefile Fri Aug 28 17:01:34 2020 (r546756) +++ head/graphics/waffle/Makefile Fri Aug 28 17:02:35 2020 (r546757) @@ -2,13 +2,16 @@ # $FreeBSD$ PORTNAME= waffle -DISTVERSION= 1.6.0-7 +DISTVERSION= 1.6.1-15 CATEGORIES= graphics # Wayland xdg-shell support (to run on sway/wayfire/etc. that have removed wl-shell) -PATCH_SITES= https://gitlab.freedesktop.org/oreaus/${PORTNAME}/-/commit/ -PATCHFILES= 3cdce7b38cbd91cd7288e21940b279bf7ddc5757.diff:-p1 +PATCH_SITES= https://gitlab.freedesktop.org/bl4ckb0ne/${PORTNAME}/-/commit/ +PATCHFILES= 39ad2b26f46e90cbae13a9cbc58e1f9df03f0980.diff:-p1 \ + e4a1e7e9670b77d5b145520d60c4b7570fe3c6ea.diff:-p1 \ + 8c202f88ab4f0f851e3f19dd82bc6b5236120564.diff:-p1 + MAINTAINER= x11@FreeBSD.org COMMENT= Library that allows to defer selection of an OpenGL API until runtime @@ -21,7 +24,7 @@ USES= compiler:c11 gl localbase meson pkgconfig pytho USE_GITLAB= yes GL_SITE= https://gitlab.freedesktop.org GL_ACCOUNT= mesa -GL_COMMIT= b71cfa674db5828a2be04a42ce9996d6677629ee +GL_COMMIT= 2485a41c321a29463b5c0af7813c2d1046e2f925 USE_GL= egl gl USE_LDCONFIG= yes Modified: head/graphics/waffle/distinfo ============================================================================== --- head/graphics/waffle/distinfo Fri Aug 28 17:01:34 2020 (r546756) +++ head/graphics/waffle/distinfo Fri Aug 28 17:02:35 2020 (r546757) @@ -1,5 +1,9 @@ -TIMESTAMP = 1577365999 -SHA256 (mesa-waffle-b71cfa674db5828a2be04a42ce9996d6677629ee_GL0.tar.gz) = d1081c6f8fc1dd74edebbda9e095eac42df95ed1428a628914222d4233b6be44 -SIZE (mesa-waffle-b71cfa674db5828a2be04a42ce9996d6677629ee_GL0.tar.gz) = 340730 -SHA256 (3cdce7b38cbd91cd7288e21940b279bf7ddc5757.diff) = ccb72de1cc065fc24f8670f63db37ebf5f32c39020736b2bac11237882f54108 -SIZE (3cdce7b38cbd91cd7288e21940b279bf7ddc5757.diff) = 12960 +TIMESTAMP = 1598617850 +SHA256 (mesa-waffle-2485a41c321a29463b5c0af7813c2d1046e2f925_GL0.tar.gz) = 10d63acc125cde05545102617d1fb94ddee44db3798d217ae5cbea45caab134a +SIZE (mesa-waffle-2485a41c321a29463b5c0af7813c2d1046e2f925_GL0.tar.gz) = 383080 +SHA256 (39ad2b26f46e90cbae13a9cbc58e1f9df03f0980.diff) = c18214aaaea5acd7c210814739191f3287b473b611b348d0814d99b87df94d03 +SIZE (39ad2b26f46e90cbae13a9cbc58e1f9df03f0980.diff) = 2962 +SHA256 (e4a1e7e9670b77d5b145520d60c4b7570fe3c6ea.diff) = 54f0a11c1963f9bc4651d60a801feb2575becebbfd9ac62259422209ceff11bf +SIZE (e4a1e7e9670b77d5b145520d60c4b7570fe3c6ea.diff) = 10509 +SHA256 (8c202f88ab4f0f851e3f19dd82bc6b5236120564.diff) = dee0a0d805c8a60033e64a02c975b239c47a80390bbcfec681bcbb776a5b08aa +SIZE (8c202f88ab4f0f851e3f19dd82bc6b5236120564.diff) = 815
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008281702.07SH2aZ7076496>