Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2015 09:27:28 +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: r379585 - head/x11/sessreg
Message-ID:  <201502220927.t1M9RShX024281@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Feb 22 09:27:27 2015
New Revision: 379585
URL: https://svnweb.freebsd.org/changeset/ports/379585
QAT: https://qat.redports.org/buildarchive/r379585/

Log:
  x11/sessreg: Use tradcpp to fix build on gcc-5
  
  The building of the man page relies on cpp behavior that has changed
  in the latest version of cpp, so used tradcpp unconditionally.
  
  Approved by:	blanket

Modified:
  head/x11/sessreg/Makefile

Modified: head/x11/sessreg/Makefile
==============================================================================
--- head/x11/sessreg/Makefile	Sun Feb 22 09:06:56 2015	(r379584)
+++ head/x11/sessreg/Makefile	Sun Feb 22 09:27:27 2015	(r379585)
@@ -7,8 +7,11 @@ CATEGORIES=	x11
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	Manage utmp/wtmp entries for non-init X clients
 
+BUILD_DEPENDS=	tradcpp:${PORTSDIR}/devel/tradcpp
+
 XORG_CAT=	app
 USE_XORG=	x11
+CPP=		tradcpp
 
 PLIST_FILES=	bin/sessreg man/man1/sessreg.1.gz
 



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