Changeset 83061
- Timestamp:
- 08/24/11 18:18:00 (4 years ago)
- Location:
- trunk/dports/x11
- Files:
-
- 4 added
- 2 edited
-
xorg-libxcb/Portfile (modified) (3 diffs)
-
xorg-libxcb/files (added)
-
xorg-libxcb/files/libxcb-python3.patch (added)
-
xorg-xcb-proto/Portfile (modified) (3 diffs)
-
xorg-xcb-proto/files (added)
-
xorg-xcb-proto/files/xcbproto-python3.patch (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/x11/xorg-libxcb/Portfile
r80493 r83061 28 28 port:xorg-libpthread-stubs 29 29 30 if {[variant_isset python31] || [variant_isset python32]} { 31 patchfiles-append libxcb-python3.patch 32 post-patch { 33 system -W ${worksrcpath}/src "$2to3 -w *.py" 34 } 35 } 36 37 set 2to3 "" 30 38 variant python25 conflicts python26 python27 python31 python32 description {Use python 2.5} { 31 39 depends_run-append port:python25 … … 46 54 depends_run-append port:python31 47 55 configure.python ${prefix}/bin/python3.1 56 set 2to3 "${prefix}/bin/2to3-3.1" 48 57 } 49 58 … … 51 60 depends_run-append port:python32 52 61 configure.python ${prefix}/bin/python3.2 62 set 2to3 "${prefix}/bin/2to3-3.2" 53 63 } 54 64 -
trunk/dports/x11/xorg-xcb-proto/Portfile
r80497 r83061 23 23 depends_run port:libxml2 24 24 25 if {[variant_isset python31] || [variant_isset python32]} { 26 patchfiles-append xcbproto-python3.patch 27 post-patch { 28 system -W ${worksrcpath}/xcbgen "$2to3 -w *.py" 29 } 30 } 31 32 set 2to3 "" 25 33 variant python25 conflicts python26 python27 python31 python32 description {Use python 2.5} { 26 34 depends_run-append port:python25 … … 41 49 depends_run-append port:python31 42 50 configure.python ${prefix}/bin/python3.1 51 set 2to3 "${prefix}/bin/2to3-3.1" 43 52 } 44 53 … … 46 55 depends_run-append port:python32 47 56 configure.python ${prefix}/bin/python3.2 57 set 2to3 "${prefix}/bin/2to3-3.2" 48 58 } 49 59
Note: See TracChangeset
for help on using the changeset viewer.

