Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.6_4 09 Nov 2020 08:42:24 |
bapt |
Remove py-openlp
It depends on the expired gstreamer 0.10 |
2.4.6_4 05 Oct 2020 15:50:04 |
lbartoletti |
Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Use pypi for PYQT [1]
- Add devel/py-qt5-sip (Don't use it for now. It will be used in future updates
of PyQt with py-sip >= 5)
- Add missing py-qt5 ports: comms/py-qt5-sensors, devel/py-qt5-location,
devel/py-qt5-remoteobjects, net/py-qt5-networkauth
- Strip libs
- Refactor *_PATH and *_PORT parts
[1] RiverBankComputing doesn't offer links to download latest version of some
ports
PR: 247369
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D25749
Exp-run by: antoine |
2.4.6_3 11 Apr 2020 05:04:41 |
lbartoletti |
Update py-sip to 4.19.21 and qscintilla2 to 2.11.4
- Update py-sip to 4.19.21
- Update qscintilla2 to 2.11.4
- Replace MASTER_SITE_RIVERBANK with https versions
- Replace QSCI2_DISTNAME to match with the new one
PR: 245308
Approved by: tcberner (mentor)
Exp-run by: antoine |
2.4.6_2 08 Nov 2019 13:59:51 |
tobik |
multimedia: Add missing USES={gl,gnome,sdl,xorg} |
2.4.6_2 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
2.4.6_1 22 Nov 2018 20:18:37 |
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 |
2.4.6 09 Aug 2018 02:51:19 |
pi |
multimedia/py-openlp: Update 2.1.6 -> 2.4.6
- adds LICENSE_FILE
- copies OpenLP to ${PREFIX}/bin (= renamed copy of openlp.py)
with appropriate workaround for the openlp.desktop file.
This is required to start the software. Otherwise it yields the
following error:
ImportError: No module named 'openlp.core'; 'openlp' is not a package.
- added INSTALLS_ICONS to pet portlint
- merged pre-build target into post-build target
- sorted variables a bit
PR: 211665
Submitted by: Kai <freebsd_ports@k-worx.org>
Changes: https://openlp.org/blog/2017/04/02/fix-all-the-bugs-openlp-246
https://openlp.org/blog/2017/02/05/a-few-more-bugs-fixed-openlp-245
https://openlp.org/blog/2016/11/27/openlp-244-released
https://openlp.org/blog/2016/09/25/openlp-243-and-personal-news
https://openlp.org/blog/2016/06/26/openlp-242-released
https://openlp.org/blog/2016/05/01/openlp-241-released
https://openlp.org/blog/2016/02/14/openlp-24-released
https://openlp.org/blog/2015/11/01/first-22-series-bugfix-release-openlp-221
https://openlp.org/blog/2015/10/18/openlp-22-released |
2.1.6_2 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
2.1.6_2 21 Jun 2018 16:52:09 |
tcberner |
multimedia/*phonon*: update and flavorize with @qt4/@qt5
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14632 |
2.1.6_1 20 Jun 2018 17:05:44 |
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 |
2.1.6_1 23 Feb 2018 01:33:00 |
tabthorpe |
- Reassign ports to the heap |
2.1.6_1 30 Nov 2017 15:50:34 |
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 (Only the first 15 lines of the commit message are shown above ) |
2.1.6_1 18 Feb 2017 19:48:05 |
tcberner |
Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more
* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
By moving the libraries we should finally be able to get rid of the inplace
upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries
were lying in /usr/local/lib, which would often get added by pkgconfig to the
linker paths via dependencies, the already installed libraries were linked
against, instead of the ones that were being built. This forced us to make
sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]
There are several new Qt5 ports which all have been created by Marie Loise
Nolden
<nolden@kde.org>. Thanks again.
PR: 216797
Exp-Run by: antoine
Reviewed by: rakuco, mat, groot_kde.org
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9213 |
2.1.6_1 04 Feb 2017 13:37:15 |
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 |
2.1.6_1 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
2.1.6_1 06 Aug 2016 16:06:57 |
tabthorpe |
- Depend on sqlalchemy to fix builds
- Bump PORTREVISION
Reported by: pkgbot
MFH: 2016Q3 |
2.1.6 25 May 2016 15:43:34 |
mat |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight |
2.1.6 22 May 2016 10:52:45 |
matthew |
Reorganise and modernise the py-sqlalchemy ports.
- Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches.
- Deprecate the ports for the 0.6 and 0.7 release branches, as these
have been declared EoL and are no longer supported by upstream.
- Update to the latest available version in each branch.
In detail:
Port Version Maintainer
----------------------------------------------
py-sqlalchemy06 0.6.9 nivit@FreeBSD.org (Deprecate 2016-08-20) [1]
py-sqlalchemy07 0.7.10 nivit@FreeBSD.org (renamed py-sqlalchemy,
Deprecate 2016-08-20) [1]
py-sqlalchemy08 0.8.7 nivit@FreeBSD.org (renamed py-sqlalchemy-devel)
[1]
py-sqlalchemy09 0.9.10 m.tsatsenko@gmail.com (new, repocopy from
py-sqlalchemy-devel) [2] (Only the first 15 lines of the commit message are shown above ) |
2.1.6 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.1.6 08 Dec 2015 18:09:55 |
tabthorpe |
- Update to 2.1.6 |
2.1.5 03 Oct 2015 02:08:07 |
amdmi3 |
- Remove extra entry from pkg-plist
- Add NO_ARCH
Approved by: portmgr blanket |
2.1.5 08 Jun 2015 23:27:40 |
tabthorpe |
- Update to 2.1.5 |
2.0.5_1 01 Feb 2015 20:24:28 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket |
2.0.5_1 21 Oct 2014 17:22:08 |
mva |
- Convert ports of multimedia/ to new USES=python
Approved by: portmgr (implicit) |
2.0.5_1 10 Sep 2014 20:50:37 |
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) |
2.0.5 05 Sep 2014 03:36:59 |
tabthorpe |
- Update to 2.0.5 |
2.0.3_4 05 May 2014 11:15:53 |
bapt |
Catch a couple of missing convertsion to :tu/:tl
Submitted by: ak
With hat: portmgr |
2.0.3_4 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
2.0.3_3 18 Feb 2014 14:31:33 |
makc |
- Bump PORTREVISION after KDE4_PREFIX change |
2.0.3_2 21 Jan 2014 13:53:44 |
tabthorpe |
- Support STAGEDIR
- Thanks to antoine@ who did all the real work to clean this up
Submitted by: antoine |
2.0.3_2 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
2.0.3_2 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
2.0.3_1 22 Oct 2013 13:56:27 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with m)
Approved by: portmgr (bdrewery) |
2.0.3_1 03 Oct 2013 12:04:43 |
wg |
multimedia/py-openlp: change beautifulsoup dependency
- Change beautifulsoup dependency, version 3.0 is going to be removed
Approved by: maintainer (via email) |
2.0.3 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
2.0.3 19 Sep 2013 05:15:24 |
tabthorpe |
- Update to 2.0.3 |
2.0.1_1 01 Sep 2013 12:58:11 |
lwhsu |
Chase renaming databases/py-migrate to databases/py-sqlalchemy-migrate |
2.0.1 20 Mar 2013 15:22:05 |
tabthorpe |
- Update to 2.0.1 |
1.9.12_2 03 Feb 2013 18:16:55 |
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 |
1.9.12_1 02 Oct 2012 04:15:01 |
tabthorpe |
- Fix plist
- Bump PORTREVISION
Submitted by: pointyhat via beatmail |
1.9.12 22 Sep 2012 05:51:27 |
tabthorpe |
- Update to 1.9.12 |
1.9.11 24 Aug 2012 23:40:38 |
tabthorpe |
- Remove patchfiles neglected in last commit
Pointyhat to:: tabthorpe
Notified by: QAT |
1.9.11 24 Aug 2012 20:48:27 |
tabthorpe |
- Update to 1.9.11 |
1.9.10 19 Jul 2012 18:10:16 |
tabthorpe |
- Update to 1.9.10
Submitted by: Raoul Synman (Upline developer) |
1.9.9 13 Jun 2012 03:18:36 |
tabthorpe |
- Update to 1.9.9
Prodded by: superfly via irc |
1.9.8_3 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.9.8_2 25 May 2012 01:50:36 |
makc |
Chase PyQT update |
1.9.8_1 28 Apr 2012 02:48:24 |
tabthorpe |
- Add py-qt4-opengl dependency
- Bump PORTREVISION |
1.9.8 28 Dec 2011 07:09:04 |
tabthorpe |
- Update to 1.9.8 |
1.9.7 26 Sep 2011 01:53:15 |
tabthorpe |
- Update to 1.9.7 |
1.9.6_1 21 Sep 2011 03:55:55 |
tabthorpe |
- Build with easy_install
- Update plist
- Bump PORTREVISION
PR: ports/160285
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.9.6 09 Sep 2011 19:15:47 |
tabthorpe |
- Update to 1.9.6
Thanks to: Raoul "Superfly" Snyman (upstream developer) |
1.9.5_2 25 Jun 2011 07:35:30 |
nivit |
- Fix path/typo in the tuple of py-sqlalchemy in RUN_DEPENDS
Reported by: pavbot |
1.9.5_2 23 Jun 2011 14:20:04 |
nivit |
- Fix RUN_DEPENDS after the repocopy of databases/py-sqlalchemy
(This port doesn't yet support SQLAlchemy 0.7.X)
- Bump PORTREVISION |
1.9.5_1 10 Apr 2011 04:26:58 |
tabthorpe |
- Fix dependencies
- Bump PORTREVISION |
1.9.5 30 Mar 2011 03:58:43 |
tabthorpe |
- Update to 1.9.5 |
1.9.4 08 Mar 2011 05:14:21 |
tabthorpe |
- Update to 1.9.4 |
1.9.3 29 Sep 2010 04:52:45 |
tabthorpe |
- Update to 1.9.3 |
1.9.2.1 16 Jul 2010 17:40:14 |
tabthorpe |
- Update to 1.9.2.1
- Add LICENSE |
1.9.1 07 Apr 2010 18:25:59 |
tabthorpe |
- Fix install phase
Reported by: QAT |
1.9.1 07 Apr 2010 16:42:48 |
tabthorpe |
OpenLP is free church presentation software, or lyrics projection
software, used to display slides of songs, Bible verses, videos,
images, and even presentations for church worship using a computer
and a data projector.
WWW: http://openlp.org |