summaryrefslogtreecommitdiff
path: root/security/libgcrypt/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-05-22 10:07:48 +0000
committeradam <adam@pkgsrc.org>2004-05-22 10:07:48 +0000
commit5fcb1873ebc7b69e8f7e9616705ccc8c6f49f74e (patch)
tree1bfe6356861423efb63c2ae6d2c967e527de8626 /security/libgcrypt/Makefile
parentadc1bb3c9d6bcfad397ba91b2dc34513a0a71234 (diff)
downloadpkgsrc-5fcb1873ebc7b69e8f7e9616705ccc8c6f49f74e.tar.gz
Changes 1.2.0
* First stable release. Changes 1.1.94 * The support for multi-threaded users goes into its third incarnation. We removed compile time support for thread libraries. To support the thread library of your choice, you have to set up callback handlers at initialization time. New data structures, a new control command, and default initializers are provided for this purpose. * Interface changes relative to the 1.1.93 release: libgcrypt-config --thread OBSOLETE libgcrypt-pth.la REMOVED libgcrypt-pthread.la REMOVED GCRYCTL_SET_THREAD_CBS NEW struct gcrypt_thread_cbs NEW enum gcry_thread_option NEW GCRY_THREAD_OPTION_PTH_IMPL NEW GCRY_THREAD_OPTION_PTHREAD_IMPL NEW Changes 1.1.93 * The automatic thread library detection has finally been removed. From now on, only linking explicitely to libgcrypt, libgcrypt-pth or libgcrypt-pthread is supported.
Diffstat (limited to 'security/libgcrypt/Makefile')
-rw-r--r--security/libgcrypt/Makefile18
1 files changed, 5 insertions, 13 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index b6db1f1baf2..dbbd238edfd 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2004/04/29 15:03:47 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.17 2004/05/22 10:07:48 adam Exp $
-DISTNAME= libgcrypt-1.1.92
+DISTNAME= libgcrypt-1.2.0
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/ \
http://gd.tuwien.ac.at/privacy/gnupg/alpha/libgcrypt/
@@ -12,11 +11,9 @@ COMMENT= GNU cryptographic library
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_BUILDLINK3= YES
-USE_LIBTOOL= YES
-GNU_CONFIGURE= YES
-
-CONFIGURE_ARGS+= --without-pth-test
+USE_BUILDLINK3= YES
+USE_LIBTOOL= YES
+GNU_CONFIGURE= YES
TEST_TARGET= check
@@ -32,9 +29,4 @@ CONFIGURE_ARGS+= --disable-asm
.include "../../security/libgpg-error/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
-
-.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "native")
-CONFIGURE_ARGS+= --without-pth
-.endif
-
.include "../../mk/bsd.pkg.mk"