Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Mar 2015 16:52:44 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380211 - head/security/libgpg-error
Message-ID:  <201503011652.t21GqiLh056130@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Mar  1 16:52:43 2015
New Revision: 380211
URL: https://svnweb.freebsd.org/changeset/ports/380211
QAT: https://qat.redports.org/buildarchive/r380211/

Log:
  security/libgpg-error: Switch cpp to support gcc-5
  
  This port relies on CPP behavior that changes on GCC 5.  To ensure
  libgpg-error keeps building on the newest GCC, add a build dependency
  on tradcpp and use it instead.
  
  PR:		197562
  Submitted by:	marino
  Approved by:	maintainer (novel)

Modified:
  head/security/libgpg-error/Makefile

Modified: head/security/libgpg-error/Makefile
==============================================================================
--- head/security/libgpg-error/Makefile	Sun Mar  1 16:41:25 2015	(r380210)
+++ head/security/libgpg-error/Makefile	Sun Mar  1 16:52:43 2015	(r380211)
@@ -10,9 +10,12 @@ MASTER_SITE_SUBDIR=	${PORTNAME}
 MAINTAINER=	novel@FreeBSD.org
 COMMENT=	Common error values for all GnuPG components
 
+BUILD_DEPENDS=	tradcpp:${PORTSDIR}/devel/tradcpp
+
 OPTIONS_DEFINE=	DOCS NLS
 
 USES=		gmake libtool tar:bzip2
+CPP=		tradcpp
 USE_LDCONFIG=		yes
 GNU_CONFIGURE=		yes
 MAKE_JOBS_UNSAFE=	yes



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