Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2007 12:50:07 GMT
From:      dirk.meyer@dinoex.sub.org (Dirk Meyer)
To:        openoffice@FreeBSD.org
Subject:   Re: ports/100358: editors/openoffice.org-2: OpenOffice.org 2.0 Requires Conflicting Ports (Bison 1.75 and Bison 2.1
Message-ID:  <200706191250.l5JCo7gi042321@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706191250.l5JCo7gi042321>