summaryrefslogtreecommitdiff
path: root/devel/xulrunner
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2009-11-04 09:44:09 +0000
committertnn <tnn@pkgsrc.org>2009-11-04 09:44:09 +0000
commit7b426b006e9c716f08bf41f37869053b1962ab75 (patch)
tree0e5ecc39d5a4803e21c2b7018e26b58c3bed1778 /devel/xulrunner
parent9ac2414ffc76fae78f33e3b7726c53238e6ee9b0 (diff)
downloadpkgsrc-7b426b006e9c716f08bf41f37869053b1962ab75.tar.gz
remove useless, ancient patch hunk which drifted away from it's original
location during the course of time ...
Diffstat (limited to 'devel/xulrunner')
-rw-r--r--devel/xulrunner/distinfo4
-rw-r--r--devel/xulrunner/patches/patch-aa26
2 files changed, 7 insertions, 23 deletions
diff --git a/devel/xulrunner/distinfo b/devel/xulrunner/distinfo
index 8a68de78dd6..fa42f60d8cc 100644
--- a/devel/xulrunner/distinfo
+++ b/devel/xulrunner/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.15 2009/11/04 09:13:05 tnn Exp $
+$NetBSD: distinfo,v 1.16 2009/11/04 09:44:09 tnn Exp $
SHA1 (firefox-3.5.4.source.tar.bz2) = ce250208371326d03e72a02d223bc136cd376e5d
RMD160 (firefox-3.5.4.source.tar.bz2) = e89ff54fef6d036538c9779176f5086a8eaa721e
Size (firefox-3.5.4.source.tar.bz2) = 46905557 bytes
-SHA1 (patch-aa) = 9a98321786ffb21765c0b313b22157b830905a61
+SHA1 (patch-aa) = d719f801f340688102e3b1c07b53655f4053180a
SHA1 (patch-ab) = 5331bae45501013d3ca13d161226e311bc10aafe
SHA1 (patch-ac) = e50356963fd235ea11fa45baae356fcf21c6669d
SHA1 (patch-ad) = 7afb960af4e4a311481e7a7b25008ca9b9f7fba1
diff --git a/devel/xulrunner/patches/patch-aa b/devel/xulrunner/patches/patch-aa
index 614ce6d67d0..e851b4df6c4 100644
--- a/devel/xulrunner/patches/patch-aa
+++ b/devel/xulrunner/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.3 2009/11/04 09:13:06 tnn Exp $
+$NetBSD: patch-aa,v 1.4 2009/11/04 09:44:09 tnn Exp $
--- configure.in.orig 2009-10-16 17:13:35.000000000 +0200
+++ configure.in
@@ -21,23 +21,7 @@ $NetBSD: patch-aa,v 1.3 2009/11/04 09:13:06 tnn Exp $
;;
*-hpux*)
-@@ -2349,8 +2352,15 @@ case "$target" in
- if test "$LIBRUNPATH"; then
- DSO_LDOPTS="-R$LIBRUNPATH $DSO_LDOPTS"
- fi
-+ case "${target_cpu}" in
-+ alpha*)
-+ CFLAGS="$CFLAGS -mieee"
-+ CXXFLAGS="$CXXFLAGS -mieee"
-+ ;;
-+ esac
- ;;
-
-+
- *-openvms*)
- AC_DEFINE(NO_PW_GECOS)
- AC_DEFINE(NO_UDSOCK)
-@@ -3043,6 +3053,9 @@ dnl ====================================
+@@ -3043,6 +3046,9 @@ dnl ====================================
case $target in
*-hpux11.*)
;;
@@ -47,7 +31,7 @@ $NetBSD: patch-aa,v 1.3 2009/11/04 09:13:06 tnn Exp $
*)
AC_CHECK_LIB(c_r, gethostbyname_r)
;;
-@@ -4158,6 +4171,14 @@ else
+@@ -4158,6 +4164,14 @@ else
fi
fi
@@ -62,7 +46,7 @@ $NetBSD: patch-aa,v 1.3 2009/11/04 09:13:06 tnn Exp $
if test -z "$SKIP_LIBRARY_CHECKS"; then
dnl system JPEG support
dnl ========================================================
-@@ -8375,7 +8396,8 @@ rm -f confdefs.h.save
+@@ -8375,7 +8389,8 @@ rm -f confdefs.h.save
mv confdefs.h confdefs.h.save
egrep -v "$_EGREP_PATTERN" confdefs.h.save > confdefs.h
AC_OUTPUT_MAKE_DEFS()
@@ -72,7 +56,7 @@ $NetBSD: patch-aa,v 1.3 2009/11/04 09:13:06 tnn Exp $
AC_SUBST(MOZ_DEFINES)
rm -f confdefs.h
mv confdefs.h.save confdefs.h
-@@ -8466,6 +8488,8 @@ if test -z "$MOZ_NATIVE_NSPR"; then
+@@ -8466,6 +8481,8 @@ if test -z "$MOZ_NATIVE_NSPR"; then
AC_MSG_WARN([Recreating autoconf.mk with updated nspr-config output])
if test "$OS_ARCH" != "WINNT" && test "$OS_ARCH" != "WINCE"; then
NSPR_LIBS=`./nsprpub/config/nspr-config --prefix=$LIBXUL_DIST --exec-prefix=$MOZ_BUILD_ROOT/dist --libdir=$LIBXUL_DIST/lib --libs`