pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/texmaker



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 10 22:09:02 UTC 2018

Modified Files:
        pkgsrc/editors/texmaker: Makefile options.mk

Log Message:
texmaker: default to qt5 now that poppler-qt4 is gone.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/editors/texmaker/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/texmaker/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/editors/texmaker/Makefile
diff -u pkgsrc/editors/texmaker/Makefile:1.83 pkgsrc/editors/texmaker/Makefile:1.84
--- pkgsrc/editors/texmaker/Makefile:1.83       Fri Dec  8 08:52:56 2017
+++ pkgsrc/editors/texmaker/Makefile    Wed Jan 10 22:09:02 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.83 2017/12/08 08:52:56 maya Exp $
+# $NetBSD: Makefile,v 1.84 2018/01/10 22:09:02 wiz Exp $
 
 DISTNAME=      texmaker-4.5
-PKGREVISION=   26
+PKGREVISION=   27
 CATEGORIES=    editors
 MASTER_SITES=  http://www.xm1math.net/texmaker/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/editors/texmaker/options.mk
diff -u pkgsrc/editors/texmaker/options.mk:1.2 pkgsrc/editors/texmaker/options.mk:1.3
--- pkgsrc/editors/texmaker/options.mk:1.2      Tue Dec  2 12:16:29 2014
+++ pkgsrc/editors/texmaker/options.mk  Wed Jan 10 22:09:02 2018
@@ -1,10 +1,9 @@
-# $NetBSD: options.mk,v 1.2 2014/12/02 12:16:29 mef Exp $
-#
+# $NetBSD: options.mk,v 1.3 2018/01/10 22:09:02 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.texmaker
 PKG_OPTIONS_REQUIRED_GROUPS= qt
-PKG_OPTIONS_GROUP.qt = qt4 qt5
-PKG_SUGGESTED_OPTIONS= qt4
+PKG_OPTIONS_GROUP.qt = qt5
+PKG_SUGGESTED_OPTIONS= qt5
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mqt5)
@@ -12,9 +11,3 @@ PKG_SUGGESTED_OPTIONS=        qt4
 .include "../../x11/qt5-qtwebkit/buildlink3.mk"
 .include "../../print/poppler-qt5/buildlink3.mk"
 .endif
-
-.if !empty(PKG_OPTIONS:Mqt4)
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../x11/qt4-tools/buildlink3.mk"
-.include "../../print/poppler-qt4/buildlink3.mk"
-.endif



Home | Main Index | Thread Index | Old Index