Date: Fri, 19 Jun 2009 21:02:49 GMT From: Chris Petrik <c.petrik.sosa@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/135843: Update port editors/vim Message-ID: <200906192102.n5JL2n2A005188@www.freebsd.org> Resent-Message-ID: <200906192110.n5JLA2D5056921@freefall.freebsd.org>
index | next in thread | raw e-mail
>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:
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906192102.n5JL2n2A005188>
