Changeset 98078


Ignore:
Timestamp:
Sep 24, 2012, 1:44:01 PM (12 years ago)
Author:
nicos@…
Message:

kdevelop: revbump of kdevplatform dependent and addition of a variant for valgrind

Location:
trunk/dports/kde/kdevelop
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/kde/kdevelop/Portfile

    r97737 r98078  
    77name                kdevelop
    88version             4.3.1
    9 revision            2
     9revision            3
    1010categories          kde kde4
    1111platforms           darwin
     
    3636                    port:oxygen-icons
    3737
     38#Avoid automatic use of valgrind unless specified in variant
     39patchfiles          patch-ConfigureChecks.diff
     40
    3841if {![variant_isset docs]} {
    39     patchfiles      patch-CMakeLists.diff
     42    patchfiles-append   patch-CMakeLists.diff
    4043}
    4144
    42 # Undefined symbols for architecture x86_64:
    43 #   "Utils::BasicSetRepository::createSet(std::__1::set<unsigned int, std::__1::less<unsigned int>, std::__1::allocator<unsigned int> > const&)", referenced from:
    44 #       Utils::StorableSet<rpp::pp_macro, Cpp::MacroIndexConversion, Cpp::StaticMacroSetRepository, true, Cpp::StaticMacroSetRepository::Locker>::StorableSet(std::__1::set<unsigned int, std::__1::less<unsigned int>, std::__1::allocator<unsigned int> > const&) in environmentmanager.o
    45 #       Utils::StorableSet<KDevelop::IndexedString, Cpp::IndexedStringConversion, Cpp::StaticStringSetRepository, true, Cpp::StaticStringSetRepository::Locker>::StorableSet(std::__1::set<unsigned int, std::__1::less<unsigned int>, std::__1::allocator<unsigned int> > const&) in environmentmanager.o
    46 # ld: symbol(s) not found for architecture x86_64
    47 compiler.blacklist  clang
     45variant valgrind description "Adds support for valgrind" {
     46    depends_lib-append  port:valgrind
     47    patchfiles-delete   patch-ConfigureChecks.diff
     48}
    4849
    4950#Adjusting configure flags for Clang
Note: See TracChangeset for help on using the changeset viewer.