pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/x11-links x11-links: Update to 1.16



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc9c617efb15
branches:  trunk
changeset: 332694:dc9c617efb15
user:      leot <leot%pkgsrc.org@localhost>
date:      Sat Apr 20 15:06:14 2019 +0000

description:
x11-links: Update to 1.16

Thanks to <maya>!

Changes:
1.16
----
 - Add a missing MesaLib header file (include/EGL/eglextchromium.h),

diffstat:

 pkgtools/x11-links/Makefile           |  4 ++--
 pkgtools/x11-links/buildlink3.mk      |  4 ++--
 pkgtools/x11-links/files/xorg.MesaLib |  3 ++-
 3 files changed, 6 insertions(+), 5 deletions(-)

diffs (47 lines):

diff -r fe9bd4779eb2 -r dc9c617efb15 pkgtools/x11-links/Makefile
--- a/pkgtools/x11-links/Makefile       Sat Apr 20 13:59:07 2019 +0000
+++ b/pkgtools/x11-links/Makefile       Sat Apr 20 15:06:14 2019 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.186 2019/03/05 19:56:50 maya Exp $
+# $NetBSD: Makefile,v 1.187 2019/04/20 15:06:14 leot Exp $
 #
 # NOTE:        If you update this package, then you'll likely need to also update
 #      the x11-links dependency in buildlink3.mk to the correct version,
 #      usually the most recent.
 
-PKGNAME=       x11-links-1.15
+PKGNAME=       x11-links-1.16
 CATEGORIES=    pkgtools x11
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r fe9bd4779eb2 -r dc9c617efb15 pkgtools/x11-links/buildlink3.mk
--- a/pkgtools/x11-links/buildlink3.mk  Sat Apr 20 13:59:07 2019 +0000
+++ b/pkgtools/x11-links/buildlink3.mk  Sat Apr 20 15:06:14 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.77 2019/01/09 11:29:02 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.78 2019/04/20 15:06:14 leot Exp $
 #
 # Don't include this file manually!  It will be included as necessary
 # by bsd.buildlink3.mk.
@@ -12,7 +12,7 @@
 .if !defined(X11_LINKS_BUILDLINK3_MK)
 X11_LINKS_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.x11-links+=      x11-links>=1.13
+BUILDLINK_API_DEPENDS.x11-links+=      x11-links>=1.16
 BUILDLINK_PKGSRCDIR.x11-links?=                ../../pkgtools/x11-links
 BUILDLINK_DEPMETHOD.x11-links?=                build
 
diff -r fe9bd4779eb2 -r dc9c617efb15 pkgtools/x11-links/files/xorg.MesaLib
--- a/pkgtools/x11-links/files/xorg.MesaLib     Sat Apr 20 13:59:07 2019 +0000
+++ b/pkgtools/x11-links/files/xorg.MesaLib     Sat Apr 20 15:06:14 2019 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: xorg.MesaLib,v 1.3 2019/03/05 19:56:50 maya Exp $
+# $NetBSD: xorg.MesaLib,v 1.4 2019/04/20 15:06:14 leot Exp $
 #
 include/EGL/egl.h
 include/EGL/eglext.h
+include/EGL/eglextchromium.h
 include/EGL/eglmesaext.h
 include/EGL/eglplatform.h
 include/GL/GLwDrawA.h



Home | Main Index | Thread Index | Old Index