Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 1998 04:58:52 -0700 (PDT)
From:      vadim@gc.lviv.ua
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/8341: Make for port p5-libwww-5.36 not work
Message-ID:  <199810161158.EAA17287@hub.freebsd.org>

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

>Number:         8341
>Category:       ports
>Synopsis:       Make for port p5-libwww-5.36 not work
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 16 05:00:01 PDT 1998
>Last-Modified:
>Originator:     Vadim Chekan
>Organization:
GC
>Release:        FreeBSD-2.2.7-RELEASE
>Environment:
FreeBSD gate.gc.lviv.ua 2.2.7-RELEASE FreeBSD 2.2.7-RELEASE #0: Sun Aug 23 13:35
:04 EEST 1998     root@gate.gc.lviv.ua:/usr/src/sys/compile/GATE  i386
>Description:
In /usr/ports/www/p5-libwww/Makefile:59
do-configure:
                @ cd ${WRKSRC}; \
                ${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL PREFIX=${PREFIX} \
                                     INSTALLMAN1DIR=${PREFIX}/man/man1
But must be ${PERL5}. This causes:
/usr/ports/www/p5-libwww > make
===>  Configuring for p5-libwww-5.36
env: Makefile.PL: No such file or directory
*** Error code 1

>How-To-Repeat:
Always in current port
>Fix:
--- Makefile.b  Fri Oct 16 14:57:06 1998
+++ Makefile    Fri Oct 16 14:57:06 1998
@@ -58,7 +58,7 @@

 do-configure:
                @ cd ${WRKSRC}; \
-               ${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL PREFIX=${PREFIX} \
+               ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PREFIX=${PREFIX} \
                                     INSTALLMAN1DIR=${PREFIX}/man/man1

 .include <bsd.port.mk>
>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?199810161158.EAA17287>