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) combination for a given watch list. This is what FreshPorts will look for.

non port: irc/quassel/Makefile

Number of commits found: 95

Sunday, 3 Dec 2023
22:17 Tobias C. Berner (tcberner) search for other commits by this committer
framework: move 'phonon4' from qt.mk to kde.mk as 'phonon'

To depend on phonon, you now need

USES=	kde:<ver>
USE_KDE=phonon

if you want to depend on the backend, also add

USE_KDE=	phonon-backend
commit hash: b2a438e1ba2f1f806519a925c2f241d2f4675c65 commit hash: b2a438e1ba2f1f806519a925c2f241d2f4675c65 commit hash: b2a438e1ba2f1f806519a925c2f241d2f4675c65 commit hash: b2a438e1ba2f1f806519a925c2f241d2f4675c65 b2a438e
Wednesday, 13 Sep 2023
11:16 Tobias C. Berner (tcberner) search for other commits by this committer
irc/quassel: switch to using WebEngine by default

Qt5Webkit will be removed at the end of the year.

See: commit e8e65e7574de0b374caaa3da0ba6a26a67103e62

    www/qt5-webkit: mark for deletion

    Qt upstream switched to QtWebEngine quite a while ago, and the maintenance
    of QtWebKit was carried out by a separate person.
    Unfortunately, no release or updates have been pushed in the recent
    years.

    Note: there is a fork [1] of the used fork [2], that might be viable for
people that
    really still need to rely on Qt5Webkit.

    [1] https://github.com/movableink/webkit/
    [2] https://github.com/qtwebkit/qtwebkit
commit hash: 451c5e6736c18066110aa82b1fbafccaf62571b9 commit hash: 451c5e6736c18066110aa82b1fbafccaf62571b9 commit hash: 451c5e6736c18066110aa82b1fbafccaf62571b9 commit hash: 451c5e6736c18066110aa82b1fbafccaf62571b9 451c5e6
Tuesday, 25 Apr 2023
15:17 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 feb1fa3
Wednesday, 8 Feb 2023
10:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap

Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da 6e1233b
Sunday, 11 Sep 2022
10:20 Felix Palmen (zirias) search for other commits by this committer
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee ddae4e9
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Friday, 26 Aug 2022
06:30 Tobias C. Berner (tcberner) search for other commits by this committer
devel/qca: add flavors for Qt 5 and Qt 6
commit hash: 630a8a1ea538f72e0a0e00e645758982cdba095a commit hash: 630a8a1ea538f72e0a0e00e645758982cdba095a commit hash: 630a8a1ea538f72e0a0e00e645758982cdba095a commit hash: 630a8a1ea538f72e0a0e00e645758982cdba095a 630a8a1
Tuesday, 23 Aug 2022
07:24 Tobias C. Berner (tcberner) search for other commits by this committer
devel/libdbusmenu-qt: make consumers depend explicitely on the qt5 flavor
commit hash: 0f11c3398301ad8d29f37ad19f44e925a352c0e5 commit hash: 0f11c3398301ad8d29f37ad19f44e925a352c0e5 commit hash: 0f11c3398301ad8d29f37ad19f44e925a352c0e5 commit hash: 0f11c3398301ad8d29f37ad19f44e925a352c0e5 0f11c33
Friday, 12 Aug 2022
14:46 Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed 4cf39de
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
irc: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  A. Gabriel <backslash@BSDCode.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Alexey Mikhailov <karma@ez.pereslavl.ru>
  *  Alfred Perlstein <alfred@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Ben Hutchinson <benhutch@xfiles.org.uk>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Chess Griffin <chess@chessgriffin.com>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Craig Edwards <brain@mail1.chatspike.net>
  *  David Bushong <david+ports@bushong.net>
  *  David Taylor <davidt@yadt.co.uk>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Dominic Marks <dom@cus.org.uk>
  *  Edini <ports@edini.net>
  *  Eugeny Kuzakov <CoreDumped@CoreDumped.null.ru>
  *  Evgueni V. Gavrilov <aquatique@rusunix.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Gerrit Beine <tux@pinguru.net>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Hye-Shik Chang
  *  Jase Thew <freebsd@beardz.net>
  *  Jens Holmqvist <zparta@hispan.se>
  *  Jimbo Bahooli <griffin@blackhole.iceworld.org>
  *  Jonas Kvinge <jonas@night-light.net>
  *  Josh Paetzel <josh@tcbug.org>
  *  Julien Laffaye <kimelto@gmail.com>
  *  KIMURA Yasuhiro <yasu@utahime.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Makoto Matsushita <matusita@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Masahiro Teramoto <markun@onohara.to>
  *  Matthew West <mwest@uct.ac.za>
  *  Maxim Ignatenko
  *  Michael Ranner
  *  Oliver Eikemeier
  *  Philippe Audeoud <jadawin@tuxaco.net>
  *  Romain Tartiere <romain@blogreen.org>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Shaun Amott <shaun@inerd.com>
  *  Steve Wills <swills@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  TERAMOTO Masahiro <markun@onohara.to>
  *  Tim Bishop <tim@bishnet.net>
  *  Timothy Redaelli <drizzt@gufi.org>
  *  Travis Poppe <tlp@liquidx.org>
  *  Ulrich Spoerlein <q@uni.de>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Walter Venable <weaseal@hotmail.com>
  *  Walter Venable <weaseal@users.sourceforge.net>
  *  Wen Heping <wenheping@gmail.com>
  *  Will Andrews <andrews@technologist.com>
  *  clement
  *  db
  *  elvstone@gmail.com
  *  gahr
  *  hrs
  *  ijliao
  *  koji@jet.es
  *  milki <milki@rescomp.berkeley.edu>
  *  perlguy@perlguy.com
  *  pgl@instinct.org
  *  sec@42.org
  *  tdb
  *  torstenb

With hat:	portmgr
commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 6ec0477
Wednesday, 5 Jan 2022
11:20 Dima Panov (fluffy) search for other commits by this committer
irc/quassel: update to 0.14.0 release
commit hash: 8e0a88f12d7715ae62ecde7b8782b153d70f1a24 commit hash: 8e0a88f12d7715ae62ecde7b8782b153d70f1a24 commit hash: 8e0a88f12d7715ae62ecde7b8782b153d70f1a24 commit hash: 8e0a88f12d7715ae62ecde7b8782b153d70f1a24 8e0a88f
Saturday, 16 Oct 2021
12:27 Dima Panov (fluffy) search for other commits by this committer
irc/quassel: update to 0.14-rc2 release (+)

Switch to author's provided src tarball instead of GitHub auto-generated.

Changes since -rc1:

* Don't silently fall back to unencrypted client/core communication if
certificate cannot be loaded
* Properly escape LDAP usernames to prevent injection or bypassing
authentication
* Strip format codes in ignore list rules (this might affect pre-existing rules)
* Improve window handling under Wayland
* Update bundled iconsets and application icons
* Update default network and documentation to point to our new home Libera IRC
(since Freenode killed itself)
commit hash: 75e374f5f346d5c21250278c44d899f037fac300 commit hash: 75e374f5f346d5c21250278c44d899f037fac300 commit hash: 75e374f5f346d5c21250278c44d899f037fac300 commit hash: 75e374f5f346d5c21250278c44d899f037fac300 75e374f
09:51 Jimmy Olgeni (olgeni) search for other commits by this committer
*: fix tab vs. space issues, and comments according to the guide.
commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a 4460cf7
Thursday, 19 Aug 2021
23:43 Kevin Bowling (kbowling) search for other commits by this committer
irc/quassel: Fix build
commit hash: dd5c81c759afe58d990bff1bef5a358688b94261 commit hash: dd5c81c759afe58d990bff1bef5a358688b94261 commit hash: dd5c81c759afe58d990bff1bef5a358688b94261 commit hash: dd5c81c759afe58d990bff1bef5a358688b94261 dd5c81c
19:07 Dima Panov (fluffy) search for other commits by this committer
irc/quassel*: update to 0.14-rc1 snapshot (+)

Quassel 0.14-rc1 pre-release have full support for Qt 5.5+

While here, adopt port and add some KDE/KF5 integration options
commit hash: 5b40ab6b2fa808cb98febc1cfb00b8c74360c82a commit hash: 5b40ab6b2fa808cb98febc1cfb00b8c74360c82a commit hash: 5b40ab6b2fa808cb98febc1cfb00b8c74360c82a commit hash: 5b40ab6b2fa808cb98febc1cfb00b8c74360c82a 5b40ab6
Monday, 2 Aug 2021
04:41 Xin LI (delphij) search for other commits by this committer
net/openldap24-client: bump all dependent port

In the earlier net/openldap24-server commit, only those which depend on
net/openldap24-sasl-client were bumped. Bumping all dependent port that
didn't get a bump to force a rebuild of these packages.

Suggested by:	kib
commit hash: 3ba73dad6f600e4da54237e381201faec678984c commit hash: 3ba73dad6f600e4da54237e381201faec678984c commit hash: 3ba73dad6f600e4da54237e381201faec678984c commit hash: 3ba73dad6f600e4da54237e381201faec678984c 3ba73da
Saturday, 22 May 2021
02:13 Ben Woods (woodsb02) search for other commits by this committer
*/*: Fix ENOTIME: return my ports to the pool

Reset maintainership of my ports to ports@FreeBSD.org so others can
step in to help where I haven't been able to find the time.
commit hash: 95d52e52fb64ed8c6ccb6906a38dbede128a64c3 commit hash: 95d52e52fb64ed8c6ccb6906a38dbede128a64c3 commit hash: 95d52e52fb64ed8c6ccb6906a38dbede128a64c3 commit hash: 95d52e52fb64ed8c6ccb6906a38dbede128a64c3 95d52e5
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 17 Jan 2021
15:29 swills search for other commits by this committer
irc/quassel: remove snorenotify support

since snorenotify is deprecated upstream

PR:		252216
Approved by:	woodsb02 (maintainer)
Original commitRevision:561830 
Monday, 11 Jan 2021
22:37 jhb search for other commits by this committer
More cleanly daemonize quasselcore.

- Use -c with daemon to change the working directory to / before
  invoking quasselcore.

- Use -f with daemon to redirect stdout/stdin/stderr to /dev/null
  before invoking quasselcore.

Reviewed by:	woodsb02 (maintainer)
Differential Revision:	https://reviews.freebsd.org/D28096
Original commitRevision:561284 
Saturday, 21 Mar 2020
07:24 tcberner search for other commits by this committer
devel/qca: update to 2.3

- qca-2.3 drop support for OSSL<1.1
- copy devel/qca to devel/qca-legacy which is held at the current version
- update devel/qca to 2.3
- Add Uses/qca.mk which handles dependency on either of the ports depending on
  the FreeBSD version

Users on FreeBSD11 must therefore change their pkg orign a la:

   pkg set -o devel/qca:devel/qca-legacy

PR:		244682
Exp-run by:	antoine
Reviewed by:	arrowd
Differential Revision:	https://reviews.freebsd.org/D24042
Original commitRevision:528829 
Monday, 18 Nov 2019
12:34 fluffy search for other commits by this committer
- Switch to USE_OPENLDAP framework instead of direct openldap origin hardcode,
unbreak OpenLDAP/SASL use

PR:		241922
Submitted by:	myself
Approved by:	maintainer (woodsb02)
MFH:		2019Q4
Original commitRevision:517867 
Sunday, 18 Aug 2019
10:22 woodsb02 search for other commits by this committer
irc/quassel: enable snorenotify support

PR:		238875
Submitted by:	swills
Original commitRevision:509196 
10:12 woodsb02 search for other commits by this committer
irc/quassel: Upgrade to 0.13.1

Also switch to GitHub for downloading source.

Changes this release:
  https://github.com/quassel/quassel/blob/0.13.1/ChangeLog#L16
Original commitRevision:509195 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Saturday, 16 Mar 2019
21:32 tcberner search for other commits by this committer
multimedia/phonon, multimedia/phonon-gestreamer,
multimedia/phonon-designerplugin: remove flavorse (Qt4 deprecation)
Original commitRevision:495961 
20:27 tcberner search for other commits by this committer
devel/libdbusmenu-qt: remove flavors (Qt4 deprecation)
Original commitRevision:495956 
20:16 tcberner search for other commits by this committer
devel/qca: remove flavors (Qt4 deprecation)
Original commitRevision:495954 
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 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Original commitRevision:488341 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Sunday, 2 Dec 2018
23:18 woodsb02 search for other commits by this committer
irc/quassel: Update to 0.13.0

Changes this release:
  https://github.com/quassel/quassel/blob/0.13.0/ChangeLog

PR:		233507
Submitted by:	David Fullard <dave+freebsd@fullard.ca>
Reviewed by:	ler
Original commitRevision:486492 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
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 
Thursday, 26 Apr 2018
09:22 woodsb02 search for other commits by this committer
irc/quassel: Update to 0.12.5

Changes this release:
  https://quassel-irc.org/node/130

MFH:		2018Q2
Security:	https://vuxml.freebsd.org/freebsd/499f6b41-58db-4f98-b8e7-da8c18985eda.html
Original commitRevision:468336 
Saturday, 14 Apr 2018
11:09 tcberner search for other commits by this committer
devel/qca, devel/qca-qt5 -- create flavors

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14651
Original commitRevision:467306 
Monday, 12 Mar 2018
18:52 tcberner search for other commits by this committer
Create flavors for devel/libdbusmenu-qt[45]

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14643
Original commitRevision:464272 
Friday, 22 Sep 2017
10:48 mat search for other commits by this committer
Remove USES=execinfo.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Original commitRevision:450351 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Sunday, 8 Jan 2017
07:22 woodsb02 search for other commits by this committer
irc/quassel: Fix erroneously empty value for PLIST variable

This was causing the build of slave port irc/quassel-core to hang during
the ports build step which generates temporary packing list, as the sed
command to perform PLIST_SUB did not have a filename argument provided.

Reported by:	Steve Hay <hay.steve@gmail.com>
MFH:		2017Q1
Original commitRevision:430857 
Saturday, 24 Dec 2016
03:48 woodsb02 search for other commits by this committer
irc/quassel and irc/quassel-core: Add PostgreSQL option

- Qt decides at run-time which SQL drivers are installed and only then
  allows running Quassel with those database backends.
- Also reformat to minimise diff of irc/quassel-core (slave) from
  irc/quassel (master) as much as possible (per recommendation in
  the Porter's handbook).

PR:		215026
Submitted by:	Christian Schwarz <me@cschwarz.com>
Approved by:	adamw (mentor, implicit)
Original commitRevision:429306 
Saturday, 29 Oct 2016
17:01 woodsb02 search for other commits by this committer
irc/quassel: split into two ports (client and server)

irc/quassel-core provides the server back-end.
irc/quassel provides the client front-end.
irc/quassel can also be built with the MONO option enabled to also
install the client and server combined into a single monolithic binary.

Submitted by:	Chris Rees <crees@physics.org> (in part)
Approved by:	adamw (mentor, implicit)
Original commitRevision:424921 
Thursday, 27 Oct 2016
15:34 woodsb02 search for other commits by this committer
irc/quasssel: Patch CMakeLists.txt to fix build against SSL with Qt 5.6

PR:		213581
Submitted by:	Christian Schwarz (me@cschwarz.com)
Submitted by:	tcberner
Reviewed by:	mat
Approved by:	adamw (mentor, implicit)
Obtained
from:	https://github.com/quassel/quassel/commit/4768c9e99f99b581d4e32e797db91d0182391696
MFH:		2016Q4
Differential Revision:	https://reviews.freebsd.org/D8294
Original commitRevision:424771 
Saturday, 22 Oct 2016
00:46 woodsb02 search for other commits by this committer
irc/quassel: Take maintainership

Approved by:	adamw (mentor, implicit)
Original commitRevision:424442 
Thursday, 20 Oct 2016
15:58 rakuco search for other commits by this committer
Reassign makc's ports back to the pool.

See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).

I also emailed him 2 weeks ago and have received no response so far.
Original commitRevision:424339 
Thursday, 7 Jul 2016
01:44 junovitch search for other commits by this committer
irc/quassel: update 0.12.3 -> 0.12.4

PR:		209218
Approved by:	makc (maintainer timeout, 2 months)
Security:	CVE-2016-4414
Security:	https://vuxml.FreeBSD.org/freebsd/7d64d00c-43e3-11e6-ab34-002590263bf5.html
MFH:		2016Q3
Original commitRevision:418155 
Friday, 1 Apr 2016
14:08 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412347 
Thursday, 31 Mar 2016
12:51 makc search for other commits by this committer
irc/quassel:
- Update to 0.12.3
- Remove upstream patches

PR:		207562
Submitted by:	Adriaan de Groot (groot@kde.org)
Original commitRevision:412218 
Monday, 15 Feb 2016
11:23 makc search for other commits by this committer
irc/quassel:
- Add rc var to specify IP address quasselcore will listen on

PR:		206673
Submitted by:	Christian Schwarz
Original commitRevision:408922 
Monday, 21 Dec 2015
15:41 feld search for other commits by this committer
irc/quassel: Import patch to resolve DoS CVE

Approved by:	ports-secteam (with hat)
MFH:		2015Q4
Security:	CVE-2015-8547
Original commitRevision:404119 
Monday, 9 Nov 2015
15:22 makc search for other commits by this committer
irc/quassel:
- Update to 0.12.2
- Switch to Qt 5, remove KDE option
Original commitRevision:401107 
Tuesday, 25 Aug 2015
10:03 makc search for other commits by this committer
Convert my ports to new options helpers
Original commitRevision:395231 
Saturday, 16 May 2015
10:00 makc search for other commits by this committer
irc/quassel:
- Update to 0.11.1, which addresses CVE-2015-3427

MFH:	2015Q2
Original commitRevision:386509 
Tuesday, 24 Mar 2015
09:47 makc search for other commits by this committer
irc/quassel:
- Generate 4096 bit RSA certificate

PR:		198809
Suggested by:	Robert Sevat
Original commitRevision:382075 
Tuesday, 24 Feb 2015
21:46 makc search for other commits by this committer
- Switch my ports to USE_QT4=linguisttools_build and adjust Qt components
- Use LUPDATE/LRELEASE provided by bsd.qt.mk
- Drop needless stripping
Original commitRevision:379845 
Friday, 7 Nov 2014
10:47 makc search for other commits by this committer
irc/quassel: add CPE info
Original commitRevision:372252 
Wednesday, 22 Oct 2014
13:29 makc search for other commits by this committer
irc/quassel:
- Update to 0.11.0. This version requires compiler with c++11 support
- Sonvert to USES=execinfo
- Use options helpers as much as possible
- Fix packaging for combination of NLS/MONO_OR_CLIENT options
- drop @dirrm from plist
Original commitRevision:371358 
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 
Monday, 31 Mar 2014
10:58 makc search for other commits by this committer
irc/quassel:
- update to 0.10.0
- convert to USES=tar:bzip2
- clean up Makefile from stale stuff
Original commitRevision:349726 
Tuesday, 18 Feb 2014
14:31 makc search for other commits by this committer
- Bump PORTREVISION after KDE4_PREFIX change
Original commitRevision:344898 
Wednesday, 27 Nov 2013
12:54 makc search for other commits by this committer
Update to 0.9.2
Original commitRevision:335010 
Wednesday, 6 Nov 2013
15:58 makc search for other commits by this committer
Update to 0.9.1
Original commitRevision:333006 
Wednesday, 23 Oct 2013
13:08 makc search for other commits by this committer
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
Original commitRevision:331383 
Friday, 20 Sep 2013
18:44 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc)
Original commitRevision:327736 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Saturday, 20 Jul 2013
11:08 makc search for other commits by this committer
- Install to KDE4_PREFIX when building with KDE support (should fix some
  runtime issues) [1]
- Don't remove kdehier4 directories

Reported by:	avg
Original commitRevision:323341 
Sunday, 12 May 2013
08:42 makc search for other commits by this committer
- Update to 0.9.0
- Switch to ouf of source build
- Add KDE option (off by default), and use separate plist for not
  overcomplicating the matter
- Sync list of Qt 4 components with project requirements
- Trim Makefile header
- Reformat description
Original commitRevision:317937 
Monday, 25 Mar 2013
14:01 makc search for other commits by this committer
Add NLS to OPTIONS_DEFINE
Original commitRevision:315225 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Tuesday, 31 Jul 2012
13:25 makc search for other commits by this committer
Fix typo/logic after conversion to new option framework

Reported by:	erwin/pointyhat for textproc/qstardict
Original commit
Friday, 27 Jul 2012
11:03 makc search for other commits by this committer
- Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes
Original commit
Wednesday, 6 Jun 2012
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
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, 6 Apr 2012
13:32 makc search for other commits by this committer
Update to 0.8.0

Feature safe:   yes
Original commit
Monday, 31 Oct 2011
14:52 makc search for other commits by this committer
Update to 0.7.3
Add run dependency on Qt4 sqlite3 plugin
Remove needless CMAKE_USE_PTHREAD
Add rc script for quasselcore (reviewed by dougb)
Add "quick start" info to pkg-message
Original commit
Sunday, 10 Apr 2011
08:48 makc search for other commits by this committer
CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from Makefiles
Original commit
Sunday, 26 Sep 2010
17:16 makc search for other commits by this committer
Update to 0.7.1
Original commit
Sunday, 25 Apr 2010
12:02 makc search for other commits by this committer
Update to 0.6.1
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Sunday, 14 Feb 2010
23:24 makc search for other commits by this committer
Update to 0.5.2
Original commit
Saturday, 5 Dec 2009
16:47 makc search for other commits by this committer
Update to 0.5.1
Original commit
Saturday, 24 Oct 2009
16:43 makc search for other commits by this committer
Update to 0.5.0

See http://quassel-irc.org/pub/ChangeLog for details.

Please note, new Quassel Core will not work with old client and
vice versa. You will have to update both components. First time you
run a 0.5 core or client, the config files and database will
automatically be updated to the new format. Downgrades are not
supported, so do make a backup if you intend to go back to 0.4
afterwards!
Original commit
Monday, 14 Sep 2009
10:40 makc search for other commits by this committer
Update to 0.4.3 (bugfix release)
Original commit
Tuesday, 2 Jun 2009
19:46 makc search for other commits by this committer
Update to 0.4.2
Original commit
Tuesday, 31 Mar 2009
17:58 makc search for other commits by this committer
Update to 0.4.1
mark MAKE_JOBS_SAFE
Original commit
Tuesday, 24 Mar 2009
19:13 makc search for other commits by this committer
bump PORTREVISION after cmake update
Original commit
Sunday, 22 Feb 2009
11:10 makc search for other commits by this committer
Update to 0.4.0
Original commit
Sunday, 21 Dec 2008
18:32 makc search for other commits by this committer
Update quassel to 0.3.1

Approved by:    miwi (mentor)
Original commit
Monday, 3 Nov 2008
08:56 makc search for other commits by this committer
Update to 0.3.0.3
Approved by:    miwi (mentor)
Original commit
Wednesday, 1 Oct 2008
20:47 makc search for other commits by this committer
update to 0.3.0.2

approved by:    miwi (mentor)
Original commit
Tuesday, 23 Sep 2008
15:05 makc search for other commits by this committer
Add optins to allow build client and server separately.

Approved by:    miwi (mentor)
Original commit
Tuesday, 16 Sep 2008
13:05 makc search for other commits by this committer
Fix build on 6.3
Approved by:    portmgr (pav)
Original commit
Saturday, 6 Sep 2008
22:34 makc search for other commits by this committer
Quassel IRC is a modern, cross-platform, distributed IRC client
based on the Qt4 framework. Distributed means that one (or multiple)
client(s) can attach to and detach from a central core that stays
permanently online. Re-attaching your client will show your IRC
session in the same state as you left it in (plus whatever happened
while you were gone), and this even when you re-attach from a
different location. An optional Beginner's Mode completely hides
this feature, so Quassel IRC can be used like a traditional client.

WWW:    http://www.quassel-irc.org/

Approved by:    miwi (mentor)
Original commit

Number of commits found: 95