diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2013-05-14 21:31:07 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2013-05-14 21:31:07 +0000 |
commit | f0d066c8ab36d47e26dabb769a600f81ad118146 (patch) | |
tree | 95c2ec73a1fdd4c55e554b7c03d53528e17e569c /www/R-cran-httpuv/files/patch-src-Makevars | |
parent | Update to 27.0.1453.81 (diff) |
- Add new port: www/R-cran-httpuv
httpuv provides low-level socket and protocol support for handling
HTTP and WebSocket requests directly from within R. It is primarily
intended as a building block for other packages, rather than making
it particularly easy to create complete web applications using
httpuv alone. httpuv is built on top of the libuv and http-parser
C libraries, both of which were developed by Joyent, Inc.
WWW: http://cran.r-project.org/web/packages/httpuv/
Notes
Notes:
svn path=/head/; revision=318201
Diffstat (limited to 'www/R-cran-httpuv/files/patch-src-Makevars')
-rw-r--r-- | www/R-cran-httpuv/files/patch-src-Makevars | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/R-cran-httpuv/files/patch-src-Makevars b/www/R-cran-httpuv/files/patch-src-Makevars new file mode 100644 index 000000000000..9b402cd2cf05 --- /dev/null +++ b/www/R-cran-httpuv/files/patch-src-Makevars @@ -0,0 +1,11 @@ +--- src/Makevars.orig 2013-03-11 14:39:17.000000000 +0900 ++++ src/Makevars 2013-05-11 17:48:34.000000000 +0900 +@@ -6,7 +6,7 @@ + FRAMEWORK = -framework CoreServices + endif + +-PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` ./libuv/libuv.a ./http-parser/http_parser.o ./sha1/sha1.o ./base64/base64.o $(FRAMEWORK) ++PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` ./libuv/libuv.a ./http-parser/http_parser.o ./sha1/sha1.o ./base64/base64.o $(FRAMEWORK) -lkvm + PKG_CPPFLAGS += -I./libuv/include -I./http-parser -I./sha1 -I./base64 + + .PHONY: all libuv.a http-parser.o |