Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Oct 2005 00:31:02 +0200 (CEST)
From:      Simun Mikecin <numisemis@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/87855: [fix] sysutils/progsreiserfs: does not build on FreeBSD/amd64
Message-ID:  <20051022223102.AE40F600A5@data.home.hr>
Resent-Message-ID: <200510222240.j9MMeIuL025524@freefall.freebsd.org>

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

>Number:         87855
>Category:       ports
>Synopsis:       [fix] sysutils/progsreiserfs: does not build on FreeBSD/amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 22 22:40:18 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: Thu Oct 20 19:50:48 CEST 2005 root@data.home.hr:/var/obj/usr/src/sys/DATA amd64


	
>Description:
In the 'Makefile' this port is marked to compile only on FreeBSD/i386. It
actually compiles and works on FreeBSD/amd64 also.
	
>How-To-Repeat:
Try to install sysutils/progsreiserfs port on FreeBSD/amd64
>Fix:
--- Makefile.orig	Tue Aug 23 10:18:03 2005
+++ Makefile	Sun Oct 23 00:20:37 2005
@@ -35,7 +35,7 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} != "i386"
+.if ${ARCH} != "i386" && ${ARCH} != "amd64"
 BROKEN=		"Does not compile on !i386"
 .endif
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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