pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/libreoffice



Module Name:    pkgsrc
Committed By:   manu
Date:           Sun Jul  9 13:46:32 UTC 2017

Modified Files:
        pkgsrc/misc/libreoffice: Makefile

Log Message:
Make path information easily available for upcoming converters/unoconv package


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 pkgsrc/misc/libreoffice/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/libreoffice/Makefile
diff -u pkgsrc/misc/libreoffice/Makefile:1.114 pkgsrc/misc/libreoffice/Makefile:1.115
--- pkgsrc/misc/libreoffice/Makefile:1.114      Mon Jul  3 12:35:41 2017
+++ pkgsrc/misc/libreoffice/Makefile    Sun Jul  9 13:46:32 2017
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.114 2017/07/03 12:35:41 ryoon Exp $
+# $NetBSD: Makefile,v 1.115 2017/07/09 13:46:32 manu Exp $
 
 VERREL=                5.3.4
 VERRC=         2
 VER=           ${VERREL}.${VERRC}
 DISTNAME=      libreoffice-${VER}
+PKGREVISION=   1
 CATEGORIES=    misc
 MASTER_SITES=  http://download.documentfoundation.org/libreoffice/src/${VERREL}/
 EXTRACT_SUFX=  .tar.xz
@@ -250,6 +251,11 @@ do-install:
                ${MKDIR} ${d}
 .endfor
 
+UNO_PATH=${PREFIX}/${PKGNAME}/lib/libreoffice/program
+
+BUILD_DEFS+=   UNO_PATH
+BUILD_DEFS+=   PYTHONBIN
+
 #post-install:
 #.for f in ${LO_PROGRAMS}
 #      cd ${DESTDIR}${PREFIX}/bin && ${LN} -s ../${PKGNAME_NOREV}/program/${f}



Home | Main Index | Thread Index | Old Index