From owner-freebsd-ports Mon Jun 8 03:07:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA09182 for freebsd-ports-outgoing; Mon, 8 Jun 1998 03:07:18 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA09150 for ; Mon, 8 Jun 1998 03:07:04 -0700 (PDT) (envelope-from eserte@cs.tu-berlin.de) Received: from cabulja.herceg.de (anonymous214.ppp.cs.tu-berlin.de [130.149.17.214]) by mail.cs.tu-berlin.de (8.8.8/8.8.8) with ESMTP id LAA13794; Mon, 8 Jun 1998 11:58:45 +0200 (MET DST) Received: (from eserte@localhost) by cabulja.herceg.de (8.8.5/8.6.12) id TAA00570; Sun, 7 Jun 1998 19:57:50 +0200 (CEST) To: freebsd-ports@FreeBSD.ORG Cc: gad@eclipse.its.rpi.edu Subject: Re: ports/6882: Perl5 in most recent 3.0 snapshot References: <199806070146.VAA07590@freefour.acs.rpi.edu> Reply-to: eserte@cs.tu-berlin.de From: Slaven Rezic Date: 07 Jun 1998 19:57:49 +0200 In-Reply-To: Garance A Drosehn's message of Sat, 6 Jun 1998 21:46:11 -0400 (EDT) Message-ID: <87k96t14de.fsf@cabulja.herceg.de> Lines: 39 X-Mailer: Gnus v5.3/Emacs 19.34 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [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