Bug 68509 - devel/autoconf259: autoreconf259 script has syntax error
Summary: devel/autoconf259: autoreconf259 script has syntax error
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: Ade Lovett
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-30 13:30 UTC by Martin Kammerhofer
Modified: 2004-06-30 22:43 UTC (History)
0 users

See Also:


Attachments
file.diff (590 bytes, patch)
2004-06-30 13:30 UTC, Martin Kammerhofer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Kammerhofer 2004-06-30 13:30:15 UTC
Line  490 of  the installed  /usr/local/bin/autoreconf259  Perl script
uses Perl function  "mkdir" with one argument. Older  Perls - like the
one in the FreeBSD 4.X base  system - require two arguments and do not
default the second argument to 0777.

How-To-Repeat: autoreconf259 --help
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-06-30 16:55:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ade

Over to maintainer
Comment 2 Ade Lovett freebsd_committer freebsd_triage 2004-06-30 22:43:08 UTC
State Changed
From-To: open->closed

Patch committed, thanks!