From owner-cvs-all Tue Oct 22 2:27:30 2002 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 D212337B401; Tue, 22 Oct 2002 02:27:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93AF043E3B; Tue, 22 Oct 2002 02:27:29 -0700 (PDT) (envelope-from alane@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 g9M9QumV082228; Tue, 22 Oct 2002 02:26:56 -0700 (PDT) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9M9QuSA082227; Tue, 22 Oct 2002 02:26:56 -0700 (PDT) Message-Id: <200210220926.g9M9QuSA082227@repoman.freebsd.org> From: Alan Eldridge Date: Tue, 22 Oct 2002 02:26:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/phoenix Makefile pkg-descr pkg-plist ports/www/phoenix/files mozconfig.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/10/22 02:26:56 PDT Modified files: www/phoenix Makefile pkg-descr pkg-plist www/phoenix/files mozconfig.in Log: 1. Expanded configure/make options in files/mozconfig.in. * Fixed problem with reliably finding perl 5.8.0. * Made build faster. * Shut up most of the compiler warnings (turned off --pedantic). * Strip the binaries. * Saved 2 meg on size of binary package (16M -> 14M). 2. Moved install to ${X11BASE}/lib/phoenix to keep it out of the way of mozilla, since it uses the same namespace for dirs/files. 3. Link bin/phoenix and bin/phoenix.config into install tree's bin dir. TO DO: make installation smaller. make distfile smaller. test,test,test. Revision Changes Path 1.3 +16 -6 ports/www/phoenix/Makefile 1.2 +25 -4 ports/www/phoenix/files/mozconfig.in 1.2 +0 -1 ports/www/phoenix/pkg-descr 1.3 +2 -0 ports/www/phoenix/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message