Ticket #49080: Portfile.diff
File Portfile.diff, 3.1 KB (added by howarth.at.macports@…, 9 years ago) |
---|
-
Portfile
old new 6 6 PortGroup active_variants 1.1 7 7 8 8 name pymol 9 version 1.7.5.0 10 revision 2 9 version 1.7.7.2 11 10 categories science chemistry 12 11 license PSF 13 12 maintainers gmail.com:howarth.at.macports … … 23 22 master_sites sourceforge 24 23 fetch.type svn 25 24 svn.url https://svn.code.sf.net/p/pymol/code/trunk/pymol 26 svn.revision 41 1325 svn.revision 4136 27 26 worksrcdir pymol 28 27 29 28 python.default_version 27 … … 65 64 66 65 use_parallel_build yes 67 66 68 variant gcc43 description conflicts gcc44 gcc45 gcc46 gcc47 gcc48 gcc49 description {build using macports-gcc-4.3} {67 variant gcc43 description conflicts gcc44 gcc45 gcc46 gcc47 gcc48 gcc49 gcc5 description {build using macports-gcc-4.3} { 69 68 python.add_archflags no 70 69 configure.compiler macports-gcc-4.3 71 70 } 72 71 73 variant gcc44 description conflicts gcc43 gcc45 gcc46 gcc47 gcc48 gcc49 description {build using macports-gcc-4.4} {72 variant gcc44 description conflicts gcc43 gcc45 gcc46 gcc47 gcc48 gcc49 gcc5 description {build using macports-gcc-4.4} { 74 73 python.add_archflags no 75 74 configure.compiler macports-gcc-4.4 76 75 } 77 76 78 variant gcc45 description conflicts gcc43 gcc44 gcc46 gcc47 gcc48 gcc49 description {build using macports-gcc-4.5} {77 variant gcc45 description conflicts gcc43 gcc44 gcc46 gcc47 gcc48 gcc49 gcc5 description {build using macports-gcc-4.5} { 79 78 python.add_archflags no 80 79 configure.compiler macports-gcc-4.5 81 80 } 82 81 83 variant gcc46 description conflicts gcc43 gcc44 gcc45 gcc47 gcc48 gcc49 description {build using macports-gcc-4.6} {82 variant gcc46 description conflicts gcc43 gcc44 gcc45 gcc47 gcc48 gcc49 gcc5 description {build using macports-gcc-4.6} { 84 83 python.add_archflags no 85 84 configure.compiler macports-gcc-4.6 86 85 } 87 86 88 variant gcc47 description conflicts gcc43 gcc44 gcc45 gcc46 gcc48 gcc49 description {build using macports-gcc-4.7} {87 variant gcc47 description conflicts gcc43 gcc44 gcc45 gcc46 gcc48 gcc49 gcc5 description {build using macports-gcc-4.7} { 89 88 python.add_archflags no 90 89 configure.compiler macports-gcc-4.7 91 90 } 92 91 93 variant gcc48 description conflicts gcc43 gcc44 gcc45 gcc46 gcc47 gcc49 description {build using macports-gcc-4.8} {92 variant gcc48 description conflicts gcc43 gcc44 gcc45 gcc46 gcc47 gcc49 gcc5 description {build using macports-gcc-4.8} { 94 93 python.add_archflags no 95 94 configure.compiler macports-gcc-4.8 96 95 } 97 96 98 variant gcc49 description conflicts gcc43 gcc44 gcc45 gcc46 gcc47 gcc48 description {build using macports-gcc-4.9} {97 variant gcc49 description conflicts gcc43 gcc44 gcc45 gcc46 gcc47 gcc48 gcc5 description {build using macports-gcc-4.9} { 99 98 python.add_archflags no 100 99 configure.compiler macports-gcc-4.9 101 100 } 102 101 102 variant gcc5 description conflicts gcc43 gcc44 gcc45 gcc46 gcc47 gcc48 gcc49 description {build using macports-gcc-5} { 103 python.add_archflags no 104 configure.compiler macports-gcc-5 105 } 106 103 107 build {} 104 108 105 109 pre-destroot {