From owner-freebsd-ports@FreeBSD.ORG Sat Oct 2 17:39:35 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76E451065670 for ; Sat, 2 Oct 2010 17:39:35 +0000 (UTC) (envelope-from Gabor@Zahemszky.HU) Received: from relay02.digicable.hu (relay02.digicable.hu [92.249.128.188]) by mx1.freebsd.org (Postfix) with ESMTP id 345C88FC14 for ; Sat, 2 Oct 2010 17:39:34 +0000 (UTC) Received: from [94.21.208.120] (helo=Picasso.Zahemszky.HU) by relay02.digicable.hu with esmtpa id 1P24q2-0001q7-Ll ; Sat, 02 Oct 2010 18:21:30 +0200 Date: Sat, 2 Oct 2010 18:21:28 +0200 From: Zahemszky =?ISO-8859-2?Q?G=E1bor?= To: riggs@rrr.de, freebsd-ports@freebsd.org Message-ID: <20101002182128.7d3a96e9@Picasso.Zahemszky.HU> Organization: Zahemszky Bt. X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Original: 94.21.208.120 Cc: Subject: FreeBSD mencoder port problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2010 17:39:35 -0000 Hi! I've just found that libmpcdec has been deprecated in FreeBSD port. Because of it, there was an mplayer modification. The only problem is that mencoder has the same libmpcdec dependency, so it should be updated, too. Thanks, Zahy < Gabor at Zahemszky dot UH > -- #!/bin/ksh # # See my GPG key at http://www.Zahemszky.HU # Z='21N16I25C25E30, 40M30E33E25T15U!'; IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ '; set -- $Z;for i;{ [[ $i = ? ]]&&print $i&&break; [[ $i = ??? ]]&&j=$i&&i=${i%?}; typeset -i40 i=8#$i;print -n ${i#???}; [[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;}; IFS=' 0123456789 ';set -- $Z;for i;{ [[ $i = , ]]&&i=2; [[ $i = ?? ]]||typeset -l i;j="$j $i";typeset +l i;};print "$j"