Index: graphics/libepoxy/Makefile =================================================================== --- graphics/libepoxy/Makefile (revision 442332) +++ graphics/libepoxy/Makefile (working copy) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= libepoxy -PORTVERSION= 1.3.1 -PORTREVISION= 1 -DISTVERSIONPREFIX= v +PORTVERSION= 1.4.2 CATEGORIES= graphics +MASTER_SITES= GNOME MAINTAINER= x11@FreeBSD.org COMMENT= Library to handle OpenGL function pointer management @@ -12,13 +11,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USE_GITHUB= yes -GH_ACCOUNT= anholt +USES= localbase meson python:3,build tar:xz +USE_XORG= x11 +USE_GL= gl egl glesv2 -USES= autoreconf libtool pathfix pkgconfig python:build -USE_XORG= xorg-macros x11 -USE_GL= egl glesv2 -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip - .include Index: graphics/libepoxy/distinfo =================================================================== --- graphics/libepoxy/distinfo (revision 442332) +++ graphics/libepoxy/distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (anholt-libepoxy-v1.3.1_GH0.tar.gz) = 6700ddedffb827b42c72cce1e0be6fba67b678b19bf256e1b5efd3ea38cc2bb4 -SIZE (anholt-libepoxy-v1.3.1_GH0.tar.gz) = 284227 +TIMESTAMP = 1495094777 +SHA256 (libepoxy-1.4.2.tar.xz) = bea6fdec3d10939954495da898d872ee836b75c35699074cbf02a64fcb80d5b3 +SIZE (libepoxy-1.4.2.tar.xz) = 781440 Index: graphics/libepoxy/files/patch-test_dlwrap.c =================================================================== --- graphics/libepoxy/files/patch-test_dlwrap.c (nonexistent) +++ graphics/libepoxy/files/patch-test_dlwrap.c (working copy) @@ -0,0 +1,11 @@ +--- test/dlwrap.c.orig 2017-03-28 08:56:46 UTC ++++ test/dlwrap.c +@@ -34,6 +34,8 @@ + + /* dladdr is a glibc extension */ + #define _GNU_SOURCE ++/* FreeBSD needs this to make asprintf() and dlvsym() visible */ ++#define __BSD_VISIBLE 1 + #include + + #include Property changes on: graphics/libepoxy/files/patch-test_dlwrap.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: graphics/libepoxy/pkg-plist =================================================================== --- graphics/libepoxy/pkg-plist (revision 442332) +++ graphics/libepoxy/pkg-plist (working copy) @@ -1,3 +1,4 @@ +include/epoxy/common.h include/epoxy/egl.h include/epoxy/egl_generated.h include/epoxy/gl.h