diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile index bf9191aa51a..9b42ea0d8d7 100644 --- a/graphics/py-matplotlib/Makefile +++ b/graphics/py-matplotlib/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2004/11/30 01:06:39 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2005/01/17 23:56:43 djm Exp $ COMMENT= "Python charting and plotting API" DISTNAME= matplotlib-0.64 -PKGNAME= py-${DISTNAME}p0 +PKGNAME= py-${DISTNAME}p1 CATEGORIES= graphics devel HOMEPAGE= http://matplotlib.sourceforge.net/ @@ -48,6 +48,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/examples/data/* \ ${PREFIX}/share/examples/py-matplotlib/data +VMEM_WARNING= Yes NO_REGRESS= Yes .include diff --git a/graphics/py-matplotlib/patches/patch-src__gtkagg_cpp b/graphics/py-matplotlib/patches/patch-src__gtkagg_cpp new file mode 100644 index 00000000000..753a4a2f3ab --- /dev/null +++ b/graphics/py-matplotlib/patches/patch-src__gtkagg_cpp @@ -0,0 +1,12 @@ +$OpenBSD: patch-src__gtkagg_cpp,v 1.1 2005/01/17 23:56:43 djm Exp $ +--- src/_gtkagg.cpp.orig Tue Jan 18 09:56:11 2005 ++++ src/_gtkagg.cpp Tue Jan 18 09:56:23 2005 +@@ -6,7 +6,7 @@ + #include + + #include +-#include ++#include + + #include "_backend_agg.h" +