Ticket #31219: grantlee.diff

File grantlee.diff, 1.1 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago)

a patch that does not work

  • files/patch-templates-tests-CMakeLists.txt.diff

     
     1--- templates/tests/CMakeLists.txt.orig 2011-09-12 03:00:21.000000000 -0500
     2+++ templates/tests/CMakeLists.txt      2011-09-12 03:20:39.000000000 -0500
     3@@ -1,4 +1,6 @@
     4 project(grantlee_templates_tests)
     5+find_package(Boost REQUIRED)
     6+include_directories(${Boost_INCLUDE_DIR} ${Boost_INCLUDE_DIR}/boost/tr1)
     7 
     8 set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
     9 
  • Portfile

     
    2020
    2121patchfiles          patch-CMakeLists.txt.diff
    2222
     23if {${os.platform} == "darwin" && ${os.major} <= 9} {
     24    depends_build-append port:boost
     25    patchfiles-append patch-templates-tests-CMakeLists.txt.diff
     26}
     27
    2328livecheck.url       http://downloads.grantlee.org/
    2429livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"