pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/53330 CVS commit: pkgsrc



The following reply was made to PR pkg/53330; it has been noted by GNATS.

From: "Leonardo Taccari" <leot%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53330 CVS commit: pkgsrc
Date: Sun, 3 Jun 2018 07:49:27 +0000

 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>.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/py-curses/Makefile
 cvs rdiff -u -r1.68 -r1.69 pkgsrc/lang/python27/distinfo
 cvs rdiff -u -r1.9 -r0 pkgsrc/lang/python27/patches/patch-ah
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index