From owner-freebsd-ports@FreeBSD.ORG Sat Oct 11 19:29:39 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3084F1065678 for ; Sat, 11 Oct 2008 19:29:39 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id B80868FC0A for ; Sat, 11 Oct 2008 19:29:38 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so707316fgb.35 for ; Sat, 11 Oct 2008 12:29:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=4pzE2mdnYcVHVqZMu1r+0LVsHUgwmDPIsgWQEj+yrRo=; b=RjuQCRsQ/Cy5eHc191dZO02wEw41tsMKP/8vLGgoHFe3z3SciC2daLhvK1qVJ1+J27 og9DscwibOPwyqh9m25sDqf8hyPNUhbhSGholkXegdNFCXPHXWYbZrSbdje8qfyKCaFY F8Z2bS00Lzuiz7RdRnD8t4EhprjS1JY5xrfIE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=uLNhU/Ghn1oroe06JVtO5zKwkkJ/k8D/qHPBz1/EKdXjFqKE9co+WRI4dOhnVQHxpA UlE5h/5impXhLKEPgEyjZqOwBAWAiRekeh5ZOaMp2yDsiAvU7GKw9a8R+YBvKxQv0BO+ 7HCa7UPdENMSQ3CHawKEGFEoRGc7RUaxDNFqY= Received: by 10.103.168.5 with SMTP id v5mr2218260muo.35.1223753377387; Sat, 11 Oct 2008 12:29:37 -0700 (PDT) Received: by 10.103.231.14 with HTTP; Sat, 11 Oct 2008 12:29:37 -0700 (PDT) Message-ID: Date: Sat, 11 Oct 2008 16:29:37 -0300 From: "Carlos A. M. dos Santos" To: "Michel Talon" In-Reply-To: <20081011154239.GA49461@lpthe.jussieu.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081011154239.GA49461@lpthe.jussieu.fr> Cc: freebsd-ports@freebsd.org Subject: Re: multimedia/xvid X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2008 19:29:39 -0000 On Sat, Oct 11, 2008 at 12:42 PM, Michel Talon wrote: >> I gave it a try and found that configure needs some help on AMD64 >> because it expects the architecture name to be "x86_64", not "amd64". >> Could you please check if the attached Makefile works on i386? I can >> not test it because I only have 8.0-CURRENT on AMD64 at the moment. > > Your Makefile allows xvid to compile without any problem on x86. > I have also checked that xvid builds on a clean machine, without > nasm or yasm installed with your Makefile, so it seems to be fine. > > Thanks for your attention. Nice. Is there anybody in the list able to try the assembly options for IA64 and PPC? I know I'm pushing a little bit, but it would be nice if we could make the port work better on other platforms too. -- cd /usr/ports/sysutils/life make clean