Bug 51507 - fix port: www/p5-CGI-SpeedyCGI
Summary: fix port: www/p5-CGI-SpeedyCGI
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-28 21:20 UTC by Yen-Ming Lee
Modified: 2003-04-29 16:58 UTC (History)
1 user (show)

See Also:


Attachments
p5-CGI-SpeedyCGI.diff (756 bytes, patch)
2003-04-28 21:20 UTC, Yen-Ming Lee
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yen-Ming Lee 2003-04-28 21:20:03 UTC
SpeedyCGI set wrong default path of speed_backend under perl-5.005, which
cause SpeedyCGI generate this kind of error message:

speedy[38567]: /usr/bin/speedy_backend: No such file or directory
speedy[38565]: Cannot spawn backend process

How-To-Repeat: 	

under perl-5.005

#cd /usr/ports/www/p5-CGI-SpeedyCGI && make configure

then check PERFIX in ${WRKSRC}/src/Makefile. It shows "PREFIX = /usr"
Comment 1 Foxfair Hu 2003-04-29 05:34:30 UTC
hmm , looks fine here:
================
> make configure
===>  Extracting for p5-CGI-SpeedyCGI-2.21_1
>> Checksum OK for CGI-SpeedyCGI-2.21.tar.gz.
===>  Patching for p5-CGI-SpeedyCGI-2.21_1
===>  Applying FreeBSD patches for p5-CGI-SpeedyCGI-2.21_1
===>  Configuring for p5-CGI-SpeedyCGI-2.21_1
Checking if your kit is complete...
Looks good
Writing Makefile for src
Writing Makefile for speedy_backend
Writing Makefile for speedy
Writing Makefile for CGI::SpeedyCGI
> grep PREFIX work/CGI-SpeedyCGI-2.21/Makefile
#   MakeMaker ARGV: (q[CC=cc], q[CCFLAGS=-O -pipe -march=pentiumpro], q[PREFIX=/usr/local], q[INSTALLPRIVLIB=/usr/local/lib], q[INSTALLARCHLIB=/usr/local/lib])
PREFIX = /usr/local
=================
Comment 2 Yen-Ming Lee freebsd_committer freebsd_triage 2003-04-29 08:06:19 UTC
No, you checked the wrong file.
please check ${WRKSRC}/src/Makefile, not ${WRKSRC}/Makefile.

-- 
Yen-Ming Lee [§õ«Û©ú] KeyID: 0x5EB52E51 : www.leeym.com : Taipei, Taiwan
leeym@{leeym.com, FreeBSD.org, yahoo-inc.com, ntu.edu.tw, civil.ncku.edu.tw}
Comment 3 Yen-Ming Lee freebsd_committer freebsd_triage 2003-04-29 16:58:18 UTC
State Changed
From-To: open->closed

Committed, thanks.