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)
Change History (5)
Changed 12 years ago by groolot@…
Attachment: | xchat2.Portfile.diff added |
---|
comment:2 Changed 12 years ago by mf2k (Frank Schima)
Cc: | groolot@… removed |
---|---|
Keywords: | python removed |
Owner: | changed from macports-tickets@… to afb@… |
Type: | defect → enhancement |
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.
Note: See
TracTickets for help on using
tickets.
Patch for the xchat2 portfile