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: x11-wm/lxqt-panel/Makefile

Number of commits found: 29

Saturday, 23 Mar 2024
18:20 Jesper Schmitz Mouridsen (jsm) search for other commits by this committer
LXQt: update to 1.4.0

 Changelog:
 https://lxqt-project.org/release/2023/11/05/release-lxqt-1-4-0/

PR:	277376
commit hash: fd6fe4e3db22633b1fa65d1990b97d208abf9f3b commit hash: fd6fe4e3db22633b1fa65d1990b97d208abf9f3b commit hash: fd6fe4e3db22633b1fa65d1990b97d208abf9f3b commit hash: fd6fe4e3db22633b1fa65d1990b97d208abf9f3b fd6fe4e
Monday, 7 Aug 2023
16:34 Gleb Popov (arrowd) search for other commits by this committer
audio/pulseaudio: Update to 16.1

Bump PORTREVISION on consumers.

Sponsored by:	Serenity Cybersecurity, LLC

PR:		262713
commit hash: b1ecad53b0b32916e5db596b26334db8015e4299 commit hash: b1ecad53b0b32916e5db596b26334db8015e4299 commit hash: b1ecad53b0b32916e5db596b26334db8015e4299 commit hash: b1ecad53b0b32916e5db596b26334db8015e4299 b1ecad5
Tuesday, 20 Jun 2023
17:51 Jesper Schmitz Mouridsen (jsm) search for other commits by this committer Author: Wen Heping
x11-wm/lxqt: Update to 1.3.0

PR:	271509
commit hash: 436af066ae065f6a509dd07e8335e97330e3c028 commit hash: 436af066ae065f6a509dd07e8335e97330e3c028 commit hash: 436af066ae065f6a509dd07e8335e97330e3c028 commit hash: 436af066ae065f6a509dd07e8335e97330e3c028 436af06
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, 12 Apr 2023
21:17 Jan Beich (jbeich) search for other commits by this committer
x11-wm/lxqt-panel: unbreak after 020693c166d1

CMake Error at
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230
(message):
  Could NOT find Perl (missing: PERL_EXECUTABLE)

PR:		266007
Reported by:	antoine (via exp-run)
commit hash: 7fb4db45d41ccbee3ea65b8421c2c364dc7d8629 commit hash: 7fb4db45d41ccbee3ea65b8421c2c364dc7d8629 commit hash: 7fb4db45d41ccbee3ea65b8421c2c364dc7d8629 commit hash: 7fb4db45d41ccbee3ea65b8421c2c364dc7d8629 7fb4db4
Wednesday, 7 Dec 2022
18:35 Jesper Schmitz Mouridsen (jsm) search for other commits by this committer
x11-wm/lxqt-panel: Update to 1.2.0
commit hash: 57ec330fd2d4d309cfbaf3d81117b3e89f7d0200 commit hash: 57ec330fd2d4d309cfbaf3d81117b3e89f7d0200 commit hash: 57ec330fd2d4d309cfbaf3d81117b3e89f7d0200 commit hash: 57ec330fd2d4d309cfbaf3d81117b3e89f7d0200 57ec330
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
Tuesday, 30 Aug 2022
22:19 Dima Panov (fluffy) search for other commits by this committer
x11-wm/lxqt-panel: add missed files to plist (+)

Reported by:	poudriere bulk -t
Approved by:	portmgr blanket
commit hash: 9e1b998f2e894b500700f788db2e31a6ea036edc commit hash: 9e1b998f2e894b500700f788db2e31a6ea036edc commit hash: 9e1b998f2e894b500700f788db2e31a6ea036edc commit hash: 9e1b998f2e894b500700f788db2e31a6ea036edc 9e1b998
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
Wednesday, 20 Jul 2022
14:23 Tobias C. Berner (tcberner) search for other commits by this committer
x11-wm: remove 'Created by' lines

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

  *  Adam Weinberger
  *  Alejandro Pulver <alepulver@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@regency.nsu.ru>
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Anton Tornqvist <antont@inbox.lv>
  *  Aragon Gouveia <aragon@phat.za.net>
  *  Babak Farrokhi <babak@farrokhi.net>
  *  Brett Taylor <brett@peloton.physics.montana.edu>
  *  Brian Handy <handy@physics.montana.edu>
  *  Bruce A. Mah <bmah@ca.sandia.gov>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Dennis Herrmann <dhn@FreeBSD.org>
  *  Dima Sivachenko <dima@chg.ru>
  *  Dominik Rothert <dr@domix.de>
  *  Douglas Carmichael <dcarmich@mcs.com>
  *  Eric Anholt <anholt@FreeBSD.org>
  *  Felix Palmen <felix@palmen-it.de>
  *  Florent Thoumie <flz@xbsd.org>
  *  Garrett Rooney <rooneg@electricjellyfish.net>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Gergely Nagy <8@free.bsd.hu>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  J Han <hjh@photino.com>
  *  Jakub Lach <jakub_lach@mailplus.pl>
  *  James Earl <jdearl@telus.net>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeroen Schot <schot@a-eskwadraat.nl>
  *  Jim Mock <jim@FreeBSD.org>
  *  Matt Lancereau <matt@rimasec.net>
  *  Matthieu Guegan <matt.guegan@free.fr>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Ebert <ebert@informatik.unibw-muenchen.de>
  *  Michael Johnson <ahze@ahze.net>
  *  Neil Blakey-Milner
  *  Nikos Ntarmos <ntarmos@ceid.upatras.gr>
  *  Olivier Duchateau
  *  Patrick Seal <patseal@hyperhost.net>
  *  Pawel Worach <pawel.worach@gmail.com>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Robert Noland <rnoland@FreeBSD.org>
  *  Roman Bogorodskiy <bogorodskiy@inbox.ru>
  *  Rudolf Polzer <freebsd-dr@durchnull.de>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Stefan Zehl <sec@42.org>
  *  Tommy Scheunemann <net@arrishq.org>
  *  V. Jahns <vj562001@yahoo.de>
  *  Will Andrews <andrews@technologist.com>
  *  William Grzybowski <wg@FreeBSD.org>
  *  William Grzybowski <william88@gmail.com>
  *  Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
  *  Yukihiro Nakai <nakai@FreeBSD.org>
  *  alepulver
  *  anders@hack.org
  *  asami
  *  chinsan
  *  gahr
  *  gpalmer
  *  hrkfrd@gmail.com
  *  jfitz@FreeBSD.org
  *  lab@fnurt.net
  *  peter
  *  spn
  *  torstenb
  *  trevor
  *  vanilla

With hat:	portmgr
commit hash: f65f20b278cf11869d6dae597786f33c1bef0cb9 commit hash: f65f20b278cf11869d6dae597786f33c1bef0cb9 commit hash: f65f20b278cf11869d6dae597786f33c1bef0cb9 commit hash: f65f20b278cf11869d6dae597786f33c1bef0cb9 f65f20b
Saturday, 30 Apr 2022
09:12 Jesper Schmitz Mouridsen (jsm) search for other commits by this committer
x11-wm/lxqt-panel: Update to 1.1.0
commit hash: 27480d161958d9458587d549a33de78e93cb58b7 commit hash: 27480d161958d9458587d549a33de78e93cb58b7 commit hash: 27480d161958d9458587d549a33de78e93cb58b7 commit hash: 27480d161958d9458587d549a33de78e93cb58b7 27480d1
Wednesday, 10 Nov 2021
18:25 Jesper Schmitz Mouridsen (jsm) search for other commits by this committer
x11-wm/lxqt-panel: Update to 1.0.0
commit hash: 450f5713309c1d1c4596193127fb27dcce1e6a0a commit hash: 450f5713309c1d1c4596193127fb27dcce1e6a0a commit hash: 450f5713309c1d1c4596193127fb27dcce1e6a0a commit hash: 450f5713309c1d1c4596193127fb27dcce1e6a0a 450f571
Saturday, 8 May 2021
16:52 Jesper Schmitz Mouridsen (jsm) search for other commits by this committer
x11-wm/lxqt-panel: Update to 0.17.1
commit hash: f8f6ed4aabdcbc2ad837c07a86eb0140dad0c267 commit hash: f8f6ed4aabdcbc2ad837c07a86eb0140dad0c267 commit hash: f8f6ed4aabdcbc2ad837c07a86eb0140dad0c267 commit hash: f8f6ed4aabdcbc2ad837c07a86eb0140dad0c267 f8f6ed4
Friday, 9 Apr 2021
09:45 Adriaan de Groot (adridg) search for other commits by this committer
x11-wm/lxqt-panel: fix plist

One translation file was missing from the plist.

Bumps PORTREVISION because of the new file.
commit hash: 9c0a6c5cd33de02c9cb175960dcd76213a8136a4 commit hash: 9c0a6c5cd33de02c9cb175960dcd76213a8136a4 commit hash: 9c0a6c5cd33de02c9cb175960dcd76213a8136a4 commit hash: 9c0a6c5cd33de02c9cb175960dcd76213a8136a4 9c0a6c5
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
Saturday, 21 Nov 2020
12:32 jsm search for other commits by this committer
x11/qterminal Update to 0.16.0
Original commitRevision:555973 
Saturday, 20 Jun 2020
09:18 jsm search for other commits by this committer
Upgrade to 0.15.0

Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D24720
Original commitRevision:539720 
Friday, 31 Jan 2020
09:30 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Update WWW
- Whitespace fix in pkg-descr

Approved by:	portmgr blanket
Original commitRevision:524683 
Monday, 30 Dec 2019
15:20 jsm search for other commits by this committer
Update LXQt to 0.14.1

Update devel/libqtxdg to 3.4.0
Update x11/lxqt-globalkeys to 0.14.3

Official announcement https://forum.lxqt.org/t/release-lxqt-0-14-1/648

PR: 239427
Approved by: swills (mentor) mbeis@xs4all.nl (maintainer)
Differential Revision: https://reviews.freebsd.org/D21056
Original commitRevision:521495 
Thursday, 7 Nov 2019
18:36 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories x

Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Original commitRevision:517000 
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 
Wednesday, 1 May 2019
19:35 rene search for other commits by this committer
Remove esound support from pulseaudio as audio/esound expired.

Bump PORTREVISIONs of dependent ports.

Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
Original commitRevision:500606 
Thursday, 28 Mar 2019
17:59 jsm search for other commits by this committer
Upgrade the LXQt desktop environment to 0.14.0
Upstream announcement https://forum.lxqt.org/t/release-lxqt-0-14-0/572

Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19056
Original commitRevision:497047 
Saturday, 16 Mar 2019
20:27 tcberner search for other commits by this committer
devel/libdbusmenu-qt: remove flavors (Qt4 deprecation)
Original commitRevision:495956 
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 
Friday, 3 Aug 2018
13:19 jsm search for other commits by this committer
New port x11-wm/lxqt-panel

PR: 229297
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D16542
Original commitRevision:476292 

Number of commits found: 29