pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2023Q1] pkgsrc/security/gnutls



Module Name:    pkgsrc
Committed By:   spz
Date:           Mon May 15 18:37:26 UTC 2023

Modified Files:
        pkgsrc/security/gnutls [pkgsrc-2023Q1]: Makefile

Log Message:
Pullup ticket #6759 - requested by he
security/gnutls: build fix

Revisions pulled up:
- security/gnutls/Makefile                                      1.240

-------------------------------------------------------------------
   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


To generate a diff of this commit:
cvs rdiff -u -r1.238 -r1.238.2.1 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.238 pkgsrc/security/gnutls/Makefile:1.238.2.1
--- pkgsrc/security/gnutls/Makefile:1.238       Wed Feb 15 07:40:52 2023
+++ pkgsrc/security/gnutls/Makefile     Mon May 15 18:37:26 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.238 2023/02/15 07:40:52 nikita Exp $
+# $NetBSD: Makefile,v 1.238.2.1 2023/05/15 18:37:26 spz Exp $
 
 DISTNAME=      gnutls-3.8.0
 PKGREVISION=   1
@@ -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