[ports-i386@FreeBSD.org: perl-5.8.5 failed on i386 6]

Jun Kuriyama kuriyama at imgsrc.co.jp
Wed Jan 19 18:00:56 PST 2005


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 at imgsrc.co.jp> // IMG SRC, Inc.
             <kuriyama at FreeBSD.org> // FreeBSD Project


More information about the freebsd-perl mailing list