Index: head/editors/texstudio/files/patch-debughelper.cpp =================================================================== --- head/editors/texstudio/files/patch-debughelper.cpp (revision 393164) +++ head/editors/texstudio/files/patch-debughelper.cpp (nonexistent) @@ -1,42 +0,0 @@ ---- debughelper.cpp.orig 2014-12-04 18:53:50 UTC -+++ debughelper.cpp -@@ -107,6 +107,7 @@ struct SimulatedCPU { - //===========================CRASH HANDLER HEADER============================== - - #ifdef OS_IS_UNIX_LIKE -+#include "signal.h" - #include "unistd.h" - #include "sys/wait.h" - #define SAFE_INT volatile sig_atomic_t -@@ -473,13 +474,25 @@ void print_backtrace(const QString& mess - - #define USE_SIGNAL_HANDLER - #ifdef CPU_IS_X86_64 --#define PC_FROM_UCONTEXT(context) (context)->uc_mcontext.gregs[REG_RIP] --#define STACK_FROM_UCONTEXT(context) (context)->uc_mcontext.gregs[REG_RSP] --#define FRAME_FROM_UCONTEXT(context) (context)->uc_mcontext.gregs[REG_RBP] -+ #if defined(__FreeBSD__) -+ #define PC_FROM_UCONTEXT(context) (context)->uc_mcontext.mc_rip -+ #define STACK_FROM_UCONTEXT(context) (context)->uc_mcontext.mc_rsp -+ #define FRAME_FROM_UCONTEXT(context) (context)->uc_mcontext.mc_rbp -+ #else -+ #define PC_FROM_UCONTEXT(context) (context)->uc_mcontext.gregs[REG_RIP] -+ #define STACK_FROM_UCONTEXT(context) (context)->uc_mcontext.gregs[REG_RSP] -+ #define FRAME_FROM_UCONTEXT(context) (context)->uc_mcontext.gregs[REG_RBP] -+ #endif - #elif defined(CPU_IS_X86_32) --#define PC_FROM_UCONTEXT(context) (context)->uc_mcontext.gregs[REG_EIP] --#define STACK_FROM_UCONTEXT(context) (context)->uc_mcontext.gregs[REG_ESP] --#define FRAME_FROM_UCONTEXT(context) (context)->uc_mcontext.gregs[REG_EBP] -+ #if defined(__FreeBSD__) -+ #define PC_FROM_UCONTEXT(context) (context)->uc_mcontext.mc_eip -+ #define STACK_FROM_UCONTEXT(context) (context)->uc_mcontext.mc_esp -+ #define FRAME_FROM_UCONTEXT(context) (context)->uc_mcontext.mc_ebp -+ #else -+ #define PC_FROM_UCONTEXT(context) (context)->uc_mcontext.gregs[REG_EIP] -+ #define STACK_FROM_UCONTEXT(context) (context)->uc_mcontext.gregs[REG_ESP] -+ #define FRAME_FROM_UCONTEXT(context) (context)->uc_mcontext.gregs[REG_EBP] -+ #endif - #elif defined(CPU_IS_PPC) - #define PC_FROM_UCONTEXT(context) (context)->uc_mcontext.gp_regs[32] - #define STACK_FROM_UCONTEXT(context) (context)->uc_mcontext.gp_regs[1] Property changes on: head/editors/texstudio/files/patch-debughelper.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/editors/texstudio/files/patch-texstudio.pro =================================================================== --- head/editors/texstudio/files/patch-texstudio.pro (revision 393164) +++ head/editors/texstudio/files/patch-texstudio.pro (nonexistent) @@ -1,13 +0,0 @@ ---- texstudio.pro.orig 2014-12-10 21:27:10 UTC -+++ texstudio.pro -@@ -531,6 +531,10 @@ unix { - -lz - } - -+freebsd-* { -+ LIBS += -lexecinfo -+} -+ - # ################################ - # Poppler PDF Preview, will only be used if NO_POPPLER_PREVIEW is not set - isEmpty(NO_POPPLER_PREVIEW) { Property changes on: head/editors/texstudio/files/patch-texstudio.pro ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/editors/texstudio/Makefile =================================================================== --- head/editors/texstudio/Makefile (revision 393164) +++ head/editors/texstudio/Makefile (revision 393165) @@ -1,32 +1,31 @@ # $FreeBSD$ PORTNAME= texstudio -PORTVERSION= 2.8.8 -PORTREVISION= 1 +PORTVERSION= 2.9.4 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/TeXstudio%20${PORTVERSION} MAINTAINER= abiliojr@gmail.com COMMENT= Integrated writing environment for creating LaTeX documents LIB_DEPENDS= libpoppler.so:${PORTSDIR}/graphics/poppler \ libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 USES= desktop-file-utils dos2unix execinfo ghostscript:run \ pkgconfig qmake DOS2UNIX_FILES= ${PORTNAME}.pro USE_QT4= gui network script svg xml iconengines_run \ designer_build moc_build rcc_build uic_build USE_TEX= latex dvipsk INSTALLS_ICONS= yes WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} post-patch: @${REINPLACE_CMD} -e 's,^\(utilities.path =\).*,\1 ${DATADIR},' \ -e 's,/usr/include,${LOCALBASE}/include,g' \ -e 's,/usr/lib,${LOCALBASE}/lib,g' \ -e '/appdata.path/s,\/usr,${PREFIX},' \ ${WRKSRC}/${PORTNAME}.pro .include Index: head/editors/texstudio/distinfo =================================================================== --- head/editors/texstudio/distinfo (revision 393164) +++ head/editors/texstudio/distinfo (revision 393165) @@ -1,2 +1,2 @@ -SHA256 (texstudio-2.8.8.tar.gz) = 5d00c42425c0d1464438c0c1701508fef281f5dbdd0fbcebdbba9de60ac6db95 -SIZE (texstudio-2.8.8.tar.gz) = 25198033 +SHA256 (texstudio-2.9.4.tar.gz) = dc71590e3745ac193a640667737befd665d549e642e268eec7a8238d3b61b5ea +SIZE (texstudio-2.9.4.tar.gz) = 25292627