From owner-cvs-all Mon Oct 14 13:24:25 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 72A7437B401; Mon, 14 Oct 2002 13:24:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 236F643EAC; Mon, 14 Oct 2002 13:24:24 -0700 (PDT) (envelope-from mbr@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 g9EKONMt084225; Mon, 14 Oct 2002 13:24:23 -0700 (PDT) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9EKON2g084224; Mon, 14 Oct 2002 13:24:23 -0700 (PDT) Message-Id: <200210142024.g9EKON2g084224@repoman.freebsd.org> From: Martin Blapp Date: Mon, 14 Oct 2002 13:24:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice Makefile pkg-message 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 mbr 2002/10/14 13:24:23 PDT Modified files: editors/openoffice Makefile pkg-message Log: Add a new rtld system patch to Makefile and pkg_message. The symbol lookup order in rtld is not working as it should and exceptions over dlopened libs are broken. The system patch is a workaround for this issue. While we are here, order the patches a bit and put them all in the same download dir. Submitted by: kan (rtld patch) Revision Changes Path 1.129 +13 -6 ports/editors/openoffice/Makefile 1.14 +9 -0 ports/editors/openoffice/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message