From owner-freebsd-multimedia@FreeBSD.ORG Sat Sep 12 14:40:09 2009 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B59231065670 for ; Sat, 12 Sep 2009 14:40:09 +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 89F578FC23 for ; Sat, 12 Sep 2009 14:40:09 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8CEe98a072912 for ; Sat, 12 Sep 2009 14:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8CEe9uG072911; Sat, 12 Sep 2009 14:40:09 GMT (envelope-from gnats) Date: Sat, 12 Sep 2009 14:40:09 GMT Message-Id: <200909121440.n8CEe9uG072911@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: dikshie Cc: Subject: Re: ports/133462: multimedia/x264 build fails on powerpc X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dikshie List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Sep 2009 14:40:09 -0000 The following reply was made to PR ports/133462; it has been noted by GNATS. From: dikshie To: bug-followup@FreeBSD.org, jrh29@alumni.cwru.edu Cc: Subject: Re: ports/133462: multimedia/x264 build fails on powerpc Date: Sat, 12 Sep 2009 23:36:29 +0900 --Apple-Mail-27--418917249 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Hi, i made patch. please review. ;) --Apple-Mail-27--418917249 Content-Disposition: attachment; filename=patch-x264.txt Content-Type: text/plain; x-unix-mode=0644; name="patch-x264.txt" Content-Transfer-Encoding: 7bit --- Makefile.orig 2009-09-12 20:50:51.000000000 +0900 +++ Makefile 2009-09-12 21:52:37.000000000 +0900 @@ -6,9 +6,10 @@ # $Id: Makefile 30 2006-10-30 22:15:26Z buhnux $ PORTNAME= x264 -PORTVERSION= 0.0.20081218 +PORTVERSION= 0.0.20090120 CATEGORIES= multimedia -MASTER_SITES= http://downloads.videolan.org/pub/videolan/x264/snapshots/ \ +MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/x264/snapshots/ \ + http://downloads.videolan.org/pub/videolan/x264/snapshots/ \ http://samples.mplayerhq.hu/yuv4mpeg2/:pgo DISTNAME= ${PORTNAME}-snapshot-${PORTVERSION:S/0.0.//}-2245 DISTFILES= ${PORTNAME}-snapshot-${PORTVERSION:S/0.0.//}-2245${EXTRACT_SUFX} --- distinfo.orig 2009-09-12 21:59:21.000000000 +0900 +++ distinfo 2009-09-12 21:59:27.000000000 +0900 @@ -1,6 +1,3 @@ -MD5 (x264/x264-snapshot-20081218-2245.tar.bz2) = a5034835110bf3302539648323c73517 -SHA256 (x264/x264-snapshot-20081218-2245.tar.bz2) = 729fbdd18d4e84980fb8533cdf60379f86728e950277370c226486d2a7857167 -SIZE (x264/x264-snapshot-20081218-2245.tar.bz2) = 2336724 -MD5 (x264/example.y4m.bz2) = e0948016cd4a52e75d6a74d998bd6ae6 -SHA256 (x264/example.y4m.bz2) = a5bec9d37362bd9d7773fbd0644643f9ec096d654d20823004e88d5df32bbff7 -SIZE (x264/example.y4m.bz2) = 4910029 +MD5 (x264/x264-snapshot-20090120-2245.tar.bz2) = df05e866a73286dc039ee0b0029a5bea +SHA256 (x264/x264-snapshot-20090120-2245.tar.bz2) = 52042ad6a6f28d014b5f8375700cf43416273aed1d36808e5b79267d47ee7755 +SIZE (x264/x264-snapshot-20090120-2245.tar.bz2) = 2385350 --- pkg-plist.orig 2009-09-12 21:58:48.000000000 +0900 +++ pkg-plist 2009-09-12 21:58:57.000000000 +0900 @@ -2,5 +2,5 @@ include/x264.h lib/libx264.a lib/libx264.so -lib/libx264.so.65 +lib/libx264.so.66 libdata/pkgconfig/x264.pc --Apple-Mail-27--418917249--