From owner-svn-ports-head@freebsd.org Sat Jul 25 11:13:20 2015 Return-Path: Delivered-To: svn-ports-head@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 4F30C9AA824; Sat, 25 Jul 2015 11:13:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.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 3FB021486; Sat, 25 Jul 2015 11:13:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PBDKIX088424; Sat, 25 Jul 2015 11:13:20 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PBDJ9h088422; Sat, 25 Jul 2015 11:13:19 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507251113.t6PBDJ9h088422@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 25 Jul 2015 11:13:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392873 - in head: . devel devel/amd64-binutils devel/amd64-gcc devel/amd64-xtoolchain-gcc 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.20 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: Sat, 25 Jul 2015 11:13:20 -0000 Author: bapt Date: Sat Jul 25 11:13:18 2015 New Revision: 392873 URL: https://svnweb.freebsd.org/changeset/ports/392873 Log: amd64 cross toolchain was somewhere broken and not really useful, let's focus on gcc cross toolchain for arches not supporting clang for now Deleted: head/devel/amd64-binutils/ head/devel/amd64-gcc/ head/devel/amd64-xtoolchain-gcc/ Modified: head/MOVED head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Jul 25 11:10:03 2015 (r392872) +++ head/MOVED Sat Jul 25 11:13:18 2015 (r392873) @@ -7732,3 +7732,6 @@ japanese/netype||2015-07-21|Has expired: databases/p5-DBD-Pg32|databases/p5-DBD-Pg|2015-07-22|Has expired: Use databases/p5-DBD-Pg instead, compatability probles are fixed textproc/py-asciinema|textproc/asciinema|2015-07-23|Has expired: use textproc/asciinema instead devel/libiomp5-devel|devel/llvm-devel|2015-07-24|Merged with devel/llvm-devel +amd64-binutils||2015-07-25|No real use +amd64-gcc||2015-07-25|No real use +amd64-xtoolchain-gcc||2015-07-25|No real use Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Jul 25 11:10:03 2015 (r392872) +++ head/devel/Makefile Sat Jul 25 11:13:18 2015 (r392873) @@ -53,9 +53,6 @@ SUBDIR += allegro SUBDIR += allegro-devel SUBDIR += alog - SUBDIR += amd64-binutils - SUBDIR += amd64-gcc - SUBDIR += amd64-xtoolchain-gcc SUBDIR += android-tools-adb SUBDIR += android-tools-adb-devel SUBDIR += android-tools-fastboot