Ticket #53228: R-Portfile.diff
File R-Portfile.diff, 1.2 KB (added by kjellpk (Kjell Konis), 8 years ago) |
---|
-
Portfile
old new 12 12 13 13 #Remember to remove revision line when bumping version 14 14 version ${major}.${minor}.${point} 15 revision 1 15 16 16 17 categories math science 17 18 maintainers me.com:kjell.konis … … 55 56 56 57 ## Check to see if this is fixed post 3.3.0 57 58 reinplace "s|<libintl.h>|\"libintl.h\"|" "${worksrcpath}/src/include/Defn.h" 59 60 reinplace "s|#ifdef ZLIB_VERSION|#ifdef ZLIB_VERSION\\\n if(strlen(ZLIB_VERSION) == 6) exit(strncmp(ZLIB_VERSION, \"1.2.05\", 6) < 0);|" \ 61 "${worksrcpath}/configure" 58 62 } 59 63 60 64 # Note: gcc cannot be used for the C compiler. It will give: … … 78 82 --enable-BLAS-shlib \ 79 83 --without-tcltk \ 80 84 --without-cairo \ 81 --with-system-zlib \82 85 --without-internal-tzcode \ 83 86 --without-recommended-packages \ 84 87 --without-x \