Opened 13 years ago

Closed 13 years ago

#31099 closed defect (fixed)

py26-pygpgme does not build without python2.4 installed

Reported by: 3add3287 (3add3287) Owned by: afb@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc:
Port: py26-pygpgme

Description

py26-pygpgme fails to build if no python2.4 is installed due to a custom build.cmd, which executes this modules Makefile directly. Unfortunately the Makefile has a hard coded reference to python2.4. The correct way to build the module is via python's setup.py. Patch attached.

Attachments (1)

Portfile.patch (319 bytes) - added by 3add3287 (3add3287) 13 years ago.

Download all attachments as: .zip

Change History (4)

Changed 13 years ago by 3add3287 (3add3287)

Attachment: Portfile.patch added

comment:1 Changed 13 years ago by 3add3287 (3add3287)

Cc: torstenb@… added

Cc Me!

comment:2 Changed 13 years ago by mf2k (Frank Schima)

Cc: torstenb@… removed
Owner: changed from macports-tickets@… to afb@…

comment:3 Changed 13 years ago by afb@…

Resolution: fixed
Status: newclosed
Version: 2.0.2

Fixed, r83529.

Note: See TracTickets for help on using tickets.