aboutsummaryrefslogtreecommitdiff
path: root/editors/yzis/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Rename DOCS to DOXYGEN.Mathieu Arnold2016-12-211-5/+5
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=429094
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-1/+1
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andTobias C. Berner2016-08-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961 Notes: svn path=/head/; revision=420774
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Remove deprecated KDE4=kdehierGanael LAPLANCHE2014-11-041-1/+1
| | | | Notes: svn path=/head/; revision=372135
* Replace lang/lua with the new lang/lua51Baptiste Daroussin2014-05-261-3/+1
| | | | | | | | | | | lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1 Make the default lua lua52 Make all lua ports using USES=lua Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355360
* Switch to USES=tar for my portsGanael LAPLANCHE2014-04-031-2/+1
| | | | Notes: svn path=/head/; revision=349973
* Fix double occurences of USES=Tijl Coosemans2014-03-141-4/+2
| | | | Notes: svn path=/head/; revision=348280
* - Enable stagingGanael LAPLANCHE2013-12-031-36/+17
| | | | | | | | - Use GCC (does not build with clang) - Use new options format Notes: svn path=/head/; revision=335568
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | editors) Notes: svn path=/head/; revision=327720
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-1/+1
| | | | Notes: svn path=/head/; revision=327459
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* - Update WWWGanael LAPLANCHE2013-03-281-6/+2
| | | | | | | - Use new header format in Makefile Notes: svn path=/head/; revision=315460
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Re-order LICENSE and LICENSE_COMB to make Portlint happyGanael LAPLANCHE2012-06-111-7/+9
| | | | | | | - Switch to OptionsNg Notes: svn path=/head/; revision=299018
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-3/+2
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Remove CMAKE_USE_PTHREAD from the ports using it.Raphael Kubo da Costa2011-11-141-1/+0
| | | | | | | | | | | This setting has not had any effect since r1.13 to bsd.cmake.mk, as it was only useful when we supported FreeBSD < 7. Approved by: avilla (mentor), portmgr (miwi) Feature safe: yes Notes: svn path=/head/; revision=285744
* CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from MakefilesMax Brazhnikov2011-04-101-1/+0
| | | | Notes: svn path=/head/; revision=272465
* Add missing LICENSEGanael LAPLANCHE2010-11-171-1/+4
| | | | | | | Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=264675
* Update MAINTAINER address for my portsGanael LAPLANCHE2010-09-271-1/+1
| | | | | | | Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=261943
* - Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>Philip M. Gollucci2010-09-071-3/+3
| | | | | | | | | | - Update some MASTER_SITES too PR: ports/150349 Submitted by: maintainer Notes: svn path=/head/; revision=260700
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Catch up multimedia/phonon removal.Dima Panov2009-09-111-2/+2
| | | | | | | | | | - Use qt4-phonon instead - Bump PORTREVISION Approved by: miwi, tabthorpe (mentors) Notes: svn path=/head/; revision=241222
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Fix build with custom PREFIX.Ion-Mihai Tetcu2009-06-081-0/+2
| | | | | | | | Submitted by: maintainer Reported by: QATty Notes: svn path=/head/; revision=235429
* Remove qt4 build tools from run dependencies.Max Brazhnikov2009-05-241-1/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=234484
* - Fix build for !doc scenarioPav Lucistnik2009-04-301-1/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=232982
* - Update to 1.0 alpha1Pav Lucistnik2009-04-301-42/+50
| | | | | | | | PR: ports/133484 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer) Notes: svn path=/head/; revision=232979
* No longer pass F77="${F77}" FFLAGS="${FFLAGS}" to CONFIGURE_ENV; this isGerald Pfeifer2009-02-211-2/+1
| | | | | | | | | now the default when USE_FORTRAN is set. Approved by: ganael.laplanche@martymac.com (maintainer) Notes: svn path=/head/; revision=228794
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Yzis a vi-like editor inspired by Vim.Martin Wilke2008-05-291-0/+70
It aims to be a powerful, fast editor with all of Vim's features and hopefully, at some point, more. WWW: http://www.yzis.org PR: ports/123907 Submitted by: Ganael Laplanche <ganael.laplanche at martymac.com> Notes: svn path=/head/; revision=213856