From owner-freebsd-ports-bugs@freebsd.org Tue May 30 12:17:33 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD296B7BA79 for ; Tue, 30 May 2017 12:17:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 AB42A83B34 for ; Tue, 30 May 2017 12:17:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UCHXYK084792 for ; Tue, 30 May 2017 12:17:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 218976] [exp-run] Uses/cran.mk: mark non-compiling ports as platform independent Date: Tue, 30 May 2017 12:17:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mat@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 12:17:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218976 --- Comment #12 from Mathieu Arnold --- Instead of changing NO_ARCH semantics, maybe a new variable should be added= , as NO_ARCH is used in other places. For example, NO_ARCH_IGNORE where files to ignore are stored. For the qa script: I wonder if it should not be using the list_stagedir_elf function. file(1) has a passthrough mode, see the proxydeps function (no need for xar= gs). files can contain :, so using cut with that anchor is a bad idea, better do= it like it is done in proxydeps. f#${STAGEDIR}${PREFIX}/} should probably be f#${STAGEDIR}} because files ca= n be outside of PREFIX. grep probably needs -a to treat every file as text. --=20 You are receiving this mail because: You are on the CC list for the bug.=