From owner-svn-ports-all@FreeBSD.ORG Sun Feb 22 09:27:28 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB1D2781; Sun, 22 Feb 2015 09:27:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A639D3C4; Sun, 22 Feb 2015 09:27:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1M9RSsr024282; Sun, 22 Feb 2015 09:27:28 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1M9RShX024281; Sun, 22 Feb 2015 09:27:28 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502220927.t1M9RShX024281@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 22 Feb 2015 09:27:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379585 - head/x11/sessreg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2015 09:27:28 -0000 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