pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2020Q4] pkgsrc/security/polkit



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Fri Jan 22 18:11:39 UTC 2021

Modified Files:
        pkgsrc/security/polkit [pkgsrc-2020Q4]: Makefile buildlink3.mk

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.30.2.1 pkgsrc/security/polkit/Makefile
cvs rdiff -u -r1.4 -r1.4.2.1 pkgsrc/security/polkit/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/security/polkit/Makefile
diff -u pkgsrc/security/polkit/Makefile:1.30 pkgsrc/security/polkit/Makefile:1.30.2.1
--- pkgsrc/security/polkit/Makefile:1.30        Fri Dec  4 04:56:13 2020
+++ pkgsrc/security/polkit/Makefile     Fri Jan 22 18:11:39 2021
@@ -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_LIBTOOL=          yes
 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

Index: pkgsrc/security/polkit/buildlink3.mk
diff -u pkgsrc/security/polkit/buildlink3.mk:1.4 pkgsrc/security/polkit/buildlink3.mk:1.4.2.1
--- pkgsrc/security/polkit/buildlink3.mk:1.4    Fri Dec  4 04:56:13 2020
+++ pkgsrc/security/polkit/buildlink3.mk        Fri Jan 22 18:11:39 2021
@@ -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