From owner-svn-ports-head@FreeBSD.ORG Thu Jan 16 22:19:49 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24F97801; Thu, 16 Jan 2014 22:19:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 100361F34; Thu, 16 Jan 2014 22:19:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0GMJm4A028164; Thu, 16 Jan 2014 22:19:48 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0GMJm6r028162; Thu, 16 Jan 2014 22:19:48 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201401162219.s0GMJm6r028162@svn.freebsd.org> From: Antoine Brodin Date: Thu, 16 Jan 2014 22:19:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339994 - in head/audio: linux-laudio linux-mbrola X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jan 2014 22:19:49 -0000 Author: antoine Date: Thu Jan 16 22:19:48 2014 New Revision: 339994 URL: http://svnweb.freebsd.org/changeset/ports/339994 QAT: https://qat.redports.org/buildarchive/r339994/ Log: Revert part of previous change, IA32_BINARY_PORT is for freebsd32 compat not linux32 one Modified: head/audio/linux-laudio/Makefile head/audio/linux-mbrola/Makefile Modified: head/audio/linux-laudio/Makefile ============================================================================== --- head/audio/linux-laudio/Makefile Thu Jan 16 21:45:46 2014 (r339993) +++ head/audio/linux-laudio/Makefile Thu Jan 16 22:19:48 2014 (r339994) @@ -11,10 +11,11 @@ DISTNAME= la04 MAINTAINER= ports@FreeBSD.org COMMENT= Free lossless audio codec +ONLY_FOR_ARCHS= amd64 i386 + USE_BZIP2= yes USE_LINUX= yes NO_BUILD= yes -IA32_BINARY_PORT= yes PLIST_FILES= bin/laudio PORTDOCS= readme.txt Modified: head/audio/linux-mbrola/Makefile ============================================================================== --- head/audio/linux-mbrola/Makefile Thu Jan 16 21:45:46 2014 (r339993) +++ head/audio/linux-mbrola/Makefile Thu Jan 16 22:19:48 2014 (r339994) @@ -18,8 +18,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/mbrolavo CONFLICTS= mbrola-* NO_BUILD= yes +ONLY_FOR_ARCHS= amd64 i386 NO_WRKSUBDIR= yes -IA32_BINARY_PORT= yes USE_LINUX= yes RESTRICTED= for non-commercial, non-military applications only