Bug 41679 - Update port: security/p5-Crypt-PasswdMD5 (bad reinplace)
Summary: Update port: security/p5-Crypt-PasswdMD5 (bad reinplace)
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 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-15 07:10 UTC by Kimura Fuyuki
Modified: 2002-08-15 12:46 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (463 bytes, patch)
2002-08-15 07:10 UTC, Kimura Fuyuki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kimura Fuyuki 2002-08-15 07:10:01 UTC
's|\r||g' doesn't work with sed. sed's s/// is not fully compatible
with perl's one.

Fix: Use PERL instead of REINPLACE_CMD, or apply the below patch, or better trick?
How-To-Repeat: # make
===>  Extracting for p5-Crypt-PasswdMD5-1.2
Comment 1 Christian Weisgerber freebsd_committer freebsd_triage 2002-08-15 12:45:32 UTC
State Changed
From-To: open->closed

Committed a slightly different fix, thanks!