Date: Wed, 14 Jan 2009 02:18:00 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/130527: [Patch]math/rpy:fix the build error Message-ID: <200901140218.n0E2I0wd018550@www.freebsd.org> Resent-Message-ID: <200901140220.n0E2K1Xo019862@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 130527 >Category: ports >Synopsis: [Patch]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 Jan 14 02:20:01 UTC 2009 >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 caused by updating of math/R(from 2.8 to 2.8.1) >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2009-01-14 17:53:38.000000000 +0800 +++ Makefile 2009-01-14 17:53:44.000000000 +0800 @@ -8,7 +8,7 @@ PORTNAME= rpy PORTVERSION= 1.0.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= SF --- pkg-plist.orig 2009-01-14 17:50:40.000000000 +0800 +++ pkg-plist 2009-01-14 17:50:47.000000000 +0800 @@ -1,4 +1,4 @@ -%%PYTHON_SITELIBDIR%%/_rpy2080.so +%%PYTHON_SITELIBDIR%%/_rpy2081.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?200901140218.n0E2I0wd018550>