From owner-freebsd-ports@FreeBSD.ORG Sat Jun 9 07:43:17 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 49CB0106564A; Sat, 9 Jun 2012 07:43:17 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7012E8FC0C; Sat, 9 Jun 2012 07:43:16 +0000 (UTC) Received: by bkvi18 with SMTP id i18so2946201bkv.13 for ; Sat, 09 Jun 2012 00:43:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=f54JD29P6Bv1L6Vxuj43haDkKU6fJOaHfjnMOZzuLUI=; b=kIAL+5jLzIliOEu7mHoLp83JI95TCqWtpTUoM3JNL1hYlhm+ruU/TPfFH4KWUGB8m+ uLBvd6YF3YTPLekpf/uVHrcjEGavICJ5v2KigIib/HGaQeeoTC4JA7ebKnv5igZF+NZP 4zatfiAKt08Qa88p/Gl+TbAvLueyvjUOGcGO8EezIUdwsMMgBAutIGzIuqM0WPhwHZCt L+Wr/xkz+QCyhJMJM7ZCWMXAdEDW8LOl/KNmuRyYY1YgJpFFxCLCQqnEe5PHlI7Tk79U wIsd3m5vlk0cIew/AGjB6Im9D/N3VhoBnWo+ScT9/+ymdy72T4neVXgPjD64LkVDA8px KsYw== Received: by 10.205.33.136 with SMTP id so8mr7339264bkb.1.1339227795496; Sat, 09 Jun 2012 00:43:15 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.171.138 with HTTP; Sat, 9 Jun 2012 00:42:45 -0700 (PDT) In-Reply-To: References: <1339037016.14403.3.camel@z6000.lenzicasa> From: Chris Rees Date: Sat, 9 Jun 2012 08:42:45 +0100 X-Google-Sender-Auth: P1UtX0OVVuQzQcFHYn5EDfCAK2c Message-ID: To: Hiroto Kagotani , Baptiste Daroussin Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Sergio de Almeida Lenzi , FreeBSD ports list Subject: Re: libreoffice, Makefile fix proposal... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jun 2012 07:43:17 -0000 On 7 June 2012 15:28, Hiroto Kagotani wrote: > 2012/6/7 Sergio de Almeida Lenzi : >> Well, now that libreoffice build is >> solved, than =A0what about insert >> a line: >> CONFLICTS_BUILD=3D =A0 =A0boost* >> near line 63 of Makefile??? > > libreoffice does not conflict with boost; > just Makefile has a problem. > > Attached is the patch. The only functional difference here is removing the BDB includes from CPPFL= AGS; from bsd.port.mk .if defined(HAS_CONFIGURE) @(cd ${CONFIGURE_WRKSRC} && \ ${SET_LATE_CONFIGURE_ARGS} \ if ! ${SETENV} CC=3D"${CC}" CPP=3D"${CPP}" CXX=3D"${CXX}" \ CFLAGS=3D"${CFLAGS}" CPPFLAGS=3D"${CPPFLAGS}" CXXFLAGS=3D"${CXX= FLAGS}" \ So CPPFLAGS and LDFLAGS are already added to CONFIGURE_ARGS. I would suspect something more subtle is at work here. Chris