Ticket #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
Change History
Changed 11 months ago by groolot@…
- Attachment xchat2.Portfile.diff added
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.
Note: See
TracTickets for help on using
tickets.


Patch for the xchat2 portfile