[Bug 224276] [PATCH] editors/openoffice-4: Cannot build with CCACHE with synth

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 14 01:27:21 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224276

Chris <cmangin at arobas.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|editors/openoffice-4:       |[PATCH]
                   |Cannot build with CCACHE=on |editors/openoffice-4:
                   |with synth                  |Cannot build with CCACHE
                   |                            |with synth

--- Comment #2 from Chris <cmangin at arobas.net> ---
I found that the problem could be fixed by exporting CCACHE_DIR to the shell's
environment prior to executing build.pl.

The attached patch does 2 things:

- Fix the failure with the synth build.
- Remove the CCACHE option and use WITH_CCACHE_BUILD to determine if the use of
ccache is requested. This will allow this port to work with port builders in a
more standardized way.

The patch has been tested with both synth and poudriere on 11.1-RELEASE (amd64)

I would also suggest that these 2 scripts be removed:

files/ooo.sh
files/generate.pl

These 2 files play no role in the build and seems to be leftovers from the
pre-OpenOffice-4 era.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-office mailing list