From owner-svn-ports-head@freebsd.org Tue May 3 20:17:49 2016 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 0EE43B2CA34; Tue, 3 May 2016 20:17:49 +0000 (UTC) (envelope-from gerald@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 mx1.freebsd.org (Postfix) with ESMTPS id D4AE51CD8; Tue, 3 May 2016 20:17:48 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u43KHmL2070901; Tue, 3 May 2016 20:17:48 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u43KHlIc070899; Tue, 3 May 2016 20:17:47 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201605032017.u43KHlIc070899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Tue, 3 May 2016 20:17:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414552 - in head/lang: gcc gcc48 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.22 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, 03 May 2016 20:17:49 -0000 Author: gerald Date: Tue May 3 20:17:47 2016 New Revision: 414552 URL: https://svnweb.freebsd.org/changeset/ports/414552 Log: Make MULTILIB_DESC consistent and more logical also for the lang/gcc and lang/gcc48 ports, now in line across all lang/gcc* ports. Modified: head/lang/gcc/Makefile head/lang/gcc48/Makefile Modified: head/lang/gcc/Makefile ============================================================================== --- head/lang/gcc/Makefile Tue May 3 19:40:27 2016 (r414551) +++ head/lang/gcc/Makefile Tue May 3 20:17:47 2016 (r414552) @@ -48,7 +48,7 @@ BOOTSTRAP_DESC= Build using a full boot .if exists(/usr/lib32/libc.so) OPTIONS_DEFINE_powerpc64= MULTILIB OPTIONS_DEFAULT_powerpc64= MULTILIB -MULTILIB_DESC= Build support for 32-bit and 64-bit target types +MULTILIB_DESC= Build support for 32-bit and 64-bit targets MULTILIB_CONFIGURE_ENABLE= multilib .else CONFIGURE_ARGS+= --disable-multilib Modified: head/lang/gcc48/Makefile ============================================================================== --- head/lang/gcc48/Makefile Tue May 3 19:40:27 2016 (r414551) +++ head/lang/gcc48/Makefile Tue May 3 20:17:47 2016 (r414552) @@ -51,7 +51,7 @@ BOOTSTRAP_DESC= Build using a full boot .if exists(/usr/lib32/libc.so) OPTIONS_DEFINE_powerpc64= MULTILIB OPTIONS_DEFAULT_powerpc64= MULTILIB -MULTILIB_DESC= Build support for 32-bit and 64-bit target types +MULTILIB_DESC= Build support for 32-bit and 64-bit targets MULTILIB_CONFIGURE_ENABLE= multilib .else CONFIGURE_ARGS+= --disable-multilib