| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
2019-03-15 audio/liblastfm: Qt4 has been EOL since december 2015
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=495973
|
|
|
|
|
|
|
|
|
|
|
| |
architectures.
PR: 234926
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=490445
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=486467
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=473503
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add audio/liblastfm-qt5 slave port which provides a Qt 5 interface [1]
- Explicitly mark UrlBuilder::mobilize() as deprecated
- Allow Qt4 and Qt5 versions to be installed concurrently
- Make sure liblastfm creates the directories it uses instead of relying
on client apps to do so
PR: 226530 [1]
Submitted by: Greg V <greg@unrelenting.technology> [1]
Notes:
svn path=/head/; revision=467663
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- http scheme redirects to https
- Mobile website (m.last.fm) redirects to www.last.fm
- Localized hosts redirect e.g. www.lastfm.de to www.last.fm/de
- New localePath() function has been added to handle the localized
base path since the library was localizing using the host before.
This is not an official fix, but upstream is pretty dead.
Move USES upward
Convert CMAKE_ARGS to CMAKE_ON
Notes:
svn path=/head/; revision=466574
|
|
|
|
|
|
|
|
|
|
| |
- Pare down dependencies to the options that require them
- Add TEST_TARGET to actually run the tests
- Support symbol visibility with clang
- Silence a few warnings
Notes:
svn path=/head/; revision=430702
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=427548
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412344
|
|
|
|
|
|
|
| |
Rename TESTS option to the more standard TEST
Notes:
svn path=/head/; revision=385883
|
|
|
|
|
|
|
|
|
|
| |
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=385514
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=374303
|
|
|
|
| |
Notes:
svn path=/head/; revision=368884
|
|
|
|
|
|
|
| |
- Take maintainership
Notes:
svn path=/head/; revision=366986
|
|
|
|
|
|
|
|
|
|
| |
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
Notes:
svn path=/head/; revision=366788
|
|
|
|
|
|
|
|
| |
- After switch to cmake, it should be MAKE_JOBS_SAFE
- Remove unneeded lines
Notes:
svn path=/head/; revision=347419
|
|
|
|
| |
Notes:
svn path=/head/; revision=340670
|
|
|
|
| |
Notes:
svn path=/head/; revision=339969
|
|
|
|
| |
Notes:
svn path=/head/; revision=339379
|
|
|
|
|
|
|
|
|
| |
LIB_DEPENDS in audio
With hat: portmgr
Notes:
svn path=/head/; revision=336166
|
|
|
|
|
|
|
| |
audio)
Notes:
svn path=/head/; revision=327706
|
|
|
|
| |
Notes:
svn path=/head/; revision=316287
|
|
|
|
|
|
|
|
|
|
| |
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=314960
|
|
|
|
|
|
|
| |
Suggested by: makc
Notes:
svn path=/head/; revision=313589
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Trim header [1]
- Switch to the active, and officially supported by the Lasf.fm staff,
fork on GitHub as master download site
- Update COMMENT
- Add LICENSE (GPLv3)
- Add options FINGERPRINT (default ON), TESTS (default OFF) [1]
- Update WWW URL and description in pkg-descr
- Remove files/* [1]
PR: ports/175779
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> [1]
Approved by: Matt Tosto <datahead4@gmail.com> (mantainer timeout > 1 month)
Notes:
svn path=/head/; revision=313548
|
|
|
|
|
|
|
|
|
|
| |
- Allow to be built with clang
Obtained from: pkgsrc [1]
Approved by: maintainer (implicit)
Notes:
svn path=/head/; revision=299100
|
|
|
|
|
|
|
| |
Review by: bapt, David Naylor (kde team)
Notes:
svn path=/head/; revision=298557
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
| |
audio/libsamplerate
Reported by: pav
Notes:
svn path=/head/; revision=292804
|
|
|
|
|
|
|
|
|
|
| |
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)
Suggestions and patches from: ache, C. Burns, wen
Notes:
svn path=/head/; revision=283695
|
|
|
|
| |
Notes:
svn path=/head/; revision=278441
|
|
|
|
|
|
|
| |
- Fix build with Ruby 1.9
Notes:
svn path=/head/; revision=272228
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
|
|
|
|
|
| |
PR: ports/150605
Submitted by: Tim Bishop <tim@bishnet.net>
Approved by: datahead4@gmail.com (maintainer)
Notes:
svn path=/head/; revision=266028
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
|
|
|
|
|
| |
PR: 139438
Submitted by: Mel <mel@rachie.is-a-geek.net>
Approved by: maintainer
Notes:
svn path=/head/; revision=243670
|
|
|
|
|
|
|
|
|
| |
PR: 138490
Approved by: maintainer (implicit)
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=240921
|
|
|
|
| |
Notes:
svn path=/head/; revision=235892
|
|
|
|
|
|
|
|
|
|
|
| |
by sh
- serach for bash and ruby in LOCALBASE
Submitted by: maintainer
Prompted by: QATty
Notes:
svn path=/head/; revision=235891
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=235542
|
|
into your rich desktop software. It depends on Qt 4.4.
WWW: http://github.com/mxcl/liblastfm/tree/master
PR: 135347
Submitted by: Matt Tosto <datahead4@gmail.com>
Notes:
svn path=/head/; revision=235518
|