aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r420700Carlos J. Puga Medina2016-08-241-0/+4
| | | | | | | | | | | | | | | | | | | | - Fix codelite install for Clang 3.4, 3.5 and 3.6. ===> Registering installation for codelite-9.2_1 pkg-static: Unable to access file /tmp/ports/usr/ports/editors/codelite/work/stage/usr/local/bin/codelite-lldb: No such file or directory pkg-static: Unable to access file /tmp/ports/usr/ports/editors/codelite/work/stage/usr/local/lib/codelite/LLDBDebugger.so: No such file or directory *** Error code 74 PR: 211851 Submitted by: Mahdi Mokhtari (maintainer) Reported by: rozhuk.im@gmail.com Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor) Approved by: ports-secteam (junovitch) Notes: svn path=/branches/2016Q3/; revision=420784
* editors/p5-Padre: Unbreak build by adding #include <cmath>Kurt Jaeger2016-07-314-12/+27
| | | | | | | | | | | | | | | | - unbreak build by adding include cmath to wx-scintilla/src/scintilla/src/Editor.cxx - make other patches makepatch-compliant - remove WX_UNICODE=yes (obsolete) - un-silence several commands during build PR: 210959 MFH: r419375 Reported by: pkg-fallout Approved by: ports-secteam (blanket approval) Notes: svn path=/branches/2016Q3/; revision=419376
* MFH: r418886Don Lewis2016-07-262-4/+4
| | | | | | | | | | | | | Upgrade to upstream svn revision r1753426, which includes the fix for CVE-2016-1513. Regenerate distinfo to add TIMESTAMP. Security: 72f71e26-4f69-11e6-ac37-ac9e174be3af Approved by: ports-secteam (feld) Notes: svn path=/branches/2016Q3/; revision=419130
* MFH 2016Q3Don Lewis2016-07-213-3/+30
| | | | | | | | | | | | | Fix CVE-2016-1513 - Memory Corruption Vulnerability (Impress Presentations). Regenerate distinfo to add TIMESTAMP. Approved by: ports-secteam (blanket) Obtained from: <https://bz.apache.org/ooo/show_bug.cgi?id=127045> Security: 72f71e26-4f69-11e6-ac37-ac9e174be3af Notes: svn path=/branches/2016Q3/; revision=418893
* MFH: r418412Don Lewis2016-07-122-86/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing dependencies reported by stage-qa: USE_XORG+= sm xinerama devel/dbus (when GNOME option is enabled) multimedia/gstreamer (when MMEDIA option is enabled) graphics/poppler (-devel only, when PDFIMPORT option is enabled) Add USES=ssl since this OpenOffice does use OpenSSL. The base and ports versions of OpenSSL are both known to work. It is unknown if LibreSSL works because the dependency ftp/curl does not currently build with LibreSSL. Replace one remaining path to a .jar file with ${JAVALIBDIR} in CONFIGURE_ARGS. Replace an absolute symlink with a relative one. Re-align \ line continuation characters in *_DEPENDS after removal of ${PORTSDIR} from dependencies, and make a few other whitespace cleanups. Approved by: ports-secteam (feld) Notes: svn path=/branches/2016Q3/; revision=418450
* - Add *_IMPLIES for various options to track implicitly enabled OPTIONSAshish SHUKLA2016-06-271-23/+30
| | | | | | | | | | | | - Update options descriptions to reflect *_IMPLIES - Add missing implicit dependencies - Comment LTO experimental option PR: 210291 Submitted by: Joseph Mingrone <jrm@ftfl.ca> Notes: svn path=/head/; revision=417649
* Make dependency on ispell a default OPTIONThomas Zander2016-06-261-4/+5
| | | | | | | | | | | | While on it: - Fix typo in makefile (PORTREIVSION -> PORTREVISION) PR: 208914 Submitted by: olexander.v.melnyk@gmail.com Approved by: maintainer timeout Notes: svn path=/head/; revision=417516
* Upgrade to upstream svn revision 1749607.Don Lewis2016-06-233-17/+4
| | | | | | | | This fixes the build problem with libc++ 3.8.0, so patch-vcl_source_glyphs_graphite__layout.cxx is no longer needed. Notes: svn path=/head/; revision=417378
* Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the ↵Torsten Zuehlsdorff2016-06-231-1/+1
| | | | | | | | | | | owner requested. This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918. Approved by: junovitch (mentor) Notes: svn path=/head/; revision=417356
* fix clang 3.7, add clang 3.8, fix brief comment support [1]Mathieu Arnold2016-06-211-33/+22
| | | | | | | | | | | While there, refactor the CLANGXX options. PR: 208302 [1] Submitted by: maintainer, rozhuk im gmail com Sponsored by: Absolight Notes: svn path=/head/; revision=417275
* editors/neovim: pass maintainership to submitterRuslan Makhmatkhanov2016-06-191-2/+2
| | | | | | | | | | - fix out-of-order DISTVERSIONPREFIX (portlint warning) PR: 210301 Submitted by: Oleg Gushchenkov <gor@clogic.com.ua> Notes: svn path=/head/; revision=417103
* Fix another build failure on head.Jung-uk Kim2016-06-161-0/+77
| | | | Notes: svn path=/head/; revision=416987
* Change MAINTAINER from xmj@FreeBSD.org to johannes@perceivon.netTorsten Zuehlsdorff2016-06-151-1/+1
| | | | | | | | | PR: 210265 Submitted by: Johannes Jost Meixner (johannes@perceivon.net) Approved by: pi (mentor) Notes: svn path=/head/; revision=416918
* Fix build on head.Jung-uk Kim2016-06-144-7/+23
| | | | Notes: svn path=/head/; revision=416875
* - Update to 25.0.95Ashish SHUKLA2016-06-133-6/+6
| | | | Notes: svn path=/head/; revision=416838
* Fix build on i386.Hiroki Sato2016-06-121-1/+1
| | | | Notes: svn path=/head/; revision=416812
* editors/plume-creator-devel: Remove wrongly used PLIST_SUB from pkg-plistKurt Jaeger2016-06-121-1/+1
| | | | | | | | PR: 210107 Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde) Notes: svn path=/head/; revision=416787
* Regenerate patch files and remove an extra post-patch target.Hiroki Sato2016-06-1150-414/+414
| | | | Notes: svn path=/head/; revision=416755
* - Resurrect editors/pdfedit. Fix to compile the library part onlyHiroki Sato2016-06-1153-0/+3770
| | | | | | | | because of QT3 deprecation long time ago. - Take maintainership. Notes: svn path=/head/; revision=416753
* Fix be64toh() detection on BSDs from upstreamMatthew Seaman2016-06-094-13/+38
| | | | | | | | | | Use patch names as generated by 'make makepatch' PR: 210054 Submitted by: gor@clogic.com.ua Notes: svn path=/head/; revision=416620
* editors/neovim: Unbreak using dports patchesJohn Marino2016-06-094-3/+33
| | | | | | | One of the 3 patches is for DF, the other two are commonly needed. Notes: svn path=/head/; revision=416603
* Make dependency on aspell optionalMichael Gmelin2016-06-062-3/+19
| | | | | | | | | | | | | | | | joe is less than 2 MB in size and has no dependencies. Aspell brings in 55MB in dependencies and more than 3000 files. Change the port, so the dependency on aspell is optional (and disabled by default) and allow installing aspell separately for those who need it. Reviewed by: bapt Approved by: mentors (implicit) Differential Revision: https://reviews.freebsd.org/D6732 Notes: svn path=/head/; revision=416489
* Remove unneeded usage of:Mathieu Arnold2016-06-061-1/+1
| | | | | | | | | | | - MASTER_SITE_SUBDIR - ${MASTER_SITES_FOO} - :DEFAULT (and use a default when appropriate) Sponsored by: Absolight Notes: svn path=/head/; revision=416469
* Mark BROKEN: fails to buildAntoine Brodin2016-06-041-0/+2
| | | | | | | | | | | /wrkdirs/usr/ports/editors/neovim/work/neovim-0.1.4/src/nvim/shada.c: In function 'shada_write_file': /wrkdirs/usr/ports/editors/neovim/work/neovim-0.1.4/src/nvim/shada.c:3232: error: expected declaration specifiers or '...' before '(' token /wrkdirs/usr/ports/editors/neovim/work/neovim-0.1.4/src/nvim/shada.c:3232: error: expected ')' before '?' token Reported by: pkg-fallout Notes: svn path=/head/; revision=416357
* Deprecate ports broken for more than 6 monthsAntoine Brodin2016-06-032-0/+4
| | | | Notes: svn path=/head/; revision=416324
* - Update to 25.0.94Ashish SHUKLA2016-05-303-5/+5
| | | | | | | | PR: 209604 Submitted by: Joseph Mingrone <jrm@ftfl.ca> Notes: svn path=/head/; revision=416134
* - Add LICENSEDmitry Marakasov2016-05-291-3/+7
| | | | | | | | | - Add NO_ARCH - Depend on tk through USES - Switch to options helpers Notes: svn path=/head/; revision=416109
* - Update WWWDmitry Marakasov2016-05-291-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=416102
* Assign submitter as maintainer by requestJason Unovitch2016-05-281-1/+1
| | | | | | | | | PR: 209794 Submitted by: Mahdi Mokhtari <mokhi64@gmail.com> Differential Revision: D6606 Notes: svn path=/head/; revision=415974
* devel/msgpack: 1.1.0 -> 1.4.2Kurt Jaeger2016-05-271-1/+2
| | | | | | | | | | | | | Changes: https://github.com/msgpack/msgpack-c/blob/master/CHANGELOG.md - dependent ports PORTREVISION bump because name of shared library changed PR: 209474 Submitted by: Yuri Victorovich <yuri@rawbw.com> Reviewed by: swills Notes: svn path=/head/; revision=415958
* Add USE_KDE4 so that KDE4_VERSION is definedSteve Wills2016-05-261-0/+1
| | | | | | | | | PR: 209756 Submitted by: T.C.Berner <tcberner@gmail.com> Reported by: Vladimir Omelchuk <admin@vladiom.com.ua> Notes: svn path=/head/; revision=415902
* Fix build of openoffice-4 and openoffice-devel with libc++ 3.8.0.Don Lewis2016-05-262-0/+28
| | | | | | | | | | | | | | Openffice defines its own overloaded variant of round(), which is only different in return type from the 'real' round() from <math.h>, so it is ambiguous (in the C++ lookup sense). Fix this by renaming the custom round() to round_(), and using a define to minimize needed changes in the code. PR: 209588 Submitted by: dim Notes: svn path=/head/; revision=415875
* Many KDE i10n ports: Patch updates CURDIRKurt Jaeger2016-05-261-1/+1
| | | | | | | | | | | | This patch replaces a bunch of ${CURDIR}/../../ by ${CURDIR:H:H}; the latter is considered proper contemporary usage by kde@ . The patch is independent of other KDE4 infrastructure changes. PR: 209303 Submitted by: Adriaan de Groot <groot@kde.org>, rakuco, T.C.Berner <tcberner@gmail.com> (kde) Notes: svn path=/head/; revision=415873
* Remove expired misc/kdehier4 and update all of its consumers to not ↵Rene Ladan2016-05-257-7/+6
| | | | | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542 Notes: svn path=/head/; revision=415864
* Several ports: Change MAINTAINER from xmj@chaot.net to xmj@FreeBSD.orgKurt Jaeger2016-05-251-1/+1
| | | | | | | | PR: 209746 Submitted by: xmj Notes: svn path=/head/; revision=415848
* editors/kate: Fix build with libc++ 3.8.0Kurt Jaeger2016-05-241-0/+11
| | | | | | | | | PR: 209561 Submitted by: dim Approved by: kde Notes: svn path=/head/; revision=415809
* editors/calligra-l10n: add plist-subKurt Jaeger2016-05-2437-1606/+1608
| | | | | | | | | | | | | | | All of the Calligra translations can use %%LANG%% in their plists to reduce plist-differences across the translations and reduce churn. Also introduces ${CURDIR:H:H} instead of some ${CURDIR}/../.. constructions. Original work by tcberner. PR: 209268 Submitted by: Adriaan de Groot <groot@kde.org> (kde) Notes: svn path=/head/; revision=415763
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-235-5/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-232-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* - Update to 7.4.1832Sunpoet Po-Chuan Hsieh2016-05-232-3/+4
| | | | | | | Changes: https://github.com/vim/vim/commits/master Notes: svn path=/head/; revision=415654
* Remove reference to FreeBSD 9, releases prior to 10.3-RELEASE are alsoOlivier Duchateau2016-05-211-1/+1
| | | | | | | | | concerned Suggested by: mat@ Notes: svn path=/head/; revision=415608
* - Update to 20160421 snapshotOlivier Duchateau2016-05-202-3/+11
| | | | | | | | | | | | - Cosmetic change for documentation - Mark BROKEN on FreeBSD 9.x, because it requires futimens system call PR: 209290 Submitted by: myself Approved by: <darcsis@gmail.com> (maintainer, timeout > 2 weeks) Notes: svn path=/head/; revision=415561
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-6/+6
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Fix trailing whitespace in MakefilesDmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415501
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-1922-65/+65
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Don't set an empty PATCHFILES, it makes not sense.Mathieu Arnold2016-05-171-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=415398
* Fix build with clangAntoine Brodin2016-05-171-0/+9
| | | | Notes: svn path=/head/; revision=415380
* - Use Github for the distfile instead of old, unmaintained tarballHiroki Sato2016-05-1622-810/+46
| | | | | | | | | | and local patches. - Compress .el files by default. - Remove egg-helper. - Fix some warnings due to obsolete functions or variables. Notes: svn path=/head/; revision=415351
* Remove changes that crept in by accidentsBaptiste Daroussin2016-05-142-10/+0
| | | | | | | Reported by: danfe Notes: svn path=/head/; revision=415184
* Update scite and scintilla to 3.6.5.Guido Falsi2016-05-142-3/+4
| | | | | | | | | PR: 209489 Submitted by: me Approved by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=415182