New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #34928 (closed enhancement: fixed)

Opened 11 months ago

Last modified 11 months ago

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

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

Change History

Changed 11 months ago by groolot@…

Patch for the xchat2 portfile

comment:1 Changed 11 months ago by groolot@…

  • Cc groolot@… added

Cc Me!

comment:2 Changed 11 months ago by macsforever2000@…

  • Owner changed from macports-tickets@… to afb@…
  • Keywords python removed
  • Version 2.1.1 deleted
  • Type changed from defect to enhancement
  • Cc groolot@… removed

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 11 months ago by afb@…

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

comment:4 Changed 11 months ago by afb@…

  • Status changed from new to closed
  • Resolution set to fixed

Fixed, r94593.

Note: See TracTickets for help on using tickets.