From owner-cvs-all@FreeBSD.ORG Sun Apr 29 18:35:55 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B511716A401 for ; Sun, 29 Apr 2007 18:35:55 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.177]) by mx1.freebsd.org (Postfix) with ESMTP id 46E4113C45D for ; Sun, 29 Apr 2007 18:35:54 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: by ik-out-1112.google.com with SMTP id b35so859494ika for ; Sun, 29 Apr 2007 11:35:54 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Hl+82Czf+HXIMyqdH/fzgVXtfCyW45gy4XcPqG31aCrKf2+RVoMxD9u4CxuPAPWVFIir9vvHEnh44lJ6zGkVL6Ljb0wJ0lEtL7eVY9Mrs3gl3MXdhFWE9JaPOFwTqzXifI+TgLioAyzBQzUuQ5hiioQ3V9xud9iAPUZOmFXicAc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=dfhhlR3V/GqqfSo3FpbXoNJ0/qk4lr6xTUrTjsPBGhjq15qXIvHnRYyg/wN4RfaP/NIfxCZSlXO+6tbgZx853SVR7DTL3tXXjclb0yX9RaQeoBAbKNAbfSyfjAv4bm60/J4zWnHLlHSv+gdzwqy2f6lkRVJ9n2kHSs3XByp9l5Y= Received: by 10.82.100.1 with SMTP id x1mr10336536bub.1177871753744; Sun, 29 Apr 2007 11:35:53 -0700 (PDT) Received: by 10.82.112.13 with HTTP; Sun, 29 Apr 2007 11:35:53 -0700 (PDT) Message-ID: Date: Sun, 29 Apr 2007 14:35:53 -0400 From: "Michael Johnson" Sender: buhnux@gmail.com To: "Vanilla I. Shu" In-Reply-To: <20070425032413.GA73740@fatpipi.cirx.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200704181614.l3IGE1M3084031@repoman.freebsd.org> <20070425032413.GA73740@fatpipi.cirx.org> X-Google-Sender-Auth: ddeed36bde1d084c Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/multimedia/ffmpeg-devel Makefile distinfo pkg-plist ports/multimedia/ffmpeg-devel/files amd64-patch patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Apr 2007 18:35:55 -0000 On 4/24/07, Vanilla I. Shu wrote: > On Wed, Apr 18, 2007 at 04:14:01PM +0000, Michael Johnson wrote: > > ahze 2007-04-18 16:14:01 UTC > > FreeBSD ports repository > > Modified files: > > multimedia/ffmpeg-devel Makefile distinfo pkg-plist > > multimedia/ffmpeg-devel/files patch-configure > > Added files: > > multimedia/ffmpeg-devel/files amd64-patch > > Log: > > - Update to 2007-04-18 snapshot > > - OGG is enabled by default now > > - Partly fix amd64 support by disabling mem align check code that bombs > > gcc on amd64 [1]. amd64 support still does not build > 2007-04-25 snapshot compile ok on my amd64 box, maybe you can try it ? > I just tried it and I get the same results. What are your CFLAGS, etc?