Date: 07 Jun 1998 19:57:49 +0200 From: Slaven Rezic <eserte@cs.tu-berlin.de> To: freebsd-ports@FreeBSD.ORG Cc: gad@eclipse.its.rpi.edu Subject: Re: ports/6882: Perl5 in most recent 3.0 snapshot Message-ID: <87k96t14de.fsf@cabulja.herceg.de> In-Reply-To: Garance A Drosehn's message of Sat, 6 Jun 1998 21:46:11 -0400 (EDT) References: <199806070146.VAA07590@freefour.acs.rpi.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
[failed perl5 port on 3.0] Maybe the perl binary was built with libnet from KDE or JDK. I think perl's Configure should not test for this library. Here's a patch for the hints file --- perl5.004_04/hints/freebsd.sh Thu Apr 24 01:01:37 1997 +++ /tmp/freebsd.sh Sun Jun 7 19:56:26 1998 @@ -68,10 +68,11 @@ # # 2.2 and above have phkmalloc(3). # don't use -lmalloc (maybe there's an old one from 1.1.5.1 floating around) +# don't use -lnet (from jdk or kaffe) 2.2*) usevfork='true' usemymalloc='n' - libswanted=`echo $libswanted | sed 's/ malloc / /'` + libswanted=`echo $libswanted | sed 's/ malloc net / /'` d_setregid='define' d_setreuid='define' d_setegid='undef' @@ -81,7 +82,7 @@ # Guesses at what will be needed after 2.2 *) usevfork='true' usemymalloc='n' - libswanted=`echo $libswanted | sed 's/ malloc / /'` + libswanted=`echo $libswanted | sed 's/ malloc net / /'` ;; esac Regards, Slaven -- ============ ====================== Slaven Rezic ==================================== eserte@cs.tu-berlin.de ============ http://user.cs.tu-berlin.de/~eserte/ ====================== ==================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87k96t14de.fsf>