From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 5 23:42:47 2006 Return-Path: X-Original-To: freebsd-ports-bugs@freebsd.org Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47A1B16A4DD; Wed, 5 Jul 2006 23:42:47 +0000 (UTC) (envelope-from nakaji@takamatsu-nct.ac.jp) Received: from www.takamatsu-nct.ac.jp (www.takamatsu-nct.ac.jp [210.137.227.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5269C43D49; Wed, 5 Jul 2006 23:42:45 +0000 (GMT) (envelope-from nakaji@takamatsu-nct.ac.jp) Received: from takamatsu-nct.ac.jp (ataka.takamatsu-nct.ac.jp [192.168.17.100]) by www.takamatsu-nct.ac.jp (8.12.11/3.7W) with ESMTP id k65NikpD001050; Thu, 6 Jul 2006 08:44:46 +0900 Received: from localhost.takamatsu-nct.ac.jp ([192.168.111.25]) by takamatsu-nct.ac.jp (8.11.6/3.7W) with ESMTP id k65N93726703; Thu, 6 Jul 2006 08:09:03 +0900 Received: from roddy.c3922.takamatsu-nct.ac.jp.takamatsu-nct.ac.jp (localhost [IPv6:::1]) by localhost.takamatsu-nct.ac.jp (8.13.7/8.13.7) with ESMTP id k65NgdUk044915; Thu, 6 Jul 2006 08:42:40 +0900 (JST) (envelope-from nakaji@takamatsu-nct.ac.jp) Sender: nakaji@takamatsu-nct.ac.jp From: NAKAJI Hiroyuki To: FreeBSD-gnats-submit@freebsd.org References: <200606220010.k5M0AM26012123@freefall.freebsd.org> Date: Thu, 06 Jul 2006 08:42:39 +0900 In-Reply-To: <200606220010.k5M0AM26012123@freefall.freebsd.org> (FreeBSD-gnats-submit@freebsd.org's message of "Thu, 22 Jun 2006 00:10:22 GMT") Message-ID: <87fyhfty8g.fsf@roddy.c3922.takamatsu-nct.ac.jp> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new Cc: Nakata Maho , freebsd-ports-bugs@freebsd.org Subject: Re: ports/99284: openoffice.org-2.0 fails on current because of the addition of gethostbyname_r to libc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 23:42:47 -0000 Success! I had to remove /usr/lib/libc_r.* which causes c++'s -pedantic bug. After removing them, "portupgrade ja-openoffice.org" was successful with this patch (I had already sent). Index: files/patch-i65512 =================================================================== RCS file: /home/ncvs/ports/editors/openoffice.org-2.0/files/patch-i65512,v retrieving revision 1.2 diff -u -r1.2 patch-i65512 --- files/patch-i65512 3 Jun 2006 11:39:21 -0000 1.2 +++ files/patch-i65512 21 Jun 2006 23:46:36 -0000 @@ -41,3 +41,21 @@ #endif #endif /* __OSL_SYSTEM_H__ */ +--- moz/mozilla-source-1.7.5.patch.orig Wed Jun 21 23:50:14 2006 ++++ moz/mozilla-source-1.7.5.patch Thu Jun 22 00:00:08 2006 +@@ -7697,3 +7697,15 @@ + + # Force applications to be built non-statically + # when building the mozcomps meta component ++--- misc/build/mozilla/nsprpub/pr/src/misc/prnetdb.c.orig Thu Sep 2 08:44:37 2004 +++++ misc/build/mozilla/nsprpub/pr/src/misc/prnetdb.c Wed Jun 21 23:58:12 2006 ++@@ -105,7 +105,8 @@ ++ #define _PR_HAVE_GETPROTO_R_INT ++ #endif ++ ++-#if (defined(LINUX) && defined(__GLIBC__) && __GLIBC__ >= 2) +++#if (defined(LINUX) && defined(__GLIBC__) && __GLIBC__ >= 2) || \ +++ (defined(__FreeBSD__) && __FreeBSD_version > 700016) ++ #define _PR_HAVE_GETPROTO_R ++ #define _PR_HAVE_5_ARG_GETPROTO_R ++ #endif Note: I sent JCA to OOo, and I'm waiting I'll be listed. -- NAKAJI Hiroyuki