Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Aug 2020 13:58:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 226842] editors/libreoffice: installation fails on staging
Message-ID:  <bug-226842-25061-20bWn6CaNG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-226842-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-226842-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226842

--- Comment #9 from Mikhail Teterin <mi@FreeBSD.org> ---
Disabling GNOME-option had no effect. I forced it to install with this chan=
ge:

Index: Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Makefile    (revision 544329)
+++ Makefile    (working copy)
@@ -297,8 +297,9 @@
        @cd ${STAGEDIR}${PREFIX} && \
        ${FIND} -s bin lib man -not -type d >> ${TMPPLIST}
 .for subdir in appdata application-registry applications bash-completion i=
cons
mime mime-info
-       @cd ${STAGEDIR}${PREFIX} && \
-       ${FIND} -s share/${subdir} -not -type d >> ${TMPPLIST}
+       @if [ -d ${STAGEDIR}${PREFIX}/share/${subdir} ]; then \
+       cd ${STAGEDIR}${PREFIX} && \
+       ${FIND} -s share/${subdir} -not -type d >> ${TMPPLIST} ; fi
 .endfor

 post-install-SDK-on:

My options-file is:

# This file is auto-generated by 'make config'.
# Options for libreoffice-6.4.5
_OPTIONS_READ=3Dlibreoffice-6.4.5
_FILE_COMPLETE_OPTIONS_LIST=3DCUPS DOCS GNOME GTK3 JAVA KF5 MMEDIA PGSQL QT=
5 SDK
TEST WEBDAV
OPTIONS_FILE_SET+=3DCUPS
OPTIONS_FILE_UNSET+=3DDOCS
OPTIONS_FILE_SET+=3DGNOME
OPTIONS_FILE_SET+=3DGTK3
OPTIONS_FILE_UNSET+=3DJAVA
OPTIONS_FILE_UNSET+=3DKF5
OPTIONS_FILE_SET+=3DMMEDIA
OPTIONS_FILE_UNSET+=3DPGSQL
OPTIONS_FILE_UNSET+=3DQT5
OPTIONS_FILE_UNSET+=3DSDK
OPTIONS_FILE_UNSET+=3DTEST
OPTIONS_FILE_SET+=3DWEBDAV

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226842-25061-20bWn6CaNG>