Ticket #32634: Portfile.2.diff

File Portfile.2.diff, 1.2 KB (added by kjell.konis@…, 12 years ago)

Adds debug variants and bumps version to 2.14.1.

  • Portfile

    old new  
    44
    55name             R
    66conflicts        R-framework
    7 version          2.14.0
     7version          2.14.1
    88categories       math science
    99maintainers      epfl.ch:kjell.konis
    1010license          GPL-2 GPL-3
     
    2626                 http://cran.hu.r-project.org/src/base/R-2/ \
    2727                 http://cran.r-project.org/src/base/R-2/
    2828
    29 checksums        rmd160  f2f2805c8660d58050be1d11abf376843dbb40ea \
    30                  sha256  036204f56f8128e633a5d2fe56ebe0ba5a5e8501abe2056736d12a99bf69b910
     29checksums        rmd160  9dcd1d135701e3c682585346e7c48ac2c62012fd \
     30                 sha256  d8a18914005975f40ed8fb37e3532422f769fb454651a9ed75f73c2bee9c0c4c
    3131
    3232depends_build    port:pkgconfig
    3333
     
    7272    depends_lib-append port:gcc45
    7373}
    7474
     75
     76variant debug description {Build with debug symbols} {
     77    configure.optflags-append -g
     78}
     79
    7580variant aqua description {Enable quartz graphics device} {
    7681    if {${os.platform} == "darwin" && ${os.major} == 10} {
    7782        # This variant uses a hack in "CFString.h" that does not define the problematic CF_FORMAT_FUNCTION