Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 1998 13:44:47 -0700 (PDT)
From:      mattp@conundrum.com
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/8065: p5-Curses port has broken makefile
Message-ID:  <199809272044.NAA12911@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809272044.NAA12911>