From owner-freebsd-ports Mon Sep 8 03:50:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA23218 for ports-outgoing; Mon, 8 Sep 1997 03:50:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA23210; Mon, 8 Sep 1997 03:50:01 -0700 (PDT) Resent-Date: Mon, 8 Sep 1997 03:50:01 -0700 (PDT) Resent-Message-Id: <199709081050.DAA23210@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, Kapil Chowksey Received: from tapti.hss.hns.com (tapti.hss.hns.com [139.85.242.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA23125; Mon, 8 Sep 1997 03:47:50 -0700 (PDT) Received: from tarang.hss.hns.com (tarang.hss.hns.com [139.85.242.33]) by tapti.hss.hns.com (8.8.2/8.7.3) with ESMTP id PAA08661; Mon, 8 Sep 1997 15:05:41 +0500 (IST) Received: (from kchowksey@localhost) by tarang.hss.hns.com (8.8.2/8.7.3) id QAA03820; Mon, 8 Sep 1997 16:16:15 -0500 (GMT) Message-Id: <199709082116.QAA03820@tarang.hss.hns.com> Date: Mon, 8 Sep 1997 16:16:15 -0500 (GMT) From: Kapil Chowksey To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: markm@FreeBSD.ORG Subject: ports/4493: perl5 port fails to compile Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4493 >Category: ports >Synopsis: perl5 port fails to compile >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 8 03:50:01 PDT 1997 >Last-Modified: >Originator: Kapil Chowksey >Organization: Hughes Software Systems >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: FreeBSD-2.2.1-RELEASE perl5 port based on perl-5.00401 distribution > DISTNAME= perl5.004_01 > PKGNAME= perl-5.00401 >Description: The perl5 port fails to compile - there is a makefile loop in the perl5 distribution which results in perl5's Configure script to loop endlessly in 'makedepend'. Use of gnumake doesen't solve this problem. >How-To-Repeat: $ uname -rs FreeBSD 2.2.1-RELEASE $ cd /usr/ports/lang/perl5 $ make configure ... [gets stuck up in an endless 'makedepend' loop] >Fix: Include this patch in the perl5 port - --- makedepend.SH.orig Mon Sep 8 21:27:36 1997 +++ makedepend.SH Mon Sep 8 21:29:04 1997 @@ -60,6 +60,7 @@ # to be out of date. I don't know if OS/2 has touch, so do this: case "$osname" in os2) ;; + freebsd) ;; *) $touch $firstmakefile ;; esac fi >Audit-Trail: >Unformatted: