aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2004-02-18 12:02:44 +0800
committeradamw <adamw@FreeBSD.org>2004-02-18 12:02:44 +0800
commitfa7209f8853d0d84428b5fc7e3249d0c842b3290 (patch)
treeb6af80468617c462909284eab6fd61bd05e211e0 /CHANGES
parent96d0cc5b288a05d913771bccb5d8bd54e4666bec (diff)
downloadfreebsd-ports-fa7209f8853d0d84428b5fc7e3249d0c842b3290.tar.gz
freebsd-ports-fa7209f8853d0d84428b5fc7e3249d0c842b3290.tar.zst
freebsd-ports-fa7209f8853d0d84428b5fc7e3249d0c842b3290.zip
Mozilla will now default to using GTK2, and will only compile
against Gtk+-1.2 if explicitly requested. This is in exact opposite to the old behaviour. Lengthy, babbling explanation follows.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES34
1 files changed, 34 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0a05cbb6a8ea..627898c628d0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,40 @@ in the release notes.
All ports committers are allowed to commit to this file.
+20040217:
+ Mozilla will now default to using GTK2, and will only compile
+ against Gtk+-1.2 if explicitly requested. This is in exact
+ opposite to the old behaviour.
+
+ The valid values of WITH_MOZILLA are now:
+ mozilla (www/mozilla, GTK2)
+ mozilla-devel (www/mozilla-devel, GTK2)
+ mozilla-gtk1 (www/mozilla-gtk1, GTK1)
+ mozilla-devel-gtk1 (www/mozilla-devel-gtk1, GTK1)
+
+ As before, WITH_MOZILLA can be set in /etc/make.conf, but doing
+ so is not advised unless you desire the development versions.
+ GTK2 browsers will automatically compile against GTK2 mozilla,
+ and GTK1 browsers (galeon1, galeon1, and galeon1) will
+ automatically compile against GTK1.
+
+ Again, the only people who will need to take action are those
+ who desire development versions (which are inactive at this time
+ anyway). Those who want GTK1 mozilla-devel must set
+ WITH_MOZILLA=mozilla-devel-gtk1 or they will be pleasantly
+ surprised with their very own GTK2 installation on the next
+ update.
+
+ WITH_MOZILLA=mozilla-gtk2 and WITH_MOZILLA=mozilla-devel-gtk2
+ are still honoured for the time being, but their use is
+ now deprecated. Any new ports are not required to consider
+ their values, and so eventually WITH_MOZILLA _will_ have to
+ be changed.
+
+ Hopefully galeon2 can catch up to peoples' expectations from
+ galeon1 soon, and we can remove the GTK1 ports altogether.
+
+
20040204:
The bsd.php.mk file has been moved out of the lang/php4 port
into the Mk directory. This will make it much easier to include