From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 22 22:40:37 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C339016A41F for ; Sat, 22 Oct 2005 22:40:37 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAE3943D48 for ; Sat, 22 Oct 2005 22:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9MMeI9Q025525 for ; Sat, 22 Oct 2005 22:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9MMeIuL025524; Sat, 22 Oct 2005 22:40:18 GMT (envelope-from gnats) Resent-Date: Sat, 22 Oct 2005 22:40:18 GMT Resent-Message-Id: <200510222240.j9MMeIuL025524@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Simun Mikecin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E54716A41F for ; Sat, 22 Oct 2005 22:31:04 +0000 (GMT) (envelope-from sime@data.home.hr) Received: from data.home.hr (dh79-11.xnet.hr [83.139.79.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAF2443D45 for ; Sat, 22 Oct 2005 22:31:03 +0000 (GMT) (envelope-from sime@data.home.hr) Received: by data.home.hr (Postfix, from userid 34062) id AE40F600A5; Sun, 23 Oct 2005 00:31:02 +0200 (CEST) Message-Id: <20051022223102.AE40F600A5@data.home.hr> Date: Sun, 23 Oct 2005 00:31:02 +0200 (CEST) From: Simun Mikecin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/87855: [fix] sysutils/progsreiserfs: does not build on FreeBSD/amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Simun Mikecin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2005 22:40:37 -0000 >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 -.if ${ARCH} != "i386" +.if ${ARCH} != "i386" && ${ARCH} != "amd64" BROKEN= "Does not compile on !i386" .endif >Release-Note: >Audit-Trail: >Unformatted: