pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libgcrypt Drop inclusion of mk/pthread.buildl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/967417285dc5
branches: trunk
changeset: 631857:967417285dc5
user: gdt <gdt%pkgsrc.org@localhost>
date: Fri Mar 14 13:39:07 2014 +0000
description:
Drop inclusion of mk/pthread.buildlink3.mk from libgcrypt bl3.
libgcrypt installs a library and 3 binaries, none of which are linked
against pthreads (on NetBSD 6). It installs one .h, which also does
not reference pthreads. However, it contains a comment that thread
callbacks were removed from libgcrypt as of 1.6. I rebuilt dirmngr,
glib-networking, gnupg2, libgnome-keyring, libksba, libotr, libxslt,
and pidgin-otr with the new version with no issues.
Note that I am not removing mk/pthread.buildlink3.mk from Makefile,
because it builds t-lock (used in make test but not installed) with
threads.
diffstat:
security/libgcrypt/buildlink3.mk | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 17d2dbbf53e0 -r 967417285dc5 security/libgcrypt/buildlink3.mk
--- a/security/libgcrypt/buildlink3.mk Fri Mar 14 13:38:20 2014 +0000
+++ b/security/libgcrypt/buildlink3.mk Fri Mar 14 13:39:07 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.16 2014/01/01 11:49:59 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.17 2014/03/14 13:39:07 gdt Exp $
BUILDLINK_TREE+= libgcrypt
@@ -10,7 +10,6 @@
BUILDLINK_PKGSRCDIR.libgcrypt?= ../../security/libgcrypt
.include "../../security/libgpg-error/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
.endif # LIBGCRYPT_BUILDLINK3_MK
BUILDLINK_TREE+= -libgcrypt
Home |
Main Index |
Thread Index |
Old Index