pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2018Q1] pkgsrc



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Fri Jun  8 10:07:08 UTC 2018

Modified Files:
        pkgsrc/devel/py-curses [pkgsrc-2018Q1]: Makefile
        pkgsrc/lang/python27 [pkgsrc-2018Q1]: distinfo
Removed Files:
        pkgsrc/lang/python27/patches [pkgsrc-2018Q1]: patch-ah

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>.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.46.8.1 pkgsrc/devel/py-curses/Makefile
cvs rdiff -u -r1.67.4.1 -r1.67.4.2 pkgsrc/lang/python27/distinfo
cvs rdiff -u -r1.8.12.1 -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.

Modified files:

Index: pkgsrc/devel/py-curses/Makefile
diff -u pkgsrc/devel/py-curses/Makefile:1.46 pkgsrc/devel/py-curses/Makefile:1.46.8.1
--- pkgsrc/devel/py-curses/Makefile:1.46        Sun Sep  3 08:53:08 2017
+++ pkgsrc/devel/py-curses/Makefile     Fri Jun  8 10:07:08 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2017/09/03 08:53:08 wiz Exp $
+# $NetBSD: Makefile,v 1.46.8.1 2018/06/08 10:07:08 bsiegert Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-curses-${PY_DISTVERSION}
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    devel python
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/lang/python27/distinfo
diff -u pkgsrc/lang/python27/distinfo:1.67.4.1 pkgsrc/lang/python27/distinfo:1.67.4.2
--- pkgsrc/lang/python27/distinfo:1.67.4.1      Thu May 24 15:50:09 2018
+++ pkgsrc/lang/python27/distinfo       Fri Jun  8 10:07:08 2018
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.67.4.1 2018/05/24 15:50:09 bsiegert Exp $
+$NetBSD: distinfo,v 1.67.4.2 2018/06/08 10:07:08 bsiegert Exp $
 
 SHA1 (Python-2.7.15.tar.xz) = f99348a095ec4a6411c84c0d15343d11920c9724
 RMD160 (Python-2.7.15.tar.xz) = 4bbb2b0012b82e1b27661a08305fad461371679f
@@ -19,7 +19,6 @@ SHA1 (patch-Modules_socketmodule.c) = 16
 SHA1 (patch-ab) = ea4feba4e93dbcff07050c82a00d591bb650e934
 SHA1 (patch-ad) = 96ae702995d434e2d7ec0ac62e37427a90b61d13
 SHA1 (patch-ae) = d836d77854a2b3d79fa34a06a8e2493bf0a503e6
-SHA1 (patch-ah) = e74afa778af669605f9089e67b70953a271589a8
 SHA1 (patch-al) = 999700e96dd227cdd16cea3ae1001eb887ab8fee
 SHA1 (patch-am) = 25c29f3799cb02db962d5c42d71ec59b4748466f
 SHA1 (patch-an) = 9aad78714c4fe1a21cf66a6627d97d164ecea196



Home | Main Index | Thread Index | Old Index