summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn>2009-08-06 07:37:33 +0000
committertnn <tnn>2009-08-06 07:37:33 +0000
commitb728b1d42ae5ddf3039407388cf67fd76a490756 (patch)
tree062f037538ea8fe52d5da762df48008826d84fb4
parent05c23893acd2c707f278e57473738dc322a0b18b (diff)
downloadpkgsrc-b728b1d42ae5ddf3039407388cf67fd76a490756.tar.gz
fix a busted .pc file.
Bump PKGREVISION again.
-rw-r--r--devel/xulrunner/Makefile4
-rw-r--r--devel/xulrunner/buildlink3.mk4
-rw-r--r--devel/xulrunner/distinfo3
-rw-r--r--devel/xulrunner/patches/patch-pg14
4 files changed, 20 insertions, 5 deletions
diff --git a/devel/xulrunner/Makefile b/devel/xulrunner/Makefile
index 7347e55f8b8..bc9c3038379 100644
--- a/devel/xulrunner/Makefile
+++ b/devel/xulrunner/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2009/08/05 20:58:42 tnn Exp $
+# $NetBSD: Makefile,v 1.6 2009/08/06 07:37:33 tnn Exp $
#
DISTNAME= xulrunner-${XULRUNNER_VER}-source
PKGNAME= ${DISTNAME:S/-source//}
XULRUNNER_VER= 1.9.1
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= devel www
MASTER_SITES= ${MASTER_SITE_MOZILLA:=xulrunner/releases/${XULRUNNER_VER}/source/}
EXTRACT_SUFX= .tar.bz2
diff --git a/devel/xulrunner/buildlink3.mk b/devel/xulrunner/buildlink3.mk
index f91b47915dd..997349af5fc 100644
--- a/devel/xulrunner/buildlink3.mk
+++ b/devel/xulrunner/buildlink3.mk
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.2 2009/08/05 06:10:31 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2009/08/06 07:37:33 tnn Exp $
BUILDLINK_TREE+= xulrunner
.if !defined(XULRUNNER_BUILDLINK3_MK)
XULRUNNER_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.xulrunner+= xulrunner>=1.9.1nb1
+BUILDLINK_API_DEPENDS.xulrunner+= xulrunner>=1.9.1nb4
BUILDLINK_PKGSRCDIR.xulrunner?= ../../devel/xulrunner
#.include "../../net/libIDL/buildlink3.mk"
diff --git a/devel/xulrunner/distinfo b/devel/xulrunner/distinfo
index 9afd7f5848d..37507d41809 100644
--- a/devel/xulrunner/distinfo
+++ b/devel/xulrunner/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/08/05 02:59:46 tnn Exp $
+$NetBSD: distinfo,v 1.2 2009/08/06 07:37:33 tnn Exp $
SHA1 (xulrunner-1.9.1-source.tar.bz2) = acf223f2ba3b5e601f8832a3870a5d9034ac8d10
RMD160 (xulrunner-1.9.1-source.tar.bz2) = 00e862a86fad716b5c9b8c6ad25daa65e245a421
@@ -44,6 +44,7 @@ SHA1 (patch-pc) = baa2c72df21c6ddda65bdb435561323f4ee008ff
SHA1 (patch-pd) = b87adef8cfb53d4a1926f4bab5481dd1b9cf14ab
SHA1 (patch-pe) = 3e4db1032a1e1f26f3a4e86653804b435aaf3ee8
SHA1 (patch-pf) = 95b3f07dfd0e3de9961181ec6e42f7174180942d
+SHA1 (patch-pg) = 33f0664512c94b1f1b7b65f43accc1dae457a2d0
SHA1 (patch-xa) = ae5ed1f0fb9a0fd45242a94739853b199ed7da72
SHA1 (patch-xb) = c09bd676d21bef02e04c68c2362e32f408ea9201
SHA1 (patch-xc) = 6e1d6b21d7ded744b082173ea6f35b45999fa965
diff --git a/devel/xulrunner/patches/patch-pg b/devel/xulrunner/patches/patch-pg
new file mode 100644
index 00000000000..bd940ab8d0c
--- /dev/null
+++ b/devel/xulrunner/patches/patch-pg
@@ -0,0 +1,14 @@
+$NetBSD: patch-pg,v 1.1 2009/08/06 07:37:33 tnn Exp $
+
+--- xulrunner/installer/mozilla-nspr.pc.in.orig 2009-06-29 18:15:36.000000000 +0200
++++ xulrunner/installer/mozilla-nspr.pc.in
+@@ -5,7 +5,5 @@ includedir=%includedir%
+ Name: NSPR
+ Description: The Netscape Portable Runtime
+ Version: %NSPR_VERSION%
+-Libs: %FULL_NSPR_LIBS%
+-Cflags: %FULL_NSPR_CFLAGS%
+-
+-
++Libs: -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner -lplds4 -lplc4 -lnspr4 -pthread
++Cflags: -I${includedir}/stable