From 377568c2973dbd8d4099fbbd106cf4ed5b5165aa Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Tue, 3 Sep 2002 20:45:59 +0000 Subject: Add mozilla-*-devel after a repo copy from mozilla. NOTE: mozilla-*-devel is now Mozilla 1.1. mozilla-* (without the -devel) is back to Mozilla 1.0. mozilla.org states that 1.1 is their new bleeding edge release, and 1.0 is still the stable release. The release cycle diagram also indicates that a Mozilla 1.0.1 is coming. For all users that upgraded from Mozilla 1.0 to 1.1, be aware that running a blind portupgrade on mozilla will give you mozilla-1.0! If you want to keep Mozilla 1.1, you will have to change the origin of you mozilla ports to point to their -devel counterparts. The -devel ports will install files into -devel directories. Therefore, both mozilla and mozilla-devel can coexist. --- www/mozilla/files/patch-Makefile.in | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'www/mozilla/files/patch-Makefile.in') diff --git a/www/mozilla/files/patch-Makefile.in b/www/mozilla/files/patch-Makefile.in index 43fa34684782..f65ae1be8d13 100644 --- a/www/mozilla/files/patch-Makefile.in +++ b/www/mozilla/files/patch-Makefile.in @@ -1,22 +1,25 @@ ---- Makefile.in.orig Thu May 30 20:39:07 2002 -+++ Makefile.in Wed Aug 28 13:55:32 2002 -@@ -70,8 +70,7 @@ + +$FreeBSD$ + +--- Makefile.in 2001/12/25 21:00:23 1.1 ++++ Makefile.in 2001/12/26 06:40:16 +@@ -64,8 +64,7 @@ + DIRS = $(NSPRPUB_DIR) \ $(tier_0_dirs) \ $(tier_1_dirs) \ - $(tier_2_dirs) \ - $(tier_9_dirs) \ - $(NULL) + $(tier_9_dirs) - ifdef GC_LEAK_DETECTOR - DIRS += gc/boehm -@@ -90,7 +89,8 @@ + ifdef MOZ_LDAP_XPCOM + DIRS += directory/c-sdk/ldap +@@ -81,7 +80,8 @@ DIRS += $(tier_98_dirs) endif -DIRS += $(tier_99_dirs) +DIRS += $(tier_99_dirs) \ -+ $(NULL) ++ $(NULL) # # tier 0 - base build config dirs -- cgit v1.2.3