From owner-cvs-all Sun Nov 10 10: 7:24 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 02B6637B401; Sun, 10 Nov 2002 10:07:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B64DF43E42; Sun, 10 Nov 2002 10:07:22 -0800 (PST) (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 gAAI5AmV050860; Sun, 10 Nov 2002 10:05:10 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAI5A9k050859; Sun, 10 Nov 2002 10:05:10 -0800 (PST) Message-Id: <200211101805.gAAI5A9k050859@repoman.freebsd.org> From: Alan Eldridge Date: Sun, 10 Nov 2002 10:05:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/phoenix Makefile pkg-message pkg-plist ports/www/phoenix/files mkdistfile 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/11/10 10:05:10 PST Modified files: www/phoenix Makefile pkg-message pkg-plist www/phoenix/files mkdistfile mozconfig.in Log: * PORTREVISION ==> 7. * Allow building under -CURRENT. * Changes in LDFLAGS and CPPFLAGS passed to configure. * Removed stale javascript dirs (venkman) from plist. * Updated mkdistfile to remove more unneeded dirs. Used to make a new distfile from a cvs checkout. For maintainers only, really. * Disable bi-directional text in config. * Remove dupes from mozconfig.in. The problem with the martian file selection dialogs is gone. I am not sure of the cause, but apparently it had to do with either which version of the NSPR libs phoenix runs with or the link order of libraries. I don't care, as long as it doesn't do it, 'cause I do not read Martian. Should be running against its own set of NSPR libs now. (Note: you can't just use ldd to check this since the startup scripts play all kinds of fun games.) You are advised to remove $HOME/.phoenix before running the new version. Revision Changes Path 1.28 +11 -15 ports/www/phoenix/Makefile 1.2 +7 -1 ports/www/phoenix/files/mkdistfile 1.14 +6 -6 ports/www/phoenix/files/mozconfig.in 1.3 +12 -14 ports/www/phoenix/pkg-message 1.9 +3 -14 ports/www/phoenix/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message