From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 15:00:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F2CA1065670 for ; Fri, 17 Feb 2012 15:00:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D2DEA8FC16 for ; Fri, 17 Feb 2012 15:00:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HF0P22024365 for ; Fri, 17 Feb 2012 15:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HF0PxT024361; Fri, 17 Feb 2012 15:00:25 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 15:00:25 GMT Resent-Message-Id: <201202171500.q1HF0PxT024361@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, dirk.meyer@dinoex.sub.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C26D5106566C for ; Fri, 17 Feb 2012 14:54:34 +0000 (UTC) (envelope-from dm@home8.dinoex.sub.de) Received: from uucp.dinoex.sub.de (uucp.dinoex.sub.de [194.45.71.2]) by mx1.freebsd.org (Postfix) with ESMTP id 2CB508FC17 for ; Fri, 17 Feb 2012 14:54:33 +0000 (UTC) Received: from home8.dinoex.sub.de (home8.dinoex.sub.de [194.45.71.48]) by uucp.dinoex.sub.de (8.14.4/8.14.4) with ESMTP id q1HENmC9014954 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 17 Feb 2012 15:24:05 +0100 (CET) (envelope-from dm@home8.dinoex.sub.de) Received: (from dm@localhost) by home8.dinoex.sub.de (8.14.5/8.14.5/Submit) id q1HEMtpX024214; Fri, 17 Feb 2012 15:22:55 +0100 (CET) (envelope-from dm) Message-Id: <201202171422.q1HEMtpX024214@home8.dinoex.sub.de> Date: Fri, 17 Feb 2012 15:22:55 +0100 (CET) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165235: [PATCH] multimedia/mplayer to use libgif X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dirk.meyer@dinoex.sub.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 15:00:26 -0000 >Number: 165235 >Category: ports >Synopsis: [PATCH] multimedia/mplayer to use libgif >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 15:00:24 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 8.2-RELEASE >Organization: privat >Environment: >Description: mplayer uses libungif which is now dprecated mplayer detects libgif without problem if libungif is not installed. >How-To-Repeat: Buildlog with patch: ===> Vulnerability check disabled, database not found ===> License GPLv2 accepted by the user => SHA256 Checksum OK for mplayer-1.0rc20111218.tar.xz. ===> Patching for mplayer-1.0.r20111218_3 [...] ===> mplayer-1.0.r20111218_3 depends on shared library: gif.5 - found [...] Checking for GIF support ... yes Checking for broken giflib workaround ... disabled [...] Codecs: libdv ffmpeg(internal) xanim libmpeg2(internal) mp3lib(internal) speex tremor(internal) gif Audio output: oss mpegpes(file) Video output: matrixview opengl gif89a pnm jpeg mpegpes(file) dga xv x11 xover yuv4mpeg md5sum tga [...] ===> Installing for mplayer-current-1.0.r20111218_3 [...] ===> Building package for mplayer-current-1.0.r20111218_3 >Fix: Apply the patch. A bump of portrevision mmight be useful. Index: Makefile.options =================================================================== RCS file: /home/pcvs/ports/multimedia/mplayer/Makefile.options,v retrieving revision 1.27 diff -u -r1.27 Makefile.options --- Makefile.options 16 Feb 2012 20:17:31 -0000 1.27 +++ Makefile.options 17 Feb 2012 14:21:34 -0000 @@ -72,7 +72,7 @@ .endif .if !defined(WITHOUT_LIBUNGIF) -LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif +LIB_DEPENDS+= gif.5:${PORTSDIR}/graphics/giflib .else CONFIGURE_ARGS+= --disable-gif .endif >Release-Note: >Audit-Trail: >Unformatted: