Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 May 2016 20:17:47 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414552 - in head/lang: gcc gcc48
Message-ID:  <201605032017.u43KHlIc070899@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605032017.u43KHlIc070899>