Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2020 06:57:45 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547239 - head/sysutils/xfsprogs
Message-ID:  <202009010657.0816vjho084829@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Tue Sep  1 06:57:45 2020
New Revision: 547239
URL: https://svnweb.freebsd.org/changeset/ports/547239

Log:
  - Force -fcommon for the time being to unbreak the build against
    modern compilers (abuse OPTIMIZER variable for this matter as
    we have to suppress it anyways and it is passed for both debug
    and release builds)
  - Enable verbose build like we normally do in the ports tree
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/xfsprogs/Makefile

Modified: head/sysutils/xfsprogs/Makefile
==============================================================================
--- head/sysutils/xfsprogs/Makefile	Tue Sep  1 04:13:44 2020	(r547238)
+++ head/sysutils/xfsprogs/Makefile	Tue Sep  1 06:57:45 2020	(r547239)
@@ -19,9 +19,10 @@ CPE_PRODUCT=	${PORTNAME}
 CPE_VENDOR=	sgi
 USES=		cpe gettext gmake libtool:build readline
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	OPTIMIZER=" "
+CONFIGURE_ENV=	OPTIMIZER=-fcommon
 CONFIGURE_ARGS=	--disable-shared --enable-readline
 ALL_TARGET=	# empty
+MAKE_ARGS=	V=1
 
 OPTIONS_DEFINE=	DOCS
 



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