pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/mupdf



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jan 26 13:08:39 UTC 2020

Modified Files:
        pkgsrc/print/mupdf: Makefile options.mk

Log Message:
mupdf: Enable opengl by default on non-Darwin

Briefly discussed with leot on IRC a while ago


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/print/mupdf/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/mupdf/options.mk

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

Modified files:

Index: pkgsrc/print/mupdf/Makefile
diff -u pkgsrc/print/mupdf/Makefile:1.76 pkgsrc/print/mupdf/Makefile:1.77
--- pkgsrc/print/mupdf/Makefile:1.76    Sat Jan 18 21:48:21 2020
+++ pkgsrc/print/mupdf/Makefile Sun Jan 26 13:08:39 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.76 2020/01/18 21:48:21 jperkin Exp $
+# $NetBSD: Makefile,v 1.77 2020/01/26 13:08:39 nia Exp $
 
 DISTNAME=      mupdf-1.16.1-source
 PKGNAME=       ${DISTNAME:S/-source//}
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    print
 MASTER_SITES=  https://mupdf.com/downloads/archive/
 

Index: pkgsrc/print/mupdf/options.mk
diff -u pkgsrc/print/mupdf/options.mk:1.9 pkgsrc/print/mupdf/options.mk:1.10
--- pkgsrc/print/mupdf/options.mk:1.9   Fri Aug 30 17:01:34 2019
+++ pkgsrc/print/mupdf/options.mk       Sun Jan 26 13:08:39 2020
@@ -1,8 +1,14 @@
-# $NetBSD: options.mk,v 1.9 2019/08/30 17:01:34 nia Exp $
+# $NetBSD: options.mk,v 1.10 2020/01/26 13:08:39 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mupdf
 PKG_SUPPORTED_OPTIONS= curl opengl
 
+.include "../../mk/bsd.fast.prefs.mk"
+
+.if ${OPSYS} != "Darwin"
+PKG_SUGGESTED_OPTIONS= opengl
+.endif
+
 .include "../../mk/bsd.options.mk"
 
 PLIST_VARS+=           curl opengl



Home | Main Index | Thread Index | Old Index