Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2005 12:28:27 +0200 (CEST)
From:      Simun Mikecin <numisemis@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sem@ciam.ru
Subject:   ports/87513: [fix] devel/gsoap: FreeBSD/amd64 is not supported
Message-ID:  <20051016102827.3760960069@data.home.hr>
Resent-Message-ID: <200510161030.j9GAUCYR014244@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         87513
>Category:       ports
>Synopsis:       [fix] devel/gsoap: FreeBSD/amd64 is not supported
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 16 10:30:12 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Simun Mikecin
>Release:        FreeBSD 6.0-RC1 amd64
>Organization:
>Environment:
System: FreeBSD data.home.hr 6.0-RC1 FreeBSD 6.0-RC1 #0: Sun Oct 16 05:22:12 CEST 2005 root@data:/var/obj/usr/src/sys/DATA amd64


	
>Description:
Current devel/gsoap port doesn't support amd64 architecture. But gsoap
itself compiles and runs on amd64 without any problems.
	
>How-To-Repeat:
try on FreeBSD/amd64:
	cd /usr/ports/devel/gsoap && make
>Fix:
--- Makefile.orig	Wed Sep 21 08:45:57 2005
+++ Makefile	Sun Oct 16 12:18:18 2005
@@ -20,6 +20,6 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-2.7
 
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	i386 amd64
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051016102827.3760960069>