From owner-svn-ports-all@FreeBSD.ORG Fri May 31 22:42:41 2013 Return-Path: Delivered-To: svn-ports-all@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 6863C561; Fri, 31 May 2013 22:42:41 +0000 (UTC) (envelope-from eadler@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 5998AFD4; Fri, 31 May 2013 22:42:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4VMgfO7099075; Fri, 31 May 2013 22:42:41 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4VMgfIi099074; Fri, 31 May 2013 22:42:41 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201305312242.r4VMgfIi099074@svn.freebsd.org> From: Eitan Adler Date: Fri, 31 May 2013 22:42:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319547 - head/sysutils/moreutils-parallel/files 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, 31 May 2013 22:42:41 -0000 Author: eadler Date: Fri May 31 22:42:40 2013 New Revision: 319547 URL: http://svnweb.freebsd.org/changeset/ports/319547 Log: Fix build: I had done the testing and committing in two separate trees :( Reported by: sunpoet Modified: head/sysutils/moreutils-parallel/files/patch-Makefile Modified: head/sysutils/moreutils-parallel/files/patch-Makefile ============================================================================== --- head/sysutils/moreutils-parallel/files/patch-Makefile Fri May 31 22:30:57 2013 (r319546) +++ head/sysutils/moreutils-parallel/files/patch-Makefile Fri May 31 22:42:40 2013 (r319547) @@ -4,12 +4,12 @@ -BINS=isutf8 ifdata ifne pee sponge mispipe lckdo parallel errno -PERLSCRIPTS=vidir vipe ts combine zrun chronic -MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 chronic.1 mispipe.1 lckdo.1 parallel.1 errno.1 --CFLAGS=-O2 -g -Wall +-CFLAGS?=-O2 -g -Wall +BINS=parallel +MANS=parallel.1 +CFLAGS+=-Wall INSTALL_BIN?=install -s --PREFIX=/usr +-PREFIX?=/usr -DOCBOOK2XMAN=docbook2x-man +.SUFFIXES: .1 .docbook