summaryrefslogtreecommitdiff
path: root/devel/nspr
diff options
context:
space:
mode:
authorryoon <ryoon>2012-03-06 12:34:08 +0000
committerryoon <ryoon>2012-03-06 12:34:08 +0000
commitb7c1ef47c5428663f4545939fd78a4e07808ea60 (patch)
treedd1d6b339dfe80fc60bd273afb730991dcaafdbf /devel/nspr
parente57b3217cb22f1176bd1a923fe1ec4ce4a50c4e1 (diff)
downloadpkgsrc-b7c1ef47c5428663f4545939fd78a4e07808ea60.tar.gz
Update xulrunner 10.0.2 and corresponding nspr and nss.
* Improve sparc64 support. * Use external libraries (for example cairo, libvpx etc.) Thank you, martin@ Changelog: * Fix security bugs * Other improvements and bugfixes
Diffstat (limited to 'devel/nspr')
-rw-r--r--devel/nspr/Makefile19
1 files changed, 10 insertions, 9 deletions
diff --git a/devel/nspr/Makefile b/devel/nspr/Makefile
index 4a227a2246f..18d297debfc 100644
--- a/devel/nspr/Makefile
+++ b/devel/nspr/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.45 2012/01/17 21:43:19 sbd Exp $
+# $NetBSD: Makefile,v 1.46 2012/03/06 12:34:08 ryoon Exp $
#
.include "../../devel/xulrunner/dist.mk"
-PKGNAME= nspr-${NSPR_RELEASE}.3${MOZ_BRANCH_MINOR}
-NSPR_RELEASE= 4.8.9
+#PKGNAME= nspr-${NSPR_RELEASE}.3${MOZ_BRANCH_MINOR}
+PKGNAME= nspr-4.9${MOZ_BRANCH_MINOR}beta1
+NSPR_RELEASE= 4.9 Beta
CATEGORIES= devel
MAINTAINER= tnn@NetBSD.org
@@ -71,12 +72,12 @@ BUILDLINK_PASSTHRU_DIRS+= Developer/Headers/FlatCarbon
pre-configure:
# sanity check: make sure the nspr release is what we think it is.
- @set -e; if [ '"${NSPR_RELEASE}"' != \
- "`${AWK} '/PR_VERSION/ {print $$3}' < \
- ${WRKSRC}/nsprpub/pr/include/prinit.h`" ]; then \
- ${ECHO} "package is out of date"; \
- exit 1; \
- fi
+# @set -e; if [ '"${NSPR_RELEASE}"' != \
+# "`${AWK} '/PR_VERSION/ {print $$3}' < \
+# ${WRKSRC}/nsprpub/pr/include/prinit.h`" ]; then \
+# ${ECHO} "package is out of date"; \
+# exit 1; \
+# fi
cd ${WRKSRC}/nsprpub && autoconf
post-build: