Opened 12 years ago

Closed 12 years ago

#34928 closed enhancement (fixed)

xchat2 @2.8.8 Do not support Python scripting interface

Reported by: groolot@… Owned by: afb@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: xchat2

Description

The Portfile for the xchat2 package disable the python scripting interface without any chance to activate it by a variant way.

This is a funny choice! Do you intentionaly remove the possibility of that?

I attach a diff file for the Portfile that I use to give xhat2 the possibility to compile with python support.

Attachments (1)

xchat2.Portfile.diff (1.7 KB) - added by groolot@… 12 years ago.
Patch for the xchat2 portfile

Download all attachments as: .zip

Change History (5)

Changed 12 years ago by groolot@…

Attachment: xchat2.Portfile.diff added

Patch for the xchat2 portfile

comment:1 Changed 12 years ago by groolot@…

Cc: groolot@… added

Cc Me!

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

Cc: groolot@… removed
Keywords: python removed
Owner: changed from macports-tickets@… to afb@…
Type: defectenhancement
Version: 2.1.1

There are a few problems with the patch.

  • All of the python variants are named "python" but they should be named "python26", "python27", etc.
  • The variants should all conflict with each other and only allow one to be selected.
  • Configure argument(s) with the path to the python library need to be added so it picks up the desired version of python and not a different version.

comment:3 Changed 12 years ago by afb@…

  • You don't need any variants for Python 3000.

comment:4 Changed 12 years ago by afb@…

Resolution: fixed
Status: newclosed

Fixed, r94593.

Note: See TracTickets for help on using tickets.