View | Details | Raw Unified | Return to bug 129703
Collapse All | Expand All

(-)rpy.new/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
8
9
PORTNAME=	rpy
9
PORTNAME=	rpy
10
PORTVERSION=	1.0.3
10
PORTVERSION=	1.0.3
11
PORTREVISION=	4
11
PORTREVISION=	5
12
CATEGORIES=	math
12
CATEGORIES=	math
13
MASTER_SITES=	SF
13
MASTER_SITES=	SF
14
14
(-)rpy.new/files/patch-src-RPy.h (+11 lines)
Line 0 Link Here
1
--- src/RPy.h.orig	2008-12-17 16:53:19.000000000 +0800
2
+++ src/RPy.h	2008-12-17 16:53:35.000000000 +0800
3
@@ -74,7 +74,7 @@
4
 #  endif
5
 #endif  /* _WIN32 */
6
 
7
-#include <Rdevices.h> /* must follow Graphics.h */
8
+#include <Rembedded.h> /* must follow Graphics.h */
9
 
10
 
11
 /* Missing definitions from Rinterface.h or RStartup.h */
(-)rpy.new/pkg-plist (-1 / +1 lines)
Lines 1-4 Link Here
1
%%PYTHON_SITELIBDIR%%/_rpy2072.so
1
%%PYTHON_SITELIBDIR%%/_rpy2080.so
2
%%PYTHON_SITELIBDIR%%/rpy.py
2
%%PYTHON_SITELIBDIR%%/rpy.py
3
%%PYTHON_SITELIBDIR%%/rpy.pyc
3
%%PYTHON_SITELIBDIR%%/rpy.pyc
4
%%PYTHON_SITELIBDIR%%/rpy.pyo
4
%%PYTHON_SITELIBDIR%%/rpy.pyo

Return to bug 129703