Ticket #42938: Portfile.1.diff

File Portfile.1.diff, 826 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 11 years ago)
  • Portfile

    old new  
    77set name_mysql      ${name}
    88version             5.6.16
    99# Set revision_client and revision_server to 0 on version bump.
    10 set revision_client 1
     10set revision_client 2
    1111set revision_server 0
    1212set version_branch  [join [lrange [split ${version} .] 0 1] .]
    1313categories          databases
     
    9696                        -DWITH_LIBWRAP:BOOL=ON \
    9797                        -DWITH_SSL:STRING=bundled
    9898
    99     if {[string match *clang* ${configure.cxx}] &&
    100               ${os.major} >= 13} {
    101 
    102         configure.args-append \
    103                         -DCMAKE_CXX_FLAGS:STRING="-stdlib=libstdc++"
    104     }
    105 
    10699    post-build {
    107100        set dirs ${worksrcpath}/build_macports
    108101        foreach dir ${dirs} {