Ticket #18098: x11-stubs.diff
File x11-stubs.diff, 27.9 KB (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago) |
---|
-
x11/xorg-libXext/Portfile
32 32 33 33 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 34 34 if { [file exists ${x11prefix}/lib/libXext.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 35 depends_build 36 depends_lib 37 depends_run 35 38 fetch { } 36 39 checksum { } 40 extract { } 41 patch { } 37 42 build { } 38 43 destroot { 39 44 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-xcb-util/Portfile
29 29 30 30 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 31 31 if { [file exists ${x11prefix}/lib/libxcb-render-util.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 32 depends_build 33 depends_lib 34 depends_run 32 35 fetch { } 33 36 checksum { } 37 extract { } 38 patch { } 34 39 build { } 35 40 destroot { 36 41 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libXevie/Portfile
41 41 42 42 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 43 43 if { [file exists ${x11prefix}/lib/libXevie.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 44 depends_build 45 depends_lib 46 depends_run 44 47 fetch { } 45 48 checksum { } 49 extract { } 50 patch { } 46 51 build { } 47 52 destroot { 48 53 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/mesa/Portfile
56 56 57 57 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 58 58 if { [file exists ${x11prefix}/lib/libGLU.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 59 depends_build 60 depends_lib 61 depends_run 59 62 distfiles 60 63 fetch { } 61 64 checksum { } 65 extract { } 66 patch { } 62 67 patch { } 63 68 build { } 64 69 destroot { -
x11/xorg-libxcb/Portfile
40 40 41 41 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 42 42 if { [file exists ${x11prefix}/lib/libxcb.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 43 depends_build 44 depends_lib 45 depends_run 43 46 fetch { } 44 47 checksum { } 48 extract { } 49 patch { } 45 50 build { } 46 51 destroot { 47 52 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libXdamage/Portfile
33 33 34 34 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 35 35 if { [file exists ${x11prefix}/lib/libXdamage.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 36 depends_build 37 depends_lib 38 depends_run 36 39 fetch { } 37 40 checksum { } 41 extract { } 42 patch { } 38 43 build { } 39 44 destroot { 40 45 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/Xft2/Portfile
50 50 51 51 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 52 52 if { [file exists ${x11prefix}/lib/libXft.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 53 depends_build 54 depends_lib 55 depends_run 53 56 fetch { } 54 57 checksum { } 58 extract { } 59 patch { } 55 60 build { } 56 61 destroot { 57 62 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libXxf86vm/Portfile
33 33 34 34 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 35 35 if { [file exists ${x11prefix}/lib/libXxf86vm.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 36 depends_build 37 depends_lib 38 depends_run 36 39 fetch { } 37 40 checksum { } 41 extract { } 42 patch { } 38 43 build { } 39 44 destroot { 40 45 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libice/Portfile
31 31 32 32 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 33 33 if { [file exists ${x11prefix}/lib/libICE.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 34 depends_build 35 depends_lib 36 depends_run 34 37 fetch { } 35 38 checksum { } 39 extract { } 40 patch { } 36 41 build { } 37 42 destroot { 38 43 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libdmx/Portfile
35 35 36 36 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 37 37 if { [file exists ${x11prefix}/lib/libdmx.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 38 depends_build 39 depends_lib 40 depends_run 38 41 fetch { } 39 42 checksum { } 43 extract { } 44 patch { } 40 45 build { } 41 46 destroot { 42 47 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libXcomposite/Portfile
34 34 35 35 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 36 36 if { [file exists ${x11prefix}/lib/libXcomposite.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 37 depends_build 38 depends_lib 39 depends_run 37 40 fetch { } 38 41 checksum { } 42 extract { } 43 patch { } 39 44 build { } 40 45 destroot { 41 46 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libAppleWM/Portfile
42 42 43 43 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 44 44 if { [file exists ${x11prefix}/lib/libAppleWM.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 45 depends_build 46 depends_lib 47 depends_run 45 48 distfiles 46 49 fetch { } 47 50 checksum { } 51 extract { } 52 patch { } 48 53 build { } 49 54 destroot { 50 55 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libXfixes/Portfile
33 33 34 34 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 35 35 if { [file exists ${x11prefix}/lib/libXfixes.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 36 depends_build 37 depends_lib 38 depends_run 36 39 fetch { } 37 40 checksum { } 41 extract { } 42 patch { } 38 43 build { } 39 44 destroot { 40 45 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libXvMC/Portfile
32 32 33 33 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 34 34 if { [file exists ${x11prefix}/lib/libXvMC.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 35 depends_build 36 depends_lib 37 depends_run 35 38 fetch { } 36 39 checksum { } 40 extract { } 41 patch { } 37 42 build { } 38 43 destroot { 39 44 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libXdmcp/Portfile
27 27 28 28 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 29 29 if { [file exists ${x11prefix}/lib/libXdmcp.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 30 depends_build 31 depends_lib 32 depends_run 30 33 fetch { } 31 34 checksum { } 35 extract { } 36 patch { } 32 37 build { } 33 38 destroot { 34 39 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libXxf86dga/Portfile
33 33 34 34 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 35 35 if { [file exists ${x11prefix}/lib/libXxf86dga.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 36 depends_build 37 depends_lib 38 depends_run 36 39 fetch { } 37 40 checksum { } 41 extract { } 42 patch { } 38 43 build { } 39 44 destroot { 40 45 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libXres/Portfile
33 33 34 34 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 35 35 if { [file exists ${x11prefix}/lib/libXres.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 36 depends_build 37 depends_lib 38 depends_run 36 39 fetch { } 37 40 checksum { } 41 extract { } 42 patch { } 38 43 build { } 39 44 destroot { 40 45 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libXfontcache/Portfile
35 35 36 36 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 37 37 if { [file exists ${x11prefix}/lib/libXfontcache.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 38 depends_build 39 depends_lib 40 depends_run 38 41 fetch { } 39 42 checksum { } 43 extract { } 44 patch { } 40 45 build { } 41 46 destroot { 42 47 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libfontenc/Portfile
30 30 31 31 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 32 32 if { [file exists ${x11prefix}/lib/libfontenc.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 33 depends_build 34 depends_lib 35 depends_run 33 36 fetch { } 34 37 checksum { } 38 extract { } 39 patch { } 35 40 build { } 36 41 destroot { 37 42 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libXrandr/Portfile
36 36 37 37 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 38 38 if { [file exists ${x11prefix}/lib/libXrandr.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 39 depends_build 40 depends_lib 41 depends_run 39 42 fetch { } 40 43 checksum { } 44 extract { } 45 patch { } 41 46 build { } 42 47 destroot { 43 48 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libXScrnSaver/Portfile
32 32 33 33 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 34 34 if { [file exists ${x11prefix}/lib/libXss.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 35 depends_build 36 depends_lib 37 depends_run 35 38 fetch { } 36 39 checksum { } 40 extract { } 41 patch { } 37 42 build { } 38 43 destroot { 39 44 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libxkbui/Portfile
33 33 34 34 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 35 35 if { [file exists ${x11prefix}/lib/libxkbui.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 36 depends_build 37 depends_lib 38 depends_run 36 39 fetch { } 37 40 checksum { } 41 extract { } 42 patch { } 38 43 build { } 39 44 destroot { 40 45 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libXtst/Portfile
34 34 35 35 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 36 36 if { [file exists ${x11prefix}/lib/libXtst.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 37 depends_build 38 depends_lib 39 depends_run 37 40 fetch { } 38 41 checksum { } 42 extract { } 43 patch { } 39 44 build { } 40 45 destroot { 41 46 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xpm/Portfile
30 30 31 31 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 32 32 if { [file exists ${x11prefix}/lib/libXpm.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 33 depends_build 34 depends_lib 35 depends_run 33 36 fetch { } 34 37 checksum { } 38 extract { } 39 patch { } 35 40 build { } 36 41 destroot { 37 42 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libXcursor/Portfile
35 35 36 36 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 37 37 if { [file exists ${x11prefix}/lib/libXcursor.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 38 depends_build 39 depends_lib 40 depends_run 38 41 fetch { } 39 42 checksum { } 43 extract { } 44 patch { } 40 45 build { } 41 46 destroot { 42 47 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libsm/Portfile
38 38 39 39 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 40 40 if { [file exists ${x11prefix}/lib/libSM.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 41 depends_build 42 depends_lib 43 depends_run 41 44 fetch { } 42 45 checksum { } 46 extract { } 47 patch { } 43 48 build { } 44 49 destroot { 45 50 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libxkbfile/Portfile
33 33 34 34 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 35 35 if { [file exists ${x11prefix}/lib/libxkbfile.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 36 depends_build 37 depends_lib 38 depends_run 36 39 fetch { } 37 40 checksum { } 41 extract { } 42 patch { } 38 43 build { } 39 44 destroot { 40 45 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libXfont/Portfile
43 43 44 44 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 45 45 if { [file exists ${x11prefix}/lib/libXfont.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 46 depends_build 47 depends_lib 48 depends_run 46 49 fetch { } 47 50 checksum { } 51 extract { } 52 patch { } 48 53 patch { } 49 54 build { } 50 55 destroot { -
x11/xorg-libFS/Portfile
30 30 31 31 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 32 32 if { [file exists ${x11prefix}/lib/libFS.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 33 depends_build 34 depends_lib 35 depends_run 33 36 fetch { } 34 37 checksum { } 38 extract { } 39 patch { } 35 40 build { } 36 41 destroot { 37 42 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libX11/Portfile
44 44 45 45 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 46 46 if { [file exists ${x11prefix}/lib/libX11.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 47 depends_build 48 depends_lib 49 depends_run 47 50 fetch { } 48 51 checksum { } 52 extract { } 53 patch { } 49 54 build { } 50 55 destroot { 51 56 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libXmu/Portfile
35 35 36 36 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 37 37 if { [file exists ${x11prefix}/lib/libXmu.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 38 depends_build 39 depends_lib 40 depends_run 38 41 fetch { } 39 42 checksum { } 43 extract { } 44 patch { } 40 45 build { } 41 46 destroot { 42 47 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xrender/Portfile
74 74 75 75 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 76 76 if { [file exists ${x11prefix}/lib/libXrender.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 77 depends_build 78 depends_lib 79 depends_run 77 80 fetch { } 78 81 checksum { } 82 extract { } 83 patch { } 79 84 build { } 80 85 destroot { 81 86 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libXTrap/Portfile
35 35 36 36 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 37 37 if { [file exists ${x11prefix}/lib/libXTrap.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 38 depends_build 39 depends_lib 40 depends_run 38 41 fetch { } 39 42 checksum { } 43 extract { } 44 patch { } 40 45 build { } 41 46 destroot { 42 47 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-liboldX/Portfile
30 30 31 31 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 32 32 if { [file exists ${x11prefix}/lib/liboldX.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 33 depends_build 34 depends_lib 35 depends_run 33 36 fetch { } 34 37 checksum { } 38 extract { } 39 patch { } 35 40 build { } 36 41 destroot { 37 42 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libXi/Portfile
32 32 33 33 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 34 34 if { [file exists ${x11prefix}/lib/libXi.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 35 depends_build 36 depends_lib 37 depends_run 35 38 fetch { } 36 39 checksum { } 40 extract { } 41 patch { } 37 42 build { } 38 43 destroot { 39 44 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-liblbxutil/Portfile
41 41 42 42 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 43 43 if { [file exists ${x11prefix}/lib/liblbxutil.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 44 depends_build 45 depends_lib 46 depends_run 44 47 fetch { } 45 48 checksum { } 49 extract { } 50 patch { } 46 51 build { } 47 52 destroot { 48 53 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libXp/Portfile
40 40 41 41 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 42 42 if { [file exists ${x11prefix}/lib/libXp.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 43 depends_build 44 depends_lib 45 depends_run 43 46 fetch { } 44 47 checksum { } 48 extract { } 49 patch { } 45 50 build { } 46 51 destroot { 47 52 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libXt/Portfile
36 36 37 37 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 38 38 if { [file exists ${x11prefix}/lib/libXt.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 39 depends_build 40 depends_lib 41 depends_run 39 42 fetch { } 40 43 checksum { } 44 extract { } 45 patch { } 41 46 build { } 42 47 destroot { 43 48 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libXau/Portfile
29 29 30 30 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 31 31 if { [file exists ${x11prefix}/lib/libXau.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 32 depends_build 33 depends_lib 34 depends_run 32 35 fetch { } 33 36 checksum { } 37 extract { } 38 patch { } 34 39 build { } 35 40 destroot { 36 41 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libXv/Portfile
32 32 33 33 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 34 34 if { [file exists ${x11prefix}/lib/libXv.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 35 depends_build 36 depends_lib 37 depends_run 35 38 fetch { } 36 39 checksum { } 40 extract { } 41 patch { } 37 42 build { } 38 43 destroot { 39 44 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libXaw/Portfile
47 47 48 48 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 49 49 if { [file exists ${x11prefix}/lib/libXaw.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 50 depends_build 51 depends_lib 52 depends_run 50 53 use_autoreconf no 51 54 patch { } 52 55 fetch { } 53 56 checksum { } 57 extract { } 58 patch { } 54 59 build { } 55 60 destroot { 56 61 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libXxf86misc/Portfile
36 36 37 37 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 38 38 if { [file exists ${x11prefix}/lib/libXxf86misc.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 39 depends_build 40 depends_lib 41 depends_run 39 42 fetch { } 40 43 checksum { } 44 extract { } 45 patch { } 41 46 build { } 42 47 destroot { 43 48 xinstall -d ${destroot}${prefix}/share/doc/${name} -
x11/xorg-libXinerama/Portfile
33 33 34 34 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} { 35 35 if { [file exists ${x11prefix}/lib/libXinerama.dylib] && ! [string equal ${prefix} ${x11prefix}] } { 36 depends_build 37 depends_lib 38 depends_run 36 39 fetch { } 37 40 checksum { } 41 extract { } 42 patch { } 38 43 build { } 39 44 destroot { 40 45 xinstall -d ${destroot}${prefix}/share/doc/${name}