From owner-cvs-ports@FreeBSD.ORG Mon Jun 2 11:31:01 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6786437B405; Mon, 2 Jun 2003 11:31:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBD2D43FD7; Mon, 2 Jun 2003 11:30:59 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h52IUx0U078174; Mon, 2 Jun 2003 11:30:59 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h52IUxAU078173; Mon, 2 Jun 2003 11:30:59 -0700 (PDT) Message-Id: <200306021830.h52IUxAU078173@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 2 Jun 2003 11:30:59 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mozilla-firebird Makefile distinfo pkg-descr pkg-message ports/www/mozilla-firebird/files firebird.rb mkdistfile mozconfig.in patch-Double.cpp patch-alpha patch-gfx_src_gtk_nsFontMetricsXft.cpp patch-jsfun.c ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2003 18:31:01 -0000 marcus 2003/06/02 11:30:59 PDT FreeBSD ports repository Modified files: www/mozilla-firebird Makefile distinfo pkg-descr pkg-message www/mozilla-firebird/files mkdistfile mozconfig.in patch-nsprpub-pr-src-misc-prtime.c Added files: www/mozilla-firebird/files firebird.rb patch-Double.cpp patch-alpha patch-build_unix_run-mozilla.sh patch-gfx_src_gtk_nsFontMetricsXft.cpp patch-jsfun.c patch-nspr-unix.c patch-sparc64 patch-xptcall-sparc64 Removed files: www/mozilla-firebird/files phoenix.rb Log: Add mozilla-firebird after a repo move from phoenix. Mozilla Firebird is the browser reborn from the ashes of the Phoenix. * Update to 0.6 [1] * Add optional GTK+-2 support [2] * Add [untested] Sparc64 support [3] * Add [untested] Alpha support [4] * Do not compile with -O2 by default. Instead specify -DWITH_OPTIMIZED_CFLAGS to get extra optimizations * Link the Java Plug-in again Submitted by: Stijn Hoop [1] Christopher Nehren [2] (based on) tmm and kris [3] Bernd Walter [4] Minor fixes by: obraun Revision Changes Path 1.45 +52 -42 ports/www/mozilla-firebird/Makefile 1.7 +1 -1 ports/www/mozilla-firebird/distinfo 1.1 +95 -0 ports/www/mozilla-firebird/files/firebird.rb (new) 1.5 +5 -5 ports/www/mozilla-firebird/files/mkdistfile 1.18 +8 -5 ports/www/mozilla-firebird/files/mozconfig.in 1.1 +11 -0 ports/www/mozilla-firebird/files/patch-Double.cpp (new) 1.1 +492 -0 ports/www/mozilla-firebird/files/patch-alpha (new) 1.1 +30 -0 ports/www/mozilla-firebird/files/patch-build_unix_run-mozilla.sh (new) 1.1 +57 -0 ports/www/mozilla-firebird/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp (new) 1.1 +29 -0 ports/www/mozilla-firebird/files/patch-jsfun.c (new) 1.1 +21 -0 ports/www/mozilla-firebird/files/patch-nspr-unix.c (new) 1.2 +9 -16 ports/www/mozilla-firebird/files/patch-nsprpub-pr-src-misc-prtime.c 1.1 +69 -0 ports/www/mozilla-firebird/files/patch-sparc64 (new) 1.1 +345 -0 ports/www/mozilla-firebird/files/patch-xptcall-sparc64 (new) 1.2 +0 -95 ports/www/mozilla-firebird/files/phoenix.rb (dead) 1.3 +3 -3 ports/www/mozilla-firebird/pkg-descr 1.9 +14 -13 ports/www/mozilla-firebird/pkg-message