From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 3 18:00:29 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 67978106566C for ; Tue, 3 Aug 2010 18:00:29 +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 55F608FC16 for ; Tue, 3 Aug 2010 18:00:29 +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 o73I0Skq083658 for ; Tue, 3 Aug 2010 18:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o73I0S2f083657; Tue, 3 Aug 2010 18:00:28 GMT (envelope-from gnats) Date: Tue, 3 Aug 2010 18:00:28 GMT Message-Id: <201008031800.o73I0S2f083657@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Michael Fuckner Cc: Subject: Re: ports/147791: [patch] Update sysutils/arcconf to v6_50_18570 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Michael Fuckner List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2010 18:00:29 -0000 The following reply was made to PR ports/147791; it has been noted by GNATS. From: Michael Fuckner To: pluknet Cc: bug-followup@FreeBSD.org Subject: Re: ports/147791: [patch] Update sysutils/arcconf to v6_50_18570 Date: Tue, 03 Aug 2010 19:40:04 +0200 On 08/03/10 18:19, pluknet wrote: > Sorry, I didn't look that your submission is done *before* patch in PR > 147724 was committed. yes, when using the 18570-codeset, it doesn't even rely on ncurses.7 > The second item (WORK_EXT) is still in effect. I don't understand, what exactly is wrong with WORK_EXT? this is a test on FreeBSD8-AMD64 dedi3# make install ===> Installing for arcconf-v6.50.18570 ===> Generating temporary packing list ===> Checking if sysutils/arcconf already installed install -s -o root -g wheel -m 555 /usr/ports/sysutils/arcconf/work/freebsd8_x86_64/cmdline/arcconf /usr/local/sbin install -o root -g wheel -m 555 /usr/ports/sysutils/arcconf/work/410.status-aac-raid /usr/local/etc/periodic/daily ===> Registering installation for arcconf-v6.50.18570 dedi3# uname -a FreeBSD dedi3.fuckner.net 8.0-STABLE FreeBSD 8.0-STABLE #1: Sun Apr 4 13:34:34 CEST 2010 root@dedi3.fuckner.net:/usr/obj/usr/src/sys/DEDI3 amd64 ----------------------- and this one on FreeBSD81-i386 # make install ===> Installing for arcconf-v6.50.18570 ===> Generating temporary packing list ===> Checking if sysutils/arcconf already installed install -s -o root -g wheel -m 555 /usr/ports/sysutils/arcconf/work/freebsd8/cmdline/arcconf /usr/local/sbin install -o root -g wheel -m 555 /usr/ports/sysutils/arcconf/work/410.status-aac-raid /usr/local/etc/periodic/daily ===> Registering installation for arcconf-v6.50.18570 # uname -a FreeBSD 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Regards, Michael!