pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/nspr Bump PKGREVISION.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b2fb12749083
branches: trunk
changeset: 602720:b2fb12749083
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Wed Apr 18 20:51:12 2012 +0000
description:
Bump PKGREVISION.
* Change distfile to separated source.
Tested on NetBSD/i386 6.99.4 and DragonFly/i386 3.0.1.
diffstat:
devel/nspr/Makefile | 18 +++++++-----------
1 files changed, 7 insertions(+), 11 deletions(-)
diffs (43 lines):
diff -r eac3bd9c5f11 -r b2fb12749083 devel/nspr/Makefile
--- a/devel/nspr/Makefile Wed Apr 18 20:50:30 2012 +0000
+++ b/devel/nspr/Makefile Wed Apr 18 20:51:12 2012 +0000
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.48 2012/03/15 08:34:06 ryoon Exp $
+# $NetBSD: Makefile,v 1.49 2012/04/18 20:51:12 ryoon Exp $
#
-.include "../../devel/xulrunner/dist.mk"
-#PKGNAME= nspr-${NSPR_RELEASE}.3${MOZ_BRANCH_MINOR}
-PKGNAME= nspr-4.9.3
+DISTNAME= nspr-4.9
+PKGNAME= nspr-4.9.3 # some resaon
+PKGREVISION= 1
NSPR_RELEASE= 4.9.0
CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=nspr/releases/v4.9/src/}
MAINTAINER= tnn%NetBSD.org@localhost
HOMEPAGE= http://www.mozilla.org/projects/nspr/index.html
@@ -17,6 +18,8 @@
CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}js/src/configure
CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}configure
+WRKSRC= ${WRKDIR}/${DISTNAME}/mozilla
+
GNU_CONFIGURE= yes
GNU_CONFIGURE_LIBSUBDIR=nspr
CONFIGURE_DIRS= nsprpub
@@ -71,13 +74,6 @@
.endif
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
cd ${WRKSRC}/nsprpub && autoconf
post-build:
Home |
Main Index |
Thread Index |
Old Index