Bug 62743 - cvsweb fails w/ perl5.8.3 @ fbsd 4.9
Summary: cvsweb fails w/ perl5.8.3 @ fbsd 4.9
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-cvsweb (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-12 17:50 UTC by Palle Girgensohn
Modified: 2004-02-24 14:22 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Palle Girgensohn 2004-02-12 17:50:09 UTC

Fix: 

removing -T from the first line in cvsweb.cgi fixes the problem:

- #!/usr/bin/perl -wT
+ #!/usr/bin/perl -w


I guess this is a work-around, and that there is a way to keep -T and
still have a working cvsweb, but I cannot figure out what that would
be, sorry... :)

/Palle
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-02-12 21:17:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-cvsweb

Over to maintainer(s).
Comment 2 Akinori MUSHA freebsd_committer freebsd_triage 2004-02-24 14:22:12 UTC
State Changed
From-To: open->closed

Temporary fix applied.  A real fix will come soon with the next update to 3.0.0.  

Thanks!