Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#17795 closed enhancement (fixed)

RFE: Make python30 more Framework friendly

Reported by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc: skymoo (Adam Mercer)
Port: python30

Description

python24 and python25 attempt a hybridized install into ${prefix} and ${frameworks_dir}.
This caused a couple of problems with those ports (#16334).
It seems to be causing the same problems in python30 (#16599).

The idea was abandoned in python26 (see r42212).
I humbly suggest that it not be used in python30.
The number of py30- ports is still small, so it probably would be of reasonable difficulty.

Change History (6)

comment:1 Changed 15 years ago by skymoo (Adam Mercer)

Cc: ram@… added

Cc Me!

comment:2 Changed 15 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Resolution: fixed
Status: newclosed

Fixed in r46197 (maintainer timeout).

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

What's the deal with the -D__DARWIN_UNIX03 on darwin 9?

comment:4 in reply to:  3 Changed 15 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Replying to jmr@…:

What's the deal with the -D__DARWIN_UNIX03 on darwin 9?

It was added to python25 in r22792 and made its way into python26-devel in r39255 and into python26 in r40449.
It is possible that it is not needed anymore.

comment:5 Changed 15 years ago by jmroot (Joshua Root)

Seems to have been blindly copied from python25; and 26 and 30 build fine without it. Removed in r46199.

comment:6 Changed 15 years ago by (none)

Milestone: Port Enhancements

Milestone Port Enhancements deleted

Note: See TracTickets for help on using tickets.