| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/graphics/libglvnd/ |
Upload File : |
PORTNAME= libglvnd
DISTVERSION= 1.4.0
PORTREVISION= 2
CATEGORIES= graphics
PATCH_SITES= https://gitlab.freedesktop.org/glvnd/libglvnd/-/commit/
PATCHFILES= 28da9963e52ee2d2e1501351eb26b77cec89f886.diff:-p1 \
d853cf56f81afff725946eec1144560a121da5af.diff:-p1 \
b90f235998e199d810ef61c0a8dc103d297962cb.diff:-p1
MAINTAINER= x11@FreeBSD.org
COMMENT= GL Vendor-Neutral Dispatch library
WWW= https://gitlab.freedesktop.org/glvnd/libglvnd
LICENSE= APACHE20 MIT
LICENSE_COMB= multi
USES= compiler:c++11-lib localbase meson pkgconfig
USE_LDCONFIG= yes
USE_GITLAB= yes
GL_SITE= https://gitlab.freedesktop.org
GL_ACCOUNT= glvnd
GL_COMMIT= 8f3c5b17a21e2222ab3e5fd38870b915815aca49
OPTIONS_DEFINE= X11
OPTIONS_DEFAULT=X11
OPTIONS_SUB= yes
X11_USES= xorg
X11_USE= XORG=x11,xext,xorgproto
X11_MESON_ENABLED= x11 glx
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc64le
BUILD_DEPENDS= as:devel/binutils
CFLAGS+= -no-integrated-as
.elif ${ARCH} == powerpc64
BUILD_DEPENDS= as:devel/binutils
CFLAGS+= -no-integrated-as -O0
.endif
# Lots of software expects gl.pc even when it can build with EGL only
post-install-X11-off:
${LN} -s opengl.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/gl.pc
.include <bsd.port.mk>