I have this in /usr/local/etc/poudriere.d/PORTS-12-2-options/editors_libreoffice/options:
I invoked poudriere with this command:
When I installed this version of libreoffice pkg info says this:
Why do the JAVA and PGSQL options in the package not match the JAVA and PGSQL options given to the build? Or am I misreading what the option list is saying?
The reason I am building libreoffice locally is to obtain the database constructor in BASE. That option is greyed out and cannot be selected in the opting dialogue box. When I open an existing libreoffice base I get this error:
Using
As for
Code:
# This file is auto-generated by 'make config'.
# Options for libreoffice-7.1.1.2_3
_OPTIONS_READ=libreoffice-7.1.1.2_3
_FILE_COMPLETE_OPTIONS_LIST=COINMP CUPS DOCS GNOME GTK3 JAVA KF5 LTO MMEDIA PGSQL QT5 SDK TEST WEBDAV
OPTIONS_FILE_UNSET+=COINMP
OPTIONS_FILE_SET+=CUPS
OPTIONS_FILE_SET+=DOCS
OPTIONS_FILE_SET+=GNOME
OPTIONS_FILE_UNSET+=GTK3
OPTIONS_FILE_SET+=JAVA
OPTIONS_FILE_UNSET+=KF5
OPTIONS_FILE_UNSET+=LTO
OPTIONS_FILE_SET+=MMEDIA
OPTIONS_FILE_SET+=PGSQL
OPTIONS_FILE_SET+=QT5
OPTIONS_FILE_UNSET+=SDK
OPTIONS_FILE_UNSET+=TEST
OPTIONS_FILE_SET+=WEBDAV
I invoked poudriere with this command:
Code:
export RELEASE=12-2 && poudriere ports -u -p PORTS-12-2 && poudriere bulk -C -j freebsd_12-2x64 -p PORTS-12-2 -f /root/Poudriere/poudr_libreoffice.txt # find in /usr/local/poudriere/ports/
When I installed this version of libreoffice pkg info says this:
Code:
pkg info libreoffice
libreoffice-7.1.1.2_4
Name : libreoffice
Version : 7.1.1.2_4
Installed on : Fri May 28 12:10:42 2021 EDT
Origin : editors/libreoffice
Architecture : FreeBSD:12:amd64
Prefix : /usr/local
Categories : editors
Licenses : LGPL3+, MPL20
Maintainer : office@FreeBSD.org
WWW : https://www.libreoffice.org/
Comment : Full integrated office productivity suite
Options :
COINMP : off
CUPS : on
DOCS : on
GNOME : off
GTK3 : off
JAVA : off
KF5 : off
LTO : off
MMEDIA : on
PGSQL : off
QT5 : on
SDK : off
TEST : off
WEBDAV : off
Why do the JAVA and PGSQL options in the package not match the JAVA and PGSQL options given to the build? Or am I misreading what the option list is saying?
The reason I am building libreoffice locally is to obtain the database constructor in BASE. That option is greyed out and cannot be selected in the opting dialogue box. When I open an existing libreoffice base I get this error:
Code:
SQL Status: HY000
The connection to the external data source could not be established. No SDBC driver was found for the URL 'sdbc:embedded:hsqldb'.
Using
pkg search sdbc
returns only dnsdbck-1.01 Verify consistency of DNS information in an SQL database
.As for
hsqldb
, that is already installed.