non port: editors/fxite/Makefile |
SVNWeb
|
Number of commits found: 41 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 7cd7a8d (Only the first 10 of 119 ports in this commit are shown above. )
editors: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohout <shanee@augusta.de>
* Andrej Zverev <az@inec.ru>
* Andrey Zakhvatov
* Anton Tornqvist <antont@inbox.lv>
* Bill Fumerola <billf@chc-chimes.com>
* Bob Eager <bob@eager.cx>
* Chris D. Faulhaber <jedgar@fxp.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 14 Apr 2020
|
[ 15:49 mat ] (Only the first 10 of 81 ports in this commit are shown above. )
USES=lua gained flavors.
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
|
Fri, 16 Feb 2018
|
[ 08:12 jhale ] (Only the first 10 of 67 ports in this commit are shown above. )
Fix build with clang 6 (C++11 requires a space between literal and identifier)
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
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 16 Oct 2015
|
[ 14:51 marino ] (Only the first 10 of 38 ports in this commit are shown above. )
editors/fxite: Fix when Fox-1.7 option selected
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
|
Fri, 29 May 2015
|
[ 10:48 amdmi3 ]
- Add LICENSE_FILE
- Switch to USES=autoreconf
|
Wed, 6 May 2015
|
[ 15:27 mat ] (Only the first 10 of 16 ports in this commit are shown above. )
Update ports in the [ef]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 10 Dec 2014
|
[ 22:29 gahr ] (Only the first 10 of 129 ports in this commit are shown above. )
- Reset maintainership of my ports
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Tue, 2 Sep 2014
|
[ 07:34 gahr ]
- Disable FOX 1.7 support for now, as it's broken. This should be fixed in the
next release.
PR: 193118
Submitted by: amdmi3@amdmi3.ru
|
Wed, 30 Jul 2014
|
[ 10:29 gahr ]
- Add LICENSE
|
Thu, 24 Jul 2014
|
[ 12:25 gahr ]
- Remove compiler flags not understood by GCC
- Fix the source instead
|
Tue, 10 Jun 2014
|
[ 07:39 olgeni ] (Only the first 10 of 388 ports in this commit are shown above. )
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt)
|
Mon, 26 May 2014
|
[ 15:28 bapt ] (Only the first 10 of 84 ports in this commit are shown above. )
Replace lang/lua with the new lang/lua51
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)
|
Thu, 23 Jan 2014
|
[ 10:15 gahr ]
- Update to 0.92
- STAGE-clean
- Convert to USES=gmake
|
Tue, 22 Oct 2013
|
[ 13:57 amdmi3 ] (Only the first 10 of 103 ports in this commit are shown above. )
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [bce])
Approved by: portmgr (bdrewery)
|
Mon, 7 Oct 2013
|
[ 13:15 gahr ]
- Bump PORTREVISION on ports dependent on FOX. This is needed because we
now use ltverhack on FOX. This should be the last time.
|
Fri, 20 Sep 2013
|
[ 16:36 bapt ] (Only the first 10 of 298 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors)
|
Tue, 17 Sep 2013
|
[ 08:31 gahr ]
- Fix build with fox-1.7
|
Thu, 29 Aug 2013
|
[ 07:48 gahr ]
- Bump PORTREVISION on ports that (might) depend on x11-toolkits/fox17
Although the shlib version wasn't bumped, some ABI changes require
applications linked against fox17 to be rebuilt.
|
Tue, 23 Apr 2013
|
[ 16:45 gahr ]
- Chase x11-toolkits/fox16 shlib version bump
|
[ 10:19 bapt ] (Only the first 10 of 13 ports in this commit are shown above. )
Convert e* to USES=pkgconfig
|
Mon, 22 Apr 2013
|
[ 15:16 gahr ]
- Update to 0.91
- Add OPTIONs to chose whether to use FOX-1.6 or FOX-1.7
- Switch to GitHub as a MASTER_SITE
Feature safe: yes
|
Wed, 3 Apr 2013
|
[ 12:02 gahr ]
- Fix PLIST
Reported by: miwi
Approved by: portmgr
|
Tue, 27 Nov 2012
|
[ 11:11 gahr ]
- Update to 0.9
ChangeLog: https://github.com/yetanothergeek/fxite/blob/master/ChangeLog
- Trim Makefile headers
Feature safe: yes
|
Fri, 13 Jul 2012
|
[ 07:10 gahr ]
- Chase x11-toolkits/fox16 shlib version bump
- Bump PORTREVISION
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Wed, 2 May 2012
|
[ 08:30 gahr ]
- Chase x11-toolkits/fox16 shlib bump
- Bump PORTREVISION
|
Wed, 15 Feb 2012
|
[ 10:23 gahr ]
- Substitute invalid USE_PKGCONFIG variable with USE_GNOME= pkgconfig [1]
- Do not add LDFLAGS to CONFIGURE_ENV
Reported by: eadler@
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
|
Tue, 30 Aug 2011
|
[ 08:18 gahr ]
- Unbreak on < 800067.
bapt@ has pushed to expiry date of devel/libgetline until 7.x goes EOL,
so I can depend on that.
- Bump PORTREVISION
|
Mon, 29 Aug 2011
|
[ 06:45 gahr ]
- Mark as broken on < 800067. The port needs getline(3).
|
Mon, 22 Aug 2011
|
[ 12:48 gahr ]
- Update to 0.7
- Unbreak
|
Mon, 11 Jul 2011
|
[ 20:30 pav ]
- Mark BROKEN: does not compile
: undefined reference to `LexerModule::Find(int)'
Reported by: pointyhat
|
Sat, 2 Jul 2011
|
[ 08:09 miwi ]
- chase x11-toolkits/fxscintilla shlib bump
|
Tue, 15 Mar 2011
|
[ 16:31 gahr ]
- Chase x11-toolkits/fox16 shlib bump
- Bump PORTREVISION
|
Wed, 9 Feb 2011
|
[ 13:29 gahr ]
- Bump PORTREVISION after x11-toolkits/fox16 shlib bump
Reported by: dougb, linimon
|
Fri, 27 Aug 2010
|
[ 14:42 gahr ]
- Mark as broken on < 701101; needs strndup
|
Tue, 24 Aug 2010
|
[ 07:53 gahr ]
- New port: editors/fxite
FXiTe is an advanced cross-platform text editor built with the Fox GUI
toolkit and the FXScintilla text widget.
|
Number of commits found: 41 |