Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2013 14:29:00 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323297 - head/news/trn4
Message-ID:  <201307191429.r6JET0Ht004408@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
 
+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}:" \



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