aboutsummaryrefslogtreecommitdiff
path: root/graphics/libosmesa
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2020-06-16 15:38:29 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2020-06-16 15:38:29 +0000
commit86562318c7fda954a31221c528980463b3ce1e9f (patch)
tree5e628ab927c0c30acbb665a7e29f71937e0f1cbf /graphics/libosmesa
parent10e0c2aaca41607ee4b603cda590f60c75c43ea3 (diff)
downloadports-86562318c7fda954a31221c528980463b3ce1e9f.tar.gz
ports-86562318c7fda954a31221c528980463b3ce1e9f.zip
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
Notes
Notes: svn path=/head/; revision=539358
Diffstat (limited to 'graphics/libosmesa')
-rw-r--r--graphics/libosmesa/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile
index afa78e276204..fe362f82f16a 100644
--- a/graphics/libosmesa/Makefile
+++ b/graphics/libosmesa/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libosmesa
PORTVERSION= ${MESAVERSION}
+PORTREVISION= 1
CATEGORIES= graphics
COMMENT= Off-Screen Mesa implementation of the OpenGL API