Bug 202511 - [patch] editors/texstudio
Summary: [patch] editors/texstudio
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Max Brazhnikov
URL:
Keywords: patch
Depends on:
Blocks: 199487
  Show dependency treegraph
 
Reported: 2015-08-20 11:40 UTC by Abilio Marques
Modified: 2015-08-24 21:07 UTC (History)
3 users (show)

See Also:


Attachments
[patch] svn diff for port update (3.23 KB, patch)
2015-08-20 11:40 UTC, Abilio Marques
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Abilio Marques 2015-08-20 11:40:19 UTC
Created attachment 160136 [details]
[patch] svn diff for port update

New revision of the port. 

It includes:
- Patch for building on ARM (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199487#c1) fixing bug #199487.
- The option to build using either Qt4 or Qt5 (by default it now uses Qt5). 


The patch for building on the ARM architecture was sent to the texstudio project, and included in the source code. Expect no need for patching on next versions.


The next commands where issued before generating the patch:
svn add texstudio/files/
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-08-24 21:01:36 UTC
A commit references this bug:

Author: makc
Date: Mon Aug 24 21:00:39 UTC 2015
New revision: 395189
URL: https://svnweb.freebsd.org/changeset/ports/395189

Log:
  editors/texstudio:
  - Add patch to fix build on armv6 [1,2]
  - Add option to build with Qt 4 or 5, enable Qt 5 by default [2]
  - Remove needless INSTALLS_ICONS

  PR:		199487 [1]
  Reported by:	Ulrich Grey
  Patch by:	mikael.urankar@gmail.com

  PR:		202511 [2]
  Submitted by:	Abilio Marques (maintainer)

Changes:
  head/editors/texstudio/Makefile
  head/editors/texstudio/files/
  head/editors/texstudio/files/patch-debughelper.cpp
Comment 2 Max Brazhnikov freebsd_committer freebsd_triage 2015-08-24 21:07:22 UTC
Committed with minor modifications, thanks!