Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jan 2005 11:00:35 +0900
From:      Jun Kuriyama <kuriyama@imgsrc.co.jp>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        perl@FreeBSD.org
Subject:   Re: [ports-i386@FreeBSD.org: perl-5.8.5 failed on i386 6]
Message-ID:  <7md5w0yi4c.wl%kuriyama@imgsrc.co.jp>
In-Reply-To: <20050119211800.GA80202@xor.obsecurity.org>
References:  <20050114133002.GA43053@xor.obsecurity.org> <20050119211800.GA80202@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <kuriyama@imgsrc.co.jp> // IMG SRC, Inc.
             <kuriyama@FreeBSD.org> // FreeBSD Project



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7md5w0yi4c.wl%kuriyama>