aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-01-07 15:27:22 +0800
committerobrien <obrien@FreeBSD.org>2008-01-07 15:27:22 +0800
commit92eafd978c68633f1479abf40812c754bca716ba (patch)
treea473d54c9712d58a1d733f9a82f51799ed75ec2a /editors/vim/Makefile
parent72db559e7e72a31a85ef0d0175376e000e615d8a (diff)
downloadfreebsd-ports-gnome-92eafd978c68633f1479abf40812c754bca716ba.tar.gz
freebsd-ports-gnome-92eafd978c68633f1479abf40812c754bca716ba.tar.zst
freebsd-ports-gnome-92eafd978c68633f1479abf40812c754bca716ba.zip
Add patches 126 and 186.
Patch 7.1.186 is dependent on changes made in patch 7.1.126. However, 7.1.126 will not apply cleanly to the tree in vim-7.1.tar.bz2, as the file gui_w48.c is not in that archive. Conversation on the vim-use list at Google shows Bram Moolenaar made a special version of patch 126 as '7.1.126ne'. Submitted by: Derek Tattersall <dlt@mebtel.net>
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r--editors/vim/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index b957c75c622d..16bba777334e 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -19,10 +19,11 @@ PATCH_SITES= ${MASTER_SITES:S|unix|patches/${PORTVERSION:C/\.[0-9a-z]*$//}|}
PATCHFILES!= /usr/bin/jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d \
${PATCHLEVEL} 1 ${PATCHLEVEL}
# bits to remove
-BADPATCHES= 003 007 041 065 070 072 080 088 091 092 124 126 128 129 134 146 158 168 186 196 204
+BADPATCHES= 003 007 041 065 070 072 080 088 091 092 124 128 129 134 146 158 168 196 204
.for p in ${BADPATCHES}
PATCHFILES:= ${PATCHFILES:N7.1.${p}}
.endfor
+PATCHFILES:= ${PATCHFILES:S/126/126ne/}
MAINTAINER?= obrien@FreeBSD.org
COMMENT?= Vi "workalike", with many additional features