Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
17 Apr 2020 08:35:59
2.0.18_2

|
hselasky  |
Fix build after LibV4L upgrade to v1.18.0.
PR: 245501
Approved by: pi (implicit) |
06 Nov 2019 18:07:22
2.0.18_1

|
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. |
26 Jul 2019 20:46:57
2.0.18_1

|
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 |
15 May 2019 20:04:58
2.0.18

|
tcberner  |
multimedia/kaffeine: update to 2.0.17 |
04 May 2019 11:56:02
2.0.17

|
tcberner  |
multimedia/kaffeine: update to 2.0.17 |
16 Mar 2019 21:32:52
2.0.16.2_1

|
tcberner  |
multimedia/phonon, multimedia/phonon-gestreamer,
multimedia/phonon-designerplugin: remove flavorse (Qt4 deprecation) |
08 Feb 2019 22:50:24
2.0.16.2

|
tcberner  |
Fix with build on GCC architectures.
PR: 235093
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
18 Jan 2019 05:18:35
2.0.16.2

|
tcberner  |
multimedia/kaffeine: update to 2.0.16.2 |
16 Jan 2019 11:13:45
2.0.15_2

|
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 ) |
03 Jan 2019 14:14:50
2.0.15_1

|
riggs  |
Chase update of multimedia/vlc to 3.x and retirement of multimedia/vlc3 |
22 Dec 2018 20:57:49
2.0.15

|
adridg  |
Update multimedia/kaffeine to current release.
This "rescues" the KDE4-era kaffeine 1.3 by updating it to kaffeine 2.x,
which has been available for the past year and a half. Incorporates
some post-2.0.15 fixes, all from upstream. |
02 Dec 2018 15:41:48
1.3.1_7

|
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 |
29 Sep 2018 08:04:27
1.3.1_7

|
riggs  |
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l |
28 Jun 2018 17:39:55
1.3.1_6

|
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 |
21 Jun 2018 16:52:09
1.3.1_6

|
tcberner  |
multimedia/*phonon*: update and flavorize with @qt4/@qt5
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14632 |
10 Feb 2018 10:29:51
1.3.1_5

|
tcberner  |
Rename KDE4 meta ports
This is done for
* consistency,
* and to simplify the import of the newer KDE Plasma5 desktop and KDE
applications
Bumps the dependencies.
Reviewed by: adridg
Differential Revision: https://reviews.freebsd.org/D12979 |
25 Apr 2017 08:20:31
1.3.1_4

|
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
15 Apr 2017 19:44:34
1.3.1_3

|
arved  |
Add missing run depends
PR: 218107
Submitted by: pi |
24 Aug 2016 08:20:31
1.3.1_2

|
tcberner  |
Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports
At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.
The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].
Changes to the KDE Ports needed by this:
Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4] (Only the first 15 lines of the commit message are shown above ) |
25 May 2016 20:56:06


|
rene  |
Remove expired misc/kdehier4 and update all of its consumers to not reference it
any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE
Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.
PR: 209014 (partial)
Submitted by: myself
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D6542 |
23 May 2016 21:03:59
1.3.1_2

|
marino  |
multimedia/kaffeine: Recover build on DragonFly by enhancing new patch
DragonFly needs the same modification as FreeBSD to build kaffeine, and
the necessary tweak to the new patch is trivial.
Approved by: Restore DF functionality blanket |
04 May 2016 09:23:20
1.3.1_2

|
arved  |
Fix DVB support
PR: 208097
Reported by: Stefan Rumetshofer
Grab back maintainership |
01 Apr 2016 14:16:20
1.3.1_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
28 Feb 2016 22:00:53
1.3.1_1

|
rakuco  |
Depend on multimedia/vlc-qt4 instead of multimedia/vlc.
multimedia/vlc conflicts with multimedia/vlc-qt4, and the latter is needed by
multimedia/phonon-qt4 and consequently by x11/kde4-workspace and other KDE4
ports.
Since Kaffeine depends on parts of KDE4 such as x11/kdelibs4, it makes more
sense to depend on vlc-qt4 instead.
PR: 204690
MFH: 2016Q1 |
12 Jan 2016 16:20:32
1.3.1

|
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
09 Jan 2016 00:57:40
1.3.1

|
jhale  |
Remove unnecessary gmake dependency |
26 Nov 2015 14:38:07
1.3.1

|
rakuco  |
Add upstream commit to make the port build with the upcoming CMake 3.4.0. |
29 Oct 2015 19:28:34
1.3.1

|
pawel  |
- Update to version 1.3.1, now KDE and VLC based
- Regenerate patches
- Update homepage in pkg-descr
PR: 203802
Submitted by: tkato432@yahoo.com |
24 Apr 2015 11:42:20
1.2.2_8

|
robak  |
multimedia/kaffeine: add CPE info
PR: 199618
Submitted by: Shun <shun.fbsd.pr@dropcut.net> |
02 Mar 2015 23:36:36
1.2.2_8

|
bapt  |
Remove Author from pkg-descr and white space fixes |
19 Feb 2015 18:19:30
1.2.2_8

|
makc  |
- Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only
app)
and supposedly fix build of graphics/gnash with KDE4 option |
18 Oct 2014 21:10:40
1.2.2_8

|
nox  |
- Update libxine to 1.2.6 - changelog is here:
http://anonscm.debian.org/hg/xine-lib/xine-lib-1.2/file/9aef7a72d009/ChangeLog
- Remove an inline from include/xine/xineutils.h for the benefit
of using libxine with base gcc 4.2 .
- Bump PORTREVISIONs for ports depending on libxine. (now also non-default
rdeps as per the new rule) |
23 Sep 2014 16:12:48
1.2.2_7

|
amdmi3  |
- Drop @dirrm* from plist
- Simplify MASTER_SITES |
10 Sep 2014 20:50:37
1.2.2_7

|
gerald  |
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) |
15 Aug 2014 20:37:33
1.2.2_6

|
mandree  |
Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)
Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130
Couple OpenEXR more tightly to ilmbase and require its exact .so
version.
Add UPDATING note, and bump PORTREVISION of all dependent ports.
Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.
Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) |
07 Jul 2014 15:31:02
1.2.2_5

|
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
30 May 2014 18:30:08
1.2.2_5

|
nox  |
- Stagify.
- Use new LIB_DEPENDS syntax. |
26 May 2014 12:06:10
1.2.2_5

|
miwi  |
- Convert gmake,xz,bzip to USES
Approved by: portmgr |
18 Feb 2014 14:31:33
1.2.2_5

|
makc  |
- Bump PORTREVISION after KDE4_PREFIX change |
02 Jan 2014 09:15:40
1.2.2_4

|
arved  |
New years resolution: Reduce the number of ports i maintain, but don't use |
20 Sep 2013 20:57:49
1.2.2_4

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
05 Sep 2013 13:43:49
1.2.2_4

|
swills  |
- Fix build with clang
PR: ports/181788
Approved by: arved (maintainer, via private mail) |
24 Apr 2013 07:35:41
1.2.2_4

|
ak  |
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt) |
22 Mar 2013 20:06:15
1.2.2_4

|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
23 Jun 2012 13:21:04
1.2.2_4
|
nox  |
- Update multimedia/libxine to 1.2.2 .
- Bump PORTREVISION for ports depending on it by default. |
06 Jun 2012 06:44:38
1.2.2_3
|
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
01 Jun 2012 05:26:28
1.2.2_3
|
dinoex  |
- update png to 1.5.10 |
26 Feb 2012 15:22:37
1.2.2_2
|
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 ) |
16 Feb 2012 15:57:34
1.2.2_1
|
ashish  |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
14 May 2011 11:48:08
1.2.2
|
arved  |
Attempt to fix build
Reported by: pointyhat
Drop Maintainership |
01 May 2011 11:35:13
1.2.2
|
arved  |
Update to 1.2.2 |
14 Apr 2011 06:12:09
1.2.1
|
arved  |
Add forgotten patchfile
pointyhat to: arved |
11 Apr 2011 18:17:08
1.2.1
|
arved  |
Update to 1.2.1 |
31 Oct 2010 10:11:21
1.1
|
arved  |
Update to 1.1 |
02 Sep 2010 21:15:33
1.0_1
|
makc  |
Fix build with KDE 4.5 |
14 Aug 2010 17:09:27
1.0
|
arved  |
Don't remove empty directories owned by kdehier
Reported by: QAT |
14 Aug 2010 15:42:31
1.0
|
arved  |
Add missing BUILD_DEPENDENCY
Reported by: QAT |
14 Aug 2010 13:46:22
1.0
|
arved  |
Update to 1.0, KDE4 |
31 May 2010 02:01:56
0.8.7_8
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
30 May 2010 17:39:07
0.8.7_7
|
arved  |
Add LICENSE and LICENSE_FILE to my ports. |
24 Apr 2010 09:38:46
0.8.7_7
|
ehaupt  |
Chase audio/libmodplug update. |
28 Mar 2010 06:47:48
0.8.7_6
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.8.7_5
|
dinoex  |
- update to jpeg-8 |
22 Aug 2009 00:28:34
0.8.7_4 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
02 Aug 2009 19:36:34
0.8.7_4
|
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 |
31 Jul 2009 13:57:52
0.8.7_4
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
14 Jun 2009 22:23:55
0.8.7_3
|
dhn  |
- Chase libxcb/xcb-proto update
- Bump PORTREVSION |
02 Mar 2009 22:31:20
0.8.7_2
|
arved  |
Fix a call to iconv_open
PR: 132267
Submitted by: Tim Borgeaud |
23 Jan 2009 16:28:36
0.8.7_1
|
flz  |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
21 Aug 2008 06:18:49
0.8.7
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
27 Jul 2008 16:43:47
0.8.7
|
arved  |
Update to 0.8.7 |
06 Jun 2008 13:48:22
0.8.6
|
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) |
07 Mar 2008 21:47:50
0.8.6
|
flz  |
Remove support for XFree8-4.
From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore.
PR: ports/119418
Submitted by: flz
Approved by: portmgr (pav) |
31 Jan 2008 14:47:31
0.8.6
|
arved  |
Upgrade to 0.8.6 |
29 Jul 2007 13:59:15
0.8.5
|
arved  |
Update to 0.8.5 |
29 May 2007 13:38:23
0.8.4_1
|
arved  |
Fix DVB support after 0.8.4 update [1]
Remove WITH_DVB knob and build with DVB support per default
Reported by: Lars Engels [1] |
19 May 2007 20:32:57
0.8.4_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
20 Apr 2007 18:50:24
0.8.4
|
arved  |
Add a missing directory
Reported by: pointyhat |
17 Apr 2007 20:28:11
0.8.4
|
arved  |
Update to 0.8.4
This version claims to support the latest gstreamer, but i still was not
able to get it to work, so it is not built by default. |
11 Mar 2007 20:23:51
0.8.3_3
|
arved  |
gstreamer80 is deprecated, so don't depend on it per default
Reported by: Andrei Kolu |
15 Feb 2007 08:35:23
0.8.3_2
|
jylefort  |
Track libxine update. |
23 Jan 2007 17:12:37
0.8.3_1
|
arved  |
Add DVB support as a knob based on a patch from
http://raaf.atspace.org/dvbusb/
Since i don't have the hardware, it is not enabled by default. |
07 Dec 2006 17:17:44
0.8.3_1
|
nobutaka  |
Sync with libxine shared library version bump. |
01 Dec 2006 18:59:36
0.8.3
|
arved  |
Update to 0.8.3 |
27 Sep 2006 15:13:40
0.8.2_1
|
arved  |
Don't override x-mplayer2.desktop file from kdelibs
Add missing @dirrm for obscure locale directories
Reported by: pointyhat |
20 Sep 2006 11:57:25
0.8.2
|
arved  |
Update to 0.8.2
Make lame plugin optional. |
23 May 2006 16:02:05
0.8.1
|
arved  |
Update to 0.8.1 |
29 Apr 2006 23:03:03
0.8
|
ahze  |
- Update gstreamer to 0.10
- Move all old gstreamer 0.8 ports to gstreamer*80 [1]
- Chase all ports with new gstreamer or gstreaemer moves
Repocopied by: marcus [1] |
26 Mar 2006 18:40:45
0.8
|
arved  |
Upgrade to 0.8 |
15 Mar 2006 14:15:53
0.7.1_5 
|
arved  |
* Fix PLIST_SUB handling
PR: 92678
Submitted by: Pawel Pekala <c0rn@o2.pl>
Pointy hat to: arved
* Add suddently appearing .a files to pkg-plist (after libtool changes?)
* Bump PORTREVISION |
23 Feb 2006 10:40:45
0.7.1_4 
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
31 Jan 2006 18:15:44
0.7.1_4 
|
arved  |
- Add a WITHOUT_GSTREAMER knob
PR: 92624
Submitted by: Pawel Pekala <c0rn@o2.pl> (parts)
- Use dirrmtry and remove a bogus dirrm |
05 Jan 2006 03:57:35
0.7.1_3 
|
edwin  |
Chase libversion bumb to libMagick.so.9
PR: ports/91270 |
10 Dec 2005 21:06:42
0.7.1_2 
|
nobutaka  |
Sync with libxine shared library version bump. |
15 Nov 2005 06:52:12
0.7.1_1 
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
08 Nov 2005 12:26:38
0.7.1_1 
|
arved  |
Add SHA256 checksums for my ports |
05 Nov 2005 05:22:06
0.7.1_1 
|
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
21 Sep 2005 17:31:28
0.7.1 
|
arved  |
- Chase libxine shared library version.
- Update to 0.7.1
- Grab back maintainership |
31 Aug 2005 16:23:34
0.7 
|
arved  |
Update to 0.7
- a gstreamer based part was added.
- Detailed Changelog at: http://kaffeine.sourceforge.net/ |
01 May 2005 21:00:27
0.6_2 
|
arved  |
Add --with-xorg to CONFIGURE_ARGS if the user is using xorg.
Bump PORTREVISION
Drop Maintainership |