misc/135843: Update port editors/vim

Chris Petrik c.petrik.sosa at gmail.com
Fri Jun 19 21:10:03 UTC 2009


>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 at 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 at FreeBSD.org
 COMMENT?=	Vi "workalike", with many additional features


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list