Changeset 98396


Ignore:
Timestamp:
Oct 4, 2012, 4:52:58 PM (12 years ago)
Author:
adfernandes@…
Message:

x11/{xorg-libxcb,xorg-xcb-proto}: add python33 variants

Location:
trunk/dports/x11
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/xorg-libxcb/Portfile

    r92214 r98396  
    5252}
    5353
    54 variant python25 conflicts python26 python27 python31 python32 description {Use python 2.5} {
     54variant python25 conflicts python26 python27 python31 python32 python33 description {Use python 2.5} {
    5555    depends_run-append      port:python25
    5656    configure.python        ${prefix}/bin/python2.5
    5757}
    5858
    59 variant python26 conflicts python25 python27 python31 python32 description {Use python 2.6} {
     59variant python26 conflicts python25 python27 python31 python32 python33 description {Use python 2.6} {
    6060    depends_run-append      port:python26
    6161    configure.python        ${prefix}/bin/python2.6
    6262}
    6363
    64 variant python27 conflicts python25 python26 python31 python32 description {Use python 2.7} {
     64variant python27 conflicts python25 python26 python31 python32 python33 description {Use python 2.7} {
    6565    depends_run-append      port:python27
    6666    configure.python        ${prefix}/bin/python2.7
    6767}
    6868
    69 variant python31 conflicts python25 python26 python27 python32 description {Use python 3.1} {
     69variant python31 conflicts python25 python26 python27 python32 python33 description {Use python 3.1} {
    7070    depends_run-append      port:python31
    7171    configure.python        ${prefix}/bin/python3.1
    7272}
    7373
    74 variant python32 conflicts python25 python26 python27 python31 description {Use python 3.2} {
     74variant python32 conflicts python25 python26 python27 python31 python33 description {Use python 3.2} {
    7575    depends_run-append      port:python32
    7676    configure.python        ${prefix}/bin/python3.2
    7777}
    7878
    79 if {![variant_isset python25] && ![variant_isset python26] && ![variant_isset python31] && ![variant_isset python32]} {
     79variant python33 conflicts python25 python26 python27 python31 python32 description {Use python 3.3} {
     80    depends_run-append      port:python33
     81    configure.python        ${prefix}/bin/python3.3
     82}
     83
     84if {![variant_isset python25] && ![variant_isset python26] && ![variant_isset python31] && ![variant_isset python32] && ![variant_isset python33]} {
    8085    default_variants +python27
    8186}
  • trunk/dports/x11/xorg-xcb-proto/Portfile

    r91083 r98396  
    2626patch.pre_args -p1
    2727
    28 variant python25 conflicts python26 python27 python31 python32 description {Use python 2.5} {
     28variant python25 conflicts python26 python27 python31 python32 python33 description {Use python 2.5} {
    2929    depends_run-append      port:python25
    3030    configure.python        ${prefix}/bin/python2.5
    3131}
    3232
    33 variant python26 conflicts python25 python27 python31 python32 description {Use python 2.6} {
     33variant python26 conflicts python25 python27 python31 python32 python33 description {Use python 2.6} {
    3434    depends_run-append      port:python26
    3535    configure.python        ${prefix}/bin/python2.6
    3636}
    3737
    38 variant python27 conflicts python25 python26 python31 python32 description {Use python 2.7} {
     38variant python27 conflicts python25 python26 python31 python32 python33 description {Use python 2.7} {
    3939    depends_run-append      port:python27
    4040    configure.python        ${prefix}/bin/python2.7
    4141}
    4242
    43 variant python31 conflicts python25 python26 python27 python32 description {Use python 3.1} {
     43variant python31 conflicts python25 python26 python27 python32 python33 description {Use python 3.1} {
    4444    depends_run-append      port:python31
    4545    configure.python        ${prefix}/bin/python3.1
    4646}
    4747
    48 variant python32 conflicts python25 python26 python27 python31 description {Use python 3.2} {
     48variant python32 conflicts python25 python26 python27 python31 python33 description {Use python 3.2} {
    4949    depends_run-append      port:python32
    5050    configure.python        ${prefix}/bin/python3.2
    5151}
    5252
    53 if {![variant_isset python25] && ![variant_isset python26] && ![variant_isset python31] && ![variant_isset python32]} {
     53variant python33 conflicts python25 python26 python27 python31 python32 description {Use python 3.3} {
     54    depends_run-append      port:python32
     55    configure.python        ${prefix}/bin/python3.2
     56}
     57
     58if {![variant_isset python25] && ![variant_isset python26] && ![variant_isset python31] && ![variant_isset python32] && ![variant_isset python33]} {
    5459    default_variants +python27
    5560}
Note: See TracChangeset for help on using the changeset viewer.