summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-02-07 03:43:34 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-02-07 03:43:34 +0000
commit5914baf67d955cce26df12ba635a5a62c5f09302 (patch)
tree40597a9b719edfb722aae36aacdc2cf80f762aa3 /editors/vim
parentUpgrade to 1.5.17 due to 1.5.16 distfile being rm'ed from master site. (diff)
Update to Vim 6.1 patchlevel 319
Patch 6.1.318 fixed the problems that our local patch-01 revs 1.2[24] fixed.
Notes
Notes: svn path=/head/; revision=75006
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile2
-rw-r--r--editors/vim/distinfo4
-rw-r--r--editors/vim/files/patch-016
3 files changed, 5 insertions, 7 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 332c019790da..6fa08d2e6cf8 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME?= vim
-PATCHLEVEL= 314
+PATCHLEVEL= 319
PORTVERSION= 6.1.${PATCHLEVEL}
PORTREVISION?= 0
CATEGORIES?= editors
diff --git a/editors/vim/distinfo b/editors/vim/distinfo
index 094a51ff4647..92fc4452a2a8 100644
--- a/editors/vim/distinfo
+++ b/editors/vim/distinfo
@@ -263,3 +263,7 @@ MD5 (vim/6.1.309) = c8cf5beb13fab2a8d4ecf3ce759cdb83
MD5 (vim/6.1.310) = 86ec86abbadb79e2278b5483c66070c6
MD5 (vim/6.1.312) = ac0de90f215984e968d5be3758a6fdd3
MD5 (vim/6.1.314) = 7182ef672d8be1657d0d5601efc426e2
+MD5 (vim/6.1.316) = c186e1417c4d4bbd8193f54afc8d1f49
+MD5 (vim/6.1.317) = 61c208ce762a05463dca05f98e68ca86
+MD5 (vim/6.1.318) = c29912cfd60e9af67f63be612f25e0e7
+MD5 (vim/6.1.319) = 64432e8640f14454d9bd3a1eb37f6014
diff --git a/editors/vim/files/patch-01 b/editors/vim/files/patch-01
index d81da2bab293..5ad164430b91 100644
--- a/editors/vim/files/patch-01
+++ b/editors/vim/files/patch-01
@@ -99,9 +99,3 @@
- cd $(DEST_MAN); ln -s $(EVIMNAME).1 $(EVIEWNAME).1
+ cd $(DEST_MAN); ln -sf $(EVIMNAME).1 $(EVIEWNAME).1
-@@ -1951,3 +1952,4 @@
- -@echo 'char_u *default_vimruntime_dir = (char_u *)"$(VIMRUNTIMEDIR)";' >> $@
-- -@echo 'char_u *all_cflags = (char_u *)"$(CC) -c -I$(srcdir) $(ALL_CFLAGS)";' >> $@
-+ -@echo 'char_u *all_cflags = (char_u *)' >> $@
-+ -@echo '$(CC) -c -I$(srcdir) $(ALL_CFLAGS)' | sed -e 's/\"/\\"/g' -e 's/\(^.*\)/ "\1";/' >> $@
- -@echo 'char_u *all_lflags = (char_u *)"$(CC) $(ALL_LIB_DIRS) $(LDFLAGS) -o $(VIMTARGET) $(ALL_LIBS) ";' >> $@