ports/87855: [fix] sysutils/progsreiserfs: does not build on FreeBSD/amd64

Simun Mikecin numisemis at yahoo.com
Sat Oct 22 22:40:37 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list