From owner-svn-ports-head@FreeBSD.ORG Tue Sep 9 20:32:50 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53D24594; Tue, 9 Sep 2014 20:32:50 +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 2440D30F; Tue, 9 Sep 2014 20:32:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s89KWodt075477; Tue, 9 Sep 2014 20:32:50 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s89KWniw075474; Tue, 9 Sep 2014 20:32:49 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201409092032.s89KWniw075474@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 9 Sep 2014 20:32:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367778 - in head: . devel devel/arm-eabi-binutils devel/arm-eabi-gcc devel/cross-binutils devel/cross-gcc sysutils sysutils/u-boot-beaglebone-eabi 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.18-1 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: Tue, 09 Sep 2014 20:32:50 -0000 Author: marino Date: Tue Sep 9 20:32:49 2014 New Revision: 367778 URL: http://svnweb.freebsd.org/changeset/ports/367778 QAT: https://qat.redports.org/buildarchive/r367778/ Log: Remove unstaged devel/arm-eabi-gcc and cascade remove four others Without devel/arm-eabi-gcc, unstaged cross-gcc has no purpose, nor does either of the -binutils ports. The sysutils/u-boot-beaglebone-eabi was staged, but is a casualty of the arm-eabi-gcc removal. Deleted: head/devel/arm-eabi-binutils/ head/devel/arm-eabi-gcc/ head/devel/cross-binutils/ head/devel/cross-gcc/ head/sysutils/u-boot-beaglebone-eabi/ Modified: head/MOVED head/devel/Makefile head/sysutils/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Sep 9 20:32:21 2014 (r367777) +++ head/MOVED Tue Sep 9 20:32:49 2014 (r367778) @@ -7044,3 +7044,8 @@ devel/flex-sdk2||2014-09-07|Not staged devel/flex_compiler_shell||2014-09-07|Cascade removal (devel/flex-sdk2) emulators/virtualbox-ose-legacy||2014-09-09|Not staged emulators/virtualbox-ose-kmod-legacy||2014-09-09|No purpose after removal of virtualbox-ose-legacy +devel/arm-eabi-gcc||2014-09-09|Not staged +devel/cross-gcc||2014-09-09|Not staged +devel/cross-binutils||2014-09-09|No purpose after removal of cross-gcc +devel/arm-eabi-binutils||2014-09-09|No purpose after removal of arm-eabi-gcc +sysutils/u-boot-beaglebone-eabi||2014-09-09|Cascade removal (devel/arm-eabi-gcc) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Sep 9 20:32:21 2014 (r367777) +++ head/devel/Makefile Tue Sep 9 20:32:49 2014 (r367778) @@ -69,8 +69,6 @@ SUBDIR += argouml SUBDIR += argp-standalone SUBDIR += argtable - SUBDIR += arm-eabi-binutils - SUBDIR += arm-eabi-gcc SUBDIR += arm-elf-binutils SUBDIR += arm-gnueabi-binutils SUBDIR += armv6-freebsd10.0-xdev @@ -270,8 +268,6 @@ SUBDIR += cpuflags SUBDIR += creduce SUBDIR += critcl - SUBDIR += cross-binutils - SUBDIR += cross-gcc SUBDIR += cscope SUBDIR += cscout SUBDIR += csmith Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Sep 9 20:32:21 2014 (r367777) +++ head/sysutils/Makefile Tue Sep 9 20:32:49 2014 (r367778) @@ -938,7 +938,6 @@ SUBDIR += ttyload SUBDIR += tw_cli SUBDIR += tzdialog - SUBDIR += u-boot-beaglebone-eabi SUBDIR += ua SUBDIR += ucspi-ipc SUBDIR += ucspi-proxy