Ticket #30385: R-Portfile.diff

File R-Portfile.diff, 1.3 KB (added by kjell.konis@…, 13 years ago)

R portfile revision. The patch is no longer used so the files directory can be removed.

  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name             R
     6conflicts        R.framework
    67version          2.13.1
     8revision         1
    79categories       math science
    810maintainers      epfl.ch:kjell.konis
     11license          GPL-2 GPL-3
    912platforms        darwin
    1013
    1114description      R is GNU S - an interpreted language for statistical computing
     
    6972
    7073platform darwin 10 {
    7174    variant aqua description {Enable quartz graphics device} {
    72         # This variant uses a hack in "CFString.h" that does not define the problematic CF_FORMAT_FUNCTION
    73         # and CF_FORMAT_ARGUMENT macros if __INTEL_COMPILER is defined. Currently, that is the ONLY place
    74         # in the 10.6 SDK where the __INTEL_COMPILER macro is checked, but that may change in the future.
    75         # We also need to use Apple's ObjC compiler for the single "qdCocoa.m" file.
    76         configure.args-delete   --without-aqua
    77         configure.args-append   --with-aqua
    78         patchfiles-append       patch-QuartzDevice_h.diff
    79         configure.objc          /usr/bin/gcc-4.2
     75        ui_error "Use the R.framework port for Aqua support."
     76        return -code error
    8077    }
    8178}
    8279