Path to this page:
Subject: CVS commit: [pkgsrc-2018Q1] pkgsrc
From: Benny Siegert
Date: 2018-06-08 12:07:08
Message id: 20180608100708.F10D3FBEC@cvs.NetBSD.org
Log Message:
Pullup ticket #5764 - requested by leot
lang/python27: build fix
devel/py-curses: build fix
Revisions pulled up:
- devel/py-curses/Makefile 1.47
- lang/python27/distinfo 1.69
- lang/python27/patches/patch-ah deleted
---
Module Name: pkgsrc
Committed By: leot
Date: Sun Jun 3 07:49:27 UTC 2018
Modified Files:
pkgsrc/devel/py-curses: Makefile
pkgsrc/lang/python27: distinfo
Removed Files:
pkgsrc/lang/python27/patches: patch-ah
Log Message:
python27: Remove patches/patch-ah (no longer needed)
Since Python 2.7.15 patches/patch-ah is no longer needed and badly interfere
(e.g. with it `curses.KEY_*' are no longer exposed):
- Prototypes of NetBSD curses(3) are as described, no need to patch them
- Avoid {lines,columns} -> {nlines,columns} rename, they are properly
undef-ed due HAVE_TERM_H.
- Use keyname() (it should be present since NetBSD 2.0)
Bump PKGREVISION for devel/py-curses so it will be properly rebuild.
Fixes PR pkg/53330 reported by <oster>.
Files: