diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-04 21:37:35 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-04 21:37:35 +0800 |
commit | 462759cbc853614e97ea083be46f36496a9e8eef (patch) | |
tree | 2158ce3639c24fc5d2589ab34cc6e57aadd99e40 /multimedia | |
parent | 64aef1e447c74411d3142dfce8744018fc7bbeea (diff) | |
download | freebsd-ports-gnome-462759cbc853614e97ea083be46f36496a9e8eef.tar.gz freebsd-ports-gnome-462759cbc853614e97ea083be46f36496a9e8eef.tar.zst freebsd-ports-gnome-462759cbc853614e97ea083be46f36496a9e8eef.zip |
2013-02-04 multimedia/despotify: API no longer supported
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/despotify/Makefile | 32 | ||||
-rw-r--r-- | multimedia/despotify/distinfo | 2 | ||||
-rw-r--r-- | multimedia/despotify/files/patch-Makefile | 40 | ||||
-rw-r--r-- | multimedia/despotify/files/patch-lib__local.mk | 20 | ||||
-rw-r--r-- | multimedia/despotify/pkg-descr | 3 | ||||
-rw-r--r-- | multimedia/despotify/pkg-plist | 10 |
7 files changed, 0 insertions, 108 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 527bf734dc56..3cdc52a312df 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -37,7 +37,6 @@ SUBDIR += cuse4bsd-kmod SUBDIR += cx88 SUBDIR += deforaos-player - SUBDIR += despotify SUBDIR += devede SUBDIR += dirac SUBDIR += dragon diff --git a/multimedia/despotify/Makefile b/multimedia/despotify/Makefile deleted file mode 100644 index 8ec6cd2a29ab..000000000000 --- a/multimedia/despotify/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= despotify -PORTVERSION= 0.0.${SVN_REV} -DISTVERSIONPREFIX= svn -CATEGORIES= multimedia -MASTER_SITES= CRITICAL - -MAINTAINER= ports@FreeBSD.org -COMMENT= A command-line client for spotify - -DEPRECATED= API no longer supported -EXPIRATION_DATE= 2013-02-04 - -LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \ - ao:${PORTSDIR}/audio/libao -BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool - -USE_GMAKE= yes -USE_LDCONFIG= yes - -SVN_REV= 521 - -WRKSRC= ${WRKDIR}/${PORTNAME}/src - -CFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include -LDFLAGS+= -lpthread -lao -L${LOCALBASE}/lib - -MAKE_ENV+= V=1 LDFLAGS="${LDFLAGS}" INSTALL_PREFIX=${PREFIX} - -.include <bsd.port.mk> diff --git a/multimedia/despotify/distinfo b/multimedia/despotify/distinfo deleted file mode 100644 index fd22953ea7d4..000000000000 --- a/multimedia/despotify/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (despotify-svn0.0.521.tar.gz) = c6e331d0d6f07a5b6c53064c4fd9028ee91e044a6e8bce4ebb5cb54eb71896bd -SIZE (despotify-svn0.0.521.tar.gz) = 10882561 diff --git a/multimedia/despotify/files/patch-Makefile b/multimedia/despotify/files/patch-Makefile deleted file mode 100644 index 738406c36206..000000000000 --- a/multimedia/despotify/files/patch-Makefile +++ /dev/null @@ -1,40 +0,0 @@ ---- ./Makefile.orig 2012-10-03 13:03:34.000000000 +0200 -+++ ./Makefile 2012-10-03 13:21:19.000000000 +0200 -@@ -5,8 +5,8 @@ - - export - --CFLAGS = -Wall -Wextra -ggdb -std=gnu99 --LDFLAGS = -lz -lvorbisfile -+CFLAGS += -Wall -Wextra -ggdb -std=gnu99 -+LDFLAGS += -lz -lvorbisfile - - LD = $(CC) - -@@ -69,22 +69,22 @@ - - clean: - for dir in $(SUBDIRS); do \ -- $(MAKE) -C $$dir -f local.mk clean || exit $$?; \ -+ $(MAKE_ENV) $(MAKE) -C $$dir -f local.mk clean || exit $$?; \ - done - - clients: $(CLIENTS) - $(CLIENTS): lib - $(SUBDIRS): -- $(MAKE) $(SILENTDIR) -C $@ -f local.mk -+ $(MAKE_ENV) $(MAKE) $(SILENTDIR) -C $@ -f local.mk - - install: $(SUBDIRS) - for dir in $(SUBDIRS); do \ -- $(MAKE) -C $$dir -f local.mk install || exit $$?; \ -+ $(MAKE_ENV) $(MAKE) -C $$dir -f local.mk install || exit $$?; \ - done - - uninstall: - for dir in $(SUBDIRS); do \ -- $(MAKE) -C $$dir -f local.mk uninstall || exit $$?; \ -+ $(MAKE_ENV) $(MAKE) -C $$dir -f local.mk uninstall || exit $$?; \ - done - - Makefile.local.mk: diff --git a/multimedia/despotify/files/patch-lib__local.mk b/multimedia/despotify/files/patch-lib__local.mk deleted file mode 100644 index b1f27372ca97..000000000000 --- a/multimedia/despotify/files/patch-lib__local.mk +++ /dev/null @@ -1,20 +0,0 @@ ---- ./lib/local.mk.orig 2012-10-03 13:21:24.000000000 +0200 -+++ ./lib/local.mk 2012-10-03 13:22:42.000000000 +0200 -@@ -49,14 +49,13 @@ - $(LT) --mode=clean rm -f $(LIB_OBJS) Makefile.dep - - install: libdespotify.la -- install -d $(INSTALL_PREFIX)/lib/pkgconfig -+ install -d $(INSTALL_PREFIX)/libdata/pkgconfig - - $(LT) --mode=install install libdespotify.la $(INSTALL_PREFIX)/lib/libdespotify.la -- $(LDCONFIG) -n $(INSTALL_PREFIX)/lib - install -d $(INSTALL_PREFIX)/include/ - install despotify.h $(INSTALL_PREFIX)/include/ -- install -d $(INSTALL_PREFIX)/lib/pkgconfig/ -- install despotify.pc $(INSTALL_PREFIX)/lib/pkgconfig/despotify.pc -+ install -d $(INSTALL_PREFIX)/libdata/pkgconfig/ -+ install despotify.pc $(INSTALL_PREFIX)/libdata/pkgconfig/despotify.pc - - uninstall: - $(LT) --mode=uninstall rm -f $(INSTALL_PREFIX)/lib/libdespotify.la diff --git a/multimedia/despotify/pkg-descr b/multimedia/despotify/pkg-descr deleted file mode 100644 index 5a667b141145..000000000000 --- a/multimedia/despotify/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A command-line client for spotify. - -WWW: http://despotify.se/ diff --git a/multimedia/despotify/pkg-plist b/multimedia/despotify/pkg-plist deleted file mode 100644 index 680e3f330732..000000000000 --- a/multimedia/despotify/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -bin/despotify -bin/despotify-gateway -bin/despotify-simple -include/despotify.h -lib/libdespotify.a -lib/libdespotify.la -lib/libdespotify.so -lib/libdespotify.so.0 -libdata/pkgconfig/despotify.pc -@dirrmtry libdata/pkgconfig |