The NetBSD Project

CVS log for pkgsrc/lang/python31/patches/Attic/patch-am

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / lang / python31 / patches

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.8, Mon Apr 29 10:49:40 2013 UTC (10 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, HEAD
Changes since 1.7: +1 -1 lines
FILE REMOVED

Remove python31.

There are three python3 versions in pkgsrc, python31, python32 and
python33.

The last published update for python was only released for python27,
python32 and python33 -- not for python31.

No reason for keeping python31 was brought up in two weeks
on pkgsrc-users, so remove it.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Mar 22 09:20:43 2012 UTC (11 years, 8 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (colored)

Don't install idle3.1.  It requires _tkinter which is split out to a
separate package.  We have a separate package for idle (py-idle).

Revision 1.6 / (download) - annotate - [select for diffs], Sun Mar 4 08:11:51 2012 UTC (11 years, 9 months ago) by obache
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

* change ALTERNATIVES for pydoc3.1 to pydoc3, match to original name.
* also rename idle3 with version suffix to avoid conflict with future python3.
* stop to rename smtpd.py, it will not be installed as script in python3.

Bump PKGREVISION.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Nov 8 07:30:09 2011 UTC (12 years ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Change a unused variable referacne to a fixed string that I missed when
coping the Mac OS X sdk filename handling.

Thank to Matthias Rampke in PR#45581 for catching this.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Oct 31 06:50:55 2011 UTC (12 years, 1 month ago) by sbd
Branch: MAIN
Changes since 1.3: +41 -30 lines
Diff to previous 1.3 (colored)

Improve the gdbm_compat handling by searching any ndbm.h found for the
string 'This file is part of GDBM' and ignoring it if it dose.

Thanks to obache@ for the idea.

Revision 1.2.2.1 / (download) - annotate - [select for diffs], Thu Oct 20 03:59:45 2011 UTC (12 years, 1 month ago) by tron
Branch: pkgsrc-2011Q3
Changes since 1.2: +32 -3 lines
Diff to previous 1.2 (colored) next main 1.3 (colored)

Pullup ticket #3572 - requested by sbd
lang/python24: build fix
lang/python25: build fix
lang/python26: build fix
lang/python27: build fix
lang/python31: build fix
security/cyrus-sasl: build fix

Revisions pulled up:
- lang/python24/distinfo                                        1.36
- lang/python24/patches/patch-am                                1.7
- lang/python25/distinfo                                        1.18
- lang/python25/patches/patch-am                                1.8
- lang/python26/distinfo                                        1.39
- lang/python26/patches/patch-am                                1.17
- lang/python27/distinfo                                        1.10
- lang/python27/patches/patch-am                                1.4
- lang/python31/distinfo                                        1.4
- lang/python31/patches/patch-am                                1.3
- security/cyrus-sasl/Makefile                                  1.58

---
   Module Name:	pkgsrc
   Committed By:	sbd
   Date:		Tue Oct 18 21:59:19 UTC 2011

   Modified Files:
   	pkgsrc/lang/python24: distinfo
   	pkgsrc/lang/python24/patches: patch-am
   	pkgsrc/lang/python25: distinfo
   	pkgsrc/lang/python25/patches: patch-am
   	pkgsrc/lang/python26: distinfo
   	pkgsrc/lang/python26/patches: patch-am
   	pkgsrc/lang/python27: distinfo
   	pkgsrc/lang/python27/patches: patch-am
   	pkgsrc/lang/python31: distinfo
   	pkgsrc/lang/python31/patches: patch-am
   	pkgsrc/security/cyrus-sasl: Makefile

   Log Message:
   Deal with the fact that if /usr/include/ndbm.h exists on Linux it probably
   belongs to gdbm_compat.  I.E. _don't_ use ndbm on Linux.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Oct 18 21:59:18 2011 UTC (12 years, 1 month ago) by sbd
Branch: MAIN
Changes since 1.2: +32 -3 lines
Diff to previous 1.2 (colored)

Deal with the fact that if /usr/include/ndbm.h exists on Linux it probably
belongs to gdbm_compat.  I.E. _don't_ use ndbm on Linux.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Sep 10 11:23:12 2011 UTC (12 years, 2 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base
Branch point for: pkgsrc-2011Q3
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Fixes disabling pyexpat module.
PR pkg/45345 by Pierre Allegraud.

Bump PKGREVISION.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Jun 17 00:10:19 2011 UTC (12 years, 5 months ago) by reed
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Add python3.1 version 3.1.4.

I will commit some additional changes for this separately.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jun 17 00:10:19 2011 UTC (12 years, 5 months ago) by reed
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>