Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
28 Dec 2018 21:00:55
2.8.0_16

|
tcberner  |
audio/amarok: move audio/amarok-kde4 to audio/amarok and update to KF5 based
beta
This is based on a port submitted by Benny Goemans <benny.goemans@belgacom.net> |
25 Dec 2018 20:25:40
2.8.0_16

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
30 Aug 2018 12:24:47
2.8.0_16

|
adridg  |
Deprecate KDE4 software, categories a-c.
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.
Not marked deprecated: audio/kid3-kde4, that's not ours, and it
supports Qt5 and KF5 as well despite its name. |
28 Jun 2018 17:39:55
2.8.0_16

|
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
2.8.0_16

|
tcberner  |
multimedia/*phonon*: update and flavorize with @qt4/@qt5
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14632 |
14 Apr 2018 13:16:32
2.8.0_15

|
tcberner  |
devel/qjson, devel-qjson-qt5 create flavors
* additionally, give the maintainership to kde@.
Approved by: portmgr (mat), avilla (timeout)
Differential Revision: https://reviews.freebsd.org/D14650 |
14 Apr 2018 11:09:17
2.8.0_14

|
tcberner  |
devel/qca, devel/qca-qt5 -- create flavors
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14651 |
10 Feb 2018 10:29:51
2.8.0_13

|
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 |
04 Nov 2017 17:13:34
2.8.0_12

|
dbn  |
audio/amarok-kde4: fix local collections not working
The local collection backend uses embedded MySQL, however mysqle needs
to be linked against SSL.
Also, explicitly state we need both client and embedded version of mysql
in USES.
PR: 218821
PR: 221467 |
19 Jun 2017 09:02:56
2.8.0_11

|
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
23 May 2017 05:03:16
2.8.0_11

|
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
30 Apr 2017 20:01:49
2.8.0_10

|
ler  |
Remove dependency on net/clamz which is expired.
Approved by: adamw (portmgr, mentor)
Differential Revision: https://reviews.freebsd.org/D10552 |
25 Apr 2017 08:20:31
2.8.0_10

|
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
27 Mar 2017 20:42:05
2.8.0_9

|
rakuco  |
Unbreak after r436971.
Ensure libloudmouth-1.so is always passed with a full path to the linker.
PR: 212558 |
09 Jan 2017 12:16:33
2.8.0_9

|
jhale  |
Remove libofa support
MusicDNS servers are no longer running and audio/libofa has been
marked DEPRECATED
multimedia/ffmpeg was only needed for libofa, so remove that
dependency as well |
11 Dec 2016 15:22:47
2.8.0_8

|
jbeich  |
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) |
05 Dec 2016 17:48:58
2.8.0_7

|
rakuco  |
Stop using deprecated FFMPEG calls in the code.
This allows the port to be built with the upcoming FFMPEG 3.x series while
still maintaining compatibility with FFMPEG 2.x that is currently in the ports
tree.
I don't think PORTREVISION needs to be bumped here, as both the old and new
calls exist in FFMPEG 2.x, and when FFMPEG 3 lands there will be a PORTREVISION
bump anyway.
PR: 214184
Submitted by: Matthey Rezny <matthew@reztek.cz> |
05 Dec 2016 17:46:45
2.8.0_7

|
rakuco  |
Switch to an out-of-source CMake build. |
05 Dec 2016 17:46:22
2.8.0_7

|
rakuco  |
Add several missing dependencies to the port.
`make stage-qa' was complaining about a lot of missing dependencies:
- Amarok actually links against MySQL, so we need USES=mysql, not
USES=mysql:embedded.
- Add USE_KDE=soprano and USE_GL=gl.
- Add several missing X11 dependencies that were being pulled indirectly.
- The IPOD option causes the iPod plugin to link against a few other libraries
via libgpod-1.0.pc, so add them.
- The MP3TUNES option needs either libgcrypt or OpenSSL; explicitly disable
libgcrypt and add USES=ssl as required.
- Fix a capitalization typo in MP3TUNES_CMAKE_OFF that was preventing the
MP3Tunes code from being properly disabled in CMake.
Based on an initial patch sent by Matthey Rezny <matthew@reztek.cz>.
PR: 214184
MFH: 2016Q4 |
05 Dec 2016 16:27:39
2.8.0_6

|
rakuco  |
Switch to USES=mysql:embedded
PR: 214184
Submitted by: matthew@reztek.cz |
24 Aug 2016 08:20:31
2.8.0_6

|
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 ) |
26 Jul 2016 16:51:16
2.8.0_6

|
mat  |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
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 |
01 Apr 2016 13:29:17
2.8.0_6

|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
03 Jan 2016 14:45:03
2.8.0_6

|
jhale  |
Add upstream patch to fix taglib version detection
Reported by: pkg-fallout
Obtained
from: https://quickgit.kde.org/?p=amarok.git&a=commit&h=fec8817c530ce42b6485fdabff6051784b8d9904 |
17 Aug 2015 14:20:41
2.8.0_6

|
mat  |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
14 Jul 2015 14:23:25
2.8.0_6

|
amdmi3  |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket) |
14 May 2015 10:15:09
2.8.0_5

|
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
19 Feb 2015 18:19:30
2.8.0_5

|
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 |
20 Oct 2014 06:36:00
2.8.0_5

|
bapt  |
Cleanup plist |
28 Sep 2014 23:02:29
2.8.0_5

|
avilla  |
- Chase libplist shlib bump. |
10 Sep 2014 20:50:37
2.8.0_4

|
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) |
30 Aug 2014 18:18:14
2.8.0_3

|
tijl  |
dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc |
15 Aug 2014 20:37:33
2.8.0_2

|
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) |
29 Jul 2014 18:41:17
2.8.0_1

|
adamw  |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
29 Jul 2014 06:58:24
2.8.0_1

|
rakuco  |
Add patches to fix the build with base's ancient GCC.
In practice, this fixes the build on 8 and 9 when clang is not used. There
is no need to submit the patches upstream because the next version of Amarok
will already require a C++11 compiler, which makes the problems disappear.
I didn't feel the need to bump PORTREVISION because the generated code
should be the same, and users who had already managed to build Amarok don't
need to rebuild it.
PR: 192159
Submitted by: freebsd@chillt.de |
23 Jul 2014 07:02:55
2.8.0_1

|
amdmi3  |
- Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
21 Jul 2014 20:59:03
2.8.0

|
rakuco  |
Update to 2.8.0.
Submitted by: jpaetzel@ via the KDE on FreeBSD mailing list |
18 Jul 2014 11:02:59
2.7.0_7

|
tijl  |
audio/rhythmbox: drop :keepla
multimedia/banshee: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libmtp: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libaacs:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
multimedia/libbluray:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
- Use OPTIONS_SUB
- Replace patch with post-patch command
Bump dependent ports |
16 Apr 2014 18:28:50
2.7.0_6

|
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
09 Mar 2014 19:40:40
2.7.0_5

|
gerald  |
Chase the move of libmtp from audio to multimedia.
PR: 175266
Reported by: makc, cperciva |
20 Feb 2014 11:52:09
2.7.0_5

|
makc  |
- Fix plist after recent KDE SC update |
18 Feb 2014 14:31:33
2.7.0_5

|
makc  |
- Bump PORTREVISION after KDE4_PREFIX change |
01 Feb 2014 12:17:42
2.7.0_4

|
makc  |
Replace KDE4 sharedmime with USES=shared-mime-info. KDE4 sharedmime is
deprecated and will be removed along with switching KDE4_PREFIX to
${LOCALBASE} soon. |
20 Dec 2013 08:12:23
2.7.0_4

|
avilla  |
- STAGEify.
Submitted by: Alonso Schaich <alonsoschaich@fastmail.fm> via area51
- Use OPTIONS helpers. |
14 Dec 2013 19:47:33
2.7.0_4

|
antoine  |
Add explicit dependency on pkgconf (needed for detection of libmtp, loudmouth
and libgpod)
Approved by: portmgr (bapt) |
11 Dec 2013 14:35:37


|
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr |
26 Oct 2013 00:52:36
2.7.0_4

|
gerald  |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
22 Oct 2013 09:37:52
2.7.0_3

|
wg  |
audio/amarok-kde4: bump port revision
- Bump port revision required by ffmpeg update |
20 Sep 2013 14:36:37
2.7.0_2

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
14 Aug 2013 22:35:54
2.7.0_2

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
11 Jul 2013 16:26:27
2.7.0_2

|
sunpoet  |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
26 Apr 2013 10:44:29
2.7.0_1

|
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
29 Mar 2013 21:37:06
2.7.0_1

|
avilla  |
- Add dependency on liblastfm now that it is up to date.
- Use nepomuk-core component instead of explicit dependency.
- Remove update-mime-database command.
- Bump PORTREVISION.
PR: 176735 |
26 Mar 2013 16:13:18
2.7.0_1

|
miwi  |
- Chase libmtp shlib bump |
22 Mar 2013 20:06:15
2.7.0

|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
11 Feb 2013 19:00:18
2.7.0

|
makc  |
Fix build on i386
Submitted by: Luca Pizzamiglio <luca.pizzamiglio at gmail.com> |
06 Feb 2013 12:19:37
2.7.0

|
makc  |
Add upstream patch to fix build with clang |
04 Feb 2013 15:45:29
2.7.0

|
makc  |
Merge from area51 repository:
- Update to 2.7.0
- Chase kdemultimedia4 split
- Trip header
- Remove dependency on liblastfm as it needs a new version
- Add dependency on nepomuk-core
- Remove soversion from LIB_DEPENDS
- Add optional run dependency on net/clamz (off by default) |
14 Aug 2012 18:16:41
2.6.0
|
avilla  |
- Update to 2.6.0.
- OPTIONSngify.
- Make NLS implicitly optional.
With a reasonable set of new features - especially related to iDevices
management -, the release is focused on bug fixing and improving the
overall stability. Please, read the release announcement:
http://amarok.kde.org/en/releases/2.6 |
06 Jun 2012 06:44:38
2.5.0_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
2.5.0_3
|
dinoex  |
- update png to 1.5.10 |
25 May 2012 15:14:39
2.5.0_2
|
miwi  |
- Chase libmtp shlib bump |
16 Feb 2012 15:57:34
2.5.0_1
|
ashish  |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
15 Jan 2012 02:50:14
2.5.0
|
avilla  |
- Update to 2.5.0.
- Update pkg-message.
- Update COMMENT and pkg-descr.
You'll find 2.5.0 release announcement here:
http://amarok.kde.org/en/releases/2.5 |
16 Aug 2011 02:09:16
2.4.3
|
fluffy  |
- Update AmaroK to 2.4.3 bugfix release |
24 Jun 2011 22:39:03
2.4.1_1
|
mm  |
Bump due to ffmpeg update to 0.7.1 |
08 Jun 2011 00:12:11
2.4.1
|
avilla  |
- Update to 2.4.1.
Submitted by: Raphael Kubo da Costa <kubito@gmail.com> via area51 |
25 Mar 2011 10:52:33
2.4.0_3
|
avilla  |
- Add dependency on kio-upnp-ms.
- Fix crash with mysql 5.5. |
19 Mar 2011 13:15:34
2.4.0_2
|
ale  |
Bump PORTREVISION for ports linking to default libmysqlclient. |
15 Mar 2011 15:05:40
2.4.0_1
|
danfe  |
Chase libgpod shlib version bump. |
05 Feb 2011 16:56:54
2.4.0
|
fluffy  |
- Update Amarok to 2.4.0 release
- Pass maintainership to kde@
Approved by: Matt Tosto (maintainer, implicit)
Feature safe: yes |
29 Sep 2010 10:49:01
2.3.2
|
fluffy  |
- Make QAT happy, add extra directories to @dirrm
Noticed by: QAT
Approved by: maintainer (inplicit) |
29 Sep 2010 07:37:17
2.3.2
|
fluffy  |
- Add missing build time dependency on dockbook-xml
PR: 151054
Submitted by: Matt Dawson <matt AT chronos DOT org DOT uk>
Approved by: maintainer (implicit) |
28 Sep 2010 15:45:48
2.3.2
|
fluffy  |
- Welcome great AmaroK 2.3.2 stable release!
Now with HTML docs!
Approved by: maintainer (implicit) |
02 Sep 2010 21:15:33
2.3.1_1
|
makc  |
Fix build with KDE 4.5 |
06 Jun 2010 02:38:24
2.3.1
|
fluffy  |
- Update Amarok to 2.3.1 release
Approved by: maintainer (implicit) |
31 May 2010 02:01:56
2.3.0_3
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
15 May 2010 10:46:57
2.3.0_2
|
fluffy  |
- Cleanup more @dirrmtry to make QAT happy
Noticed by: QAT
Approved by: maintainer (implicit) |
12 May 2010 22:23:39
2.3.0_1
|
fluffy  |
- Add more locale directories to plist
- Bump PORTREVISION to force repacking
Submitted by: pointyhat via pav
Approved by: maintainer (implicit) |
11 May 2010 14:52:58
2.3.0
|
fluffy  |
- Update Amarok to 2.3.0 release
Approved by: maintainer (implicit)
With hat on: kde@ |
10 May 2010 13:07:52
2.2.2_3
|
makc  |
Chase audio/libmtp update. |
28 Mar 2010 06:47:48
2.2.2_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
2.2.2_1
|
dinoex  |
- update to jpeg-8 |
12 Jan 2010 00:26:09
2.2.2
|
fluffy  |
- Update Amarok to 2.2.2 "Maya Gold" release!
Submitted by: Matt Tosto (maintainer via email)
Approved by: miwi, tabthorpe (mentors implicit) |
04 Dec 2009 11:07:25
2.2.1_1
|
fluffy  |
- Add missed dependency on devel/qca
Approved by: maintainer (implicit)
Approved by: miwi (mentor) |
02 Dec 2009 17:20:28
2.2.1
|
fluffy  |
- Update to 2.2.1 release
Approved by: maintainer (implicit)
Approved by: miwi (mentor) |
05 Sep 2009 12:33:44
2.1.1_1
|
fluffy  |
- Bump PORTREVISION after liblastfm update
Approved by: maintainer (implicit)
Approved by: miwi (mentor) |
07 Aug 2009 17:43:03
2.1.1
|
miwi  |
- Update to 2.1.1
Approved by: maintainer via xmmp |
31 Jul 2009 13:57:52
2.0.2_3
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
31 May 2009 04:20:20
2.0.2_2
|
itetcu  |
Don't use hardcoded LOCALBASE=/usr/local path in cmake find macros --> fix
build with custom LOCALBASE.
Submitted by: maintainer
Reported by: QATty |
04 May 2009 07:19:42
2.0.2_2
|
pav  |
- Fix last.fm support
PR: ports/133718
Submitted by: Eugene M. Zheganin <emz@norma.perm.ru>
Approved by: Matt <datahead4@gmail.com> (maintainer) |
11 Apr 2009 02:26:10
2.0.2_1
|
shaun  |
- Port doesn't build on sparc64.
- Add some extra information to pkg-message for users without the full
KDE desktop.
PR: ports/133340
Submitted by: Matt Tosto <datahead4@gmail.com> (maintainer) |
24 Mar 2009 19:13:32
2.0.2_1
|
makc  |
bump PORTREVISION after cmake update |
09 Mar 2009 10:48:13
2.0.2
|
makc  |
Update to 2.0.2 after repocopy.
PR: ports/130634
Submitted by: Matt Tosto <datahead4 at gmail.com> |
09 Mar 2009 07:32:46
1.4.10_2 
|
makc  |
Forced commit to note repocopy from audio/amarok to audio/amarok-kde4 |