From owner-freebsd-openoffice@FreeBSD.ORG Tue Jun 19 12:50:08 2007 Return-Path: X-Original-To: openoffice@hub.freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1785F16A421 for ; Tue, 19 Jun 2007 12:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 06BFE13C45D for ; Tue, 19 Jun 2007 12:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l5JCo7Lq042322 for ; Tue, 19 Jun 2007 12:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l5JCo7gi042321; Tue, 19 Jun 2007 12:50:07 GMT (envelope-from gnats) Date: Tue, 19 Jun 2007 12:50:07 GMT Message-Id: <200706191250.l5JCo7gi042321@freefall.freebsd.org> To: openoffice@FreeBSD.org From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Cc: Subject: Re: ports/100358: editors/openoffice.org-2: OpenOffice.org 2.0 Requires Conflicting Ports (Bison 1.75 and Bison 2.1 X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dirk Meyer List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2007 12:50:08 -0000 The following reply was made to PR ports/100358; it has been noted by GNATS. From: dirk.meyer@dinoex.sub.org (Dirk Meyer) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/100358: editors/openoffice.org-2: OpenOffice.org 2.0 Requires Conflicting Ports (Bison 1.75 and Bison 2.1 Date: Tue, 19 Jun 2007 13:40:08 +0200 This is caused by implicit dependecies of dependecies got sucked in: you can test this by: $ cd /usr/ports/editors/openoffice.org-2 && make make all-depends-list The output will give both: /usr/ports/devel/bison2 /usr/ports/devel/bison Assuming you have the direct dependecies installed: Workaround: cat << EOF > /usr/ports/editors/openoffice.org-2/Makefile.local all-depends-list: @${TRUE} EOF If you add to /etc/make.conf DEPENDS_TARGET=package USE_PACKAGE_DEPENDS=yes This swill create packages for all depedencies and you can build openoffice from the dependecies installed as package. This works, cause lots of build dependecies of your dependecies are not sucked it. kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] http://people.freebsd.org/~dinoex/errorlogs/