Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.12.15_3 15 Aug 2023 19:06:03 |
Tobias C. Berner (tcberner) |
KDE: make ecm a build-only dependency in kde@ maintained ports |
0.12.15_2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
0.12.15_1 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.12.15_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
0.12.15_1 05 Sep 2022 19:07:11 |
Dima Panov (fluffy) |
x11/rsibreak: pet stage-qa |
0.12.15 20 Jul 2022 14:23:32 |
Tobias C. Berner (tcberner) |
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above ) |
0.12.15 12 Jun 2022 20:40:12 |
Adriaan de Groot (adridg) |
x11/rsibreak: update to latest release
There are no online changelogs or release notes for this application,
but the announcement mail mentions:
* Add option to suppress breaks while fullscreen windows are visible
* Potentially fix tooltip rendering on XFCE
* Make it possible to disable tiny breaks
* Configuration dialog: Don't reset timers when pressing "OK" if no
changes happened
* Translation improvements
* Convert license headers to SPDX
* Internal code improvements |
0.12.14 29 Jun 2021 14:20:03 |
Tobias C. Berner (tcberner) |
x11/rsibreak: Update to 0.12.14
Changes from 0.12.12:
* Translation improvements
* Minor code cleanup |
0.12.13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.12.13 05 Apr 2020 08:45:13 |
tcberner |
x11/rsibreak: update to 0.12.13 |
0.12.12 29 Mar 2020 18:10:32 |
tcberner |
x11/rsibreak: update to 0.12.12 |
0.12.11 23 Sep 2019 20:11:16 |
adridg |
Update x11/rsibreak to latest upstream release
Changes from 0.12.10:
* Improve notification integration with the notification KCM
* Translation improvements
* Minor code cleanup
https://userbase.kde.org/RSIBreak
Reported by: portscout |
0.12.10_1 26 Jul 2019 20:46:57 |
gerald |
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 |
0.12.10 22 Jun 2019 12:16:16 |
tcberner |
astro/rsibreak: update to 0.12.10 |
0.12.9_1 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 ) |
0.12.9 30 Dec 2018 17:15:06 |
tcberner |
More GCC-related fixes in kde@ ports
PR: 234461
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
0.12.9 25 Dec 2018 20:25:40 |
tcberner |
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 |
0.12.9 09 Oct 2018 20:07:27 |
tcberner |
x11/rsibreak: updatae to 0.12.9 |
0.12.8 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 |
0.12.8 11 Feb 2018 15:25:57 |
rakuco |
Update to 0.12.8.
Annonuncement:
https://mail.kde.org/pipermail/kde-announce-apps/2018-February/005422.html |
0.12.7 03 May 2017 21:34:17 |
rakuco |
Update to 0.12.7.
Changes from 0.12.6:
* Translation improvements
* Fix notification trigger when they should not. Bug #377419
* Fix popup menu text when resuming/suspending via dbus. Bug #378918
* Show/hide the relax popup when suspending/resuming. Bug #378995 |
0.12.6 11 Mar 2017 22:09:16 |
rakuco |
Rename x11/rsibreak-kde4 to x11/rsibreak and update to 0.12.6.
Update to the latest release, which is based on KDE Frameworks 5. Consequently,
rename the port and adjust its dependencies.
KDE users: do not worry, everything works fine in a KDE4 desktop.
Also assign maintainership to kde@, as agreed upon by avg@.
PR: 217710
Approved by: avg (former maintainer) |
0.8.0_7 26 Jul 2013 19:19:21 |
rene |
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt |
0.8.0_7 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.8.0_7 23 Apr 2013 08:43:30 |
ale |
Distfile disappeared, host it on FreeBSD cluster.
PR: ports/177999
Submitted by: John Marino <draco@marino.st> |
0.8.0_7 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.8.0_6 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
0.8.0_6 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.8.0_6 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.8.0_6 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.8.0_5 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.8.0_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.8.0_3 25 Jan 2010 08:55:00 |
ale |
Add PORTSCOUT limit. |
0.8.0_3 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.8.0_3 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.8.0_2 27 Jan 2009 11:27:10 |
ale |
Fix build with new xorg. |
0.8.0_2 06 Jun 2008 14:09:15 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.8.0_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.8.0 03 Dec 2006 10:17:27 |
ale |
Update to 0.8.0 release. |
0.7.1 22 Jun 2006 08:58:41 |
ale |
Update to 0.7.1 release. |
0.6.0 21 Apr 2006 19:38:50 |
ale |
Another fix for 4.X.
Submitted by: RSIBreak author |
0.6.0 20 Apr 2006 19:51:11 |
ale |
Try to fix build on 4.x.
Submitted by: Tom Albers <tomalbers@kde.nl> |
0.6.0 11 Apr 2006 06:16:10 |
ale |
Update to 0.6.0 release. |
0.5.0 21 Mar 2006 17:48:46 |
ale |
Hopefully unbreak on FreeBSD 4. |
0.5.0 21 Mar 2006 07:45:48 |
ale |
Mark BROKEN on FreeBSD 4.X. |
0.5.0 15 Mar 2006 07:04:39 |
ale |
Repetitive Strain Injury is an illness which can occur as a result of
working with a mouse and keyboard. This utility can be used to remind
you to take a break now and then. It will show you a random picture
from a collection you can configure yourself for a configurable duration
at a configurable interval.
You can use these breaks to do some stretch exercises for example, or as
a reminder to walk away from the computer for a while.
RSIBreak will sit in your system tray and when it is time for a break it
will show you the picture full screen. All timings can be set by clicking
with the right mouse button on the icon in the system tray.
WWW: http://www.rsibreak.org/ |