aboutsummaryrefslogtreecommitdiffstats
path: root/audio/scrobbler
Commit message (Collapse)AuthorAgeFilesLines
* Remove libcurl.so.7 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Cleanup patches, a* categories.mat2016-07-276-30/+30
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.mat2015-08-191-6/+1
| | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412?
* Remove Authors from pkg-descrbapt2015-03-031-1/+0
|
* Clean up some now useless PLIST_DIRS*bapt2014-12-201-1/+0
|
* Convert multimedia/xmms to USES=libtool. Bump PORTREVISION on alltijl2014-05-052-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | dependent ports and convert them to USES=libtool too. audio/scrobbler: - USES=tar:bzip2. - Don't link with libstdc++. audio/xmms-bonk: - Don't link with libstdc++. audio/xmms-flac: - Remove unneeded dependencies. - Remove $FreeBSD$ from patches. audio/xmms-scrobbler: - Use OPTIONS_SLAVE. audio/xmms-timidity: - USES=tar:bzip2. - Install the library instead of the source code file. audio/xmms-volnorm: - Remove do-install.
* XMMS is not going away soon, so unexpire the plugins that build.naddy2014-04-101-3/+0
|
* Chase multimedia/xmms deprecation and expiration dateantoine2014-03-241-0/+3
| | | | With hat: portmgr
* - Remove dependency on expired beep-media-playerrene2014-03-062-44/+20
| | | | | | | | | - Stage support, fix conditional package list - Use option framework instead of WITH knobs - Update and portlint pkg-descr - Bump PORTREVISION Approved by: portmgr (bapt)
* Build fine with clang if the proper cstd is definedbapt2013-12-131-1/+1
|
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-3/+3
| | | | | | LIB_DEPENDS in audio With hat: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* Add an explicit dependency on pkgconfbapt2013-09-061-1/+1
|
* Convert audio from USE_GMAKE to USES=gmakebapt2013-08-311-5/+2
| | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix
* - Update to 7.31.0sunpoet2013-07-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | - 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
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm
* Force numerous ports that fail to build with clang over to instead alwayslinimon2012-10-101-0/+1
| | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings.
* - Drop audio/libmusicbrainz support as it's deprecated and no longernovel2012-06-106-3/+400
| | | | | | | | functional. It was only used for obtaining cdaudio metadata - Bump PORTREVISION PR: 168154 Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-1/+1
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Chase the ftp/curl shlib version bump.roam2010-04-031-2/+2
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* Bump the version of the curl shared library after the ftp/curl updateroam2009-01-231-2/+2
| | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working.
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | 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)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-251-2/+1
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* Fix build of xmms plugin when WITH_ENCODINGS_PATCH is defined.novel2007-05-271-6/+9
| | | | Reported by: stas
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Fix after objformat removalpav2007-03-291-0/+3
| | | | Reported by: pointyhat
* Update the ftp/curl port to 7.16.0.roam2006-12-131-2/+2
| | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports
* Conversion to a single libtool environment.ade2006-02-231-4/+6
| | | | Approved by: portmgr (kris)
* - Add an optional ID3 tags encoding conversion support [1]novel2006-01-272-2/+261
| | | | | | - Pet portlint Obtained from: http://www.last.fm/forum/4/_/68497 [1]
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Bump PORTREVISION because of my previous commit.novel2005-11-271-1/+1
| | | | Pointed out by: kris
* Fix submission of tracks with a tag element greater than 256 characters.novel2005-11-271-0/+15
| | | | | Submitted by: David Scheidt <dscheidt@panix.com> Obtained from: Pipian (plugin's author)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | 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.
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
|
* Use SLAVEDIRS.novel2005-06-011-0/+2
| | | | Suggested by: vs
* Add audio/scrobbler - master port for bmp- and xmms-scrobbler ports.novel2005-05-103-0/+63