From owner-svn-ports-head@freebsd.org Wed Oct 31 15:17:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE58A10DCB00; Wed, 31 Oct 2018 15:17:07 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 930B97A42E; Wed, 31 Oct 2018 15:17:07 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6C69C63B6; Wed, 31 Oct 2018 15:17:07 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VFH7pB054921; Wed, 31 Oct 2018 15:17:07 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VFH717054920; Wed, 31 Oct 2018 15:17:07 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201810311517.w9VFH717054920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Wed, 31 Oct 2018 15:17:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483591 - head/sysutils/atitvout X-SVN-Group: ports-head X-SVN-Commit-Author: ak X-SVN-Commit-Paths: head/sysutils/atitvout X-SVN-Commit-Revision: 483591 X-SVN-Commit-Repository: ports 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.29 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: Wed, 31 Oct 2018 15:17:08 -0000 Author: ak Date: Wed Oct 31 15:17:06 2018 New Revision: 483591 URL: https://svnweb.freebsd.org/changeset/ports/483591 Log: - Make i386 only, port depends on i386 only devel/lrmi Modified: head/sysutils/atitvout/Makefile Modified: head/sysutils/atitvout/Makefile ============================================================================== --- head/sysutils/atitvout/Makefile Wed Oct 31 15:10:44 2018 (r483590) +++ head/sysutils/atitvout/Makefile Wed Oct 31 15:17:06 2018 (r483591) @@ -12,6 +12,8 @@ COMMENT= Toggle TV Out on Mach64 graphics cards LICENSE= GPLv2 +ONLY_FOR_ARCHS= i386 + LIB_DEPENDS= liblrmi.so:devel/lrmi WRKSRC= ${WRKDIR}/atitvout