Path to this page:
Subject: CVS commit: [pkgsrc-2018Q2] pkgsrc/graphics
From: S.P.Zeidler
Date: 2018-07-12 21:47:38
Message id: 20180712194738.299F0FBEC@cvs.NetBSD.org
Log Message:
Pullup ticket #5782 - requested by bsiegert
graphics/py-matplotlib: functionality patch
graphics/py-matplotlib-gtk2: functionality patch
graphics/py-matplotlib-tk: functionality patch
Revisions pulled up:
- graphics/py-matplotlib-gtk2/Makefile 1.67
- graphics/py-matplotlib-tk/Makefile 1.34
- graphics/py-matplotlib/Makefile 1.53
- graphics/py-matplotlib/distinfo 1.31
- graphics/py-matplotlib/patches/patch-src_file__compat.h 1.1
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: gson
Date: Wed Jul 11 16:19:32 UTC 2018
Modified Files:
pkgsrc/graphics/py-matplotlib: Makefile distinfo
pkgsrc/graphics/py-matplotlib-gtk2: Makefile
pkgsrc/graphics/py-matplotlib-tk: Makefile
Added Files:
pkgsrc/graphics/py-matplotlib/patches: patch-src_file__compat.h
Log Message:
py-matplotlib: fix PR 53425
Don't call fflush() on a read-only file pointer; it is an error on BSD
systems and causes the import of matplotlib.pyplot to fail.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/graphics/py-matplotlib/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/py-matplotlib/distinfo
cvs rdiff -u -r1.66 -r1.67 pkgsrc/graphics/py-matplotlib-gtk2/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/py-matplotlib-tk/Makefile
cvs rdiff -u -r0 -r1.1 \
pkgsrc/graphics/py-matplotlib/patches/patch-src_file__compat.h
Files: