Mark BROKEN on systems that use clang as their primary compiler.
Some of the ports that this port depends on are C++, and when
they are compiled with clang, they link to libc++, which conflicts
with libstdc++ that this port links to. This manifests as
application crashes when an operation pops up a dialog box.
Add a CUPS option so that CUPS can be disabled (PR 198458).
Register print/cups-client as a LIB_DEPENDS when CUPS is enabled.
pkg-message claims that user settings are stored in
~/.openoffice,org4, whereas all other platforms seem to use
~/.openoffice.org/4 (or equivalent), and both openoffice-4 and
openoffice-devel actually use ~/.openoffice.org-devel/4. The
addition of -devel to the location happened with r325370.
The / appears to have been introduced in r297259. Change the
location match other platforms. Introduce a new variable
${AOOUDIR} so that the actual location and pkg-message stay in
sync.
Rename ${OOOTAG} to ${AOOTAG} and restore its value so that it
can once again be substituted into pkg-message. It has not
been set since r296269.