From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 24 19:40:15 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC2E6106564A for ; Fri, 24 Dec 2010 19:40:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DAEC48FC13 for ; Fri, 24 Dec 2010 19:40:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBOJeFrI008491 for ; Fri, 24 Dec 2010 19:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBOJeFn5008487; Fri, 24 Dec 2010 19:40:15 GMT (envelope-from gnats) Date: Fri, 24 Dec 2010 19:40:15 GMT Message-Id: <201012241940.oBOJeFn5008487@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Anonymous Cc: Subject: Re: ports/153429: [patch] Fix explicite uses of unzip in ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Anonymous List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Dec 2010 19:40:16 -0000 The following reply was made to PR ports/153429; it has been noted by GNATS. From: Anonymous To: Alex Kozlov Cc: bug-followup@FreeBSD.org Subject: Re: ports/153429: [patch] Fix explicite uses of unzip in ports Date: Fri, 24 Dec 2010 22:36:31 +0300 Alex Kozlov writes: > Index: audio/linux-mbrola/Makefile > @@ -21,7 +21,7 @@ > > CONFLICTS= mbrola-* > NO_BUILD= yes > -ONLY_FOR_ARCHS= alpha amd64 i386 > +IA32_BINARY_PORT= yes > USE_LINUX= yes > USE_ZIP= yes > RESTRICTED= for non-commercial, non-military applications only Don't use IA32_BINARY_PORT for USE_LINUX port, see ports/148879. - 32bit freebsd libs (i.e. /usr/lib32) aren't required for linux- ports - ia64 is not supported by most linux- ports (and kernel?)