Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 47E92A64B4 for ; Sun, 16 Feb 2014 09:58:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A0A1014A226; Sun, 16 Feb 2014 09:58:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A975714A218 for ; Sun, 16 Feb 2014 09:58:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 27Iuzexc83Yn for ; Sun, 16 Feb 2014 09:58:18 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 2EFFD14A204 for ; Sun, 16 Feb 2014 09:58:18 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 23BBD96; Sun, 16 Feb 2014 09:58:18 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 16 Feb 2014 09:58:18 +0000 From: "Jens Rehsack" Subject: CVS commit: pkgsrc/multimedia/libvpx To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20140216095818.23BBD96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: sno Date: Sun Feb 16 09:58:18 UTC 2014 Modified Files: pkgsrc/multimedia/libvpx: Makefile Log Message: be stricter when requiring gcc 4.4+: * pkg/48508 refers only SunOS and NetBSD (in fact, only NetBSD 5 and Solaris 10 - but I expect at least lower versions come with same issues and higher might have improved toolchain) * check only for x86 architectures (no sse3 on sparc, ppc, arm, mips, ...) * only require minimum gcc version when gcc is the used compiler - SunPRO, clang, pcc ... might behave differently * hopefully someone picks it up and fix the binutils dependency, if required To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/multimedia/libvpx/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.