notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: multimedia/py-openlp/Makefile

Number of commits found: 57

Monday, 5 Oct 2020
15:50 lbartoletti search for other commits by this committer
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
Original commitRevision:551499 
Saturday, 11 Apr 2020
05:04 lbartoletti search for other commits by this committer
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
Original commitRevision:531396 
Friday, 8 Nov 2019
13:59 tobik search for other commits by this committer
multimedia: Add missing USES={gl,gnome,sdl,xorg}
Original commitRevision:517065 
Wednesday, 16 Jan 2019
11:13 tijl search for other commits by this committer
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
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1]
https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2]
https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3]
https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
Original commitRevision:490472 
Thursday, 22 Nov 2018
20:18 tcberner search for other commits by this committer
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
Original commitRevision:485614 
Thursday, 9 Aug 2018
02:51 pi search for other commits by this committer
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
Original commitRevision:476718 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
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
Original commitRevision:473503 
Thursday, 21 Jun 2018
16:52 tcberner search for other commits by this committer
multimedia/*phonon*: update and flavorize with @qt4/@qt5

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14632
Original commitRevision:472983 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Friday, 23 Feb 2018
01:33 tabthorpe search for other commits by this committer
- Reassign ports to the heap
Original commitRevision:462658 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
Original commitRevision:455210 
Saturday, 18 Feb 2017
19:48 tcberner search for other commits by this committer
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
Original commitRevision:434380 
Saturday, 4 Feb 2017
13:37 tcberner search for other commits by this committer
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
Original commitRevision:433310 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Saturday, 6 Aug 2016
16:06 tabthorpe search for other commits by this committer
- Depend on sqlalchemy to fix builds
- Bump PORTREVISION

Reported by:	pkgbot
MFH:		2016Q3
Original commitRevision:419749 
Wednesday, 25 May 2016
15:43 mat search for other commits by this committer
Remove useless WRKSRC definitions.

While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
Original commitRevision:415839 
Sunday, 22 May 2016
10:52 matthew search for other commits by this committer
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]
   py-sqlalchemy10      1.0.13  m.tsatsenko@gmail.com (new, repocopy from
py-sqlalchemy-devel) [2]

 - Use options-helpers and option dependent make targets.
 - Use autoplist for documents as well as python code
 - Add all the docments to the packages: previously an arbitrary
   subset was added in a way that excluded CSS, images and other HTML
   assets.
 - Use TEST_DEPENDS and add a TEST_TARGET instead of having a 'TEST'
   option.
 - Use py-pytest for 0.9.x and later, rather than py-nose.
 - Add CONFLICTS_INSTALL between all of the py-sqlalchemyXY ports.

PR:		191442
Submitted by:	robak
Reviewed by:	robak
Reviewed by:	pi
Approved by:	nivit (maintainer timeout, ~300days) [1]
Approved by:    m.tsatsenko@gmail.com (maintainer) [2]
Sponsored by:	https://reviews.freebsd.org/D908
Original commitRevision:415627 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Tuesday, 8 Dec 2015
18:09 tabthorpe search for other commits by this committer
- Update to 2.1.6
Original commitRevision:403327 
Saturday, 3 Oct 2015
02:08 amdmi3 search for other commits by this committer
- Remove extra entry from pkg-plist
- Add NO_ARCH

Approved by:	portmgr blanket
Original commitRevision:398462 
Monday, 8 Jun 2015
23:27 tabthorpe search for other commits by this committer
- Update to 2.1.5
Original commitRevision:388892 
Tuesday, 21 Oct 2014
17:22 mva search for other commits by this committer
- Convert ports of multimedia/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371331 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Friday, 5 Sep 2014
03:36 tabthorpe search for other commits by this committer
- Update to 2.0.5
Original commitRevision:367324 
Monday, 5 May 2014
11:15 bapt search for other commits by this committer
Catch a couple of missing convertsion to :tu/:tl

Submitted by:	ak
With hat:	portmgr
Original commitRevision:352993 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
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)
Original commitRevision:347809 
Tuesday, 18 Feb 2014
14:31 makc search for other commits by this committer
- Bump PORTREVISION after KDE4_PREFIX change
Original commitRevision:344898 
Tuesday, 21 Jan 2014
13:53 tabthorpe search for other commits by this committer
- Support STAGEDIR
- Thanks to antoine@ who did all the real work to clean this up

Submitted by:	antoine
Original commitRevision:340608 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
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)
Original commitRevision:339634 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
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
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Thursday, 3 Oct 2013
12:04 wg search for other commits by this committer
multimedia/py-openlp: change beautifulsoup dependency

- Change beautifulsoup dependency, version 3.0 is going to be removed

Approved by:	maintainer (via email)
Original commitRevision:329169 
Friday, 20 Sep 2013
20:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Original commitRevision:327747 
Thursday, 19 Sep 2013
05:15 tabthorpe search for other commits by this committer
- Update to 2.0.3
Original commitRevision:327593 
Sunday, 1 Sep 2013
12:58 lwhsu search for other commits by this committer
Chase renaming databases/py-migrate to databases/py-sqlalchemy-migrate
Original commitRevision:325854 
Wednesday, 20 Mar 2013
15:22 tabthorpe search for other commits by this committer
- Update to 2.0.1
Original commitRevision:314740 
Sunday, 3 Feb 2013
18:16 makc search for other commits by this committer
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.

x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
Original commitRevision:311476 
Tuesday, 2 Oct 2012
04:15 tabthorpe search for other commits by this committer
- Fix plist
- Bump PORTREVISION

Submitted by:	pointyhat via beatmail
Original commitRevision:305147 
Saturday, 22 Sep 2012
05:51 tabthorpe search for other commits by this committer
- Update to 1.9.12
Original commitRevision:304664 
Friday, 24 Aug 2012
20:48 tabthorpe search for other commits by this committer
- Update to 1.9.11
Original commit
Thursday, 19 Jul 2012
18:10 tabthorpe search for other commits by this committer
- Update to 1.9.10

Submitted by:	Raoul Synman (Upline developer)
Original commit
Wednesday, 13 Jun 2012
03:18 tabthorpe search for other commits by this committer
- Update to 1.9.9

Prodded by:     superfly via irc
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 25 May 2012
01:50 makc search for other commits by this committer
Chase PyQT update
Original commit
Saturday, 28 Apr 2012
02:48 tabthorpe search for other commits by this committer
- Add py-qt4-opengl dependency
- Bump PORTREVISION
Original commit
Wednesday, 28 Dec 2011
07:09 tabthorpe search for other commits by this committer
- Update to 1.9.8
Original commit
Monday, 26 Sep 2011
01:53 tabthorpe search for other commits by this committer
- Update to 1.9.7
Original commit
Wednesday, 21 Sep 2011
03:55 tabthorpe search for other commits by this committer
- Build with easy_install
- Update plist
- Bump PORTREVISION

PR:             ports/160285
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Original commit
Friday, 9 Sep 2011
19:15 tabthorpe search for other commits by this committer
- Update to 1.9.6

Thanks to:      Raoul "Superfly" Snyman (upstream developer)
Original commit
Saturday, 25 Jun 2011
07:35 nivit search for other commits by this committer
- Fix path/typo in the tuple of py-sqlalchemy in RUN_DEPENDS

Reported by:    pavbot
Original commit
Thursday, 23 Jun 2011
14:20 nivit search for other commits by this committer
- Fix RUN_DEPENDS after the repocopy of databases/py-sqlalchemy
  (This port doesn't yet support SQLAlchemy 0.7.X)
- Bump PORTREVISION
Original commit
Sunday, 10 Apr 2011
04:26 tabthorpe search for other commits by this committer
- Fix dependencies
- Bump PORTREVISION
Original commit
Wednesday, 30 Mar 2011
03:58 tabthorpe search for other commits by this committer
- Update to 1.9.5
Original commit
Tuesday, 8 Mar 2011
05:14 tabthorpe search for other commits by this committer
- Update to 1.9.4
Original commit
Wednesday, 29 Sep 2010
04:52 tabthorpe search for other commits by this committer
- Update to 1.9.3
Original commit
Friday, 16 Jul 2010
17:40 tabthorpe search for other commits by this committer
- Update to 1.9.2.1
- Add LICENSE
Original commit
Wednesday, 7 Apr 2010
18:25 tabthorpe search for other commits by this committer
- Fix install phase

Reported by:    QAT
Original commit
16:42 tabthorpe search for other commits by this committer
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
Original commit

Number of commits found: 57