From owner-svn-ports-all@FreeBSD.ORG Wed Oct 29 22:01:27 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A37EFF2; Wed, 29 Oct 2014 22:01:27 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0685ED29; Wed, 29 Oct 2014 22:01:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9TM1QcP086767; Wed, 29 Oct 2014 22:01:26 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9TM1Q33086766; Wed, 29 Oct 2014 22:01:26 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201410292201.s9TM1Q33086766@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Wed, 29 Oct 2014 22:01:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371713 - head/multimedia/libcec X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2014 22:01:27 -0000 Author: sbruno Date: Wed Oct 29 22:01:26 2014 New Revision: 371713 URL: https://svnweb.freebsd.org/changeset/ports/371713 QAT: https://qat.redports.org/buildarchive/r371713/ Log: Disable RPi specific code from build to allow armv6 pkg to be created. PR: 193879 Submitted by: Mikael Urankar Reviewed by: bdrewery (mentor) Modified: head/multimedia/libcec/Makefile Modified: head/multimedia/libcec/Makefile ============================================================================== --- head/multimedia/libcec/Makefile Wed Oct 29 21:57:52 2014 (r371712) +++ head/multimedia/libcec/Makefile Wed Oct 29 22:01:26 2014 (r371713) @@ -28,4 +28,10 @@ INSTALL_TARGET= install-strip post-patch: ${REINPLACE_CMD} 's;-Wno-psabi;;' ${WRKSRC}/configure.ac +.include + +.if ${ARCH} == armv6 +CONFIGURE_ARGS= --disable-rpi +.endif + .include