From owner-cvs-ports@FreeBSD.ORG Sat Dec 13 13:35:47 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 3387316A4CE; Sat, 13 Dec 2003 13:35:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A6B343D3C; Sat, 13 Dec 2003 13:35:44 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBDLZiXJ072146; Sat, 13 Dec 2003 13:35:44 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBDLZhSX072145; Sat, 13 Dec 2003 13:35:43 -0800 (PST) (envelope-from peter) Message-Id: <200312132135.hBDLZhSX072145@repoman.freebsd.org> From: Peter Wemm Date: Sat, 13 Dec 2003 13:35:43 -0800 (PST) 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 ports/www/mozilla-firebird/filespatch-config-rules.mk patch-nsprpub-pr-include-md-_freebsd.cfg patch-nsprpub-pr-include-md-_freebsd.hpatch-sparc64 ... 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: Sat, 13 Dec 2003 21:35:47 -0000 peter 2003/12/13 13:35:43 PST FreeBSD ports repository (src committer) Modified files: www/mozilla-firebird Makefile www/mozilla-firebird/files patch-xptcall-sparc64 Added files: www/mozilla-firebird/files patch-config-mkdepend-imakemdep.h patch-config-rules.mk patch-directory-c-sdk-ldap-libraries-liblber-lber-int.h patch-nsprpub-pr-include-md-_freebsd.cfg patch-nsprpub-pr-include-md-_freebsd.h patch-nsprpub-pr-src-io-prprf.c patch-security-coreconf-FreeBSD.mk patch-xpcom-reflect-xptcall-src-md-unix-Makefile.in patch-xptcall-alpha patch-xptcall-amd64 Removed files: www/mozilla-firebird/files patch-alpha patch-sparc64 Log: Port to amd64 (note: needs ld-elf.so.1 bugfix to actually work) I've taken a chance and split the sparc64 and alpha mega-diffs up because sparc64 patched the result of alpha's patches, and amd64 needed to do the same again - but it was sorted lexically before alpha/sparc64. I've grouped the xptcall patches together since they are standalone and split up and merged the other infrastructure jumbo-patches. I also attempted to sync up the nspr vs firebird diffs for sparc64 and alpha because they disagreed. HOWEVER... While this port 'depends' on the nspr port, it doesn't actually *use* it. It should probably be removed from the LIB_DEPENDS list. Note that the amd64 xptcall code came from SuSE via the mozilla bugzilla database. Revision Changes Path 1.59 +0 -2 ports/www/mozilla-firebird/Makefile 1.2 +0 -492 ports/www/mozilla-firebird/files/patch-alpha (dead) 1.1 +10 -0 ports/www/mozilla-firebird/files/patch-config-mkdepend-imakemdep.h (new) 1.1 +14 -0 ports/www/mozilla-firebird/files/patch-config-rules.mk (new) 1.1 +30 -0 ports/www/mozilla-firebird/files/patch-directory-c-sdk-ldap-libraries-liblber-lber-int.h (new) 1.1 +158 -0 ports/www/mozilla-firebird/files/patch-nsprpub-pr-include-md-_freebsd.cfg (new) 1.1 +13 -0 ports/www/mozilla-firebird/files/patch-nsprpub-pr-include-md-_freebsd.h (new) 1.1 +12 -0 ports/www/mozilla-firebird/files/patch-nsprpub-pr-src-io-prprf.c (new) 1.1 +12 -0 ports/www/mozilla-firebird/files/patch-security-coreconf-FreeBSD.mk (new) 1.2 +0 -69 ports/www/mozilla-firebird/files/patch-sparc64 (dead) 1.1 +45 -0 ports/www/mozilla-firebird/files/patch-xpcom-reflect-xptcall-src-md-unix-Makefile.in (new) 1.1 +459 -0 ports/www/mozilla-firebird/files/patch-xptcall-alpha (new) 1.1 +386 -0 ports/www/mozilla-firebird/files/patch-xptcall-amd64 (new) 1.2 +0 -18 ports/www/mozilla-firebird/files/patch-xptcall-sparc64