pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libusb1 libusb1: bump gcc requirement to 4.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0f03c09bcc8
branches:  trunk
changeset: 453310:e0f03c09bcc8
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu May 27 16:55:22 2021 +0000

description:
libusb1: bump gcc requirement to 4.9

diffstat:

 devel/libusb1/Makefile      |  4 ++--
 devel/libusb1/buildlink3.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 35b3de587f56 -r e0f03c09bcc8 devel/libusb1/Makefile
--- a/devel/libusb1/Makefile    Thu May 27 16:51:59 2021 +0000
+++ b/devel/libusb1/Makefile    Thu May 27 16:55:22 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2021/01/18 09:22:19 nia Exp $
+# $NetBSD: Makefile,v 1.28 2021/05/27 16:55:22 nia Exp $
 
 DISTNAME=      libusb-1.0.24
 PKGNAME=       ${DISTNAME:S/libusb/libusb1/}
@@ -13,7 +13,7 @@
 COMMENT=       USB Access Library (version 1)
 LICENSE=       gnu-lgpl-v2.1
 
-GCC_REQD+=     4.7 # -std=c11
+GCC_REQD+=     4.9 # -std=c11
 
 # Works on Dragonfly but explicitly not wanted by DragonFly upstream;
 # see PR 47042.
diff -r 35b3de587f56 -r e0f03c09bcc8 devel/libusb1/buildlink3.mk
--- a/devel/libusb1/buildlink3.mk       Thu May 27 16:51:59 2021 +0000
+++ b/devel/libusb1/buildlink3.mk       Thu May 27 16:55:22 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2021/01/18 09:22:19 nia Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2021/05/27 16:55:22 nia Exp $
 
 BUILDLINK_TREE+=       libusb1
 
@@ -8,7 +8,7 @@
 BUILDLINK_API_DEPENDS.libusb1+=        libusb1>=1.0.9
 BUILDLINK_PKGSRCDIR.libusb1?=  ../../devel/libusb1
 
-GCC_REQD+=     4.7 # -std=c11
+GCC_REQD+=     4.9 # -std=c11
 
 .endif # LIBUSB1_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index