diff options
author | antoine <antoine@FreeBSD.org> | 2015-11-09 20:59:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-11-09 20:59:03 +0800 |
commit | 22f7514ac919166ba72b426b3e50500eb7045feb (patch) | |
tree | 833ea06148a6d04c639882998b046989806a59ed /multimedia | |
parent | 4ec31d9ff5afbe149c71d6a49f257023b2ad0b13 (diff) | |
download | freebsd-ports-gnome-22f7514ac919166ba72b426b3e50500eb7045feb.tar.gz freebsd-ports-gnome-22f7514ac919166ba72b426b3e50500eb7045feb.tar.zst freebsd-ports-gnome-22f7514ac919166ba72b426b3e50500eb7045feb.zip |
Mark a few ports BROKEN: unfetchable
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/devede/Makefile | 2 | ||||
-rw-r--r-- | multimedia/flvtool++/Makefile | 2 | ||||
-rw-r--r-- | multimedia/ggrab/Makefile | 2 | ||||
-rw-r--r-- | multimedia/kmplayer-kde4/Makefile | 2 | ||||
-rw-r--r-- | multimedia/ogmrip/Makefile | 2 | ||||
-rw-r--r-- | multimedia/umr/Makefile | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/devede/Makefile b/multimedia/devede/Makefile index 1d60a69c85c5..6e0f3dc8f865 100644 --- a/multimedia/devede/Makefile +++ b/multimedia/devede/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= http://www.rastersoft.com/descargas/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Create video DVDs, VCDs, sVCDs, or CVDs from any number of video files +BROKEN= unfetchable + RUN_DEPENDS= ffmpeg:${PORTSDIR}/multimedia/ffmpeg \ mencoder:${PORTSDIR}/multimedia/mencoder \ spumux:${PORTSDIR}/multimedia/dvdauthor \ diff --git a/multimedia/flvtool++/Makefile b/multimedia/flvtool++/Makefile index 79c9d4629dc8..c369c530f116 100644 --- a/multimedia/flvtool++/Makefile +++ b/multimedia/flvtool++/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://mirror.facebook.net/facebook/flvtool++/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool for hinting and manipulating the metadata of FLV files +BROKEN= unfetchable + LIB_DEPENDS= libboost_iostreams.so:${PORTSDIR}/devel/boost-libs CFLAGS+= -I${LOCALBASE}/include/boost diff --git a/multimedia/ggrab/Makefile b/multimedia/ggrab/Makefile index 557a3d87807f..10e1d3563509 100644 --- a/multimedia/ggrab/Makefile +++ b/multimedia/ggrab/Makefile @@ -11,6 +11,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Records MPEG2 streams directly from your Dbox2 over Ethernet +BROKEN= unfetchable + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/ggrab bin/sserver diff --git a/multimedia/kmplayer-kde4/Makefile b/multimedia/kmplayer-kde4/Makefile index f56c06ab53e5..dc5131aebd07 100644 --- a/multimedia/kmplayer-kde4/Makefile +++ b/multimedia/kmplayer-kde4/Makefile @@ -12,6 +12,8 @@ PKGNAMESUFFIX= -kde4 MAINTAINER= ports@FreeBSD.org COMMENT= KDE frontend to Phonon / KDE4 +BROKEN= unfetchable + LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi diff --git a/multimedia/ogmrip/Makefile b/multimedia/ogmrip/Makefile index f9d2b5a5f239..aba1fadeee47 100644 --- a/multimedia/ogmrip/Makefile +++ b/multimedia/ogmrip/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Application and libraries for encoding DVDs into DivX/OGM files +BROKEN= unfetchable + LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi diff --git a/multimedia/umr/Makefile b/multimedia/umr/Makefile index 3c8afffae3da..5b2f0eb2ccbb 100644 --- a/multimedia/umr/Makefile +++ b/multimedia/umr/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= http://www.oldunreal.com/mods/other/ MAINTAINER= ports@FreeBSD.org COMMENT= Unreal Media Ripper +BROKEN= unfetchable + PLIST_FILES= bin/${PORTNAME} |