Bug 59104 - Update security/makepasswd
Summary: Update security/makepasswd
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-11-10 08:30 UTC by Toni Viemerö
Modified: 2003-11-11 09:20 UTC (History)
0 users

See Also:


Attachments
file.diff (653 bytes, patch)
2003-11-10 08:30 UTC, Toni Viemerö
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toni Viemerö 2003-11-10 08:30:27 UTC
	makepasswd didn't run with Perl <5.6 making the port unusable with
	FreeBSD 4.x default Perl.
	Comment out "use bytes;", since makepasswd works fine without it.

Fix: Note that it's \t in REINCPLACE_CMD "s/use	bytes;/#use	bytes;/"
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-11-11 09:19:54 UTC
State Changed
From-To: open->closed

Committed, thanks!