| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
- Switch to USES=autoreconf
|
|
|
|
|
|
|
| |
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
| |
next release.
PR: 193118
Submitted by: amdmi3@amdmi3.ru
|
| |
|
|
|
|
| |
- Fix the source instead
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
- STAGE-clean
- Convert to USES=gmake
|
|
|
|
|
|
| |
the mtree (categories starting with [bce])
Approved by: portmgr (bdrewery)
|
|
|
|
| |
now use ltverhack on FOX. This should be the last time.
|
|
|
|
| |
editors)
|
| |
|
| |
|
|
|
|
|
| |
Although the shlib version wasn't bumped, some ABI changes require
applications linked against fox17 to be rebuilt.
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Add OPTIONs to chose whether to use FOX-1.6 or FOX-1.7
- Switch to GitHub as a MASTER_SITE
Feature safe: yes
|
|
|
|
|
| |
Reported by: miwi
Approved by: portmgr
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/yetanothergeek/fxite/blob/master/ChangeLog
- Trim Makefile headers
Feature safe: yes
|
|
|
|
| |
- Bump PORTREVISION
|
| |
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
|
|
| |
- Do not add LDFLAGS to CONFIGURE_ENV
Reported by: eadler@
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
bapt@ has pushed to expiry date of devel/libgetline until 7.x goes EOL,
so I can depend on that.
- Bump PORTREVISION
|
| |
|
|
|
|
| |
- Unbreak
|
|
|
|
|
|
| |
: undefined reference to `LexerModule::Find(int)'
Reported by: pointyhat
|
| |
|
| |
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
| |
Reported by: dougb, linimon
|
| |
|
|
FXiTe is an advanced cross-platform text editor built with the Fox GUI
toolkit and the FXScintilla text widget.
|