diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-26 05:53:39 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-26 05:53:39 +0800 |
commit | 2ceef55be81940990984ebd7d97c8e9864191f0b (patch) | |
tree | 6593e8e3f612e9e07cc7e56c2958759b53f877be | |
parent | ab8f3c47bac9b7f4272b0a4ca2f5896b9e694111 (diff) | |
download | freebsd-ports-gnome-2ceef55be81940990984ebd7d97c8e9864191f0b.tar.gz freebsd-ports-gnome-2ceef55be81940990984ebd7d97c8e9864191f0b.tar.zst freebsd-ports-gnome-2ceef55be81940990984ebd7d97c8e9864191f0b.zip |
FreeBSD requires Mozilla components to be linked with -Bsymbolic so to avoid
symbol clashes with, for example, libexpat. This will allow Mozilla and
more precisely, Galeon 2, to work with GTK 2.2.
-rw-r--r-- | www/mozilla-devel-gtk1/Makefile | 2 | ||||
-rw-r--r-- | www/mozilla-devel-gtk2/Makefile | 2 | ||||
-rw-r--r-- | www/mozilla-devel/Makefile | 2 | ||||
-rw-r--r-- | www/mozilla-devel/files/patch-config_rules.mk | 15 | ||||
-rw-r--r-- | www/mozilla-vendor/Makefile | 1 | ||||
-rw-r--r-- | www/mozilla-vendor/files/patch-config_rules.mk | 15 | ||||
-rw-r--r-- | www/mozilla/Makefile | 1 | ||||
-rw-r--r-- | www/mozilla/files/patch-config_rules.mk | 15 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 2 | ||||
-rw-r--r-- | www/seamonkey/files/patch-config_rules.mk | 15 | ||||
-rw-r--r-- | www/seamonkey2/Makefile | 2 | ||||
-rw-r--r-- | www/seamonkey2/files/patch-config_rules.mk | 15 |
12 files changed, 82 insertions, 5 deletions
diff --git a/www/mozilla-devel-gtk1/Makefile b/www/mozilla-devel-gtk1/Makefile index 9e273ca521a3..adf5a2a10424 100644 --- a/www/mozilla-devel-gtk1/Makefile +++ b/www/mozilla-devel-gtk1/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mozilla -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 0 CATEGORIES= www diff --git a/www/mozilla-devel-gtk2/Makefile b/www/mozilla-devel-gtk2/Makefile index 9e273ca521a3..adf5a2a10424 100644 --- a/www/mozilla-devel-gtk2/Makefile +++ b/www/mozilla-devel-gtk2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mozilla -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 0 CATEGORIES= www diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index f49f74ff81b6..c626ebc7c8de 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME?= mozilla PORTVERSION= 1.3a -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH?= 1 CATEGORIES?= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ diff --git a/www/mozilla-devel/files/patch-config_rules.mk b/www/mozilla-devel/files/patch-config_rules.mk new file mode 100644 index 000000000000..e1bc19837bdc --- /dev/null +++ b/www/mozilla-devel/files/patch-config_rules.mk @@ -0,0 +1,15 @@ +--- config/rules.mk.orig Sat Jan 25 16:40:16 2003 ++++ config/rules.mk Sat Jan 25 16:42:56 2003 +@@ -411,6 +411,12 @@ + endif + endif + ++ifeq ($(OS_ARCH),FreeBSD) ++ifdef IS_COMPONENT ++EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic ++endif ++endif ++ + ifeq ($(OS_ARCH),NetBSD) + ifneq (,$(filter arc cobalt hpcmips mipsco newsmips pmax sgimips,$(OS_TEST))) + ifeq ($(MODULE),layout) diff --git a/www/mozilla-vendor/Makefile b/www/mozilla-vendor/Makefile index 151fbaeacdae..da12d2111840 100644 --- a/www/mozilla-vendor/Makefile +++ b/www/mozilla-vendor/Makefile @@ -7,6 +7,7 @@ PORTNAME= mozilla PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ ${MASTER_SITE_LOCAL}:local diff --git a/www/mozilla-vendor/files/patch-config_rules.mk b/www/mozilla-vendor/files/patch-config_rules.mk new file mode 100644 index 000000000000..3e58d21ffe72 --- /dev/null +++ b/www/mozilla-vendor/files/patch-config_rules.mk @@ -0,0 +1,15 @@ +--- config/rules.mk.orig Thu Jun 13 07:00:30 2002 ++++ config/rules.mk Sat Jan 25 16:48:21 2003 +@@ -467,6 +467,12 @@ + endif + endif + ++ifeq ($(OS_ARCH),FreeBSD) ++ifdef IS_COMPONENT ++EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic ++endif ++endif ++ + ifeq ($(OS_ARCH),NetBSD) + ifneq (,$(filter arc cobalt hpcmips mipsco newsmips pmax sgimips,$(OS_TEST))) + ifeq ($(MODULE),layout) diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 611fe08c5f80..5f9a9159154e 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -7,6 +7,7 @@ PORTNAME?= mozilla PORTVERSION= 1.2.1 +PORTREVISION?= 1 PORTEPOCH?= 2 CATEGORIES?= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ diff --git a/www/mozilla/files/patch-config_rules.mk b/www/mozilla/files/patch-config_rules.mk new file mode 100644 index 000000000000..ed83bb224d91 --- /dev/null +++ b/www/mozilla/files/patch-config_rules.mk @@ -0,0 +1,15 @@ +--- config/rules.mk.orig Fri Oct 25 01:59:03 2002 ++++ config/rules.mk Sat Jan 25 16:44:25 2003 +@@ -463,6 +463,12 @@ + endif + endif + ++ifeq ($(OS_ARCH),FreeBSD) ++ifdef IS_COMPONENT ++EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic ++endif ++endif ++ + ifeq ($(OS_ARCH),NetBSD) + ifneq (,$(filter arc cobalt hpcmips mipsco newsmips pmax sgimips,$(OS_TEST))) + ifeq ($(MODULE),layout) diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index f49f74ff81b6..c626ebc7c8de 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -7,7 +7,7 @@ PORTNAME?= mozilla PORTVERSION= 1.3a -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH?= 1 CATEGORIES?= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ diff --git a/www/seamonkey/files/patch-config_rules.mk b/www/seamonkey/files/patch-config_rules.mk new file mode 100644 index 000000000000..e1bc19837bdc --- /dev/null +++ b/www/seamonkey/files/patch-config_rules.mk @@ -0,0 +1,15 @@ +--- config/rules.mk.orig Sat Jan 25 16:40:16 2003 ++++ config/rules.mk Sat Jan 25 16:42:56 2003 +@@ -411,6 +411,12 @@ + endif + endif + ++ifeq ($(OS_ARCH),FreeBSD) ++ifdef IS_COMPONENT ++EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic ++endif ++endif ++ + ifeq ($(OS_ARCH),NetBSD) + ifneq (,$(filter arc cobalt hpcmips mipsco newsmips pmax sgimips,$(OS_TEST))) + ifeq ($(MODULE),layout) diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index f49f74ff81b6..c626ebc7c8de 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -7,7 +7,7 @@ PORTNAME?= mozilla PORTVERSION= 1.3a -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH?= 1 CATEGORIES?= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ diff --git a/www/seamonkey2/files/patch-config_rules.mk b/www/seamonkey2/files/patch-config_rules.mk new file mode 100644 index 000000000000..e1bc19837bdc --- /dev/null +++ b/www/seamonkey2/files/patch-config_rules.mk @@ -0,0 +1,15 @@ +--- config/rules.mk.orig Sat Jan 25 16:40:16 2003 ++++ config/rules.mk Sat Jan 25 16:42:56 2003 +@@ -411,6 +411,12 @@ + endif + endif + ++ifeq ($(OS_ARCH),FreeBSD) ++ifdef IS_COMPONENT ++EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic ++endif ++endif ++ + ifeq ($(OS_ARCH),NetBSD) + ifneq (,$(filter arc cobalt hpcmips mipsco newsmips pmax sgimips,$(OS_TEST))) + ifeq ($(MODULE),layout) |