From owner-cvs-all@FreeBSD.ORG Tue Feb 17 19:50:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 750E016A4D3; Tue, 17 Feb 2004 19:50:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ADF543D1F; Tue, 17 Feb 2004 19:50:38 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I3ocGe045974; Tue, 17 Feb 2004 19:50:38 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I3ocXl045973; Tue, 17 Feb 2004 19:50:38 -0800 (PST) (envelope-from adamw) Message-Id: <200402180350.i1I3ocXl045973@repoman.freebsd.org> From: Adam Weinberger Date: Tue, 17 Feb 2004 19:50:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules ports MOVED ports/mail/stuphead Makefile ports/multimedia/gstreamer-player Makefile ports/www Makefile ports/www/epiphany Makefile ports/www/galeon Makefile... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 03:50:38 -0000 adamw 2004/02/17 19:50:38 PST FreeBSD ports repository Modified files: . modules . MOVED mail/stuphead Makefile multimedia/gstreamer-player Makefile www Makefile www/epiphany Makefile www/galeon Makefile www/galeon2 Makefile www/mozilla Makefile pkg-descr www/mozilla-bonobo Makefile www/mozilla-devel Makefile pkg-descr www/mozilla-devel-gtk1 Makefile www/mozilla-gtk1 Makefile www/mplayer-plugin Makefile Added files: www/mozilla pkg-descr.gtk1 www/mozilla-devel pkg-descr.gtk1 Removed files: www/mozilla pkg-descr.gtk2 www/mozilla-devel pkg-descr.gtk2 www/mozilla-devel-gtk2 Makefile www/mozilla-gtk2 Makefile Log: GTK2 mozilla is now the default, and GTK1 support will be built only if explicitly requested. This means that mozilla-gtk2 and mozilla-devel-gtk2 are now mozilla and mozilla-devel, respectively; and the old mozilla and mozilla-devel are now mozilla-gtk1 and mozilla-devel-gtk1. This is done for a whole plethora of reasons, and should please everybody except galeon1 fanatics and uhm... anybody else who it doesn't please. If you have WITH_MOZILLA set in your /etc/make.conf, you'll need to update the value accordingly. GTK2 ports will automatically install GTK2 mozilla, and GTK1 ports will automatically install GTK1 ports, so WITH_MOZILLA need be defined only if you want the development version... which are dormant right now anyway. For now, all ports that honoured WITH_MOZILLA=mozilla-{,-devel}-gtk2 will still honour those values as well as WITH_MOZILLA=mozilla{,-devel}, but future ports reserve the right to ignore the *-gtk2 values. Revision Changes Path 1.9417 +2 -2 CVSROOT/modules 1.341 +3 -1 ports/MOVED 1.19 +0 -1 ports/mail/stuphead/Makefile 1.19 +4 -5 ports/multimedia/gstreamer-player/Makefile 1.818 +2 -2 ports/www/Makefile 1.38 +6 -6 ports/www/epiphany/Makefile 1.122 +7 -7 ports/www/galeon/Makefile 1.136 +6 -6 ports/www/galeon2/Makefile 1.5 +6 -6 ports/www/mozilla-bonobo/Makefile 1.16 +6 -8 ports/www/mozilla-devel-gtk1/Makefile 1.16 +0 -19 ports/www/mozilla-devel-gtk2/Makefile (dead) 1.171 +7 -7 ports/www/mozilla-devel/Makefile 1.24 +3 -0 ports/www/mozilla-devel/pkg-descr 1.1 +12 -0 ports/www/mozilla-devel/pkg-descr.gtk1 (new) 1.2 +0 -12 ports/www/mozilla-devel/pkg-descr.gtk2 (dead) 1.14 +5 -7 ports/www/mozilla-gtk1/Makefile 1.14 +0 -19 ports/www/mozilla-gtk2/Makefile (dead) 1.157 +7 -7 ports/www/mozilla/Makefile 1.24 +3 -0 ports/www/mozilla/pkg-descr 1.1 +13 -0 ports/www/mozilla/pkg-descr.gtk1 (new) 1.2 +0 -13 ports/www/mozilla/pkg-descr.gtk2 (dead) 1.18 +7 -7 ports/www/mplayer-plugin/Makefile