pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gnutls



Module Name:    pkgsrc
Committed By:   he
Date:           Sun May 14 08:11:51 UTC 2023

Modified Files:
        pkgsrc/security/gnutls: Makefile

Log Message:
gnutls: require minimum gcc 6, and indicte use of c++11.

The in-tree compiler on NetBSD/macppc 8.0 (gcc 5 based)
fails to build this package, with what now looks like a
bug in gcc 5.
Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.239 -r1.240 pkgsrc/security/gnutls/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/gnutls/Makefile
diff -u pkgsrc/security/gnutls/Makefile:1.239 pkgsrc/security/gnutls/Makefile:1.240
--- pkgsrc/security/gnutls/Makefile:1.239       Wed Apr 19 08:08:40 2023
+++ pkgsrc/security/gnutls/Makefile     Sun May 14 08:11:51 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.239 2023/04/19 08:08:40 adam Exp $
+# $NetBSD: Makefile,v 1.240 2023/05/14 08:11:51 he Exp $
 
 DISTNAME=      gnutls-3.8.0
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    security devel
 MASTER_SITES=  https://www.gnupg.org/ftp/gcrypt/gnutls/v${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.xz
@@ -15,7 +15,9 @@ DEPENDS+=     mozilla-rootcerts-[0-9]*:../..
 
 PLIST_SRC=     PLIST
 
-USE_LANGUAGES=                 c c++
+USE_LANGUAGES= c c++11
+GCC_REQD+=     6
+
 USE_LIBTOOL=                   yes
 USE_TOOLS+=                    gmake gsed perl pkg-config bash
 USE_TOOLS+=                    msgfmt msgmerge xgettext



Home | Main Index | Thread Index | Old Index