From owner-freebsd-current@FreeBSD.ORG Sun Dec 1 18:20:28 2013 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31214DE8 for ; Sun, 1 Dec 2013 18:20:28 +0000 (UTC) Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) by mx1.freebsd.org (Postfix) with ESMTP id D5BAD1361 for ; Sun, 1 Dec 2013 18:20:27 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.1 cv=Ytc2GeoX c=1 sm=0 tr=0 a=+wdeDari83nKenieuZZ65g==:117 a=+wdeDari83nKenieuZZ65g==:17 a=K-v-2zaBAAAA:8 a=eXnlHukMzTYA:10 a=YNqtyO0l_hcA:10 a=LaogzpLLAAAA:8 a=Kbdel01a00EA:10 a=r77TgQKjGQsHNAKrUKIA:9 a=9iDbn-4jx3cA:10 a=cKsnjEOsciEA:10 a=6I5d2MoRAAAA:8 a=UG8V2m1LQNdJdwOIEZAA:9 a=wPNLvfGTeEIA:10 a=SV7veod9ZcQA:10 a=fWc9v4rTpDHQw8Xet1oA:9 a=8llgMzyAtAC2yOwD:21 a=_W_S_7VecoQA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp01.rcn.cmh.synacor.com smtp.mail=mi+thun@aldan.algebra.com; spf=neutral; sender-id=neutral Authentication-Results: smtp01.rcn.cmh.synacor.com header.from=mi+thun@aldan.algebra.com; sender-id=neutral Authentication-Results: smtp01.rcn.cmh.synacor.com smtp.user=anat; auth=pass (PLAIN) Received-SPF: neutral (smtp01.rcn.cmh.synacor.com: 173.70.29.3 is neither permitted nor denied by domain of aldan.algebra.com) Received: from [173.70.29.3] ([173.70.29.3:15174] helo=[192.168.1.8]) by smtp.rcn.com (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTPA id 55/BE-19303-4ED7B925; Sun, 01 Dec 2013 13:20:20 -0500 Message-ID: <529B7DE4.5030906@aldan.algebra.com> Date: Sun, 01 Dec 2013 13:20:20 -0500 From: "Mikhail T." User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Current FreeBSD Subject: patch -p broken on HEAD? References: <201311301824.rAUIOg9S075512@beefy1.isc.freebsd.org> In-Reply-To: <201311301824.rAUIOg9S075512@beefy1.isc.freebsd.org> X-Mailman-Approved-At: Sun, 01 Dec 2013 18:38:48 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.16 Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Dec 2013 18:20:28 -0000 On 30.11.2013 13:24, pkg-fallout@FreeBSD.org wrote: > ===> Applying FreeBSD patches for xmdiary-3.0.3_3 > removing the malloc.h includes > /bin/sh /usr/ports/deskutils/xmdiary/scripts/nomalloc /wrkdirs/usr/ports/deskutils/xmdiary/work/xmdiary-3.0.3 2>&1 > /dev/zero > patch: option requires an argument -- p > usage: patch [-bCcEeflNnRstuv] [-B backup-prefix] [-D symbol] [-d directory] > [-F max-fuzz] [-i patchfile] [-o out-file] [-p strip-count] > [-r rej-name] [-V t | nil | never] [-x number] [-z backup-ext] > [--posix] [origfile [patchfile]] > patch patch: option requires an argument -- p It looks like the -p option can no longer be given to patch(1) by itself. Is this deliberate? Thanks, -mi