svn commit: r379585 - head/x11/sessreg

John Marino marino at FreeBSD.org
Sun Feb 22 09:27:28 UTC 2015


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 at 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
 


More information about the svn-ports-head mailing list