Date: Thu, 17 Aug 2017 16:01:06 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r448135 - branches/2017Q3/lang/cint Message-ID: <201708171601.v7HG16BC004824@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Thu Aug 17 16:01:06 2017 New Revision: 448135 URL: https://svnweb.freebsd.org/changeset/ports/448135 Log: MFH: r447876 Make the port respect CFLAGS and CXXFLAGS. Bump PORTREVISION since this changes the flags the port is built with. This is step 1 towards making the port build with GCC 6. PR: 217008 Approved by: maintainer timeout (fjoe, 16 days) Approved by: ports-secteam (feld) Modified: branches/2017Q3/lang/cint/Makefile Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/lang/cint/Makefile ============================================================================== --- branches/2017Q3/lang/cint/Makefile Thu Aug 17 16:00:06 2017 (r448134) +++ branches/2017Q3/lang/cint/Makefile Thu Aug 17 16:01:06 2017 (r448135) @@ -3,7 +3,7 @@ PORTNAME= cint PORTVERSION= 5.18.00 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang MASTER_SITES= http://root.cern.ch/drupal/sites/default/files/ @@ -15,7 +15,8 @@ BROKEN_powerpc64= does not build: cint/include/iosenum BUILD_DEPENDS= bash:shells/bash HAS_CONFIGURE= yes -CONFIGURE_ENV= CC="${CC}" CXX="${CXX}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV= CC="${CC}" CXX="${CXX}" LDFLAGS="${LDFLAGS}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" USE_GCC= yes USES= gmake readline tar:tgz USE_LDCONFIG= ${PREFIX}/lib/cint
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708171601.v7HG16BC004824>