non port: devel/hgview/Makefile |
SVNWeb
|
Number of commits found: 49 |
Sun, 3 Feb 2019
|
[ 20:46 antoine ] (Only the first 10 of 20 ports in this commit are shown above. )
Deprecate ports broken for more than 6 months
|
Sun, 2 Dec 2018
|
[ 15:41 rene ] (Only the first 10 of 464 ports in this commit are shown above. )
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
|
Thu, 22 Nov 2018
|
[ 20:18 tcberner ] (Only the first 10 of 154 ports in this commit are shown above. )
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
|
Sun, 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
|
Wed, 20 Jun 2018
|
[ 17:29 antoine ]
Fix build
|
[ 17:05 mat ] (Only the first 10 of 1617 ports in this commit are shown above. )
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
|
Sun, 29 Apr 2018
|
[ 16:19 tcberner ] (Only the first 10 of 65 ports in this commit are shown above. )
Update the QScintilla2 ports to 2.10.4
|
Mon, 19 Feb 2018
|
[ 11:10 antoine ] (Only the first 10 of 442 ports in this commit are shown above. )
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Sat, 4 Feb 2017
|
[ 13:37 tcberner ] (Only the first 10 of 21 ports in this commit are shown above. )
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
|
Fri, 20 Jan 2017
|
[ 20:09 antoine ]
Remove useless reinplace that was editing a symlink
PR: 216309
|
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
|
Sun, 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>
|
Tue, 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
|
Sat, 26 Sep 2015
|
[ 21:39 antoine ] (Only the first 10 of 17 ports in this commit are shown above. )
Deprecate ports broken for more than 6 months
|
Mon, 30 Mar 2015
|
[ 22:48 bapt ]
LOGILAB mirrors are gone
Mark broken ports only using LOGILAB mirror
|
Mon, 20 Oct 2014
|
[ 16:04 mva ] (Only the first 10 of 564 ports in this commit are shown above. )
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
|
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)
|
Wed, 25 Jun 2014
|
[ 05:35 bapt ] (Only the first 10 of 304 ports in this commit are shown above. )
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
|
Mon, 31 Mar 2014
|
[ 14:13 pawel ]
- Add staging support
- Make RUN_DEPENDS path independent
|
Fri, 21 Feb 2014
|
[ 13:36 ehaupt ] (Only the first 10 of 54 ports in this commit are shown above. )
Remove trailing whitespaces from category devel
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
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)
|
Sun, 15 Dec 2013
|
[ 16:22 wg ] (Only the first 10 of 64 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Fri, 20 Sep 2013
|
[ 17:04 bapt ] (Only the first 10 of 482 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
|
Wed, 18 Sep 2013
|
[ 17:25 amdmi3 ]
Drop maintainership
|
Fri, 12 Jul 2013
|
[ 15:01 amdmi3 ] (Only the first 10 of 229 ports in this commit are shown above. )
- 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
|
Sun, 3 Feb 2013
|
[ 18:16 makc ] (Only the first 10 of 58 ports in this commit are shown above. )
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
|
Fri, 28 Sep 2012
|
[ 12:59 amdmi3 ]
- Update to 1.6.2
|
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
|
Fri, 25 May 2012
|
[ 01:50 makc ] (Only the first 10 of 57 ports in this commit are shown above. )
Chase PyQT update
|
Mon, 5 Mar 2012
|
[ 14:32 amdmi3 ]
- Update to 1.5.0
|
Thu, 6 Oct 2011
|
[ 00:05 amdmi3 ]
- Update to 1.4.0
|
Thu, 23 Jun 2011
|
[ 22:42 amdmi3 ]
- Update to 1.3.0
|
Wed, 1 Sep 2010
|
[ 17:55 amdmi3 ]
- Update to 1.2.1
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Thu, 4 Feb 2010
|
[ 00:07 amdmi3 ]
- Update to 1.2.0
|
Sat, 30 Jan 2010
|
[ 14:27 fluffy ] (Only the first 10 of 82 ports in this commit are shown above. )
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.
|
Tue, 13 Oct 2009
|
[ 22:23 amdmi3 ]
- Update to 1.1.3
|
Mon, 5 Oct 2009
|
[ 08:59 amdmi3 ]
- Update to 1.1.2
|
Mon, 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
|
Wed, 17 Jun 2009
|
[ 17:20 amdmi3 ]
- Update to 1.0.1
|
Tue, 24 Mar 2009
|
[ 19:39 amdmi3 ]
- Update to 0.11.2
|
Tue, 3 Mar 2009
|
[ 22:48 amdmi3 ]
- Update to 0.10.2
|
Wed, 21 Jan 2009
|
[ 13:57 amdmi3 ]
- Update to 0.10.1
|
Tue, 23 Dec 2008
|
[ 23:54 amdmi3 ]
- Update to 0.10.0
|
Tue, 25 Nov 2008
|
[ 16:20 amdmi3 ]
- Update to 0.9.1
|
Fri, 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 |