Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#13165 closed defect (fixed)

pdksh 5.2.14 fails to build on OS X 10.5 Leopard

Reported by: rwilcox (Ryan Wilcox) Owned by: jmroot (Joshua Root)
Priority: Normal Milestone:
Component: ports Version: 1.5.0
Keywords: Cc: ryanwilcox@…
Port:

Description

Trying to build pdksh on 10.5 leads to an error when calling shell script that is part of the pdksh build process- under 10.5 the sort command has (really) depreciated the sort +2 -1 syntax in favor of sort -k 3 -k 2 (yes, +/- is 0 based, while -k is 1 based).

This patch contains a patch to fix the shell script to use the new syntax, updates my email address, and lists additional mirrors for the software.

Attachments (2)

portfile.patch (1.1 KB) - added by rwilcox (Ryan Wilcox) 16 years ago.
patch to the PortFile
patch-siglist.sh (370 bytes) - added by rwilcox (Ryan Wilcox) 16 years ago.
patch for files/ to change sort command

Download all attachments as: .zip

Change History (6)

Changed 16 years ago by rwilcox (Ryan Wilcox)

Attachment: portfile.patch added

patch to the PortFile

Changed 16 years ago by rwilcox (Ryan Wilcox)

Attachment: patch-siglist.sh added

patch for files/ to change sort command

comment:1 Changed 16 years ago by nox@…

Cc: ryanwilcox@… added
Milestone: Port Bugs
Summary: pdksh 5.2.14 build error on 10.5 (fixes for same)pdksh 5.2.14 fails to build on OS X 10.5 Leopard

comment:2 Changed 16 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to jmr@…
Status: newassigned

comment:3 Changed 16 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: assignedclosed

Committed in r34483, r34484, and r34486.

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.