Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  6 Nov 2001 13:03:56 +0300 (MSK)
From:      "Sergey A.Osokin" <osa@FreeBSD.org.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31794: editors/vim build failed. update to 6.0.82
Message-ID:  <20011106100356.4F37A27A@freebsd.org.ru>

next in thread | raw e-mail | index | archive | help

>Number:         31794
>Category:       ports
>Synopsis:       editors/vim build failed. update to 6.0.82
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 06 02:10:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sergey A. Osokin
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
Russian FreeBSD Team
>Environment:
System: FreeBSD 4.4-STABLE i386

>Description:
	editors/vim build failed. update to 6.0.82

>How-To-Repeat:
# cd /usr/ports/editors/vim && make
.....
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK  -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include  -O -pipe  -I/usr/X11R6/include      -o objects/option.o option.c
option.c: In function `set_bool_option':
option.c:5712: too few arguments to function `win_equal'
*** Error code 1

Stop in /usr/ports/editors/vim/work/vim60/src.
*** Error code 1

>Fix:

diff -ruN vim.orig/Makefile vim/Makefile
--- vim.orig/Makefile	Tue Nov  6 12:59:48 2001
+++ vim/Makefile	Tue Nov  6 12:52:33 2001
@@ -7,7 +7,7 @@
 #
 
 PORTNAME?=	vim
-PORTVERSION=	6.0.76
+PORTVERSION=	6.0.82
 PORTREVISION?=	0
 CATEGORIES?=	editors
 MASTER_SITES=	ftp://nuxi.ucdavis.edu/pub/vim/unix/ \
@@ -20,7 +20,7 @@
 DISTNAME=	vim-${PORTVERSION:C/\.[0-9]*$//}
 
 PATCH_SITES=	${MASTER_SITES:S/unix/patches/}
-.for p in	01 02 03 04 05 06 07 08 09 10 11 13 14 15 16 17 18 19 20 21 22 23 24 25 26 28 29 30 31 32 33 34 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 52 54 55 56 57 58 59 60 61 62 63 65 66 67 68 69 71 72 74 75 76
+.for p in	01 02 03 04 05 06 07 08 09 10 11 13 14 15 16 17 18 19 20 21 22 23 24 25 26 28 29 30 31 32 33 34 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 52 54 55 56 57 58 59 60 61 62 63 65 66 67 68 69 71 72 74 75 76 77 78 79 80 81 82
 PATCHFILES+=	${PORTVERSION:C/\.[0-9]*$//}.0${p}
 .endfor
 
diff -ruN vim.orig/distinfo vim/distinfo
--- vim.orig/distinfo	Tue Nov  6 12:59:48 2001
+++ vim/distinfo	Tue Nov  6 12:55:51 2001
@@ -67,3 +67,9 @@
 MD5 (vim/6.0.074) = f9b1c243daafb53209907d372ea3cfa8
 MD5 (vim/6.0.075) = 83713afeecb3bdab982a2a0ae9839605
 MD5 (vim/6.0.076) = fdd186174ccd3ed3bb97b26f9f2398c7
+MD5 (vim/6.0.077) = c5e6538dd9c22e2bd668c242ca548efd
+MD5 (vim/6.0.078) = 5cacaf09d068c8ca817556086d38e4e2
+MD5 (vim/6.0.079) = 90779a454a0420322b19ab60e4c94c53
+MD5 (vim/6.0.080) = 95fb5a01682f9f52e45dc26fef7d76bf
+MD5 (vim/6.0.081) = eaa27f5b6e6f9a293470b7837ce02115
+MD5 (vim/6.0.082) = 890184ff88022ee08457d4c9e04f4b2a
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011106100356.4F37A27A>