svn commit: r448135 - branches/2017Q3/lang/cint

Raphael Kubo da Costa rakuco at FreeBSD.org
Thu Aug 17 16:01:07 UTC 2017


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


More information about the svn-ports-all mailing list