Tue May 26 11:30:29 2020 UTC ()
Requires more than 1h of CPU time.


(joerg)
diff -r1.230 -r1.231 pkgsrc/misc/libreoffice/Makefile

cvs diff -r1.230 -r1.231 pkgsrc/misc/libreoffice/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/libreoffice/Makefile 2020/05/23 10:45:48 1.230
+++ pkgsrc/misc/libreoffice/Makefile 2020/05/26 11:30:29 1.231
@@ -1,28 +1,30 @@ @@ -1,28 +1,30 @@
1# $NetBSD: Makefile,v 1.230 2020/05/23 10:45:48 ryoon Exp $ 1# $NetBSD: Makefile,v 1.231 2020/05/26 11:30:29 joerg Exp $
2 2
3VERREL= 6.4.4 3VERREL= 6.4.4
4VERRC= 2 4VERRC= 2
5VER= ${VERREL}.${VERRC} 5VER= ${VERREL}.${VERRC}
6DISTNAME= libreoffice-${VER} 6DISTNAME= libreoffice-${VER}
7CATEGORIES= misc 7CATEGORIES= misc
8MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${VERREL}/ 8MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${VERREL}/
9EXTRACT_SUFX= .tar.xz 9EXTRACT_SUFX= .tar.xz
10 10
11MAINTAINER= ryoon@NetBSD.org 11MAINTAINER= ryoon@NetBSD.org
12HOMEPAGE= https://www.libreoffice.org/ 12HOMEPAGE= https://www.libreoffice.org/
13COMMENT= Office productivity suite from The Document Foundation 13COMMENT= Office productivity suite from The Document Foundation
14LICENSE= gnu-lgpl-v3 14LICENSE= gnu-lgpl-v3
15 15
 16UNLIMIT_RESOURCES+= cputime
 17
16USE_LANGUAGES= c gnu++17 18USE_LANGUAGES= c gnu++17
17 19
18SUBST_CLASSES+= use-bash 20SUBST_CLASSES+= use-bash
19SUBST_STAGE.use-bash= pre-configure 21SUBST_STAGE.use-bash= pre-configure
20SUBST_MESSAGE.use-bash= Using bash for configure script 22SUBST_MESSAGE.use-bash= Using bash for configure script
21SUBST_FILES.use-bash+= autogen.sh 23SUBST_FILES.use-bash+= autogen.sh
22SUBST_VARS.use-bash+= BASH 24SUBST_VARS.use-bash+= BASH
23SUBST_VARS.use-bash+= PREFIX 25SUBST_VARS.use-bash+= PREFIX
24 26
25SUBST_CLASSES+= font-path 27SUBST_CLASSES+= font-path
26SUBST_STAGE.font-path= pre-configure 28SUBST_STAGE.font-path= pre-configure
27SUBST_MESSAGE.font-path= Use pkgsrc fonts for PDF import 29SUBST_MESSAGE.font-path= Use pkgsrc fonts for PDF import
28SUBST_FILES.font-path+= external/pdfium/pkgsrc.patch.1 30SUBST_FILES.font-path+= external/pdfium/pkgsrc.patch.1