ports/100358: editors/openoffice.org-2: OpenOffice.org 2.0 Requires Conflicting Ports (Bison 1.75 and Bison 2.1

Dirk Meyer dirk.meyer at dinoex.sub.org
Tue Jun 19 12:50:08 UTC 2007


The following reply was made to PR ports/100358; it has been noted by GNATS.

From: dirk.meyer at dinoex.sub.org (Dirk Meyer)
To: bug-followup at 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 at dinoex.sub.org],[dirk.meyer at guug.de],[dinoex at FreeBSD.org]
 http://people.freebsd.org/~dinoex/errorlogs/


More information about the freebsd-openoffice mailing list