pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gnutls Set BUILDLINK_API_DEPENDS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a73eb6a22fd1
branches:  trunk
changeset: 306885:a73eb6a22fd1
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Apr 29 04:09:08 2018 +0000
description:
Set BUILDLINK_API_DEPENDS.gmp to require gmp>=5.0, per PR 52250.
Otherwise on Solaris it finds a really old builtin gmp and fails.

diffstat:

 security/gnutls/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r dc588c9792d5 -r a73eb6a22fd1 security/gnutls/Makefile
--- a/security/gnutls/Makefile  Sun Apr 29 03:56:08 2018 +0000
+++ b/security/gnutls/Makefile  Sun Apr 29 04:09:08 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.177 2018/04/17 13:28:53 wiz Exp $
+# $NetBSD: Makefile,v 1.178 2018/04/29 04:09:08 dholland Exp $
 
 DISTNAME=      gnutls-3.6.0
 PKGREVISION=   1
@@ -65,6 +65,7 @@
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/autogen/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gmp+=            gmp>=5.0   
 .include "../../devel/gmp/buildlink3.mk"
 .include "../../devel/libcfg+/buildlink3.mk"
 # Avoid creating a fake zlib.pc, because if it does



Home | Main Index | Thread Index | Old Index