Index: head/math/rpy/Makefile =================================================================== --- head/math/rpy/Makefile (revision 217982) +++ head/math/rpy/Makefile (revision 217983) @@ -1,29 +1,31 @@ # ex:ts=8 # Ports collection makefile for: rpy # Date created: Jan 14, 2003 # Whom: ijliao # # $FreeBSD$ # PORTNAME= rpy PORTVERSION= 1.0.3 PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF MAINTAINER= wenheping@gmail.com COMMENT= Python interface to the R Programming Language BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \ R:${PORTSDIR}/math/R RUN_DEPENDS= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= yes MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib/R/modules -L${LOCALBASE}/lib/R/lib" +BROKEN= Does not compile + post-patch: @${REINPLACE_CMD} -e 's,^statichere ,,' ${WRKSRC}/src/rpymodule.c .include Property changes on: head/math/rpy/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/math/rpy2/Makefile =================================================================== --- head/math/rpy2/Makefile (revision 217982) +++ head/math/rpy2/Makefile (revision 217983) @@ -1,29 +1,31 @@ # ex:ts=8 # Ports collection makefile for: rpy # Date created: Jan 14, 2003 # Whom: ijliao # # $FreeBSD$ # PORTNAME= rpy PORTVERSION= 1.0.3 PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF MAINTAINER= wenheping@gmail.com COMMENT= Python interface to the R Programming Language BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \ R:${PORTSDIR}/math/R RUN_DEPENDS= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= yes MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib/R/modules -L${LOCALBASE}/lib/R/lib" +BROKEN= Does not compile + post-patch: @${REINPLACE_CMD} -e 's,^statichere ,,' ${WRKSRC}/src/rpymodule.c .include Property changes on: head/math/rpy2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property