Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.7 10 Sep 2023 23:13:40 |
Alexandre C. Guimarães (rigoletto) |
Returning all my ports to the pool.
- Unfortunately I have no time to maintain them anymore. |
0.4.7 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.4.7 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.4.7 20 Jul 2022 14:21:10 |
Tobias C. Berner (tcberner) |
deskutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Alex "lissyara" Keda <admin@lissyara.su>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Hsu <ahsu@users.sf.net>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Andrey Zakhvatov <andy@icc.surw.chel.su>
* Anton Berezin <tobez@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.4.7 20 May 2022 23:59:07 |
Alexandre C. Guimarães (rigoletto) |
deskutils/znotes: Update to 0.4.7 |
0.4.6_1 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
0.4.6 26 May 2021 13:38:42 |
Alexandre C. Guimarães (rigoletto) |
deskutils/znotes: Update to 0.4.6 |
0.4.5.20150825_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4.5.20150825_4 01 Oct 2019 04:13:31 |
tcberner |
Qt5 update to 5.13.0
For new features, check: https://wiki.qt.io/New_Features_in_Qt_5.13
Thanks to adridg who helped to fix a lot of packages.
Exp-run by: antoine
PR: 238782 |
0.4.5.20150825_4 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.4.5.20150825_3 16 Mar 2019 18:53:09 |
tcberner |
deskutils/znotes: remove flavors (Qt4 deprecation)
Approved by: portmgr (implicit) |
0.4.5.20150825_2 15 Mar 2019 00:22:03 |
linimon |
Fix build on gcc-based architectures:
cc1plus: error: unrecognized command line option "-std=gnu++11"
While here, add gl to USES in accordance with modern usage.
Approved by: portmgr (tier-2 blanket) |
0.4.5.20150825_2 23 Jan 2019 17:05:05 |
rigoletto |
deskutils/znotes: fix build with GCC-based architectures
PR: 235155
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Approved by: tcberner (mentor) |
0.4.5.20150825_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 ) |
0.4.5.20150825_1 16 Dec 2018 16:49:17 |
rene |
Use regular DEPRECATED and EXPIRATION_DATE variables in an "if FLAVOR" block
instead of flavoring the variables themselves. This caused too much hassle
for Tools/scripts/rmport.
Discussed with: tcberner |
0.4.5.20150825_1 02 Dec 2018 15:41:48 |
rene |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
0.4.5.20150825 07 Oct 2018 17:30:10 |
rigoletto |
Update maintainer eMail address.
Reviewed by: mat (mentor)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D17399 |
0.4.5.20150825 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.4.5.20150825 29 Apr 2018 07:44:41 |
tcberner |
Flavorize deskutils/znotes
Submitted by: lebarondemerde@privacychain.ch
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14660 |
0.4.5_2 23 Feb 2018 21:09:47 |
rene |
Reset vg@'s ports after he resigned.
With hat: portmgr-secretary |
0.4.5_2 27 Aug 2015 19:21:37 |
vg |
- Use qt4-linguisttools for localization.
- Add USE_QT4=corelib.
- Add LICENSE_FILE.
- Fix portlint warning (.000000000 +0000 -> UTC)
PR: ports/202695
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> |
0.4.5_2 20 Oct 2014 11:52:39 |
bapt |
Cleanup plist |
0.4.5_2 08 Feb 2014 20:13:11 |
rakuco |
- Add OPTIONS_SUB=yes for the plist substitutions (and thus make package) to
work.
- Remove .desktop entry from the plist, as it is added automatically by
DESKTOP_ENTRIES in the Makefile.
MFH: 2014Q1 |
0.4.5_2 28 Nov 2013 17:49:59 |
makc |
- Fix build after my previous commit
Reported by: pkg-fallout |
0.4.5_2 25 Nov 2013 17:54:09 |
makc |
- Convert to USES=qmake
- Add stage support
- Update port comment/description
- Convert to pkg-plist
Approved by: vg (maintainer) |
0.4.5_2 02 Oct 2013 09:05:02 |
marino |
deskutils/znotes: add <unistd.h> for modern compilers
Approved by: portmgr (bapt, implicit) |
0.4.5_2 20 Sep 2013 16:21:38 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils) |
0.4.5_2 22 Jul 2013 14:34:23 |
vg |
- Changed my email
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors) |
0.4.5_2 08 Feb 2013 09:15:23 |
miwi |
- OptionNG
- Trim header
PR: 175839 175840
Submitted by: maintainer |
0.4.5_2 23 Jan 2013 15:00:19 |
makc |
Bump PORTREVISION after DESKTOP_ENTRIES update |
0.4.5_1 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
0.4.5_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.4.5 12 Sep 2011 18:40:43 |
beech |
- Update to 0.4.5
PR: ports/160621
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer) |
0.4.4 10 Apr 2011 19:57:32 |
makc |
Update to 0.4.4
PR: ports/156060
Submitted by: Gvozdikov Veniamin (maintainer) |
0.4.3 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.4.3 29 Dec 2010 20:04:42 |
pgollucci |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav) |
0.4.3 27 Jul 2010 11:47:16 |
sylvio |
- Update to 0.4.3
PR: ports/148920
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> (maintainer) |
0.4.2 18 Jul 2010 21:39:37 |
makc |
Update to 0.4.2
PR: ports/148731
Submitted by: Gvozdikov Veniamin (maintainer) |
0.4.1_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.4.1 25 Feb 2010 14:18:07 |
miwi |
- Update to 0.4.1
PR: 143977
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> (maintainer)
Feature safe: yes |
0.4.0 08 Feb 2010 15:09:59 |
miwi |
- Update to 0.4.0
PR: 143528
Submitted by: zloidemon <g.veniamin@googlemail.com> |
0.3.9 31 Jan 2010 13:17:15 |
miwi |
When I migrated from XFCE, I could not find a program simular to
xfce4-Notes-plugin, so I created this program.
WWW: http://znotes.sourceforge.net/
PR: ports/142930
Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com> |