ports/67335: Update port: devel/ossp-xds (unbreak on amd64)

Kimura Fuyuki fuyuki at hadaly.org
Sat May 29 10:20:56 UTC 2004


>Number:         67335
>Category:       ports
>Synopsis:       Update port: devel/ossp-xds (unbreak on amd64)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 29 03:20:15 PDT 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:
- Add a patch to possibly unbreak build on amd64
- Drop maintainership

>How-To-Repeat:

>Fix:

cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/devel/ossp-xds/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	30 Mar 2004 13:01:47 -0000	1.2
+++ Makefile	29 May 2004 10:14:08 -0000
@@ -11,7 +11,7 @@
 MASTER_SITES=	ftp://ftp.ossp.org/pkg/lib/${PORTNAME}/
 PKGNAMEPREFIX=	ossp-
 
-MAINTAINER=	fuyuki at nigredo.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A generic and extensible framework for serialization
 
 USE_LIBTOOL_VER=	15
@@ -23,10 +23,4 @@
 test:
 	cd ${WRKSRC}; make check
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "amd64"
-BROKEN=		"Does not compile on amd64"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
cvs diff: Diffing files
Index: files/patch-xds.c
===================================================================
RCS file: files/patch-xds.c
diff -N files/patch-xds.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-xds.c	29 May 2004 10:09:54 -0000
@@ -0,0 +1,14 @@
+--- xds.c.orig	Mon Feb 17 21:33:40 2003
++++ xds.c	Sat May 29 19:07:41 2004
+@@ -383,7 +383,11 @@
+ 
+                 /* Execute the engine. */
+                 used_buffer_size = 0;
++#ifdef __amd64__
++                va_copy(args_backup, args);
++#else
+                 args_backup = args;
++#endif
+                 rc = (*xds->engines[pos].engine)(
+                          xds, xds->engines[pos].context,
+                          xds->buffer + xds->buffer_len,
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list