aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2008-01-22 06:19:53 +0800
committermarius <marius@FreeBSD.org>2008-01-22 06:19:53 +0800
commit5002b36128899440019c83e8863bd8b381320b1f (patch)
tree2e41aa7ae6b460853c5e8a56fd040ec0cbc8028f
parent20fcb81002d12acb88f57c20457e748155d5a31b (diff)
downloadfreebsd-ports-graphics-5002b36128899440019c83e8863bd8b381320b1f.tar.gz
freebsd-ports-graphics-5002b36128899440019c83e8863bd8b381320b1f.tar.zst
freebsd-ports-graphics-5002b36128899440019c83e8863bd8b381320b1f.zip
Work around the miscompilation/mislinkage problem of the sCanonicalVTable
hacks in the XPCOM string code on sparc64 by omitting the code in question and bump PORTREVISIONs accordingly. Approved by: marcus
-rw-r--r--mail/lightning/Makefile1
-rw-r--r--mail/thunderbird-esr/Makefile1
-rw-r--r--mail/thunderbird/Makefile1
-rw-r--r--mail/thunderbird3/Makefile1
-rw-r--r--www/firefox-devel/Makefile2
-rw-r--r--www/firefox-esr/Makefile1
-rw-r--r--www/firefox/Makefile1
-rw-r--r--www/firefox15/Makefile2
-rw-r--r--www/firefox3-devel/Makefile2
-rw-r--r--www/firefox35/Makefile2
-rw-r--r--www/firefox36/Makefile1
-rw-r--r--www/flock/Makefile2
-rw-r--r--www/kompozer/Makefile1
-rw-r--r--www/mozilla/Makefile2
-rw-r--r--www/mozilla/Makefile.common5
-rw-r--r--www/nvu/Makefile2
-rw-r--r--www/seamonkey/Makefile1
-rw-r--r--www/seamonkey2/Makefile1
-rw-r--r--www/xulrunner/Makefile2
19 files changed, 23 insertions, 8 deletions
diff --git a/mail/lightning/Makefile b/mail/lightning/Makefile
index 6c82fb16723..c5e942441d6 100644
--- a/mail/lightning/Makefile
+++ b/mail/lightning/Makefile
@@ -7,6 +7,7 @@
PORTNAME= lightning
PORTVERSION= 0.7
+PORTREVISION= 1
CATEGORIES= mail deskutils
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= calendar/${PORTNAME}/releases/${DISTVERSION}/source
diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile
index 8912a3c77ad..e7a4e667250 100644
--- a/mail/thunderbird-esr/Makefile
+++ b/mail/thunderbird-esr/Makefile
@@ -8,6 +8,7 @@
PORTNAME= thunderbird
DISTVERSION= 2.0.0.9
+PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED}
MASTER_SITE_SUBDIR= thunderbird/releases/${DISTVERSION}/source
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index 8912a3c77ad..e7a4e667250 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -8,6 +8,7 @@
PORTNAME= thunderbird
DISTVERSION= 2.0.0.9
+PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED}
MASTER_SITE_SUBDIR= thunderbird/releases/${DISTVERSION}/source
diff --git a/mail/thunderbird3/Makefile b/mail/thunderbird3/Makefile
index 8912a3c77ad..e7a4e667250 100644
--- a/mail/thunderbird3/Makefile
+++ b/mail/thunderbird3/Makefile
@@ -8,6 +8,7 @@
PORTNAME= thunderbird
DISTVERSION= 2.0.0.9
+PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED}
MASTER_SITE_SUBDIR= thunderbird/releases/${DISTVERSION}/source
diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile
index 6e442c16cb0..27809dd28fc 100644
--- a/www/firefox-devel/Makefile
+++ b/www/firefox-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= firefox
DISTVERSION= 3.0.a2
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA}
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index 89051e9fc2d..405a1d0e809 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/Makefile
@@ -8,6 +8,7 @@
PORTNAME= firefox
DISTVERSION= 2.0.0.11
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED}
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 89051e9fc2d..405a1d0e809 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -8,6 +8,7 @@
PORTNAME= firefox
DISTVERSION= 2.0.0.11
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED}
diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile
index 26c8b9ac1b0..44e937d16fd 100644
--- a/www/firefox15/Makefile
+++ b/www/firefox15/Makefile
@@ -8,7 +8,7 @@
PORTNAME= firefox
DISTVERSION= 1.5.0.12
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 3
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED}
diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile
index 6e442c16cb0..27809dd28fc 100644
--- a/www/firefox3-devel/Makefile
+++ b/www/firefox3-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= firefox
DISTVERSION= 3.0.a2
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA}
diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile
index 6e442c16cb0..27809dd28fc 100644
--- a/www/firefox35/Makefile
+++ b/www/firefox35/Makefile
@@ -7,7 +7,7 @@
PORTNAME= firefox
DISTVERSION= 3.0.a2
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA}
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile
index 89051e9fc2d..405a1d0e809 100644
--- a/www/firefox36/Makefile
+++ b/www/firefox36/Makefile
@@ -8,6 +8,7 @@
PORTNAME= firefox
DISTVERSION= 2.0.0.11
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED}
diff --git a/www/flock/Makefile b/www/flock/Makefile
index 1432ee77bc6..17e17e82b0f 100644
--- a/www/flock/Makefile
+++ b/www/flock/Makefile
@@ -8,7 +8,7 @@
PORTNAME= flock
DISTVERSION= 0.7
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_LOCAL}
# http://ftp.osuosl.org/pub/${PORTNAME}/source/${PORTVERSION}/:flock
diff --git a/www/kompozer/Makefile b/www/kompozer/Makefile
index 17104cce2a5..3a23653c659 100644
--- a/www/kompozer/Makefile
+++ b/www/kompozer/Makefile
@@ -8,6 +8,7 @@
PORTNAME= kompozer
DISTVERSION= 0.7.10
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${DISTVERSION}dfsg-src
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile
index 25d4eee0913..2a912402c85 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mozilla
PORTVERSION= 1.7.13
-PORTREVISION?= 3
+PORTREVISION?= 4
PORTEPOCH= 2
CATEGORIES?= www
MASTER_SITES= ${MASTER_SITE_MOZILLA} \
diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common
index 59daf02f0b3..9c9cce86a57 100644
--- a/www/mozilla/Makefile.common
+++ b/www/mozilla/Makefile.common
@@ -249,6 +249,11 @@ LIB_BZ2= -lbz2_p
LIB_BZ2= -lbz2
.endif
+.if ${ARCH}=="sparc64"
+# Work around miscompilation/mislinkage of the sCanonicalVTable hacks.
+MOZ_OPTIONS+= --disable-v1-string-abi
+.endif
+
post-patch: gecko-post-patch gecko-moz-pis-patch
gecko-post-patch:
diff --git a/www/nvu/Makefile b/www/nvu/Makefile
index 081635c3309..ef7ef716d54 100644
--- a/www/nvu/Makefile
+++ b/www/nvu/Makefile
@@ -8,7 +8,7 @@
PORTNAME= nvu
DISTVERSION= 1.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= www
MASTER_SITES= http://cvs.nvu.com/download/
DISTNAME= ${PORTNAME}-${DISTVERSION}-sources
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index 34ea6c0f603..f2bf8cec6b0 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -8,6 +8,7 @@
PORTNAME= seamonkey
DISTVERSION= 1.1.7
+PORTREVISION?= 1
CATEGORIES?= www ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED}
MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION}
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
index 34ea6c0f603..f2bf8cec6b0 100644
--- a/www/seamonkey2/Makefile
+++ b/www/seamonkey2/Makefile
@@ -8,6 +8,7 @@
PORTNAME= seamonkey
DISTVERSION= 1.1.7
+PORTREVISION?= 1
CATEGORIES?= www ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED}
MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION}
diff --git a/www/xulrunner/Makefile b/www/xulrunner/Makefile
index 4e19ab0a21e..ceddb6c1f6b 100644
--- a/www/xulrunner/Makefile
+++ b/www/xulrunner/Makefile
@@ -8,7 +8,7 @@
PORTNAME= xulrunner
PORTVERSION= 1.8.0.4
-PORTREVISION?= 8
+PORTREVISION?= 9
CATEGORIES?= www devel
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= xulrunner/releases/${PORTVERSION}/source/