Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#1873 closed defect (fixed)

os_version and co should be os.version

Reported by: timeless@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: guide Version: 1.0
Keywords: Cc: landonf@…
Port:

Description

http://darwinports.opendarwin.org/docs/ch04s02.html

os_version

Version number of operating system (ie "6.0"). Read Only.

Error: Error executing darwin: can't read "os_version": no such variable

I tried writing a port based on this advice, it didn't work.

The following did work: variant darwin {

configure.args-append --host=${os.arch}-apple-rhapsody${os.version}

}

Change History (1)

comment:1 Changed 20 years ago by landonf@…

Resolution: fixed
Status: newclosed

Fixes committed.

Note: See TracTickets for help on using tickets.