aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Prevent collision with getline(3)Baptiste Daroussin2016-05-138-16/+64
| | | | Notes: svn path=/head/; revision=415135
* Update to 0.1.4.Mathieu Arnold2016-05-094-7/+40
| | | | | | | | | PR: 209294 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=414846
* Update to 5.3.Mathieu Arnold2016-05-092-3/+3
| | | | | | | | | PR: 209293 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=414845
* Update to 5.0.6.Jung-uk Kim2016-05-0798-284/+283
| | | | Notes: svn path=/head/; revision=414753
* editors/emacs-devel[1]:Ashish SHUKLA2016-05-023-149/+141
| | | | | | | | | | | | | | | | | - Update to 25.0.93 - Re-organize options into logical groups - Use OPTIONS helpers to specifiy implicit dependencies - Convert FILENOTIFY into a radio option - Remove dependency on unneeded ports for non-X11 systems bsd.emacs.mk: - Update version for editors/emacs-devel port PR: 209054[1] Submitted by: Joseph Mingrone <jrm@ftfl.ca>[1] Notes: svn path=/head/; revision=414447
* Update TARGET_ORDER_OVERRIDE to for the changes to Uses/gnome.mkDon Lewis2016-05-011-4/+3
| | | | | | | | | | in r413768. Don't bother trying to create ${STAGEDIR}${DESKTOPDIR} since it is already handled by mtree. Notes: svn path=/head/; revision=414385
* Pet portlint - use a tab (not space) after a variable nameDon Lewis2016-05-011-1/+1
| | | | Notes: svn path=/head/; revision=414382
* Revert the part of the change in r408688 that allowed the PDF ImportDon Lewis2016-04-301-6/+4
| | | | | | | | | | | | | | | | extension to build with boost 1.60, which should have been reverted in r411540. The fix implemented upstream does not require linking with any boost libraries, so return boost to always just being a build dependency. Update TARGET_ORDER_OVERRIDE to for the changes to Uses/gnome.mk in r413768. Don't bother trying to create ${STAGEDIR}${DESKTOPDIR} since it is already handled by mtree. Notes: svn path=/head/; revision=414357
* Remove USE_FIREBIRD from bsd.databases.mk, replaced by USES=firebird.Mathieu Arnold2016-04-251-3/+2
| | | | | | | | | | | | | | | | Also: - replace USE_FIREBIRD by USES=firebird. - convert ports depending on databases/firebird25-client directly to USES=firebird. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414015
* - Update to 41.1.1Danilo Egea Gondolfo2016-04-242-3/+3
| | | | Notes: svn path=/head/; revision=413949