Date: Wed, 17 Dec 2008 02:00:48 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/129703: [Maintainer Update]math/rpy:fix the build error Message-ID: <200812170200.mBH20mul096887@www.freebsd.org> Resent-Message-ID: <200812170210.mBH2A2XT047663@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 129703 >Category: ports >Synopsis: [Maintainer Update]math/rpy:fix the build error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Dec 17 02:10:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD-8.0 Current >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Tue Dec 16 00:26:59 HKT 2008 root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: fix the build error after R update to 2.8.0 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -curN rpy/Makefile rpy.new/Makefile --- rpy/Makefile 2008-12-06 23:09:25.000000000 +0800 +++ rpy.new/Makefile 2008-12-17 16:47:55.000000000 +0800 @@ -8,7 +8,7 @@ PORTNAME= rpy PORTVERSION= 1.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= SF diff -curN rpy/files/patch-src-RPy.h rpy.new/files/patch-src-RPy.h --- rpy/files/patch-src-RPy.h 1970-01-01 08:00:00.000000000 +0800 +++ rpy.new/files/patch-src-RPy.h 2008-12-17 16:53:50.000000000 +0800 @@ -0,0 +1,11 @@ +--- src/RPy.h.orig 2008-12-17 16:53:19.000000000 +0800 ++++ src/RPy.h 2008-12-17 16:53:35.000000000 +0800 +@@ -74,7 +74,7 @@ + # endif + #endif /* _WIN32 */ + +-#include <Rdevices.h> /* must follow Graphics.h */ ++#include <Rembedded.h> /* must follow Graphics.h */ + + + /* Missing definitions from Rinterface.h or RStartup.h */ diff -curN rpy/pkg-plist rpy.new/pkg-plist --- rpy/pkg-plist 2008-12-08 17:00:13.000000000 +0800 +++ rpy.new/pkg-plist 2008-12-17 17:30:11.000000000 +0800 @@ -1,4 +1,4 @@ -%%PYTHON_SITELIBDIR%%/_rpy2072.so +%%PYTHON_SITELIBDIR%%/_rpy2080.so %%PYTHON_SITELIBDIR%%/rpy.py %%PYTHON_SITELIBDIR%%/rpy.pyc %%PYTHON_SITELIBDIR%%/rpy.pyo >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812170200.mBH20mul096887>