Date: Sat, 11 Dec 2004 22:19:23 -0500 From: Serge Gagnon <ser_gagnon@sympatico.ca> To: FreeBSD-gnats-submit@FreeBSD.org Cc: lioux@FreeBSD.org Subject: ports/74965: Patch port: multimedia/ffmpeg fix pkg-plist Message-ID: <E1CdKGZ-000BYk-EE@quenix1.dyndns.org> Resent-Message-ID: <200412120320.iBC3KLoR080270@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 74965 >Category: ports >Synopsis: Patch port: multimedia/ffmpeg fix pkg-plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 12 03:20:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Serge Gagnon >Release: FreeBSD 4.10-STABLE i386 >Organization: me >Environment: System: FreeBSD quenix1.dyndns.org 4.10-STABLE FreeBSD 4.10-STABLE #0: Thu Dec 2 14:23:49 EST 2004 root@quenix1.dyndns.org:/usr/obj/usr/src/sys/OCEAN i386 >Description: Fix plist. Maintainer is cced >How-To-Repeat: >Fix: --- patch-ffmpeg-Makefile.diff begins here --- --- Makefile.orig Sat Dec 11 22:05:08 2004 +++ Makefile Sat Dec 11 22:13:23 2004 @@ -39,7 +39,7 @@ HEADER_FILES= libavcodec/avcodec.h libavcodec/common.h \ libavcodec/dsputil.h LIB_FILES= libavcodec/libavcodec.a libavformat/libavformat.a -MAN1= ffmpeg.1 ffplay.1 +MAN1= ffmpeg.1 .include <bsd.port.pre.mk> @@ -333,6 +333,7 @@ ${WRKSRC}/configure .endif .ifdef(WITH_SDL) +MAN1+= ffplay.1 @${REINPLACE_CMD} -E \ -e 's|sdl-config|${SDL_CONFIG}|g' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} --- patch-ffmpeg-Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1CdKGZ-000BYk-EE>