Ticket #34928: xchat2.Portfile.diff

File xchat2.Portfile.diff, 1.7 KB (added by groolot@…, 12 years ago)

Patch for the xchat2 portfile

  • (a) Portfile-orig vs. (b) Portfile

    a b  
    5151    configure.args-append --disable-xlib
    5252}
    5353
     54variant python description "Enable Python plugins, using Python24" {
     55    configure.args-delete --disable-python
     56    configure.args-append --enable-python
     57    depends_lib-append port:python24
     58}
     59
     60variant python description "Enable Python plugins, using Python25" {
     61    configure.args-delete --disable-python
     62    configure.args-append --enable-python
     63    depends_lib-append port:python25
     64}
     65
     66variant python description "Enable Python plugins, using Python26" {
     67    configure.args-delete --disable-python
     68    configure.args-append --enable-python
     69    depends_lib-append port:python26
     70}
     71
     72variant python description "Enable Python plugins, using Python27" {
     73    configure.args-delete --disable-python
     74    configure.args-append --enable-python
     75    depends_lib-append port:python27
     76}
     77
     78variant python description "Enable Python plugins, using Python31" {
     79    configure.args-delete --disable-python
     80    configure.args-append --enable-python
     81    depends_lib-append port:python31
     82}
     83
     84variant python description "Enable Python plugins, using Python32" {
     85    configure.args-delete --disable-python
     86    configure.args-append --enable-python
     87    depends_lib-append port:python32
     88}
     89
     90variant python description "Enable Python plugins, using Python33" {
     91    configure.args-delete --disable-python
     92    configure.args-append --enable-python
     93    depends_lib-append port:python33
     94}
     95
    5496livecheck.url       http://www.xchat.org/files/source/${branch}/?S=D
    5597livecheck.regex     xchat-(\[0-9.\]+)${extract.suffix}