Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2002 13:07:14 -0200
From:      Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
To:        Jeroen Ruigrok/asmodai <asmodai@wxs.nl>
Cc:        "Thomas E. Zander" <riggs@hadiko.de>, ports@FreeBSD.ORG
Subject:   Re: mplayer broken
Message-ID:  <20020210150736.24296.qmail@exxodus.fedaykin.here>
In-Reply-To: <20020210142957.GH5880@daemon.ninth-circle.org>; from asmodai@wxs.nl on Sun, Feb 10, 2002 at 03:29:35PM %2B0100
References:  <20020207213553.GA52378@daemon.ninth-circle.org> <20020208085027.GA48242@f113.hadiko.de> <20020210123559.GE5880@daemon.ninth-circle.org> <20020210131756.19739.qmail@exxodus.fedaykin.here> <20020210142957.GH5880@daemon.ninth-circle.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--OwLcNYc0lM97+oe1
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Sun, Feb 10, 2002 at 03:29:35PM +0100, Jeroen Ruigrok/Asmodai wrote:
> Oh wait a sec.
> 
> That giconv is being provided by convertors/libiconv, not
> convertors/iconv.

	Typo, typo. :(

	Check this little patch.

-- 
Mario S F Ferreira - DF - Brazil - "I guess this is a signature."
Computer Science Undergraduate | FreeBSD Committer | CS Developer
flames to beloved devnull@someotherworldbeloworabove.org
feature, n: a documented bug | bug, n: an undocumented feature

--OwLcNYc0lM97+oe1
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch-Makefile

--- Makefile.orig	Sun Feb 10 13:04:12 2002
+++ Makefile	Sun Feb 10 13:06:18 2002
@@ -7,6 +7,7 @@
 
 PORTNAME=	mplayer
 PORTVERSION=	0.60.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://ftp.mplayerhq.hu/MPlayer/releases/ \
 		http://www.mplayerhq.hu/MPlayer/releases/ \
@@ -20,7 +21,7 @@
 MAINTAINER=	riggs@rrr.de
 
 LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png \
-		giconv.2:${PORTSDIR}/converters/iconv \
+		giconv.2:${PORTSDIR}/converters/libiconv \
 		SDL-1.1.3:${PORTSDIR}/devel/sdl12
 RUN_DEPENDS=	${LOCALBASE}/share/mplayer/fonts:${PORTSDIR}/graphics/mplayer-fonts
 

--OwLcNYc0lM97+oe1--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020210150736.24296.qmail>