Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 2005 18:55:08 +0100 (CET)
From:      No Name <arundel@h3c.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/89080: [MAINTAINER UPDATE] of games/jfduke3d
Message-ID:  <200511151755.jAFHt8Qr053115@localhost.skatecity>
Resent-Message-ID: <200511151800.jAFI0Lx9074872@freefall.freebsd.org>

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

>Number:         89080
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] of games/jfduke3d
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 15 18:00:20 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     No Name
>Release:        FreeBSD 6.0-RC1 i386
>Organization:
>Environment:
System: FreeBSD skatecity 6.0-RC1 FreeBSD 6.0-RC1 #0: Fri Oct 28 00:14:22 CEST 2005 arundel@skatecity:/usr/obj/usr/src/sys/ARUNDEL i386


	
>Description:
	I got a mail from Kris Kennaway telling me that this port won't compile
	properly under ia64. The patch should fix the problem.
>How-To-Repeat:
	
>Fix:

	

--- output-jfduke3d begins here ---
diff -ruN /usr/ports/games/jfduke3d/Makefile /usr/ports/custom/jfduke3d/Makefile
--- /usr/ports/games/jfduke3d/Makefile	Tue Sep 20 09:33:47 2005
+++ /usr/ports/custom/jfduke3d/Makefile	Tue Nov 15 18:50:02 2005
@@ -6,6 +6,7 @@
 
 PORTNAME=	jfduke3d
 PORTVERSION=	20050531
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	ftp://dialup.edgefiles.com/edgenetwork.org/jonof/buildport/ \
 		ftp://ftp1.edgefiles.com/edgenetwork.org/jonof/buildport/ \
@@ -38,6 +39,10 @@
 
 .if ${ARCH} == "amd64"
 BROKEN=		"Does not build on amd64"
+.endif
+
+.if ${ARCH} == "ia64"
+BROKEN=		"Does not build on ia64"
 .endif
 
 .if ${OSVERSION} < 500000
--- output-jfduke3d ends here ---


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



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