summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-04-30 10:34:23 +0000
committerwiz <wiz@pkgsrc.org>2018-04-30 10:34:23 +0000
commitfe85a056da8821e28008438272dc5cd0f3e58c81 (patch)
tree3f15f04a598c36548df122c7921f8affa6d7f243 /security
parent722c503f998de4d33ff4c16396baeaf52b5775b2 (diff)
downloadpkgsrc-fe85a056da8821e28008438272dc5cd0f3e58c81.tar.gz
libgpg-error: update to 1.30.
Remove hack for DragonFly/i386, DragonFly is 64-bit only nowadays. Noteworthy changes in version 1.30 (2018-04-30) [C24/A24/R1] ----------------------------------------------- * Fix for a hang on Windows when using gpgrt_poll under nPth. * Build fix for Solaris. [#3869]
Diffstat (limited to 'security')
-rw-r--r--security/libgpg-error/Makefile23
-rw-r--r--security/libgpg-error/PLIST40
-rw-r--r--security/libgpg-error/distinfo10
3 files changed, 27 insertions, 46 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile
index c6054c79c91..b80e6282813 100644
--- a/security/libgpg-error/Makefile
+++ b/security/libgpg-error/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2018/04/12 06:56:17 adam Exp $
+# $NetBSD: Makefile,v 1.63 2018/04/30 10:34:23 wiz Exp $
-DISTNAME= libgpg-error-1.29
+DISTNAME= libgpg-error-1.30
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgpg-error/
MASTER_SITES+= ftp://ftp.ring.gr.jp/pub/net/gnupg/libgpg-error/
@@ -29,29 +29,10 @@ CONFIGURE_ENV+= CC_FOR_BUILD=${NATIVE_CC:Q}
CONFIGURE_ENV+= CC_FOR_BUILD=${CC:Q}\ ${CFLAGS:M*:Q}
.endif
-# XXX See HACKS
-.if ${OPSYS} == "IRIX" || !empty(MACHINE_PLATFORM:MNetBSD-[3-9]*)
-USE_TOOLS+= awk
-.else
-USE_TOOLS+= gawk
-.endif
-
-LDFLAGS.SunOS+= -lsocket
-
.if !empty(MACHINE_PLATFORM:MSunOS-5.10-*)
LIBS+= -lrt
.endif
-# On Dragonfly i386, Pkgsrc libintl segfaults on bindtextdomain function
-# while locking a thread. Until that's resolved, stop libgpg-error from
-# using NLS which invokes that function during initialization.
-PLIST_VARS+= nls
-.if ${OPSYS} == "DragonFly" && ${MACHINE} == "i386"
-CONFIGURE_ARGS+= --disable-nls
-.else
-PLIST.nls= yes
-.endif
-
TEST_TARGET= check
.include "../../converters/libiconv/buildlink3.mk"
diff --git a/security/libgpg-error/PLIST b/security/libgpg-error/PLIST
index 51ddf67782f..64b49e3c837 100644
--- a/security/libgpg-error/PLIST
+++ b/security/libgpg-error/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2018/03/16 09:48:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2018/04/30 10:34:23 wiz Exp $
bin/gpg-error
bin/gpg-error-config
bin/gpgrt-config
@@ -15,22 +15,22 @@ share/common-lisp/source/gpg-error/gpg-error-package.lisp
share/common-lisp/source/gpg-error/gpg-error.asd
share/common-lisp/source/gpg-error/gpg-error.lisp
share/libgpg-error/errorref.txt
-${PLIST.nls}share/locale/cs/LC_MESSAGES/libgpg-error.mo
-${PLIST.nls}share/locale/da/LC_MESSAGES/libgpg-error.mo
-${PLIST.nls}share/locale/de/LC_MESSAGES/libgpg-error.mo
-${PLIST.nls}share/locale/eo/LC_MESSAGES/libgpg-error.mo
-${PLIST.nls}share/locale/fr/LC_MESSAGES/libgpg-error.mo
-${PLIST.nls}share/locale/hu/LC_MESSAGES/libgpg-error.mo
-${PLIST.nls}share/locale/it/LC_MESSAGES/libgpg-error.mo
-${PLIST.nls}share/locale/ja/LC_MESSAGES/libgpg-error.mo
-${PLIST.nls}share/locale/nl/LC_MESSAGES/libgpg-error.mo
-${PLIST.nls}share/locale/pl/LC_MESSAGES/libgpg-error.mo
-${PLIST.nls}share/locale/pt/LC_MESSAGES/libgpg-error.mo
-${PLIST.nls}share/locale/ro/LC_MESSAGES/libgpg-error.mo
-${PLIST.nls}share/locale/ru/LC_MESSAGES/libgpg-error.mo
-${PLIST.nls}share/locale/sr/LC_MESSAGES/libgpg-error.mo
-${PLIST.nls}share/locale/sv/LC_MESSAGES/libgpg-error.mo
-${PLIST.nls}share/locale/uk/LC_MESSAGES/libgpg-error.mo
-${PLIST.nls}share/locale/vi/LC_MESSAGES/libgpg-error.mo
-${PLIST.nls}share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo
-${PLIST.nls}share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo
+share/locale/cs/LC_MESSAGES/libgpg-error.mo
+share/locale/da/LC_MESSAGES/libgpg-error.mo
+share/locale/de/LC_MESSAGES/libgpg-error.mo
+share/locale/eo/LC_MESSAGES/libgpg-error.mo
+share/locale/fr/LC_MESSAGES/libgpg-error.mo
+share/locale/hu/LC_MESSAGES/libgpg-error.mo
+share/locale/it/LC_MESSAGES/libgpg-error.mo
+share/locale/ja/LC_MESSAGES/libgpg-error.mo
+share/locale/nl/LC_MESSAGES/libgpg-error.mo
+share/locale/pl/LC_MESSAGES/libgpg-error.mo
+share/locale/pt/LC_MESSAGES/libgpg-error.mo
+share/locale/ro/LC_MESSAGES/libgpg-error.mo
+share/locale/ru/LC_MESSAGES/libgpg-error.mo
+share/locale/sr/LC_MESSAGES/libgpg-error.mo
+share/locale/sv/LC_MESSAGES/libgpg-error.mo
+share/locale/uk/LC_MESSAGES/libgpg-error.mo
+share/locale/vi/LC_MESSAGES/libgpg-error.mo
+share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo
+share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo
diff --git a/security/libgpg-error/distinfo b/security/libgpg-error/distinfo
index 544c4c0ed57..8bd86e3edaf 100644
--- a/security/libgpg-error/distinfo
+++ b/security/libgpg-error/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.37 2018/04/12 06:56:17 adam Exp $
+$NetBSD: distinfo,v 1.38 2018/04/30 10:34:23 wiz Exp $
-SHA1 (libgpg-error-1.29.tar.bz2) = a56241d60bb7d810fdb478463b1732b134a52a19
-RMD160 (libgpg-error-1.29.tar.bz2) = 57abd8eb1b0a5be3ee217213917295d040c4efe5
-SHA512 (libgpg-error-1.29.tar.bz2) = 57b95a7ed0ed808f05a75d7ee700ed0317da06fde1f8c59f5a4f049d784c4598f3c693068ddd47cd8bb0efdb43b9b628b876d34211f8a3e67d5088110a15323b
-Size (libgpg-error-1.29.tar.bz2) = 894749 bytes
+SHA1 (libgpg-error-1.30.tar.bz2) = f9357bc404cc3c2ac5c808d665310bd5af344eb7
+RMD160 (libgpg-error-1.30.tar.bz2) = 02beb4651963eb3a865e5b978cde6d566b7b24f4
+SHA512 (libgpg-error-1.30.tar.bz2) = ee07d3d3f30432b6a7ff68640c64ff42cc21510e1da43023d7b23571abcc54ee9f5db0c95a92745d8961e15664c4a54fcf024552af0f9de41d99ef716c2b48c4
+Size (libgpg-error-1.30.tar.bz2) = 897319 bytes
SHA1 (patch-src_estream.c) = 0502a55403062abeab22c83a6d919c57ff1c5d82
SHA1 (patch-src_gpg-error-config.in) = e22e99208192971f8c123d7ee9b22c5f615669e1