non port: editors/leo/Makefile |
Number of commits found: 55 |
Sunday, 2 Dec 2018
|
15:41 rene
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741
|
Thursday, 22 Nov 2018
|
20:18 tcberner
pyqt: Change install directories for Python flavor support
* PyQt could not be installed for multiple Python versions at
the same time, as there were conflicting files.
This patch creates Python-version versioned directories for
all these, and further installs binaries with a version number.
* Note, there might be some hickups for software that depends on
on of the .so's provided by PyQt5, which might not be found
anymore autmotically, and maybe need some LD-flaggery.
* Update PyQt5 to 5.10.1
* Mark www/py-qt5-webengine broken. It is unforuntately no longer
compatible with the old qt5-webengine-5.9.4 we ship.
PR: 232745
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D8714
|
Wednesday, 20 Jun 2018
|
17:05 mat
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Monday, 19 Feb 2018
|
11:10 antoine
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
|
Thursday, 30 Nov 2017
|
15:50 mat
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
|
Friday, 21 Apr 2017
|
14:16 amdmi3
- Fix shebangs
|
Saturday, 4 Feb 2017
|
13:37 tcberner
Switch ports to use USE_PYQT=<foo> instead of using RUN_- and BUILD_DEPENDS
pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports
not yet using it to it.
Reviewed by: rakuco, mat
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9261
|
Monday, 9 May 2016
|
13:42 mat
Update to 5.3.
PR: 209293
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Wednesday, 23 Mar 2016
|
14:05 mat
Update to 5.2.
Remove the DOCS option, it was not used for anything.
PR: 208207
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
Wednesday, 18 Nov 2015
|
18:24 rm
editors/leo: fix runtime
- fix runtime
- limit to python 2.x, because port's dependency textproc/silvercity
fails to build with python3
- bump PORTREVISION because of package change
PR: 200920
Submitted by: Michael Krauss <hippodriver@codunix.org>
|
Tuesday, 9 Jun 2015
|
19:45 amdmi3
- Fix shebangs
MFH: 2015Q2 (blanket)
|
Tuesday, 19 May 2015
|
08:45 wen
- Update to 5.1
PR: 200301
Submitted by: tkato432@yahoo.com
|
Tuesday, 3 Mar 2015
|
20:28 madpilot
- Update to 5.0
- Simplify Makefile
PR: 197426
Submitted by: tkato432@yahoo.com
|
Sunday, 19 Oct 2014
|
15:43 mva
- Convert ports from dns/, editors/ and emulators/ to new
USES=python
Approved by: portmgr (implicit)
|
Wednesday, 10 Sep 2014
|
20:50 gerald
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)
|
Thursday, 29 May 2014
|
17:48 marino
2 more ports: convert to USES+= zip
USES=zip is required when at least one distfile is a zip archive, unless
the after-extraction arguments are tailored for ${TAR}
Approved by: general infrastructure blanket
|
Tuesday, 26 Nov 2013
|
20:25 wg
editors/leo: update to 4.11
- Update to 4.11
- Allow staging
- USES shebangfix
PR: ports/184225
Submitted by: KATO Tsuguru <tkato432 yahoo.com>
|
Friday, 20 Sep 2013
|
16:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors)
|
Tuesday, 11 Jun 2013
|
18:22 rm
- trim Makefile header (other changes from PR were committed independently)
while here:
- whitespace fix in pkg-descr
- change USE_PYTHON to just ``yes'' (we haven't python's lt 2.6 in the tree)
PR: 179419
Submitted by: Michael Gmelin <freebsd@grem.de>
|
Sunday, 3 Feb 2013
|
18:16 makc
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
|
Tuesday, 5 Jun 2012
|
20:54 sylvio
- Install missing icons
- New OptionsNG
PR: ports/168600
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
|
Friday, 25 May 2012
|
01:50 makc
Chase PyQT update
|
Monday, 21 May 2012
|
03:10 miwi
- Update to 4.10
PR: 168029
Submitted by: Ports Fury
|
Sunday, 27 Nov 2011
|
10:00 miwi
- Update to 4.9
PR: 162839
Submitted by: Ports Fury
Feature safe: yes
|
Sunday, 27 Mar 2011
|
10:35 miwi
- Update to 4.8
PR: 155811
Submitted by: Ports Fyry
|
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
|
Saturday, 22 Aug 2009
|
00:20 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with E,F
|
Saturday, 2 Aug 2008
|
22:34 miwi
- Update to 4.4.8
PR: 126170
Submitted by: Ports Fury
|
Sunday, 27 Jul 2008
|
04:30 linimon
Reset sergei@ due to maintainer-timeouts and no response to email.
Hat: portmgr
|
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Monday, 21 Feb 2005
|
15:23 sergei
- Update to 4.2.1
|
Monday, 15 Mar 2004
|
16:51 sergei
- Update to 4.1-final
|
Thursday, 25 Dec 2003
|
15:52 sergei
- Update to 4.1-rc3 (unbreaks fetching)
|
Tuesday, 4 Nov 2003
|
15:57 sergei
- Update to 4.0.4
|
Thursday, 23 Oct 2003
|
10:56 sergei
- Update to 4.0.1 (bugfix release):
- Fixes several crashers.
- Fixes indentation for section references that are preceded by something
other than whitespace.
- Removes debugging traces when reading and writing unknown attributes.
- Removes some improperly cloned nodes from LeoDocs.leo.
- Adds the checkTopologyOfAllClones script.
- Fixes some problems with plugins.
Approved by: krion (implicit)
|
05:42 sergei
Change to my @FreeBSD.org address.
Approved by: krion
|
Tuesday, 21 Oct 2003
|
09:24 osa
Update to 4.0.
Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
PR: 58322
|
Thursday, 9 Oct 2003
|
13:56 krion
- Update to 4.0.b3
PR: 57798
Submitted by: maintainer
|
Monday, 29 Sep 2003
|
18:11 krion
- Update to 4.0.b1
PR: 57366
Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
|
Friday, 25 Jul 2003
|
18:20 krion
- Update to 3.12.1 beta 1
PR: 54856
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Approved by: fjoe (mentor) (implicit)
|
Tuesday, 22 Jul 2003
|
11:02 krion
Update to 3.12
PR: 54702
Submitted by: maintainer
Approved by: fjoe (mentor>
|
Wednesday, 16 Jul 2003
|
10:03 nork
o Update to 3.12.b3.
o Sort pkg-plist.
PR: ports/54512
Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
|
Tuesday, 8 Jul 2003
|
12:01 daichi
update editors/leo: 3.11.1 -> 3.12.b1
PR: 54213
Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
|
Sunday, 22 Jun 2003
|
15:14 erwin
- Update to 3.11.1
- Reformat pkg-descr to make portlint happy
- Update WWW tag and add Author tag
- Take maintainership
PR: 53590
Submitted by: Sergei Kolobov <sergei@kolobov.com>
|
Sunday, 8 Jun 2003
|
21:13 will
Please see http://freebsd.kde.org/memoriam/alane.php for an In Memoriam page.
|
21:06 will
REST IN PEACE
Alan Eldridge
Born December 15, 1961 in Iowa
Died June 6, 2003 in Denver, Colorado
Thank you for your contributions, you
will be greatly missed.
|
Monday, 28 Apr 2003
|
17:55 alane
update revision to push out distfile fix
|
Saturday, 5 Apr 2003
|
23:09 alane
update to 3.10
|
Friday, 7 Mar 2003
|
06:00 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Sunday, 24 Nov 2002
|
02:51 alane
Updated to version 3.9. Added new webdocs author provided for me.
|
Tuesday, 19 Nov 2002
|
01:15 alane
* PORTREVISION => 2.
* Added examples files.
* Revised the way vars are used to a more general way that I can reuse.
* Defined vars for the various dirs and their subdir equivs. that a port
may need.
* Moved the distfiles to their own subdir of $DISTDIR, cause there's 6 of
them now.
|
Monday, 18 Nov 2002
|
02:55 alane
PORTREVISION => 1.
Added an excellent tutorial, creating a docs dir.
Cleaned up do-install procedure some.
|
Sunday, 17 Nov 2002
|
21:16 alane
add leo because addport barfed on itself
|
Number of commits found: 55 |