Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.4_21 31 Dec 2018 17:55:45 |
rene |
Remove KDE4, part 5
2018-12-31 korean/kde4-l10n: KDE4 is EOL upstream
2018-12-31 net/kget-kde4: KDE4 is EOL upstream
2018-12-31 net/kdenetwork-strigi-analyzers-kde4: KDE4 is EOL upstream
2018-12-31 net/zeroconf-ioslave-kde4: KDE4 is EOL upstream
2018-12-31 net/libkfbapi: Qt4 has been EOL since december 2015
2018-12-31 net/kdenetwork-kde4: KDE4 is EOL upstream
2018-12-31 net/kwooty: Qt4 has been EOL since december 2015
2018-12-31 net/kdenetwork-filesharing-kde4: KDE4 is EOL upstream
2018-12-31 net/libmediawiki-kde4: KDE4 is EOL upstream
2018-12-31 net/kio-upnp-ms: Qt4 has been EOL since december 2015
2018-12-31 net/libkvkontakte-kde4: KDE4 is EOL upstream
2018-12-31 net/krfb-kde4: KDE4 is EOL upstream
2018-12-31 net/smb4k-kde4: Qt4 has been EOL since december 2015
2018-12-31 net/krdc-kde4: KDE4 is EOL upstream (Only the first 15 lines of the commit message are shown above ) |
2.3.4_21 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 |
2.3.4_21 06 Nov 2018 01:50:27 |
jbeich |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
2.3.4_20 31 Aug 2018 08:16:18 |
tobik |
multimedia/libxine: Update to 1.2.9
- Cleanup options
- Enable IMAGEMAGICK by default
- Make DVB support optional but leave it enabled by default
- Add SNDIO option
- Properly order pkg-plist
- Unbreak on aarch64
- Bump revision of dependent ports [1]
Changes: https://sourceforge.net/projects/xine/files/xine-lib/1.2.9/README.txt/view
ABI: https://abi-laboratory.pro/tracker/timeline/xine-lib/ [1]
PR: 219921
Reported by: emorrasg@yahoo.es
Submitted by: w.schwarzenfeld@utanet.at (initial version), Nathan
<ndowens@yahoo.com>
Reviewed by: mat, tobik
Differential Revision: https://reviews.freebsd.org/D16840 |
2.3.4_19 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 |
2.3.4_19 02 May 2018 15:07:27 |
jbeich |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
2.3.4_18 27 Mar 2018 15:01:11 |
emaste |
multimedia/k9copy-kde4: set LLD_UNSAFE
Ports using libxine fail to link due to shared library protected
visibility symbol preemption issues. Set LLD_UNSAFE to use ld.bfd.
PR: 214864, 226981
Approved by: portmgr (LLD_UNSAFE blanket)
Sponsored by: The FreeBSD Foundation |
2.3.4_18 10 Feb 2018 10:29:51 |
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 |
2.3.4_17 21 Jan 2018 20:01:59 |
tcberner |
multimedia/k9copy-kde4: Fix build on 10.3
* the fix to build with clang6 was not compatible with 10.3
Pointy-hat to: tcberner
Reported by: antoine |
2.3.4_16 17 Jan 2018 11:40:31 |
tcberner |
multimedia/k9copy-kde4, fix build with clan6
* add patch to use NoSearchOptions instead of false
* add USES=localbase
PR: 224669 |
2.3.4_15 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
2.3.4_14 28 Nov 2016 20:49:34 |
tcberner |
multimedia/k9copy-kde4 : fix 'abs is ambiguous
Work around the call to abs() being ambigous by simply
calculating the absolute value in place.
PR: 214640
Approved by: just fix it, rakuco (mentor) |
2.3.4_14 24 Aug 2016 08:20:31 |
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 |
2.3.4_14 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
2.3.4_14 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
2.3.4_14 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.3.4_14 26 Nov 2015 17:21:13 |
rakuco |
Fix the build with the upcoming CMake 3.4.0.
It is not clear if this is intentional or not, but with CMake 3.4.0
environment variables such as CXXFLAGS are passed to the compiler after the
directories added via the include_directories() command. In practice, this
means that we then end up with the following command-line:
${CXX} ... -I/usr/local/include ...
-I/usr/local/include/ffmpeg0/libavcodec
-I/usr/local/include/ffmpeg0 ...
which fails because of the following chain of events:
* The port brings in multimedia/ffmpeg indirectly.
* The source code includes headers as <avformat.h> like that, which turn
into /usr/local/include/ffmpeg0/libavformat/avformat.h to the compiler. (Only the first 15 lines of the commit message are shown above ) |
2.3.4_14 26 Nov 2015 14:43:16 |
rakuco |
Point MASTER_SITES to my local copy of the tarball.
k9copy.sourceforge.net seems to have been removed, and the tarballs are gone
with it. |
2.3.4_14 01 Feb 2015 20:24:28 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket |
2.3.4_14 18 Oct 2014 21:10:40 |
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) |
2.3.4_13 10 Sep 2014 20:50:37 |
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) |
2.3.4_12 15 Aug 2014 20:37:33 |
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) |
2.3.4_11 18 Feb 2014 14:31:33 |
makc |
- Bump PORTREVISION after KDE4_PREFIX change |
2.3.4_10 25 Jan 2014 22:41:42 |
rakuco |
- Fix the build with clang and 10+'s ld(1).
On the clang side, there's a non-void function missing a return statement
and some wrong QString-to-char* casts that had to be fixed.
On the linker side, r253839 made our ld stricter, so we had to add some
shared libraries that we use since they are not being pulled in indirectly
anymore.
Based on a patch by Jan Henrik Sylvester <me@janh.de> [1].
- Set LICENSE
- Support staging.
- Remove LATEST_LINK, it is deprecated.
- Use the new OPTIONS helpers for conditional RUN_DEPENDS.
PR: ports/185032 [1]
Submitted by: Jan Henrik Sylvester <me@janh.de> [1]
Approved by: maintainer timeout (37 days)
MFH: 2014Q1 |
2.3.4_10 21 Oct 2013 23:43:03 |
wg |
multimedia/k9copy-kde4: add missing cmake ffmpeg patch
- Add missing cmake ffmpeg patch |
2.3.4_10 21 Oct 2013 22:42:20 |
wg |
multimedia/k9copy-kde4: link against ffmpeg0
- Link against ffmpeg0
- Convert lib depends to new format
Approved by: portmgr (bapt, implicit) |
2.3.4_9 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
2.3.4_9 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.3.4_9 04 Jun 2013 21:20:31 |
jgh |
- adoption of optionsNG
Approved by: portmgr (bapt) |
2.3.4_9 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
2.3.4_9 23 Jun 2012 13:21:04 |
nox |
- Update multimedia/libxine to 1.2.2 .
- Bump PORTREVISION for ports depending on it by default. |
2.3.4_8 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) |
2.3.4_8 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.3.4_7 07 Mar 2012 14:57:01 |
makc |
Remove build dependencies on textproc/docbook-xml and textproc/docbook-xsl.
They were added to fix build with kdelibs-4.5, while correct fix was
to add them as run dependencies for x11/kdelibs4 (done a while ago). |
2.3.4_7 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 ) |
2.3.4_6 16 Feb 2012 15:57:34 |
ashish |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
2.3.4_5 03 Jul 2011 13:38:45 |
ohauer |
- remove MD5 |
2.3.4_5 24 Jun 2011 22:39:03 |
mm |
Bump due to ffmpeg update to 0.7.1 |
2.3.4_4 23 Aug 2010 13:47:53 |
makc |
Fix build with upcoming KDE 4.5
Approved by: Eduardo Gielamo Oliveira (maintainer) |
2.3.4_4 24 Jul 2010 16:38:20 |
mm |
- Update ffmpeg to 0.6 |
2.3.4_3 24 Apr 2010 09:38:46 |
ehaupt |
Chase audio/libmodplug update. |
2.3.4_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.3.4_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.3.4 30 Jan 2010 22:53:52 |
makc |
mark MAKE_JOBS_SAFE |
2.3.4 30 Jan 2010 22:12:40 |
makc |
Update to 2.3.4 for KDE4.
PR: based on ports/141860
Submitted by: Eduardo Gielamo Oliveira <egoliveira at gmail.com> |
1.0.4_5 30 Jan 2010 22:09:29 |
makc |
Forced commit to note repocopy from multimedia/k9copy to multimedia/k9copy-kde4 |