notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: sysutils/k3b-kde4/Makefile
SVNWeb

Number of commits found: 63

Tue, 6 Nov 2018
[ 01:50 jbeich search for other commits by this committer ] Original commit   Revision:484273 (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
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/
Thu, 30 Aug 2018
[ 18:23 adridg search for other commits by this committer ] Original commit   Revision:478480 (Only the first 10 of 97 ports in this commit are shown above. View all ports for this commit)
Deprecate KDE4 software in categories graphics-textproc.

The last upstream release supporting KDE4 was 10 months ago,
  https://www.kde.org/announcements/announce-applications-17.08.3.php ,
and the kde@ team for FreeBSD has supported modern KDE (i.e.  KDE
Frameworks, Plasma 5 and KDE Applications) for 4 months. Give a 4
month deprecation period to allow users to switch over.

Also deprecated: multimedia/kmplayer-kde4 (permission from jhale@)
Not deprecated, need to contact maintainers:
  misc/krecipes-kde4
  net-im/kmess-kde4
  net/smb4k-kde4
  textproc/uim-kde4
Thu, 28 Jun 2018
[ 17:39 tcberner search for other commits by this committer ] Original commit   Revision:473503 (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
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
Thu, 21 Jun 2018
[ 16:52 tcberner search for other commits by this committer ] Original commit   Revision:472983 (Only the first 10 of 105 ports in this commit are shown above. View all ports for this commit)
multimedia/*phonon*: update and flavorize with @qt4/@qt5

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14632
Wed, 2 May 2018
[ 15:07 jbeich search for other commits by this committer ] Original commit   Revision:468844 (Only the first 10 of 183 ports in this commit are shown above. View all ports for this commit)
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
Tue, 10 Apr 2018
[ 18:58 tcberner search for other commits by this committer ] Original commit   Revision:467005
sysutils/k3b-kde4: Add missing PKGNAMESUFFIX

Reported by:	antoine
Sat, 10 Feb 2018
[ 10:29 tcberner search for other commits by this committer ] Original commit   Revision:461375 (Only the first 10 of 444 ports in this commit are shown above. View all ports for this commit)
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
Sat, 21 Oct 2017
[ 06:50 jbeich search for other commits by this committer ] Original commit   Revision:452570 (Only the first 10 of 169 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 3.4

Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
Tue, 25 Apr 2017
[ 08:20 riggs search for other commits by this committer ] Original commit   Revision:439367 (Only the first 10 of 701 ports in this commit are shown above. View all ports for this commit)
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Sun, 11 Dec 2016
[ 15:22 jbeich search for other commits by this committer ] Original commit   Revision:428352 (Only the first 10 of 160 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 3.2.2

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
Wed, 24 Aug 2016
[ 08:20 tcberner search for other commits by this committer ] Original commit   Revision:420774 (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 25 May 2016
[ 20:56 rene search for other commits by this committer ] Original commit   Revision:415864 (Only the first 10 of 328 ports in this commit are shown above. View all ports for this commit)
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
Fri, 1 Apr 2016
[ 14:25 mat search for other commits by this committer ] Original commit   Revision:412349 (Only the first 10 of 2099 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 15 Mar 2016
[ 12:35 rakuco search for other commits by this committer ] Original commit   Revision:411156 (Only the first 10 of 123 ports in this commit are shown above. View all ports for this commit)
Change header installation location for kdelibs4-based ports.

Install x11/kdelibs4's headers into include/kde4 instead of include (which
consequently causes several other ports to have their installation paths
changed too).

The idea behind this is to reduce path conflicts between KDE4 ports and the
upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If
we continue installing the KDE4 headers into include/, we can end up in a
situation like this:

    c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp

If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port
will unintentionally be picked up first and the build will fail.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 28 Aug 2015
[ 10:40 makc search for other commits by this committer ] Original commit   Revision:395461
sysutils/k3b-kde4:
- Fix fetch after previous commit

Pointy hat to:	makc
Tue, 25 Aug 2015
[ 13:10 makc search for other commits by this committer ] Original commit   Revision:395247 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
sysutils/k3b-kde4:
- Update to 2.0.3
- Remove patches merged upstream, regenerate patches
- Add patch obtained from Gentoo to fix build with modern ffmpeg/libav

PR:		202561
Submitted by:	matthew@reztek.cz
Sat, 4 Jul 2015
[ 05:41 riggs search for other commits by this committer ] Original commit   Revision:391293
Fix build with ffmpeg 2.7

Approved by:	portmgr (antoine)
Thu, 2 Jul 2015
[ 19:40 riggs search for other commits by this committer ] Original commit   Revision:391183 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
- Update multimdedia/ffmpeg to latest upstrem version 2.7.1
- Mark ports BROKEN that were discovered not to work with
  this update; discovered by exp-run in bug 201181
- Note the need for manual upgrade of dependent ports in
  UPDATING
Tue, 16 Dec 2014
[ 08:56 danfe search for other commits by this committer ] Original commit   Revision:374788
- Improve wording and formatting (most notably, missing space before opening
  parenthesis) in some buggy option descriptions
- Standardize Makefile header when appropriate, drop one OPTIONS_DEFAULT=IPV6
Mon, 8 Dec 2014
[ 16:48 tijl search for other commits by this committer ] Original commit   Revision:374303 (Only the first 10 of 920 ports in this commit are shown above. View all ports for this commit)
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 29 Nov 2014
[ 18:22 tijl search for other commits by this committer ] Original commit   Revision:373636 (Only the first 10 of 165 ports in this commit are shown above. View all ports for this commit)
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools.  The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 2 Sep 2014
[ 13:05 rakuco search for other commits by this committer ] Original commit   Revision:366997
Remove patch-libk3b-tools-k3blibdvdcss.cpp, unneeded after r354106.

PR:		193252
Submitted by:	martymac@
Reviewed by:	tijl@
Fri, 15 Aug 2014
[ 20:37 mandree search for other commits by this committer ] Original commit   Revision:365038 (Only the first 10 of 522 ports in this commit are shown above. View all ports for this commit)
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)
Mon, 4 Aug 2014
[ 15:46 amdmi3 search for other commits by this committer ] Original commit   Revision:364024 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
- Switch audio/musepack to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Fix audio/abcde by requiring python
- Fix audio/moc plist with MUSEPACK enabled

Approved by:	portmgr blanket
Tue, 29 Jul 2014
[ 18:41 adamw search for other commits by this committer ] Original commit   Revision:363371 (Only the first 10 of 426 ports in this commit are shown above. View all ports for this commit)
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Tue, 13 May 2014
[ 10:17 martymac search for other commits by this committer ] Original commit   Revision:353931 (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
- Update multimedia/libdvdread to 4.9.9
- Bump dependent ports' PORTREVISIONS and update LIB_DEPENDS [1]
- multimedia/libdvdnav: remove dependency to (now removed) dvdread-config
- sysutils/vstrip: remove useless dependency to multimedia/libdvdread

Approved by:	portmgr (implicit) [1]
Tue, 4 Mar 2014
[ 08:37 marino search for other commits by this committer ] Original commit   Revision:346999
sysutils/k3b-kde4: Restore MUSEPACK option with DPorts fix

- Revert r346996 entirely
- Bypass MUSEPACK detection (hardcode it as detected) to fix that option
- Bump - This was default options change

Approved by:	makc
[ 07:11 makc search for other commits by this committer ] Original commit   Revision:346996
sysutils/k3b-kde4:
- Mark BROKEN with MUSEPACK option
- Revert r346606 as unrelated to the problem.
Sat, 1 Mar 2014
[ 09:26 marino search for other commits by this committer ] Original commit   Revision:346606
sysutils/k3b-kde4: Broken everywhere, USES+= pkgconfig might fix it
Thu, 20 Feb 2014
[ 13:00 makc search for other commits by this committer ] Original commit   Revision:345222 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Add stage support
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR
- Convert LIB_DEPENDS to new style
- Use options helpers
- Remove useless LATEST_LINK
Tue, 18 Feb 2014
[ 14:31 makc search for other commits by this committer ] Original commit   Revision:344898 (Only the first 10 of 241 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION after KDE4_PREFIX change
Mon, 3 Feb 2014
[ 08:15 martymac search for other commits by this committer ] Original commit   Revision:342392 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
- Update libdvdread and libdvdnav to 4.2.1
- Bump dependent ports' revisions
Sat, 1 Feb 2014
[ 12:17 makc search for other commits by this committer ] Original commit   Revision:342128 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Replace KDE4 sharedmime with USES=shared-mime-info. KDE4 sharedmime is
deprecated and will be removed along with switching KDE4_PREFIX to
${LOCALBASE} soon.
Mon, 21 Oct 2013
[ 20:41 wg search for other commits by this committer ] Original commit   Revision:331189
sysutils/k3b-kde4: fix build with ffmpeg-2

- Fix build with ffmpeg-2

Approved by:	portmgr (bapt, implicit)
Fri, 20 Sep 2013
[ 23:06 bapt search for other commits by this committer ] Original commit   Revision:327772 (Only the first 10 of 1053 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Sun, 9 Jun 2013
[ 19:30 naddy search for other commits by this committer ] Original commit   Revision:320405 (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.

PR:		179072
Sun, 12 May 2013
[ 16:16 makc search for other commits by this committer ] Original commit   Revision:317967 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
- Add missing sharedmime to the list of USE_KDE4 components. It will be
  superseded by recently introduced USES= shared-mime-info later.
- Remove no longer needed exec/unexec from plist and post-install calls for
  update-mime-database
- Trim Makefile header while I'm here
Fri, 26 Apr 2013
[ 12:35 bapt search for other commits by this committer ] Original commit   Revision:316600 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Remove USE_CDRTOOLS from bsd.port.mk

This macros has been useless since cdrtools-cjk port has gone.
This macros also lead to badly handled dependencies assuming that the dependency
on cdrtools was most BUILD and RUN dependency. While most of the time it is
simply a RUN dependency and sometime a build one.

While here:
- Trim some headers
- Convert some ports to optionsng
- Convert some ports to USES= gettext
Fri, 22 Mar 2013
[ 20:06 makc search for other commits by this committer ] Original commit   Revision:314960 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Mon, 4 Feb 2013
[ 15:36 makc search for other commits by this committer ] Original commit   Revision:311629 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
More merges from area51 repository:

- Chase kdemultimedia4 split/kdegames shlib bump
- Convert to new options framework
- Trip Makefile header

sysutils/k3b-kde4:
- add patches to fix build with ffmpeg-devel [1]

PR:		ports/162261 [1]
Submitted by:	Phil Oleson <oz at nixil.net>
Thu, 19 Jul 2012
[ 20:15 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 187 ports in this commit are shown above. View all ports for this commit)
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Wed, 6 Jun 2012
[ 06:44 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 587 ports in this commit are shown above. View all ports for this commit)
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Tue, 6 Mar 2012
[ 18:16 makc search for other commits by this committer ] Original commit 
- Remove audio/libtunepimp (and audio/libmusicbrainz) support:
  deprecated as the MusicBrainz RDF webservice is no longer functional

PR:             ports/165750, ports/165754, ports/165757, ports/165758
                ports/165759, ports/165760, ports/165761
Submitted by:   Jason E. Hale <bsdkaffee at gmail.com>
Thu, 16 Feb 2012
[ 15:57 ashish search for other commits by this committer ] Original commit  (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION to chase the update of multimedia/libvpx
Sat, 11 Feb 2012
[ 18:13 rakuco search for other commits by this committer ] Original commit 
k3b-kde4: Update the libk3bdevice/k3bscsicommandbsd.cpp patch.

I committed a6a2ed3 to k3b's git tree some time ago. It is a patch by
avg@ improving the file and preventing some bugs from occurring. In
his own words in KDE git review request 103293:

  Main idea of the change is to improve the case where SCSI sense data
  is not automatically provided and has to be explicitly requested.
  Current code essentially duplicates main transport code for this
  task.  The proposed code recursively calls into the transport code
  with MMC_REQUEST_SENSE command.  This also fixes a problem with the
  existing code where it re-uses a CCB of the original command for sense
  fetching but doesn't ensure that all the previously used bytes are
  reset to proper values.  This can result in a malformed
  MMC_REQUEST_SENSE CCB which can confuse certain hardware (e.g. it
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 17 Jan 2012
[ 14:35 martymac search for other commits by this committer ] Original commit  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
- Update libdvdread and libdvdnav to 4.2.0 and bump dependent ports' revisions
- libdvdread: allow package building with libdvdcss if WITH_DVDCSS is set [1]
- libdvdread/libdvdnav: fix endianness handling [2]

Submitted by: olgeni [1], richo <richo@psych0tik.net> [2] (via mail to ports@)
PR: ports/162197 [1]
Sat, 14 Jan 2012
[ 22:27 netchild search for other commits by this committer ] Original commit  (Only the first 10 of 65 ports in this commit are shown above. View all ports for this commit)
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
Mon, 31 Oct 2011
[ 20:59 rakuco search for other commits by this committer ] Original commit 
Fix build on FreeBSD >= 9.

Import commit d8f73a5 from upstream.

The scsi_sense_data struct has changed in 9 after r225950, so compilation
failed.

Instead of accessing the struct fields manually, we now use
scsi_extract_sense, which works fine in all our supported releases (there is
no change in terms of functionality).

Bump PORTREVISION.

Aproved by:     avilla (mentor, implicit)
Fri, 24 Jun 2011
[ 22:39 mm search for other commits by this committer ] Original commit  (Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
Bump due to ffmpeg update to 0.7.1
Fri, 25 Mar 2011
[ 10:38 avilla search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Remove dependency on docbook-xml.
- Remove MD5 hash.
Fri, 25 Feb 2011
[ 01:32 delphij search for other commits by this committer ] Original commit  (Only the first 10 of 296 ports in this commit are shown above. View all ports for this commit)
Chase after net/openldap24-server update.

Reminded by:    miwi
Thu, 20 Jan 2011
[ 21:37 makc search for other commits by this committer ] Original commit 
- Update to 2.0.2 for KDE 4
- Turn on FFMPEG and MUSEPACK by default, since ffmpeg and musepack are already
  pulled by kdemultimedia

Feature safe:   yes
Tue, 21 Sep 2010
[ 16:50 makc search for other commits by this committer ] Original commit 
Switch to audio/musepack from deprecated audio/libmpcdec

PR:             ports/150510
Submitted by:   Ganael Laplanche <ganael.laplanche at martymac.org>
Tue, 14 Sep 2010
[ 18:58 makc search for other commits by this committer ] Original commit  (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for libdvdread dependants
Thu, 2 Sep 2010
[ 21:15 makc search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Fix build with KDE 4.5
Fri, 20 Aug 2010
[ 00:26 avilla search for other commits by this committer ] Original commit 
- Fix optional dependency on libmpcdec.
- Bump PORTREVISION.

Approved by:    tabthorpe (mentor)
Wed, 18 Aug 2010
[ 06:47 makc search for other commits by this committer ] Original commit 
Update to 2.0.1
Wed, 11 Aug 2010
[ 20:58 makc search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Chase multimedia/mp4v2 update.

PR:             ports/148643
Submitted by:   Christopher Key <cjk32 at cam.ac.uk>
Sun, 1 Aug 2010
[ 19:48 makc search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Update to 2.0.0 for KDE 4

Thanks for all contributors to this port:

Alberto Villa <avilla@>
Andriy Gapon <avg@>
Dima Panov <fluffy@>
Ganael Laplanche <ganael.laplanche at martymac.com>
Jason E. Hale <bsdkaffee at gmail.com>
Juergen Lock <nox@>
[ 19:30 makc search for other commits by this committer ] Original commit 
Forced commit to note repocopy from sysutils/k3b to sysutils/k3b-kde4

Number of commits found: 63