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:   ryoon
Date:           Fri Jul  6 03:28:45 UTC 2018

Modified Files:
        pkgsrc/misc/libreoffice: Makefile

Log Message:
Python 3.7 is not compatible with libreoffice-6.0.5.2


To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 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.158 pkgsrc/misc/libreoffice/Makefile:1.159
--- pkgsrc/misc/libreoffice/Makefile:1.158      Mon Jun 25 13:34:48 2018
+++ pkgsrc/misc/libreoffice/Makefile    Fri Jul  6 03:28:45 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.158 2018/06/25 13:34:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.159 2018/07/06 03:28:45 ryoon Exp $
 
 VERREL=                6.0.5
 VERRC=         2
@@ -31,7 +31,7 @@ pre-build:
 .endif
 
 GCC_REQD+=     4.6
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37
 
 CHECK_SHLIBS_SUPPORTED=        no
 # configure will be regenerated.



Home | Main Index | Thread Index | Old Index