Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.12.0b_7,3 03 Dec 2023 22:17:33 |
Tobias C. Berner (tcberner) |
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 |
0.12.0b_7,3 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
0.12.0b_6,3 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
0.12.0b_5,3 29 Nov 2022 05:47:28 |
Tobias C. Berner (tcberner) |
KDE: Update KDE Frameworks to 5.100
Monday, 14 November 2022
KDE today announces the release of KDE Frameworks 5.100.0.
KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.
This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.
- devel/kf5-kconfig update to 5.100.1 (bug fix release)
- x11/kf5-plasma-framework: update to 5.100.1 (bug fix releas)
- fix fallout
Changelog: https://kde.org/announcements/frameworks/5/5.100.0/
Exp-run by: antoine
PR: 267764 |
0.12.0b_5,3 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.0b_5,3 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.0b_5,3 20 Jul 2022 14:22:30 |
Tobias C. Berner (tcberner) |
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.12.0b_5,3 10 Sep 2021 21:17:49 |
Bernhard Froehlich (decke) |
multimedia/kmplayer: Add CPE information
Approved by: portmgr (blanket) |
0.12.0b_5,3 07 Aug 2021 16:21:31 |
Tobias C. Berner (tcberner) |
multimedia/kmplayer: fix build against glib 2.68.3
Reported by: antoine
PR: 256200 |
0.12.0b_5,3 24 Apr 2021 22:36:13 |
Jason E. Hale (jhale) |
multimedia/kmplayer: Use release distfile from KDE instead of Github
For whatever reason long ago, Github was used to fetch the distfile instead
of using the offical release from KDE. The official release also includes
the translations missing from the raw tree from Github.
Reported by: adridg (via private mail) |
0.12.0b_4,3 22 Apr 2021 07:25:15 |
Adriaan de Groot (adridg) |
not-KDE Applications: chase doctools
These ports, not maintained by kde@, use KDE Frameworks
and require kdoctools to build. Since that is no longer
an implicit build & run dependency, (re)introduce it
explicitly as a build-time dependency. |
0.12.0b_3,3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.12.0b_3,3 18 May 2020 10:12:23 |
tcberner |
Add missing dependency on kinit
A handful of ports implicitetly dependet on kinit through some other port,
which in turn itself shouldn't have. In r535466 this was removed, and the
dependency on kinit now needs to be made explicit.
Reported by: antoine |
0.12.0b_3,3 06 Nov 2019 18:07:22 |
zeising |
Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
0.12.0b_3,3 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.0b_2,3 16 Mar 2019 21:32:52 |
tcberner |
multimedia/phonon, multimedia/phonon-gestreamer,
multimedia/phonon-designerplugin: remove flavorse (Qt4 deprecation) |
0.12.0b_1,3 22 Jan 2019 12:36:06 |
linimon |
This port requires a C++11-compatible compiler, so add
USES=compiler:c++11-lang to fix build on GCC-based architectures.
PR: 234973
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
0.12.0b_1,3 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.0b,3 31 Dec 2018 19:01:09 |
rene |
multimedia/kmplayer: update COMMENT to not mention KDE4 |
0.12.0b,3 30 Dec 2018 11:45:35 |
tcberner |
multimedia/kmplayer: moved from multimedia/kmplayer-kde4 and updated to KF5
based version
- as to not have this port be removed tomororw, update it to KF5
Differential Revision: https://reviews.freebsd.org/D18632 |
0.10.0c_8,2 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.10.0c_8,2 30 Dec 2012 12:03:52 |
beat |
- Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01
Discussed with: bapt, tabthorpe |
0.10.0c_8,2 10 Dec 2012 01:20:17 |
eadler |
Revert Chris Petrik's ports to the pool. Thank you for all your work so far,
and should you desire to return just let us know.
PR: ports/174309
Submitted by: Chris Petrik |
0.10.0c_8,2 09 Sep 2012 02:30:44 |
eadler |
Welcome back Chris Petrik <c.petrik.sosa@gmail.com>
PR: ports/171481 |
0.10.0c_8,2 29 Jun 2012 12:42:04 |
bapt |
Convert to new option framework |
0.10.0c_8,2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.10.0c_7,2 13 Mar 2012 10:29:02 |
makc |
Set PORTSCOUT, new versions for KDE4 only
Minor clean-up and fixes:
- remove needless USE_LDCONFIG
- use options.mk
- don't override patch target when building with TUBESTUFF
Feature safe: yes |
0.10.0c_7,2 26 Feb 2012 15:22:37 |
nox |
- Update multimedia/libxine to 1.2.1 with a commit merged from hg
to fix DVB support. (which still is broken for tuners using
hardware pid filtering, like when running webcamd with
"-m dvb-usb-init.force_pid_filter_usage=1".)
- Add patches to fix build of ports depending on libxine to:
audio/amarok,
graphics/gimageview [1], graphics/pornview [1],
graphics/osg [2], graphics/osg-devel [2],
multimedia/emotion,
x11/kdelibs4 [3],
multimedia/kmplayer,
multimedia/konverter,
multimedia/qdvdauthor [4],
multimedia/vdr-plugin-xineliboutput, (Only the first 15 lines of the commit message are shown above ) |
0.10.0c_6,2 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.10.0c_6,2 07 Jul 2011 17:21:58 |
makc |
Reset maintainership de jure. In fact KDE 3 has not been maintained by our team
for a long time, not to mention upstream.
Discussed a while ago among the KDE/FreeBSD team. |
0.10.0c_6,2 03 Jul 2011 13:38:45 |
ohauer |
- remove MD5 |
0.10.0c_6,2 25 Feb 2011 01:32:18 |
delphij |
Chase after net/openldap24-server update.
Reminded by: miwi |
0.10.0c_5,2 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.10.0c_5,2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.10.0c_5,2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.10.0c_4,2 12 Mar 2010 04:05:29 |
linimon |
Maintainer has asked that this be reassigned to kde@.
PR: ports/144663 |
0.10.0c_4,2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.10.0c_3,2 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.10.0c_3,2 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.10.0c_2,2 05 Jan 2009 19:04:45 |
delphij |
Bump PORTREVISION's after OpenLDAP update.
Suggested by: rafan |
0.10.0c_1,2 23 Sep 2008 21:06:06 |
amdmi3 |
- Add missing xv dependency
PR: 127384
Submitted by: Mel <mel dot xyzzy at rachie dot is-a-geek dot net>
Approved by: "Danny Pansters" <danny at ricin dot com> (maintainer) |
0.10.0c_1,2 06 Sep 2008 13:20:56 |
amdmi3 |
- Fix build when WITH_TUBESTUFF is defined
PR: 127005
Submitted by: Alex Keda <admin at lissyara dot su>
Patch by: me
Approved by: maintainer timeout |
0.10.0c_1,2 06 Jun 2008 13:48:22 |
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.10.0c,2 23 Mar 2008 16:44:09 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
0.10.0c,2 20 Mar 2008 12:46:02 |
miwi |
- Update to 0.10.0c, the last release for KDE3
- Add depends for gtk stuff (used if found by configure)
- Update tubestuff add-on
Submitted by: Danny Pansters <danny@ricin.com> (maintainer via private mail) |
0.9.4a,2 18 Sep 2007 18:15:57 |
mezz |
-Update to 0.9.4a, submitted by Pawel Pekala.
-Remove autochecks.
-Pass the maintainership from multimedia@ to danny@ricin.com.
PR: ports/116407
Submitted by: Danny Pansters <danny@ricin.com> |
0.9.3_2,2 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.9.3_1,2 01 Apr 2007 07:50:30 |
lioux |
Give maintainership to multimedia@FreeBSD.org. |
0.9.3_1,2 15 Feb 2007 08:35:23 |
jylefort |
Track libxine update. |
0.9.3,2 25 Sep 2006 00:08:46 |
lioux |
Update to 0.9.3
PR: 103452
Submitted by: ale |
0.9.1.b_1 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
0.9.1.b_1,2 26 Feb 2006 19:03:38 |
ade |
Post libtool-conversion fixups
Submitted by: pointyhat and others
Approved by: portmgr (implicit) |
0.9.1.b,2 09 Feb 2006 15:09:47 |
lioux |
Update to 0.9.1b |
0.9.1.a,2 22 Jan 2006 02:30:01 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.9.1.a,2 28 Nov 2005 17:25:23 |
lioux |
o Update to 0.9.1a
o Bump PORTEPOCH since the new DISTVERSION number is smaller than
the previous one |
0.9.1.p3,1 11 Nov 2005 06:06:17 |
lioux |
Add SHA256 checksum |
0.9.1.p3,1 03 Oct 2005 00:49:03 |
lioux |
Update to 0.9.1-pre3 |
0.9.1.p2,1 11 Sep 2005 11:52:52 |
lioux |
Update to 0.9.1-pre2: fixes plugin issues |
0.9.1.p1,1 28 Aug 2005 18:06:01 |
lioux |
Update to 0.9.1-pre1 |
0.9.0.p3,1 28 May 2005 21:23:30 |
lioux |
Update to 0.9.0-pre3
PR: 81190
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> |
0.9.0.p2 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.9.0.p2 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.9.0.p2,1 03 Apr 2005 00:09:32 |
lioux |
Update to 0.9.0-pre2 |
0.8.4.a,1 29 Mar 2005 21:55:03 |
krion |
Properly cleanout mt locale.
Reported by: awful pointyhat via brutal kris
Approved by: portmgr (implicit) |
0.8.4.a,1 04 Mar 2005 00:16:59 |
lioux |
Bump PORTEPOCH since new DISTVERSION is smaller than previous one |
0.8.4.a 03 Mar 2005 02:58:13 |
lioux |
Update to 0.8.4a |
0.8.4.r5_1 28 Feb 2005 22:16:10 |
ahze |
- split multimedia/gstreamer-plugins in to individual ports per
gstreamer plugin (52 new ports).
- Chase changes to ports that used USE_GNOME=gstreamerplugisn
to use new USE_GSTREAMER= macro, Bump PORTREVISION's
--
Examples of new USE_GSTREAMER macro:
USE_GSTREAMER= dvd lame flac
.include <bsd.port.mk>
If you want to use USE_GSTREAMER after <bsd.port.pre.mk>
you must follow one of the examples listed below
(Only the first 15 lines of the commit message are shown above ) |
0.8.4.r5 10 Jan 2005 00:48:49 |
lioux |
Update to 0.8.4-rc5 |
0.8.4.r4.b_1 30 Dec 2004 00:59:15 |
nobutaka |
Sync with libxine shared library version bump. |
0.8.4.r4.b 25 Dec 2004 12:49:12 |
lioux |
o Pet devel/portlint(1)
- Remove extraneous whitespaces at end of lines
- Place DISTVERSION on the correct location |
0.8.4.r4.b 22 Dec 2004 04:39:58 |
lioux |
o Update to 0.8.4-rc4b
o Disable gstreamer backend which is not currently working
PR: 75375
Reported by: Mats Dufberg <mats@dufberg.se> |
0.8.4.r4.a 15 Dec 2004 16:05:14 |
lioux |
Update to 0.8.4-rc4a with both VDR (kxvplayer) and gstreamer
(kgstplayer) backends |
0.8.4.r2 13 Nov 2004 19:01:48 |
lioux |
Fix build if < 500035 (GCC < 3.1) |
0.8.4.r2 11 Nov 2004 03:11:48 |
lioux |
Update to 0.8.4 release candidate 2 |
0.8.3a_1 10 Nov 2004 01:20:16 |
lofi |
Pthread-check fix for this one as well. |
0.8.3a 14 Oct 2004 02:16:10 |
lioux |
Update to 0.8.3a
PR: 72541
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> |
0.8.3.r4 20 Jul 2004 03:16:33 |
lioux |
Update to 0.8.3.rc4 |
0.8.3.r2 23 Jun 2004 17:10:57 |
lioux |
o Update to 0.8.3rc2
o Take over maintainership |
0.8.2 16 Apr 2004 01:36:01 |
znerd |
Missed in last commit. |
0.8.2 16 Apr 2004 01:35:35 |
znerd |
- Update to 0.8.2 [1]
- Changed maintainer from will@ to ports@ [2]
PR: 62403 [1]
Submitted by: Michael Ranner <mranner@inode.at> [1]
Approved by: will [2] |
0.7.4.a_2 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
0.7.4.a_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.7.4.a_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.7.4.a 03 Sep 2003 05:55:57 |
will |
Fix build on -CURRENT.
Submitted by: Andy Fawcett <andy@athame.co.uk>
Tested by: deischen |
0.7.4.a 01 May 2003 20:49:49 |
lioux |
Update to 0.7.4.a
Approved by: maintainer |
0.7.3 05 Mar 2003 00:22:49 |
lioux |
Update to 0.7.3
Reviewed by: kde (members)
Approved by: maintainer |
0.6.5a 02 Mar 2003 17:21:06 |
will |
Add kmplayer 0.6.5a, a KDE frontend to mplayer. This port allows the
embedding of MPlayer in Konqueror. It has been successfully tested to
play QuickTime and WMP encoded movies.
Tested by: Michael Colette <metrol@metrol.net> (and myself) |