From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 28 18:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 113B2A57 for ; Sun, 28 Apr 2013 18:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D329F1023 for ; Sun, 28 Apr 2013 18:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3SIA0B3013327 for ; Sun, 28 Apr 2013 18:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3SIA0Ug013326; Sun, 28 Apr 2013 18:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 28 Apr 2013 18:10:00 GMT Resent-Message-Id: <201304281810.r3SIA0Ug013326@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, Hardy Schumacher Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A30455BA for ; Sun, 28 Apr 2013 18:00:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [69.147.83.34]) by mx1.freebsd.org (Postfix) with ESMTP id 958E11FB4 for ; Sun, 28 Apr 2013 18:00:03 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r3SI02EN065251 for ; Sun, 28 Apr 2013 18:00:02 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r3SI02eG065250; Sun, 28 Apr 2013 18:00:02 GMT (envelope-from nobody) Message-Id: <201304281800.r3SI02eG065250@red.freebsd.org> Date: Sun, 28 Apr 2013 18:00:02 GMT From: Hardy Schumacher To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/178223: [emulators/i386-wine-devel] does not build on amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 18:10:01 -0000 >Number: 178223 >Category: ports >Synopsis: [emulators/i386-wine-devel] does not build on 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: Sun Apr 28 18:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hardy Schumacher >Release: FreeBSD-9.1 >Organization: >Environment: n/a >Description: Port "emulators/i386-wine-devel" does not build on amd64 platform. That issue is related to the limitation "ONLY_FOR_ARCHS=i386" set in related port "emulators/wine-devel". >How-To-Repeat: Use an FreeBSD-9.x AMD64. Execute following command: cd /usr/ports/emulators/i386-wine-devel && make install clean >Fix: Add following line to emulators/i386-wine-devel/Makefile: ONLY_FOR_ARCHS=i386 amd64 Modify emulators/wine-devel/Makefile: Add a check around ONLY_FOR_ARCHS, set it only to the current value "i386" in case it's empty. >Release-Note: >Audit-Trail: >Unformatted: