diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-05-06 13:59:55 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-05-06 13:59:55 +0000 |
commit | 8a8659d6feac8b8738e8183f4fb64782e9406bc9 (patch) | |
tree | a8a6a7d52f2332db3614931325ba4ccec979f22f /devel/nspr | |
parent | 363bd46ccdfa809ef182db94bc0e439f2fd0fdb3 (diff) | |
download | pkgsrc-8a8659d6feac8b8738e8183f4fb64782e9406bc9.tar.gz |
Update to 4.10.5
Changelog:
An important internal change in NSPR 4.10.5 is that the configure script
was generated using Autoconf 2.69 instead of Autoconf 2.13. If your
build system uses Autoconf and your configure script invokes NSPR's
configure script as a sub-configure, some adjustments may be necessary.
NSPR 4.10.5 has the following bug fixes:
- Bug 50549: Link to ws2_32.lib instead of wsock32.lib under Windows.
- Bug 695993: Update NSPR's config.guess and config.sub, get rid of our
non-upstreamed hacks. Contributed by Ulrich Weigand.
- Bug 849085: autoconf: Port NSPR's build/autoconf/acwinpaths.m4 to
autoconf 2.56+.
- Bug 849093: autoconf: Do not call AC_PROG_CC inside a conditional
block.
- Bug 977685: Support powerpc64le-linux platform in NSPR. Contributed by
Ulrich Weigand.
- Bug 978636: Detect MSYS2 on configure. Contributed by Makoto Kato.
- Bug 981558: Do library timestamping with one-second resolution.
- Bug 986745: Add atomic primitives for Linux ppc64. Contributed by
Ulrich Weigand.
- Bug 989497: nspr/configure.in should also call AC_PROG_CPP when
cross-compiling.
- Bug 992471: nspr/configure.in should not check for CROSS_COMPILE in
the environment.
Diffstat (limited to 'devel/nspr')
-rw-r--r-- | devel/nspr/Makefile | 6 | ||||
-rw-r--r-- | devel/nspr/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/nspr/Makefile b/devel/nspr/Makefile index 4db9f10300d..9ac66296c14 100644 --- a/devel/nspr/Makefile +++ b/devel/nspr/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.69 2014/03/13 11:08:50 jperkin Exp $ +# $NetBSD: Makefile,v 1.70 2014/05/06 13:59:55 ryoon Exp $ # DISTNAME= nspr-${NSPR_RELEASE} -NSPR_RELEASE= 4.10.4 +NSPR_RELEASE= 4.10.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=nspr/releases/v${NSPR_RELEASE}/src/} @@ -21,7 +21,7 @@ GNU_CONFIGURE_LIBSUBDIR=nspr CONFIGURE_DIRS= nspr USE_GCC_RUNTIME= yes -USE_TOOLS+= autoconf213 gmake perl +USE_TOOLS+= autoconf gmake perl REPLACE_PERL+= nspr/pr/src/misc/compile-et.pl CONFIGURE_ARGS+= --disable-debug diff --git a/devel/nspr/distinfo b/devel/nspr/distinfo index 08be906314b..f20393d6939 100644 --- a/devel/nspr/distinfo +++ b/devel/nspr/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.31 2014/03/13 10:44:37 ryoon Exp $ +$NetBSD: distinfo,v 1.32 2014/05/06 13:59:55 ryoon Exp $ -SHA1 (nspr-4.10.4.tar.gz) = 43b2029d990515f952c89d2921397c064fbbe2e7 -RMD160 (nspr-4.10.4.tar.gz) = 4e34d1f8e0ae049c0e2563c92eb1112601328d59 -Size (nspr-4.10.4.tar.gz) = 1107127 bytes +SHA1 (nspr-4.10.5.tar.gz) = 891de2b62ad42f9b38808a0aa58c95e8cbd5c9a9 +RMD160 (nspr-4.10.5.tar.gz) = b10cbd4a1427c450eea7e727e55b98d9762820d2 +Size (nspr-4.10.5.tar.gz) = 1130889 bytes SHA1 (patch-ab) = d93c055bbb12bd9edf5f21138a93898d6b3b3c73 SHA1 (patch-ac) = 9e25d47e8737355d8c242594329afed485bca44c SHA1 (patch-ae) = c6cf30927792140d867bb4dc3adf19786f6cdbe0 |