pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libusb1
Module Name: pkgsrc
Committed By: nia
Date: Thu May 27 16:55:22 UTC 2021
Modified Files:
pkgsrc/devel/libusb1: Makefile buildlink3.mk
Log Message:
libusb1: bump gcc requirement to 4.9
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/libusb1/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/libusb1/buildlink3.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libusb1/Makefile
diff -u pkgsrc/devel/libusb1/Makefile:1.27 pkgsrc/devel/libusb1/Makefile:1.28
--- pkgsrc/devel/libusb1/Makefile:1.27 Mon Jan 18 09:22:19 2021
+++ pkgsrc/devel/libusb1/Makefile Thu May 27 16:55:22 2021
@@ -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 @@ HOMEPAGE= https://libusb.info/
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.
Index: pkgsrc/devel/libusb1/buildlink3.mk
diff -u pkgsrc/devel/libusb1/buildlink3.mk:1.4 pkgsrc/devel/libusb1/buildlink3.mk:1.5
--- pkgsrc/devel/libusb1/buildlink3.mk:1.4 Mon Jan 18 09:22:19 2021
+++ pkgsrc/devel/libusb1/buildlink3.mk Thu May 27 16:55:22 2021
@@ -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 @@ LIBUSB1_BUILDLINK3_MK:=
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