From owner-svn-ports-all@FreeBSD.ORG Fri Jul 26 13:27:29 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6DA568AD; Fri, 26 Jul 2013 13:27:29 +0000 (UTC) (envelope-from danfe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5B8832B87; Fri, 26 Jul 2013 13:27:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6QDRSoS039257; Fri, 26 Jul 2013 13:27:28 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6QDRSnk039256; Fri, 26 Jul 2013 13:27:28 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201307261327.r6QDRSnk039256@svn.freebsd.org> From: Alexey Dokuchaev Date: Fri, 26 Jul 2013 13:27:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323719 - head/sysutils/lavaps 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.14 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: Fri, 26 Jul 2013 13:27:29 -0000 Author: danfe Date: Fri Jul 26 13:27:28 2013 New Revision: 323719 URL: http://svnweb.freebsd.org/changeset/ports/323719 Log: Unbreak parallel builds and slightly improve Makefile header. Reported by: pointyhat-west Modified: head/sysutils/lavaps/Makefile Modified: head/sysutils/lavaps/Makefile ============================================================================== --- head/sysutils/lavaps/Makefile Fri Jul 26 13:01:22 2013 (r323718) +++ head/sysutils/lavaps/Makefile Fri Jul 26 13:27:28 2013 (r323719) @@ -1,4 +1,4 @@ -# Created by: johnh@isi.edu +# Created by: John Heidemann # $FreeBSD$ PORTNAME= lavaps @@ -44,4 +44,8 @@ CONFIGURE_ARGS+= --with-tcltk --disable- PLIST_SUB+= NLS="@comment " .endif +# Fix a race to allow parallel builds +post-patch: + @${REINPLACE_CMD} -e '/rm lavaps\.pod/d' ${WRKSRC}/doc/Makefile.in + .include