FreeBSD Bugzilla – Attachment 57895 Details for
Bug 87310
Update port: devel/str to 0.9.12
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
str_0.9.11-0.9.12.diff
str_0.9.11-0.9.12.diff (text/plain), 1.64 KB, created by
Vasil Dimov
on 2005-10-12 10:20:15 UTC
(
hide
)
Description:
str_0.9.11-0.9.12.diff
Filename:
MIME Type:
Creator:
Vasil Dimov
Created:
2005-10-12 10:20:15 UTC
Size:
1.64 KB
patch
obsolete
>diff -urN --exclude=CVS --exclude=README.html /usr/ports/devel/str/Makefile str/Makefile >--- /usr/ports/devel/str/Makefile Tue Oct 11 20:02:23 2005 >+++ str/Makefile Wed Oct 12 12:02:02 2005 >@@ -6,8 +6,7 @@ > # > > PORTNAME= str >-PORTVERSION= 0.9.11 >-PORTREVISION= 1 >+PORTVERSION= 0.9.12 > CATEGORIES= devel > MASTER_SITES= ${MASTER_SITE_OSSP} > MASTER_SITE_SUBDIR= lib/${PORTNAME} >diff -urN --exclude=CVS --exclude=README.html /usr/ports/devel/str/distinfo str/distinfo >--- /usr/ports/devel/str/distinfo Tue Oct 4 02:20:57 2005 >+++ str/distinfo Wed Oct 12 12:02:28 2005 >@@ -1,2 +1,2 @@ >-MD5 (str-0.9.11.tar.gz) = e9ff9178f8532ff7237c8cd6b4508ad7 >-SIZE (str-0.9.11.tar.gz) = 383023 >+MD5 (str-0.9.12.tar.gz) = 3f6da8a6ae6662eedf481f11a65592b2 >+SIZE (str-0.9.12.tar.gz) = 365034 >diff -urN --exclude=CVS --exclude=README.html /usr/ports/devel/str/files/patch-str_parse.c str/files/patch-str_parse.c >--- /usr/ports/devel/str/files/patch-str_parse.c Tue Oct 11 20:02:24 2005 >+++ str/files/patch-str_parse.c Thu Jan 1 02:00:00 1970 >@@ -1,21 +0,0 @@ >---- str_parse.c.orig Mon Jan 24 13:20:22 2005 >-+++ str_parse.c Tue Oct 11 13:44:59 2005 >-@@ -297,6 +297,7 @@ >- char buf2[128]; >- char *buf_ptr; >- str_vformat_t sf; >-+ va_list ap_temp; >- >- /* >- * Caching support >-@@ -564,7 +565,9 @@ >- sf.data[3].p = (char *)string; >- sf.data[4].p = cap_vec; >- sf.data[5].i = cap_num; >-- l = str_vformat(&sf, buf_ptr, ap); >-+ /* we shall need `ap' untouched later */ >-+ va_copy(ap_temp, ap); >-+ l = str_vformat(&sf, buf_ptr, ap_temp); >- >- /* allocate output buffer */ >- if ((*cpp = (char *)malloc(l+1)) == NULL) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 87310
: 57895