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: dholland
Date: Sun Apr 29 04:09:08 UTC 2018
Modified Files:
pkgsrc/security/gnutls: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 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.177 pkgsrc/security/gnutls/Makefile:1.178
--- pkgsrc/security/gnutls/Makefile:1.177 Tue Apr 17 13:28:53 2018
+++ pkgsrc/security/gnutls/Makefile Sun Apr 29 04:09:08 2018
@@ -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 @@ post-install:
.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