Ticket #22433: Portfile.patch

File Portfile.patch, 1.9 KB (added by achristianson@…, 15 years ago)

patch that includes the new variant

  • Portfile

    old new  
    7575
    7676test.run            yes
    7777
    78 variant athena description {Build GUI version using Athena widgets} conflicts gtk1 gtk2 motif {
     78variant x description {Build CLI version with X support} conflicts athena gtk1 gtk2 motif {
     79    configure.args-delete   --without-x
     80    configure.args-append   --with-x
     81    depends_lib-append      port:xorg-libXt
     82}
     83
     84variant athena description {Build GUI version using Athena widgets} conflicts gtk1 gtk2 motif x {
    7985    configure.args-delete   --enable-gui=no --without-x
    8086    configure.args-append   --enable-gui=athena --with-x --disable-darwin
    8187    depends_lib-append      port:xorg-libXaw port:xorg-libXt
    8288}
    83 variant gtk1 description {Build GUI version using GTK 1.x widgets} conflicts athena gtk2 motif {
     89variant gtk1 description {Build GUI version using GTK 1.x widgets} conflicts athena gtk2 motif x {
    8490    configure.args-delete   --enable-gui=no --without-x
    8591    configure.args-append   --enable-gui=gtk --with-x --disable-darwin
    8692    depends_lib-append      port:gtk1 port:xorg-libXt
    8793}
    88 variant gtk2 description {Build GUI version using GTK 2.x widgets} conflicts athena gtk1 motif {
     94variant gtk2 description {Build GUI version using GTK 2.x widgets} conflicts athena gtk1 motif x {
    8995    configure.args-delete   --enable-gui=no --without-x
    9096    configure.args-append   --enable-gui=gtk2 --with-x --disable-darwin
    9197    depends_lib-append      port:gtk2 port:xorg-libXt
    9298}
    93 variant motif description {Build GUI version with Motif widgets} conflicts athena gtk1 gtk2 {
     99variant motif description {Build GUI version with Motif widgets} conflicts athena gtk1 gtk2 x {
    94100    configure.args-delete   --enable-gui=no --without-x
    95101    configure.args-append   --enable-gui=motif --with-x --disable-darwin
    96102    depends_lib-append      lib:libXm:openmotif port:xorg-libXt