pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2020Q4]: pkgsrc/security/polkit Pullup ticket #6406 - requeste...
details: https://anonhg.NetBSD.org/pkgsrc/rev/51f3ee3a7467
branches: pkgsrc-2020Q4
changeset: 445406:51f3ee3a7467
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Fri Jan 22 18:11:39 2021 +0000
description:
Pullup ticket #6406 - requested by nia
security/polkit: build fix
Revisions pulled up:
- security/polkit/Makefile 1.31
- security/polkit/buildlink3.mk 1.5
---
Module Name: pkgsrc
Committed By: nia
Date: Tue Jan 19 22:36:19 UTC 2021
Modified Files:
pkgsrc/security/polkit: Makefile buildlink3.mk
Log Message:
polkit: build fix: bump GCC requirement
diffstat:
security/polkit/Makefile | 6 +++---
security/polkit/buildlink3.mk | 5 ++++-
2 files changed, 7 insertions(+), 4 deletions(-)
diffs (37 lines):
diff -r e0e89ec40e93 -r 51f3ee3a7467 security/polkit/Makefile
--- a/security/polkit/Makefile Fri Jan 22 18:11:31 2021 +0000
+++ b/security/polkit/Makefile Fri Jan 22 18:11:39 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2020/12/04 04:56:13 riastradh Exp $
+# $NetBSD: Makefile,v 1.30.2.1 2021/01/22 18:11:39 bsiegert Exp $
DISTNAME= polkit-0.118
PKGREVISION= 1
@@ -22,8 +22,8 @@
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config intltool gmake msgfmt perl
-# C++14
-GCC_REQD+= 5
+# configure: error: *** A compiler with support for C++17 language features is required.
+GCC_REQD+= 7
PKGCONFIG_OVERRIDE+= data/polkit-gobject-1.pc.in
PKGCONFIG_OVERRIDE+= data/polkit-agent-1.pc.in
diff -r e0e89ec40e93 -r 51f3ee3a7467 security/polkit/buildlink3.mk
--- a/security/polkit/buildlink3.mk Fri Jan 22 18:11:31 2021 +0000
+++ b/security/polkit/buildlink3.mk Fri Jan 22 18:11:39 2021 +0000
@@ -1,9 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.4 2020/12/04 04:56:13 riastradh Exp $
+# $NetBSD: buildlink3.mk,v 1.4.2.1 2021/01/22 18:11:39 bsiegert Exp $
#
BUILDLINK_TREE+= polkit
.if !defined(POLKIT_BUILDLINK3_MK)
+# configure: error: *** A compiler with support for C++17 language features is required.
+GCC_REQD+= 7
+
POLKIT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.polkit+= polkit>=0.103
Home |
Main Index |
Thread Index |
Old Index