From owner-freebsd-ports Sun Sep 27 13:50:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA13595 for freebsd-ports-outgoing; Sun, 27 Sep 1998 13:50:09 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA13537 for ; Sun, 27 Sep 1998 13:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA07772; Sun, 27 Sep 1998 13:50:01 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA12911; Sun, 27 Sep 1998 13:44:47 -0700 (PDT) (envelope-from nobody) Message-Id: <199809272044.NAA12911@hub.freebsd.org> Date: Sun, 27 Sep 1998 13:44:47 -0700 (PDT) From: mattp@conundrum.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/8065: p5-Curses port has broken makefile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 8065 >Category: ports >Synopsis: p5-Curses port has broken makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 27 13:50:01 PDT 1998 >Last-Modified: >Originator: Matthew Pounsett >Organization: >Release: 2.2.6-STABLE >Environment: FreeBSD flux.conundrum.com 2.2.6-STABLE FreeBSD 2.2.6-STABLE #0: Wed May 13 23:10:30 EDT 1998 mattp@hub.conundrum.com:/usr/local/src/sys/compile/HUB i386 >Description: p5-Curese port uses: do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL However, PERL5 is not defined. Confirmed by changing above line echo ${PERL5} to a file. >How-To-Repeat: type make. :) >Fix: Kludged a fix by putting PERL5=/usr/local/bin/perl at the top of the makefile. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message