From owner-svn-ports-head@FreeBSD.ORG Fri Jul 19 14:29:00 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CC49C95D; Fri, 19 Jul 2013 14:29:00 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id BEB46D28; Fri, 19 Jul 2013 14:29:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6JET0fp004414; Fri, 19 Jul 2013 14:29:00 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6JET0Ht004408; Fri, 19 Jul 2013 14:29:00 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201307191429.r6JET0Ht004408@svn.freebsd.org> From: Johan van Selst Date: Fri, 19 Jul 2013 14:29:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323297 - head/news/trn4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jul 2013 14:29:00 -0000 Author: johans Date: Fri Jul 19 14:28:59 2013 New Revision: 323297 URL: http://svnweb.freebsd.org/changeset/ports/323297 Log: Rename pipe2 variable to avoid conflict with pipe2 function Fixes compilation on CURRENT Modified: head/news/trn4/Makefile Modified: head/news/trn4/Makefile ============================================================================== --- head/news/trn4/Makefile Fri Jul 19 14:13:11 2013 (r323296) +++ head/news/trn4/Makefile Fri Jul 19 14:28:59 2013 (r323297) @@ -17,6 +17,9 @@ MAN1= trn.1 Pnews.1 Rnmail.1 .include +post-patch: + @${REINPLACE_CMD} -e 's/pipe[12]/z&/g' ${WRKSRC}/filter.c + pre-configure: @${ECHO_MSG} "===> Running pre-configure target for ${DISTNAME}" @${SED} -e "s:__CC__:${CC}:" -e "s:__CFLAGS__:${CFLAGS}:" \