aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* Update to svn 1543006Maho Nakata2014-01-272-7/+6
| | | | | | | Suggested by: pfg@ Notes: svn path=/head/; revision=341334
* Support stageBaptiste Daroussin2014-01-251-11/+10
| | | | Notes: svn path=/head/; revision=340979
* Support stageBaptiste Daroussin2014-01-252-19/+16
| | | | Notes: svn path=/head/; revision=340978
* Support stageBaptiste Daroussin2014-01-251-5/+3
| | | | Notes: svn path=/head/; revision=340977
* - Fix distinfo and WRKSRC, now that the distfile is fetched from githubPietro Cerutti2014-01-242-4/+2
| | | | | | | Reported by: John J. Rushford <jjr@alisa.org> Notes: svn path=/head/; revision=340893
* - Update to 0.92Pietro Cerutti2014-01-232-9/+6
| | | | | | | | - STAGE-clean - Convert to USES=gmake Notes: svn path=/head/; revision=340821
* - Update to 5.4Pietro Cerutti2014-01-237-32/+89
| | | | | | | Release notes: http://codelite.org/LiteEditor/ReleaseNotesCodeLite54 Notes: svn path=/head/; revision=340815
* Fixup props on patches.Mathieu Arnold2014-01-223-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=340725
* Fix buildMaho Nakata2014-01-223-0/+111
| | | | | | | | PR: 185401 Submitted by: Jan Henrik Sylvester <me@janh.de> Notes: svn path=/head/; revision=340680
* Fix properties on pkg-plistBaptiste Daroussin2014-01-2115-15/+0
| | | | Notes: svn path=/head/; revision=340674
* - Fix llvm-devel include paths (broken after r332935 [1] [MFH]Pietro Cerutti2014-01-213-10/+19
| | | | | | | | | | | | - Fix build on modern compilers [MFH] - STAGE-clean - Convert to new LIB_DEPENDS format - Convert to USES=dos2unix Reported by: John J. Rushford <jjr@alisa.org> Notes: svn path=/head/; revision=340617
* Rename MANn to MANPAGEn in order to avoid a 'make check-sanity' warning.Emanuel Haupt2014-01-211-4/+4
| | | | Notes: svn path=/head/; revision=340599
* Support stageBaptiste Daroussin2014-01-171-22/+11
| | | | Notes: svn path=/head/; revision=340062
* Fix some annoying formatting and style bugs so I can do more work on thisAlexey Dokuchaev2014-01-174-95/+103
| | | | | | | port, and modernize LIB_DEPENDS. Otherwise, no functional changes. Notes: svn path=/head/; revision=340015
* Stagify; while using ${STAGEDIR} in INSTALL_PREFIX looks suspicious, itAlexey Dokuchaev2014-01-171-10/+5
| | | | | | | | is actually okay here, since this value is not referenced in the source code itself yet simplifies things for us (no patches needed). Notes: svn path=/head/; revision=340010
* - Enable stagedir supportMarcus von Appen2014-01-161-24/+11
| | | | | | | - minor non-functional OPTIONS cleanup Notes: svn path=/head/; revision=339976
* editors/nvi-m17: Fix multibyte search on amd64, support stageJohn Marino2014-01-156-117/+124
| | | | | | | | | | | This commit enables multibyte search support on AMD64. Previous search attempts result in "Pattern not found". The origin for this fix is pkgsrc handled by a committer I know and trust. While here, support stage. PR: ports/182113 Notes: svn path=/head/; revision=339796
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Switch to use lua 5.2Baptiste Daroussin2014-01-101-5/+5
| | | | | | | | While here change CONFLICTS into CONFLICTS_INSTALL which is what they really are Bump portrevision Notes: svn path=/head/; revision=339371
* Stage supportAntoine Brodin2014-01-072-3/+1
| | | | Notes: svn path=/head/; revision=339037
* Stage supportAntoine Brodin2014-01-072-7/+5
| | | | Notes: svn path=/head/; revision=339036
* Stage supportAntoine Brodin2014-01-072-10/+8
| | | | Notes: svn path=/head/; revision=339035
* - Stage supportAntoine Brodin2014-01-072-4/+4
| | | | | | | - USES gmake Notes: svn path=/head/; revision=339033
* - Fix the man page installation. Install all files manually. The java ↵Danilo Egea Gondolfo2014-01-051-6/+15
| | | | | | | installer seems not to respect the paths. Notes: svn path=/head/; revision=338817
* - Fix the logic in updating emacs.desktop file, from the regression introducedAshish SHUKLA2014-01-042-3/+3
| | | | | | | | | | in r338450 PR: ports/185468 Submitted by: rakuco Notes: svn path=/head/; revision=338676
* - Update from 5.2.6 to 5.2.7Danilo Egea Gondolfo2014-01-034-44/+40
| | | | | | | | | | | | | - Add stage support while here - Convert some "if's" to options helpers PR: ports/185331 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=338597
* - Update CONFLICTS, in accordance with PKGNAME changesAshish SHUKLA2014-01-035-10/+13
| | | | | | | Reported by: jgh Notes: svn path=/head/; revision=338536
* Part 3 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338516
* Part 1 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338511
* - Remove unneeded RUBY_VERSteve Wills2014-01-021-1/+0
| | | | | | | With hat: ruby@ Notes: svn path=/head/; revision=338475
* - Add PKGNAMESUFFIXAshish SHUKLA2014-01-026-187/+444
| | | | | | | | | | | | | | | | | | | - Add STAGE support - Use OptionsNG helpers - Rename X11TOOLKIT option to X11 - Add OPTIONS for emacs-nox11 slave - Install info manuals to their own directory to avoid conflicts[1][3][4] - Add a patch from upstream to fix building on non-X11 platforms[2] - Add a patch from upstream to fix building on 9.x and later platforms due to C11 support - Explicitly depend on GCC for i386 platforms, broken due to clang bug# 18171 - Mark port as MAKE_JOBS_SAFE PR: ports/183064[2], ports/181758[3], ports/179843[4] Reported by: Jay Borkenhagen <jayb at braeburn.org>[1] Notes: svn path=/head/; revision=338450
* - Add STAGE supportAshish SHUKLA2014-01-022-124/+88
| | | | | | | | | | | | | | - Use OptionsNG helpers - Add PKGNAMESUFFIX - Remove LATEST_LINK - Rename X11TOOLKIT option to X11 - Move INSTALLS_ICONS to X11 block - Install info manuals to their own directory to avoid conflicts[1] Reported by: Jay Borkenhagen <jayb at braeburn.org>[1] Notes: svn path=/head/; revision=338444
* - Add PKGNAMESUFFIXAshish SHUKLA2014-01-021-5/+4
| | | | | | | | - Remove LATEST_LINK - Remove ABI versions from LIB_DEPENDS Notes: svn path=/head/; revision=338440
* - Add PKGNAMESUFFIXAshish SHUKLA2014-01-021-5/+4
| | | | | | | | - Remove LATEST_LINK - Remove ABI versions from LIB_DEPENDS Notes: svn path=/head/; revision=338439
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-303-6/+6
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* Enable stage supportJohan van Selst2013-12-292-17/+18
| | | | Notes: svn path=/head/; revision=337955
* - Enable STAGE supportJohan van Selst2013-12-292-4/+11
| | | | | | | | - Strip installed binary - Bump PORTREVISION Notes: svn path=/head/; revision=337949
* editors/beav: Unbreak after staging support attemptJohn Marino2013-12-282-3/+5
| | | | | | | | | | | | | After recent commits, beav was broken on every platform for a couple of reasons. Primarily the Makefile had a bug in it, so it was unexecutable. Secondly, the "man page fix" was done in ${STAGEDIR} using sed -i, causing the resultant .bak file to also be installed, or at least orphaned. Poudriere caught that issue. While here, add DragonFly support. Notes: svn path=/head/; revision=337830
* Update poppler to 0.24.4.Koop Mast2013-12-279-7/+13
| | | | | | | | | | | | Update comment. Use new LIB_DEPENDS syntax, use USES=pathfix. Stagify. Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to new syntax. Notes: svn path=/head/; revision=337749
* - Support STAGEPhilippe Audeoud2013-12-271-3/+1
| | | | Notes: svn path=/head/; revision=337727
* Stagify, dismiss USE_GMAKE, utilize some helper knobs. No functional changes.Alexey Dokuchaev2013-12-252-30/+23
| | | | Notes: svn path=/head/; revision=337415
* Update freetype to 2.5.2.Koop Mast2013-12-241-0/+11
| | | | | | | | | | | | | | | | | Remove patch to add -I/usr/local/include in freetype-config --cflags. If ports need extra headers they should look for them, and not get them via a side-effect. Freetype had a header resuffle in 2.5.1, patch ports to use the new header style. Thanks go to bdrewery for the two exp-runs and rakuco for helping me with some troublesome cmake ports. PR: ports/184587 Notes: svn path=/head/; revision=337385
* Fix buildChris Rees2013-12-231-1/+1
| | | | | | | Approved by: maintainer timeout (acm, 50 days) Notes: svn path=/head/; revision=337235
* - Fix build on -currentPawel Pekala2013-12-213-41/+48
| | | | | | | | | | | - Support desktop-file-utils - Strip textroom binary PR: ports/184893 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=337139
* - Update to 3.1.26Grzegorz Blach2013-12-202-3/+3
| | | | Notes: svn path=/head/; revision=337104
* Fix build after gtk updateBaptiste Daroussin2013-12-171-3/+3
| | | | Notes: svn path=/head/; revision=336753
* - Update Calligra Suite to 2.7.5.Alberto Villa2013-12-1666-413/+572
| | | | | | | | | | | | | | | - Require a new compiler to build Calligra. - Make GTL really an option in Calligra. - STAGEify. - Use OPTIONS helpers. - Set NO_ARCH for translation ports. - Add translation port for Intelingua. Calligra 2.7 release notes: http://www.calligra.org/news/calligra-2-7-released Notes: svn path=/head/; revision=336675
* Use setuptools for all Python ports.William Grzybowski2013-12-151-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setuptools is the preferred method to manage Python distributions after many changes to the packaging ecosystem over the past couple of years. Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using USE_PYDISTUTILS= easy_install remains the same however this usage is now deprecated and should be converted to USE_PYDISTUTILS= yes. Some Python distributions do not work with setuptools out of the box because they extend the install command from distutils and not setuptools, and so they need to be patched accordingly. pip (which leverages setuptools) works around the issue by using eggs, however we want to get rid of those as well, as support for "flat" installation is unavailable or has other issues associated with it. This work allows us to unify how python packages are built, ensure that Python distributions are installed consistently, reduces complexity for Python port maintainers and paves the way for simplifying the Python ports framework in the future. With hat on: python Reviewed by: koobs, antoine Exp-run: bdrewery Approved by: bdrewery (portmgr) Notes: svn path=/head/; revision=336553
* Man page fix.Christian Weisgerber2013-12-132-3/+12
| | | | | | | Submitted by: Jeremie Courreges-Anglas Notes: svn path=/head/; revision=336354
* Convert to staging, clean up the sgtty/termios mess, and generallyChristian Weisgerber2013-12-127-59/+151
| | | | | | | overhaul the port. Notes: svn path=/head/; revision=336277