ports/88558: Update port: editors/zile to 2.2.9

KATO Tsuguru tkato432 at yahoo.com
Sun Nov 6 18:10:18 UTC 2005


>Number:         88558
>Category:       ports
>Synopsis:       Update port: editors/zile to 2.2.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 06 18:10:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p13 i386
>Organization:
>Environment:
>Description:
- Update to version 2.2.9

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/editors/zile/Makefile editors/zile/Makefile
--- /usr/ports/editors/zile/Makefile	Thu Sep 29 03:03:40 2005
+++ editors/zile/Makefile	Thu Nov  3 01:43:20 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	zile
-PORTVERSION=	2.2.8
+PORTVERSION=	2.2.9
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -urN /usr/ports/editors/zile/distinfo editors/zile/distinfo
--- /usr/ports/editors/zile/distinfo	Thu Sep 29 03:03:40 2005
+++ editors/zile/distinfo	Thu Nov  3 01:45:41 2005
@@ -1,2 +1,2 @@
-MD5 (zile-2.2.8.tar.gz) = 5bf2dffac6ce5011ee8c1fb5c28718cc
-SIZE (zile-2.2.8.tar.gz) = 329433
+MD5 (zile-2.2.9.tar.gz) = 8bf8d2a51b2f110771e8c80e16a25de2
+SIZE (zile-2.2.9.tar.gz) = 329533
diff -urN /usr/ports/editors/zile/files/patch-src-vasprintf.c editors/zile/files/patch-src-vasprintf.c
--- /usr/ports/editors/zile/files/patch-src-vasprintf.c	Tue Jul 12 21:19:11 2005
+++ editors/zile/files/patch-src-vasprintf.c	Thu Nov  3 01:48:56 2005
@@ -1,13 +1,10 @@
---- src/vasprintf.c.orig	Sat May 21 19:01:50 2005
-+++ src/vasprintf.c	Mon Jul 11 23:23:19 2005
-@@ -78,6 +78,10 @@
- #include <ctype.h>
- #include <limits.h>
+--- src/vasprintf.c.orig	Wed Nov  2 21:01:32 2005
++++ src/vasprintf.c	Thu Nov  3 01:48:31 2005
+@@ -579,7 +579,6 @@
+   memcpy (&s.vargs, vargs, sizeof (va_list));
+ #endif /* __va_copy */
+ #endif /* va_copy */
+-  va_copy(s.vargs, vargs);
+   s.maxlen = (size_t)INT_MAX;
  
-+#ifndef va_copy
-+#define va_copy(to,fr) ((to)=(fr))
-+#endif
-+
- #define ALLOC_CHUNK 2048
- #define ALLOC_SECURITY_MARGIN 1024   /* big value because some platforms have very big 'G' exponent */
- #if ALLOC_CHUNK < ALLOC_SECURITY_MARGIN
+   retval = core(&s);
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list