From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 19 21:10:02 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9B79106566C for ; Fri, 19 Jun 2009 21:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 883D38FC19 for ; Fri, 19 Jun 2009 21:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5JLA25H056922 for ; Fri, 19 Jun 2009 21:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5JLA2D5056921; Fri, 19 Jun 2009 21:10:02 GMT (envelope-from gnats) Resent-Date: Fri, 19 Jun 2009 21:10:02 GMT Resent-Message-Id: <200906192110.n5JLA2D5056921@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Petrik Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B66CD106566C for ; Fri, 19 Jun 2009 21:02:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id A21778FC28 for ; Fri, 19 Jun 2009 21:02:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n5JL2nbj005189 for ; Fri, 19 Jun 2009 21:02:49 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n5JL2n2A005188; Fri, 19 Jun 2009 21:02:49 GMT (envelope-from nobody) Message-Id: <200906192102.n5JL2n2A005188@www.freebsd.org> Date: Fri, 19 Jun 2009 21:02:49 GMT From: Chris Petrik To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/135843: Update port editors/vim X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jun 2009 21:10:03 -0000 >Number: 135843 >Category: misc >Synopsis: Update port editors/vim >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 19 21:10:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Chris Petrik >Release: FreeBSD 7.2-Prerelease >Organization: Officialunix >Environment: FreeBSD pcbsd 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #12: Fri Apr 17 15:37:58 EDT 2009 root@pcbsdx32-7:/usr/obj/pcbsd-build71/cvs/7.1-src/sys/PCBSD i386 >Description: Vim port dies with bad request due to extra % in PATCHFILES:= ${PATCHFILES:S/041/041%/} >How-To-Repeat: >Fix: I have submitted a patch Patch attached with submission follows: diff -u -r /usr/ports/editors/vim/Makefile vim/Makefile --- /usr/ports/editors/vim/Makefile 2009-06-19 15:58:46.000000000 -0500 +++ vim/Makefile 2009-06-19 15:57:49.000000000 -0500 @@ -27,7 +27,7 @@ .for p in ${BADPATCHES} PATCHFILES:= ${PATCHFILES:N7.2.${p}} .endfor -PATCHFILES:= ${PATCHFILES:S/041/041%/} +PATCHFILES:= ${PATCHFILES:S/041/041/} MAINTAINER?= obrien@FreeBSD.org COMMENT?= Vi "workalike", with many additional features >Release-Note: >Audit-Trail: >Unformatted: