From owner-freebsd-perl@FreeBSD.ORG Thu Jan 20 02:00:56 2005 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7BBE16A4DC for ; Thu, 20 Jan 2005 02:00:55 +0000 (GMT) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [210.226.20.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3498243D2F for ; Thu, 20 Jan 2005 02:00:38 +0000 (GMT) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by black.imgsrc.co.jp (Postfix) with ESMTP id 99BEE50C42; Thu, 20 Jan 2005 11:00:36 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [IPv6:2001:218:422:2::9999]) by black.imgsrc.co.jp (Postfix) with ESMTP id 2604C50BB5; Thu, 20 Jan 2005 11:00:35 +0900 (JST) Date: Thu, 20 Jan 2005 11:00:35 +0900 Message-ID: <7md5w0yi4c.wl%kuriyama@imgsrc.co.jp> From: Jun Kuriyama To: Kris Kennaway In-Reply-To: <20050119211800.GA80202@xor.obsecurity.org> References: <20050114133002.GA43053@xor.obsecurity.org> <20050119211800.GA80202@xor.obsecurity.org> User-Agent: Wanderlust/2.12.0 (Your Wildest Dreams) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd 0.1 cc: perl@FreeBSD.org Subject: Re: [ports-i386@FreeBSD.org: perl-5.8.5 failed on i386 6] X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 02:00:56 -0000 At Wed, 19 Jan 2005 13:18:00 -0800, Kris Kennaway wrote: > On Fri, Jan 14, 2005 at 05:30:02AM -0800, Kris Kennaway wrote: > > FYI; can you please investigate and/or report to the developers? If > > you are already aware of this problem but do not yet have a fix, > > please mark the port BROKEN in the appropriate case, so that users do > > not unexpectedly encounter it. > > > > Thanks, > > Kris > > NB: This is preventing the package build of perl, and thus of most of > the ports collection. Hopefully someone will be able to fix it soon. Is this acceptable to work around on pointyhat? Index: pkg-deinstall =================================================================== RCS file: pkg-deinstall diff -N pkg-deinstall --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg-deinstall 20 Jan 2005 01:58:16 -0000 @@ -0,0 +1,11 @@ +#!/bin/sh + +if [ "$2" != POST-DEINSTALL ] ; then + exit 0 +fi + +if [ -n ${PACKAGE_BUILDING} -a -L /usr/bin/perl ] ; then + rm -f /usr/bin/perl + rm -f /usr/bin/suidperl + rm -f /usr/bin/perl5.8.5 +fi -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project