summaryrefslogtreecommitdiff
path: root/editors/fxite (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* USES=lua gained flavors.Mathieu Arnold2020-04-141-1/+1
| | | | | | | | | | | | | | | Ports using USES=lua:module or lua:flavors will be flavored. A range of supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ) for ports not supporting all lua versions. USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of flavored lua ports, in a similar way as PHP or Python flavors. PR: 245038 Submitted by: andrew tao11 riddles org uk Reviewed by: mat, kevans, russ haley gmail com Approved by: mat (portmgr) Differential Revision: https://reviews.freebsd.org/D16494
* Fix build with clang 6 (C++11 requires a space between literal and identifier)Jason E. Hale2018-02-1637-57/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | Mark FOX17 option broken (Not related to clang 6 in particular, the FOX-1.7 API is ever changing due to being a development version. This project appears to be dead, so I'm not sure it is worth fixing.) recorder.cpp:104:9: error: no matching member function for call to 'prepend' NewMessage(); ^~~~~~~~~~~~ recorder.cpp:51:6: note: expanded from macro 'NewMessage' list.prepend((FXObject*)mm); ~~~~~^~~~~~~ /usr/local/include/fox-1.7/FXObjectList.h:256:10: note: candidate function not viable: no known conversion from 'FX::FXObject *' to 'MacroMessage *' for 1st argument FXbool prepend(TYPE* object){ return FXObjectList::prepend(object); } ^ /usr/local/include/fox-1.7/FXObjectList.h:265:10: note: candidate function not viable: no known conversion from 'FX::FXObject *' to 'const FXObjectListOf<MacroMessage>' for 1st argument FXbool prepend(const FXObjectListOf<TYPE>& objects){ return FXObjectList::prepend(objects); } ^ /usr/local/include/fox-1.7/FXObjectList.h:259:10: note: candidate function not viable: requires 2 arguments, but 1 was provided FXbool prepend(TYPE* object,FXival n){ return FXObjectList::prepend(object,n); } ^ /usr/local/include/fox-1.7/FXObjectList.h:262:10: note: candidate function not viable: requires 2 arguments, but 1 was provided FXbool prepend(TYPE** objects,FXival n){ return FXObjectList::prepend(objects,n); } ^ Rename/remake patches
* Update WWWSunpoet Po-Chuan Hsieh2017-05-301-1/+1
|
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* editors/fxite: Fix when Fox-1.7 option selectedJohn Marino2015-10-1638-74/+1094
| | | | | | | | | Reorganizes port, rewrapps pkg-descr too. This uses a new distribution file from GitHub but for some reason the version number didn't change. PR: 200300 Submitted by: ports fury
* - Add LICENSE_FILEDmitry Marakasov2015-05-291-4/+3
| | | | - Switch to USES=autoreconf
* Update ports in the [ef]* categories to not use GH_COMMIT.Mathieu Arnold2015-05-062-3/+2
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* - Reset maintainership of my portsPietro Cerutti2014-12-101-1/+1
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* - Disable FOX 1.7 support for now, as it's broken. This should be fixed in thePietro Cerutti2014-09-021-2/+2
| | | | | | | next release. PR: 193118 Submitted by: amdmi3@amdmi3.ru
* - Add LICENSEPietro Cerutti2014-07-301-0/+2
|
* - Remove compiler flags not understood by GCCPietro Cerutti2014-07-243-1/+23
| | | | - Fix the source instead
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-101-1/+1
| | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt)
* Replace lang/lua with the new lang/lua51Baptiste Daroussin2014-05-261-3/+3
| | | | | | | | 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)
* - Update to 0.92Pietro Cerutti2014-01-232-9/+6
| | | | | - STAGE-clean - Convert to USES=gmake
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | the mtree (categories starting with [bce]) Approved by: portmgr (bdrewery)
* - Bump PORTREVISION on ports dependent on FOX. This is needed because wePietro Cerutti2013-10-071-1/+1
| | | | now use ltverhack on FOX. This should be the last time.
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | editors)
* - Fix build with upcoming FOX 1.7.42Pietro Cerutti2013-09-181-0/+15
|
* - Fix build with fox-1.7Pietro Cerutti2013-09-171-0/+2
|
* - Bump PORTREVISION on ports that (might) depend on x11-toolkits/fox17Pietro Cerutti2013-08-291-1/+1
| | | | | Although the shlib version wasn't bumped, some ABI changes require applications linked against fox17 to be rebuilt.
* - Chase x11-toolkits/fox16 shlib version bumpPietro Cerutti2013-04-231-0/+1
|
* Convert e* to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
|
* - Update to 0.91Pietro Cerutti2013-04-223-18/+46
| | | | | | | - Add OPTIONs to chose whether to use FOX-1.6 or FOX-1.7 - Switch to GitHub as a MASTER_SITE Feature safe: yes
* - Fix PLISTPietro Cerutti2013-04-031-0/+1
| | | | | Reported by: miwi Approved by: portmgr
* - Update to 0.9Pietro Cerutti2012-11-272-10/+7
| | | | | | | ChangeLog: https://github.com/yetanothergeek/fxite/blob/master/ChangeLog - Trim Makefile headers Feature safe: yes
* - Chase x11-toolkits/fox16 shlib version bumpPietro Cerutti2012-07-131-1/+1
| | | | - Bump PORTREVISION
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
|
* - Chase x11-toolkits/fox16 shlib bumpPietro Cerutti2012-05-021-1/+1
| | | | - Bump PORTREVISION
* - Substitute invalid USE_PKGCONFIG variable with USE_GNOME= pkgconfig [1]Pietro Cerutti2012-02-151-1/+1
| | | | | | - Do not add LDFLAGS to CONFIGURE_ENV Reported by: eadler@
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Unbreak on < 800067.Pietro Cerutti2011-08-301-2/+5
| | | | | | bapt@ has pushed to expiry date of devel/libgetline until 7.x goes EOL, so I can depend on that. - Bump PORTREVISION
* - Mark as broken on < 800067. The port needs getline(3).Pietro Cerutti2011-08-291-1/+7
|
* - Update to 0.7Pietro Cerutti2011-08-222-7/+13
| | | | - Unbreak
* - Mark BROKEN: does not compilePav Lucistnik2011-07-111-6/+3
| | | | | | : undefined reference to `LexerModule::Find(int)' Reported by: pointyhat
* - chase x11-toolkits/fxscintilla shlib bumpMartin Wilke2011-07-021-2/+2
|
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
|
* - Chase x11-toolkits/fox16 shlib bumpPietro Cerutti2011-03-151-1/+1
| | | | - Bump PORTREVISION
* - Bump PORTREVISION after x11-toolkits/fox16 shlib bumpPietro Cerutti2011-02-091-0/+1
| | | | Reported by: dougb, linimon
* - Mark as broken on < 701101; needs strndupPietro Cerutti2010-08-271-1/+6
|
* - New port: editors/fxitePietro Cerutti2010-08-243-0/+35
FXiTe is an advanced cross-platform text editor built with the Fox GUI toolkit and the FXScintilla text widget.