FreeBSD Bugzilla – Attachment 160136 Details for
Bug 202511
[patch] editors/texstudio
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] svn diff for port update
patch (text/plain), 3.23 KB, created by
Abilio Marques
on 2015-08-20 11:40:19 UTC
(
hide
)
Description:
[patch] svn diff for port update
Filename:
MIME Type:
Creator:
Abilio Marques
Created:
2015-08-20 11:40:19 UTC
Size:
3.23 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 394804) >+++ Makefile (working copy) >@@ -2,26 +2,41 @@ > > PORTNAME= texstudio > PORTVERSION= 2.9.4 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= editors > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/TeXstudio%20${PORTVERSION} > > MAINTAINER= abiliojr@gmail.com >-COMMENT= Integrated writing environment for creating LaTeX documents >+COMMENT= Integrated writing environment for LaTeX documents > >-LIB_DEPENDS= libpoppler.so:${PORTSDIR}/graphics/poppler \ >- libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 >+LIB_DEPENDS= libpoppler.so:${PORTSDIR}/graphics/poppler > > 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_QT4= gui network script svg xml \ >+ iconengines_run designer_build moc_build rcc_build uic_build >+_USE_QT5= gui network script svg xml \ >+ printsupport concurrent uitools buildtools_build >+ > USE_TEX= latex dvipsk > INSTALLS_ICONS= yes > > WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} > >+OPTIONS_SINGLE= TOOLKIT >+OPTIONS_SINGLE_TOOLKIT= QT4 QT5 >+OPTIONS_DEFAULT= QT5 >+ >+TOOLKIT_DESC= Qt toolkit >+QT4_USE= ${_USE_QT4:S/^/QT4=/} >+QT4_LIB_DEPENDS=libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 >+QT5_USE= ${_USE_QT5:S/^/QT5=/} >+QT5_LIB_DEPENDS=libpoppler-qt5.so:${PORTSDIR}/graphics/poppler-qt5 >+ >+ >+ > post-patch: > @${REINPLACE_CMD} -e 's,^\(utilities.path =\).*,\1 ${DATADIR},' \ > -e 's,/usr/include,${LOCALBASE}/include,g' \ >Index: files/patch-debughelper.cpp >=================================================================== >--- files/patch-debughelper.cpp (revision 0) >+++ files/patch-debughelper.cpp (working copy) >@@ -0,0 +1,19 @@ >+--- debughelper.cpp.orig 2015-08-20 06:01:48.825027000 -0430 >++++ debughelper.cpp 2015-08-20 06:02:55.614528000 -0430 >+@@ -499,10 +499,16 @@ >+ #define FRAME_FROM_UCONTEXT(context) (context)->uc_mcontext.gp_regs[31] //not always used >+ #define RETURNTO_FROM_UCONTEXT(context) (context)->uc_mcontext.gp_regs[34] >+ #elif defined(CPU_IS_ARM) >++/* >+ #define PC_FROM_UCONTEXT(context) (context)->uc_mcontext.arm_pc >+ #define STACK_FROM_UCONTEXT(context) (context)->uc_mcontext.arm_sp >+ #define FRAME_FROM_UCONTEXT(context) (context)->uc_mcontext.arm_fp >+ #define RETURNTO_FROM_UCONTEXT(context) (context)->uc_mcontext.arm_lr >++*/ >++#define PC_FROM_UCONTEXT(context) (context)->uc_mcontext.__gregs[_REG_R15] >++#define STACK_FROM_UCONTEXT(context) (context)->uc_mcontext.__gregs[_REG_R13] >++#define FRAME_FROM_UCONTEXT(context) (context)->uc_mcontext.__gregs[_REG_R11] >++#define RETURNTO_FROM_UCONTEXT(context) (context)->uc_mcontext.__gregs[_REG_R14] >+ #elif defined(CPU_IS_IA64) >+ #define PC_FROM_UCONTEXT(context) (context)->_u._mc.sc_ip >+ #define STACK_FROM_UCONTEXT(context) (context)->_u._mc.sc_gr[12] //is that register 12? > >Property changes on: files/patch-debughelper.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202511
: 160136