ports/69012: a simple fix for www/xitami build on FreeBSD/amd64

Hiroo Ono hiroo at oikumene.gcd.org
Tue Jul 13 18:10:24 UTC 2004


>Number:         69012
>Category:       ports
>Synopsis:       a simple fix for www/xitami build on FreeBSD/amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 13 18:10:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Hiroo Ono
>Release:        FreeBSD 5.2-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD amd64jp.freebsd.org 5.2-CURRENT FreeBSD 5.2-CURRENT #11: Thu Jul  1 15:19:21 JST 2004     root at amd64jp.freebsd.org:/usr/obj/usr/src/sys/AMD64JP  amd64

>Description:
	www/xitami is marked broken on amd64 (on platform other than i386 and
	alpha). It results from a simple mistake in files/patch-ae.
>How-To-Repeat:

>Fix:
	Apply patch below to files/patch-ae.
	Build an run tested on amd64jp.freebsd.org.

--- patch-ae.orig	Wed Jul 14 02:55:28 2004
+++ patch-ae	Wed Jul 14 02:55:56 2004
@@ -5,7 +5,8 @@
  #   define __UTYPE_FREEBSD
  #   define __UNIX__
 +#if !defined(__i386__)
-+#   define __IS_64_BIT__
++#   undef  __IS_32BIT__
++#   define __IS_64BIT__
 +#endif
  #elif (defined (NetBSD) || defined (__NetBSD__))
  #   define __UTYPE_NETBSD

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list