non port: devel/hgview/Makefile |
Number of commits found: 49 |
Sunday, 3 Feb 2019
|
20:46 antoine
Deprecate ports broken for more than 6 months
|
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
|
Sunday, 12 Aug 2018
|
07:40 antoine
Mark BROKEN: fails to configure
File "setup.py", line 60, in <module>
from hgviewlib.__pkginfo__ import modname, version, license, description, \
File "hgviewlib/__init__.py", line 26, in <module>
demandimport.ignore.append('roman')
AttributeError: 'module' object has no attribute 'ignore'
Reported by: pkg-fallout
|
Wednesday, 20 Jun 2018
|
17:29 antoine
Fix build
|
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
|
16:59 mat
Correctly depend on those Python ports.
- py-qt have their framework
- depending on a single file breaks with multiple flavors.
Sponsored by: Absolight
|
Sunday, 29 Apr 2018
|
16:19 tcberner
Update the QScintilla2 ports to 2.10.4
|
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
|
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
|
Friday, 20 Jan 2017
|
20:09 antoine
Remove useless reinplace that was editing a symlink
PR: 216309
|
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sunday, 10 Jan 2016
|
15:56 olivierd
- Update to 1.9.0 [1]
- Exclude python 3, because Mercurial (hg) supports only python 2
- Convert to new options target helper
PR: 206033 [1]
Submitted by: <w.schwarzenfeld@aon.at>
|
Tuesday, 29 Sep 2015
|
07:26 rm
devel/hgview: update to 1.8.2
- update to 1.8.2
- update MASTER_SITES and remove BROKEN and DEPRECATED
The change was submitted by two persons independently.
Changes from both submissions were joined into this commit.
PR: 203390 203400
Submitted by: Walter Schwarzenfeld <w.litter@aon.at>
Submitted by: matthew@reztek.cz
|
Saturday, 26 Sep 2015
|
21:39 antoine
Deprecate ports broken for more than 6 months
|
Monday, 30 Mar 2015
|
22:48 bapt
LOGILAB mirrors are gone
Mark broken ports only using LOGILAB mirror
|
Monday, 20 Oct 2014
|
16:04 mva
- Convert ports of devel/ to 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)
|
Wednesday, 25 Jun 2014
|
05:35 bapt
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
|
Monday, 31 Mar 2014
|
14:13 pawel
- Add staging support
- Make RUN_DEPENDS path independent
|
Friday, 21 Feb 2014
|
13:36 ehaupt
Remove trailing whitespaces from category devel
|
Monday, 10 Feb 2014
|
13:54 ehaupt
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
|
Sunday, 15 Dec 2013
|
16:22 wg
Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.
Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.
Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.
pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.
This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.
With hat on: python
Reviewed by: koobs, antoine
Exp-run: bdrewery
Approved by: bdrewery (portmgr)
|
Friday, 20 Sep 2013
|
17:04 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
|
Wednesday, 18 Sep 2013
|
17:25 amdmi3
Drop maintainership
|
Friday, 12 Jul 2013
|
15:01 amdmi3
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
|
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
|
Friday, 28 Sep 2012
|
12:59 amdmi3
- Update to 1.6.2
|
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
|
Friday, 25 May 2012
|
01:50 makc
Chase PyQT update
|
Monday, 5 Mar 2012
|
14:32 amdmi3
- Update to 1.5.0
|
Thursday, 6 Oct 2011
|
00:05 amdmi3
- Update to 1.4.0
|
Thursday, 23 Jun 2011
|
22:42 amdmi3
- Update to 1.3.0
|
Wednesday, 1 Sep 2010
|
17:55 amdmi3
- Update to 1.2.1
|
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
|
Thursday, 4 Feb 2010
|
00:07 amdmi3
- Update to 1.2.0
|
Saturday, 30 Jan 2010
|
14:27 fluffy
The KDE FreeBSD team is proud to announce the release of SIP-4.10 and
PyQt-4.7 for FreeBSD. The official update notes can be found at
http://www.riverbankcomputing.com
We'd like to say thanks to all helpers, testers and submitters.
|
Tuesday, 13 Oct 2009
|
22:23 amdmi3
- Update to 1.1.3
|
Monday, 5 Oct 2009
|
08:59 amdmi3
- Update to 1.1.2
|
Monday, 31 Aug 2009
|
18:37 amdmi3
- Introduce MASTER_SITE_LOGILAB
- Update MASTER_SITES for ports that use it
PR: 137695
Submitted by: Sofian Brabez <sbrabez@gmail.com>
Reviewed by: pav
|
Wednesday, 17 Jun 2009
|
17:20 amdmi3
- Update to 1.0.1
|
Tuesday, 24 Mar 2009
|
19:39 amdmi3
- Update to 0.11.2
|
Tuesday, 3 Mar 2009
|
22:48 amdmi3
- Update to 0.10.2
|
Wednesday, 21 Jan 2009
|
13:57 amdmi3
- Update to 0.10.1
|
Tuesday, 23 Dec 2008
|
23:54 amdmi3
- Update to 0.10.0
|
Tuesday, 25 Nov 2008
|
16:20 amdmi3
- Update to 0.9.1
|
Friday, 21 Nov 2008
|
13:46 amdmi3
A faster implementation of hgk using pygtk/pyqt4. Its primary purpose
was to be able to browse the linux kernel mercurial repository.
WWW: http://www.logilab.org/project/name/hgview/
|
Number of commits found: 49 |