ports/68490: Update port: net/ossp-sa to 1.2.2

Kimura Fuyuki fuyuki at hadaly.org
Tue Jun 29 22:20:42 UTC 2004


>Number:         68490
>Category:       ports
>Synopsis:       Update port: net/ossp-sa to 1.2.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 29 22:20:00 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 5.2.1-RELEASE-p8 i386
>Organization:
>Environment:

  FreeBSD ns.nigredo.org 5.2.1-RELEASE-p8 i386

>Description:

Update to 1.2.2. It automatically detects va_copy usability and so
there's no need for the patch.

>How-To-Repeat:

>Fix:

cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/net/ossp-sa/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	17 Jun 2004 06:09:19 -0000	1.14
+++ Makefile	29 Jun 2004 22:04:47 -0000
@@ -8,7 +8,7 @@
 #
 
 PORTNAME=	sa
-PORTVERSION=	1.2.1
+PORTVERSION=	1.2.2
 CATEGORIES=	net
 MASTER_SITES=	ftp://ftp.ossp.org/pkg/lib/sa/
 PKGNAMEPREFIX=	ossp-
Index: distinfo
===================================================================
RCS file: /cvs/FreeBSD/ports/net/ossp-sa/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	17 Jun 2004 06:09:19 -0000	1.4
+++ distinfo	29 Jun 2004 22:05:33 -0000
@@ -1,2 +1,2 @@
-MD5 (sa-1.2.1.tar.gz) = 8df0b2db5fa78d4d5a9a57b657beb376
-SIZE (sa-1.2.1.tar.gz) = 330570
+MD5 (sa-1.2.2.tar.gz) = 757d5298581d9b9a3d71147fba542509
+SIZE (sa-1.2.2.tar.gz) = 333658
cvs diff: Diffing files
Index: files/patch-ts.c
===================================================================
RCS file: files/patch-ts.c
diff -N files/patch-ts.c
--- files/patch-ts.c	13 Apr 2004 18:26:51 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
---- ts.c.orig	Tue Apr 13 20:23:45 2004
-+++ ts.c	Tue Apr 13 20:24:18 2004
-@@ -206,7 +206,11 @@
- 
-     if (format == NULL)
-         return NULL;
-+#ifdef __amd64__
-+    va_copy(ap2,ap);
-+#else
-     ap2 = ap;
-+#endif
-     if ((n = ts_suite_mvxprintf(NULL, 0, format, ap)) == -1)
-         return NULL;
-     if ((buffer = (char *)malloc(n+1)) == NULL)
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list