From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 29 01:40:01 2008 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 0AD831065671 for ; Tue, 29 Jul 2008 01:40:01 +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 DEBEE8FC0C for ; Tue, 29 Jul 2008 01:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m6T1e0Gs062546 for ; Tue, 29 Jul 2008 01:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m6T1e0HD062545; Tue, 29 Jul 2008 01:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 29 Jul 2008 01:40:00 GMT Resent-Message-Id: <200807290140.m6T1e0HD062545@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, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD2371065672 for ; Tue, 29 Jul 2008 01:38:51 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [203.204.205.212]) by mx1.freebsd.org (Postfix) with ESMTP id A04A38FC1B for ; Tue, 29 Jul 2008 01:38:51 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by sunpoet.net (Postfix, from userid 1000) id D1689209D; Tue, 29 Jul 2008 09:38:39 +0800 (CST) Message-Id: <20080729013839.D1689209D@sunpoet.net> Date: Tue, 29 Jul 2008 09:38:39 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/126061: [ports] multimedia/ffmpeg: fix compat headers installation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sunpoet Po-Chuan Hsieh List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2008 01:40:01 -0000 >Number: 126061 >Category: ports >Synopsis: [ports] multimedia/ffmpeg: fix compat headers installation >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 29 01:40:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 7.0-STABLE amd64 >Organization: SUNPOET.net >Environment: System: FreeBSD bonjour.sunpoet.net 7.0-STABLE FreeBSD 7.0-STABLE #9: Mon Jul 14 22:39:26 CST 2008 root@bonjour.sunpoet.net:/usr/obj/usr/src/sys/bonjour amd64 >Description: For ffmpeg prior to 20080727 shapsnot, postprocess.h was originally installed in ${PREFIX}/include/postproc/, not ${PREFIX}/include/ffmpeg/. ( http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/ffmpeg/pkg-plist.diff?r1=1.20;r2=1.21;f=h ) >How-To-Repeat: >Fix: --- /usr/ports/multimedia/ffmpeg/Makefile.orig 2008-07-29 09:06:28.831710000 +0800 +++ /usr/ports/multimedia/ffmpeg/Makefile 2008-07-29 09:26:47.447786849 +0800 @@ -37,29 +37,28 @@ XVID "XVID codec" off COMPAT_HEADERS= libavcodec/avcodec.h \ - libavcodec/opt.h \ - libavdevice/avdevice.h \ - libavformat/avformat.h \ - libavformat/avio.h \ - libavformat/rtsp.h \ - libavformat/rtspcodes.h \ - libavutil/adler32.h \ - libavutil/avstring.h \ - libavutil/avutil.h \ - libavutil/base64.h \ - libavutil/common.h \ - libavutil/crc.h \ - libavutil/fifo.h \ - libavutil/intfloat_readwrite.h \ - libavutil/log.h \ - libavutil/lzo.h \ - libavutil/mathematics.h \ - libavutil/md5.h \ - libavutil/mem.h \ - libavutil/random.h \ - libavutil/rational.h \ - libavutil/sha1.h \ - libpostproc/postprocess.h + libavcodec/opt.h \ + libavdevice/avdevice.h \ + libavformat/avformat.h \ + libavformat/avio.h \ + libavformat/rtsp.h \ + libavformat/rtspcodes.h \ + libavutil/adler32.h \ + libavutil/avstring.h \ + libavutil/avutil.h \ + libavutil/base64.h \ + libavutil/common.h \ + libavutil/crc.h \ + libavutil/fifo.h \ + libavutil/intfloat_readwrite.h \ + libavutil/log.h \ + libavutil/lzo.h \ + libavutil/mathematics.h \ + libavutil/md5.h \ + libavutil/mem.h \ + libavutil/random.h \ + libavutil/rational.h \ + libavutil/sha1.h .include @@ -315,5 +314,6 @@ .for FILE in ${COMPAT_HEADERS} ${CP} -f ${PREFIX}/include/${FILE} ${PREFIX}/include/ffmpeg/${FILE:C,^[^/]+/([^/]+).*,\1,} .endfor + ${CP} -f ${PREFIX}/include/libpostproc/postprocess.h ${PREFIX}/include/postproc/postprocess.h .include --- /usr/ports/multimedia/ffmpeg/pkg-plist.orig 2008-07-29 09:06:28.832713000 +0800 +++ /usr/ports/multimedia/ffmpeg/pkg-plist 2008-07-29 09:32:54.287424848 +0800 @@ -20,7 +20,6 @@ include/ffmpeg/md5.h include/ffmpeg/mem.h include/ffmpeg/opt.h -include/ffmpeg/postprocess.h include/ffmpeg/random.h include/ffmpeg/rational.h include/ffmpeg/rtsp.h @@ -50,6 +49,7 @@ include/libavutil/rational.h include/libavutil/sha1.h include/libpostproc/postprocess.h +include/postproc/postprocess.h lib/libavcodec.a lib/libavcodec.so lib/libavcodec.so.1 >Release-Note: >Audit-Trail: >Unformatted: