diff options
author | mnag <mnag@FreeBSD.org> | 2005-11-07 00:21:07 +0000 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-11-07 00:21:07 +0000 |
commit | 88f6cf304f218abb8b7073509de232f76afc2e9e (patch) | |
tree | 67f2b91edcd7c82e8a9d24b6cb3487e2fb70765d /editors/zile | |
parent | 59c25e122438c0c76ccdefa0268c13e40d9009bd (diff) | |
download | FreeBSD-ports-88f6cf304f218abb8b7073509de232f76afc2e9e.zip FreeBSD-ports-88f6cf304f218abb8b7073509de232f76afc2e9e.tar.gz |
Update to 2.2.9
PR: 88558
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'editors/zile')
-rw-r--r-- | editors/zile/Makefile | 2 | ||||
-rw-r--r-- | editors/zile/distinfo | 4 | ||||
-rw-r--r-- | editors/zile/files/patch-src-vasprintf.c | 21 |
3 files changed, 12 insertions, 15 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index 72ea3af..380a7269 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -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 --git a/editors/zile/distinfo b/editors/zile/distinfo index 39003e4..49cb6cb 100644 --- a/editors/zile/distinfo +++ b/editors/zile/distinfo @@ -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 --git a/editors/zile/files/patch-src-vasprintf.c b/editors/zile/files/patch-src-vasprintf.c index 045213c..f653955 100644 --- a/editors/zile/files/patch-src-vasprintf.c +++ b/editors/zile/files/patch-src-vasprintf.c @@ -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); |