Hi, This update package texmaker to the latest release 4.1. Tested on amd64.
Comments ? OK ? -- Alexandr Shadchin Index: Makefile =================================================================== RCS file: /cvs/ports/editors/texmaker/Makefile,v retrieving revision 1.24 diff -u -p -r1.24 Makefile --- Makefile 26 Oct 2013 16:15:31 -0000 1.24 +++ Makefile 2 Nov 2013 11:49:00 -0000 @@ -1,7 +1,7 @@ # $OpenBSD: Makefile,v 1.24 2013/10/26 16:15:31 shadchin Exp $ COMMENT= LaTeX development environment -DISTNAME= texmaker-4.0.4 +DISTNAME= texmaker-4.1 CATEGORIES= editors HOMEPAGE= http://www.xm1math.net/texmaker/ Index: distinfo =================================================================== RCS file: /cvs/ports/editors/texmaker/distinfo,v retrieving revision 1.14 diff -u -p -r1.14 distinfo --- distinfo 26 Oct 2013 16:15:31 -0000 1.14 +++ distinfo 2 Nov 2013 11:49:00 -0000 @@ -1,2 +1,2 @@ -SHA256 (texmaker-4.0.4.tar.bz2) = dwsSuVpzAOgYC8uF1o/bGf+MlZZVkU/Bcrub9MObXe8= -SIZE (texmaker-4.0.4.tar.bz2) = 9688431 +SHA256 (texmaker-4.1.tar.bz2) = 1aRgsVIAQhxo4Qv3Nss74MJhSN5V9kKkG+cia2+JvCA= +SIZE (texmaker-4.1.tar.bz2) = 10524563 Index: patches/patch-configdialog_cpp =================================================================== RCS file: /cvs/ports/editors/texmaker/patches/patch-configdialog_cpp,v retrieving revision 1.4 diff -u -p -r1.4 patch-configdialog_cpp --- patches/patch-configdialog_cpp 1 Jun 2013 08:27:57 -0000 1.4 +++ patches/patch-configdialog_cpp 2 Nov 2013 11:49:00 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-configdialog_cpp,v 1.4 2013/06/01 08:27:57 shadchin Exp $ ---- configdialog.cpp.orig Mon Apr 29 22:07:46 2013 -+++ configdialog.cpp Wed May 8 23:15:53 2013 -@@ -222,7 +222,7 @@ QDir spelldir(QCoreApplication::applicationDirPath()); +--- configdialog.cpp.orig Sat Oct 26 20:20:03 2013 ++++ configdialog.cpp Sat Nov 2 15:06:05 2013 +@@ -223,7 +223,7 @@ QDir spelldir(QCoreApplication::applicationDirPath()); #ifdef DEBIAN_SPELLDIR QDir spelldir(PREFIX"/share/myspell/dicts"); #else Index: patches/patch-texmaker_cpp =================================================================== RCS file: /cvs/ports/editors/texmaker/patches/patch-texmaker_cpp,v retrieving revision 1.11 diff -u -p -r1.11 patch-texmaker_cpp --- patches/patch-texmaker_cpp 26 Oct 2013 16:15:31 -0000 1.11 +++ patches/patch-texmaker_cpp 2 Nov 2013 11:49:00 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-texmaker_cpp,v 1.11 2013/10/26 16:15:31 shadchin Exp $ ---- texmaker.cpp.orig Sun Jul 28 16:15:34 2013 -+++ texmaker.cpp Mon Sep 2 00:23:34 2013 -@@ -4365,7 +4365,7 @@ QString dicDir=QCoreApplication::applicationDirPath() +--- texmaker.cpp.orig Mon Oct 28 22:38:09 2013 ++++ texmaker.cpp Sat Nov 2 15:06:05 2013 +@@ -4491,7 +4491,7 @@ QString dicDir=QCoreApplication::applicationDirPath() #ifdef DEBIAN_SPELLDIR QString dicDir=PREFIX"/share/myspell/dicts/"; #else @@ -10,7 +10,7 @@ $OpenBSD: patch-texmaker_cpp,v 1.11 2013 #endif #endif -@@ -4378,7 +4378,7 @@ QString dicDir=QCoreApplication::applicationDirPath() +@@ -4504,7 +4504,7 @@ QString dicDir=QCoreApplication::applicationDirPath() #endif QString defaultDic=dicDir+QString(QLocale::system().name())+".dic"; QFileInfo fi(defaultDic); Index: patches/patch-texmaker_pro =================================================================== RCS file: /cvs/ports/editors/texmaker/patches/patch-texmaker_pro,v retrieving revision 1.11 diff -u -p -r1.11 patch-texmaker_pro --- patches/patch-texmaker_pro 26 Oct 2013 16:15:31 -0000 1.11 +++ patches/patch-texmaker_pro 2 Nov 2013 11:49:00 -0000 @@ -1,6 +1,6 @@ $OpenBSD: patch-texmaker_pro,v 1.11 2013/10/26 16:15:31 shadchin Exp $ ---- texmaker.pro.orig Sat Aug 24 01:32:23 2013 -+++ texmaker.pro Mon Sep 2 00:43:47 2013 +--- texmaker.pro.orig Mon Oct 28 19:47:24 2013 ++++ texmaker.pro Sat Nov 2 15:08:09 2013 @@ -23,7 +23,7 @@ PKGCONFIG = poppler-qt5 DEFINES += POPPLER24 } else { @@ -10,10 +10,10 @@ $OpenBSD: patch-texmaker_pro,v 1.11 2013 DETECTEDPOPPLER=$$system(pkg-config --modversion poppler) contains( DETECTEDPOPPLER, "^0.18.*" ){ DEFINES += OLDPOPPLER -@@ -95,25 +95,6 @@ HEADERS += texmaker.h \ - versiondialog.h \ +@@ -96,25 +96,6 @@ HEADERS += texmaker.h \ unicodedialog.h \ unicodeview.h \ + quickbeamerdialog.h \ - hunspell/affentry.hxx \ - hunspell/affixmgr.hxx \ - hunspell/atypes.hxx \ @@ -36,10 +36,10 @@ $OpenBSD: patch-texmaker_pro,v 1.11 2013 singleapp/qtlocalpeer.h \ singleapp/qtlockedfile.h \ singleapp/qtsingleapplication.h \ -@@ -204,18 +185,6 @@ SOURCES += main.cpp \ - versiondialog.cpp \ +@@ -206,18 +187,6 @@ SOURCES += main.cpp \ unicodedialog.cpp \ unicodeview.cpp \ + quickbeamerdialog.cpp \ - hunspell/affentry.cxx \ - hunspell/affixmgr.cxx \ - hunspell/csutil.cxx \ @@ -55,7 +55,7 @@ $OpenBSD: patch-texmaker_pro,v 1.11 2013 singleapp/qtlocalpeer.cpp \ singleapp/qtlockedfile.cpp \ singleapp/qtsingleapplication.cpp \ -@@ -425,35 +394,7 @@ utilities.files = doc/doc1.png \ +@@ -428,35 +397,7 @@ utilities.files = doc/doc1.png \ locale/texmaker_se.qm \ locale/texmaker_ar.qm \ locale/texmaker_lv.qm \