The NetBSD Project

CVS log for pkgsrc/lang/python21/Attic/Makefile

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.38, Mon Feb 9 21:09:21 2009 UTC (14 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2009Q4-base, pkgsrc-2009Q4, HEAD
Changes since 1.37: +1 -1 lines
FILE REMOVED

Remove Python 2.1 support.

Revision 1.37 / (download) - annotate - [select for diffs], Mon Jul 14 14:42:51 2008 UTC (15 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.36: +6 -2 lines
Diff to previous 1.36 (colored)

Always build depend on readline, so that devel/py-readline can pick up
the right config. Bump revision.

Revision 1.36 / (download) - annotate - [select for diffs], Fri Jul 11 13:17:39 2008 UTC (15 years, 5 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

Now download only via http.
Noticed by Zafer Aydogan via private mail.

Revision 1.35 / (download) - annotate - [select for diffs], Sat Apr 12 22:43:02 2008 UTC (15 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.34: +8 -12 lines
Diff to previous 1.34 (colored)

Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.

Revision 1.34 / (download) - annotate - [select for diffs], Wed Oct 4 21:07:52 2006 UTC (17 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

Added a patch that fixes the interpreter path of the installed Python
scripts. Bumped PKGREVISION.

Revision 1.33 / (download) - annotate - [select for diffs], Sat Aug 26 15:32:29 2006 UTC (17 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Fix PLIST on FreeBSD. Bump revision.

Revision 1.32 / (download) - annotate - [select for diffs], Mon May 15 18:12:28 2006 UTC (17 years, 7 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.31: +7 -2 lines
Diff to previous 1.31 (colored)

Fix CHECK_INTERPRETER errors and warnings.  Bump PKGREVISION.

Revision 1.31 / (download) - annotate - [select for diffs], Thu Apr 13 02:26:54 2006 UTC (17 years, 8 months ago) by joerg
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Strip of anything after the version number in distutils.util.get_platform
on DragonFly. Since that version is used e.g. as part of the file name
for python eggs, it makes handling easier to match normal pkgsrc
platform policy. Bump revisions of all Python packages.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Apr 10 08:37:26 2006 UTC (17 years, 8 months ago) by joerg
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

Add missing platform files for DragonFly. Bump revision.

Revision 1.29 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:55 2006 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.28 / (download) - annotate - [select for diffs], Thu Dec 8 09:52:15 2005 UTC (18 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

Bumped the PKGREVISION of the packages that have been broken by the recent
"pkglint --autofix" change.

Revision 1.27 / (download) - annotate - [select for diffs], Thu Dec 8 09:12:28 2005 UTC (18 years ago) by rillig
Branch: MAIN
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored)

Fixed PLIST handling bugs introduced by the recent "pkglint --autofix"
change.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:27 2005 UTC (18 years ago) by rillig
Branch: MAIN
Changes since 1.25: +7 -7 lines
Diff to previous 1.25 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.25 / (download) - annotate - [select for diffs], Wed Nov 16 19:18:58 2005 UTC (18 years ago) by joerg
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Fix Python's makesetup script to treat -pthread as linker flag.
This is needed for databases/py-psycopg at least to compile properly.
Since the installed version changed, bump revision.

Revision 1.23.4.1 / (download) - annotate - [select for diffs], Sat Nov 5 15:47:36 2005 UTC (18 years, 1 month ago) by salo
Branch: pkgsrc-2005Q3
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) next main 1.24 (colored)

Pullup ticket 895 - requested by Adrian Portelli
security fix for python21

Revisions pulled up:
- pkgsrc/lang/python21/Makefile			1.24
- pkgsrc/lang/python21/distinfo			1.20
- pkgsrc/lang/python21/patches/patch-bd		1.1
- pkgsrc/lang/python21/patches/patch-be		1.1
- pkgsrc/lang/python21/patches/patch-bf		1.1
- pkgsrc/lang/python21-pth/Makefile		1.17

   Module Name:		pkgsrc
   Committed By:	adrianp
   Date:		Tue Nov  1 21:48:32 UTC 2005

   Modified Files:
   	pkgsrc/lang/python21-pth: Makefile

   Log Message:
   nb bump for security fix
---
   Module Name:		pkgsrc
   Committed By:	adrianp
   Date:		Tue Nov  1 21:49:31 UTC 2005

   Modified Files:
   	pkgsrc/lang/python21: Makefile distinfo
   Added Files:
   	pkgsrc/lang/python21/patches: patch-bd patch-be patch-bf

   Log Message:
   Bump to nb8 for PCRE security issue

Revision 1.24 / (download) - annotate - [select for diffs], Tue Nov 1 21:49:31 2005 UTC (18 years, 1 month ago) by adrianp
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Bump to nb8 for PCRE security issue

Revision 1.23 / (download) - annotate - [select for diffs], Sun May 29 11:18:35 2005 UTC (18 years, 6 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Branch point for: pkgsrc-2005Q3
Changes since 1.22: +14 -2 lines
Diff to previous 1.22 (colored)

Fix PLIST on NetBSD>=2.

Bump PKGREVISION.

Revision 1.22 / (download) - annotate - [select for diffs], Sun May 29 09:40:09 2005 UTC (18 years, 6 months ago) by minskim
Branch: MAIN
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored)

Generate files at "build" instead of "install" so that "make clean"
always work.

Revision 1.21 / (download) - annotate - [select for diffs], Sun May 29 08:03:25 2005 UTC (18 years, 6 months ago) by minskim
Branch: MAIN
Changes since 1.20: +4 -1 lines
Diff to previous 1.20 (colored)

Make the bsddb module build when pkgsrc bdb is used.

Revision 1.20 / (download) - annotate - [select for diffs], Sun May 29 06:26:50 2005 UTC (18 years, 6 months ago) by minskim
Branch: MAIN
Changes since 1.19: +3 -1 lines
Diff to previous 1.19 (colored)

Include bdb.buildlink3.mk on platforms where the bsddb module is built.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:15 2005 UTC (18 years, 8 months ago) by tv
Branch: MAIN
Changes since 1.18: +1 -2 lines
Diff to previous 1.18 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Jan 30 12:44:39 2005 UTC (18 years, 10 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.17: +4 -2 lines
Diff to previous 1.17 (colored)

Convert the python packages to use the alternatives system to install a
bin/python wrapper.  Bump their PKGREVISION to 1.

Also remove the python package.  In order to preserve a similar behavior to
this one using the new framework, start by installing pkg_alternatives.
Then just open its manpage, scroll down to the EXAMPLES section, Applying
filters subsection, and follow the (rather short) directions given there.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jan 23 20:41:46 2005 UTC (18 years, 10 months ago) by recht
Branch: MAIN
Changes since 1.16: +62 -4 lines
Diff to previous 1.16 (colored)

Build Python with thread support by default and turn the existing
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Aug 29 10:44:19 2004 UTC (19 years, 3 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Extend some checks to also test for netbsd2 as sys.platform.

Bump PKGREVISIONS accordingly.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Aug 2 16:59:22 2004 UTC (19 years, 4 months ago) by recht
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Fix PY_PLATNAME for IRIX.
Patch provided by Georg Schwarz in PR pkg/26507

Bump PKGREVISIONS (PLIST change)

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jan 27 18:55:30 2004 UTC (19 years, 10 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Add USE_GCC_SHLIB to python2 packages:
    python20 to python20-2.0.1nb6
    python21 to python21-2.1.3nb2
    python21-pth to python21-2.1.3nb4
    python22 to python22-2.2.3nb1
    python22-pth to python22-2.2.3nb1
    python23 to python23-2.3.3nb1
    python23-pth to python23-2.3.3nb1

Revision 1.13 / (download) - annotate - [select for diffs], Sat Jan 24 07:09:15 2004 UTC (19 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.12: +3 -24 lines
Diff to previous 1.12 (colored)

split the common parts of python21 and python21-pth into Makefile.common
and fix PLIST for some modules which are only installed on Solaris.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Jul 17 21:45:14 2003 UTC (20 years, 4 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.11 / (download) - annotate - [select for diffs], Fri Jun 6 19:39:05 2003 UTC (20 years, 6 months ago) by drochner
Branch: MAIN
Changes since 1.10: +1 -2 lines
Diff to previous 1.10 (colored)

g/c the now unneeded explicite export of LINK_ALL_LIBGCC_HACK to the
environment

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jun 6 18:14:11 2003 UTC (20 years, 6 months ago) by drochner
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

add the LINK_ALL_LIBGCC_HACK variable to the interpreter's link line,
so that dynamic libraries using libgcc functions can be loaded
should fix PR pkg/16144 by Brett Slager

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jun 2 01:18:56 2003 UTC (20 years, 6 months ago) by jschauma
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Jan 22 17:05:33 2003 UTC (20 years, 10 months ago) by drochner
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

security fix: don't use guessable temp file names in execvpe()

Revision 1.7 / (download) - annotate - [select for diffs], Thu Oct 10 09:57:51 2002 UTC (21 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

buildlink1 -> buildlink2.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 15 12:10:49 2002 UTC (21 years, 8 months ago) by drochner
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base, buildlink2
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

update to 2.1.3
This is a pure buxfix release.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Apr 9 04:14:39 2002 UTC (21 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.4: +11 -2 lines
Diff to previous 1.4 (colored)

Teach the extension building process about buildlink, and allow passing
LDFLAGS to the linker command when linking a python extension.  This lets
us pass the right flags to correctly find libraries required for certain
extensions, e.g. zlib.so.

Also explicitly comment out a few extensions that aren't being built and
should never be.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 22 13:05:03 2002 UTC (21 years, 10 months ago) by drochner
Branch: MAIN
Changes since 1.3: +7 -5 lines
Diff to previous 1.3 (colored)

-update to 2.1.2 - except one method addition (socket.sendall()) this is a
 pure bugfix release
-install the "pydoc" script as "pydoc2.1" and make sure the corresponding
 python version is used
-disable the audioop, imageop and rgbimg extensions - these don't work on
 64-bit platforms anyway, I haven't seen a place where they are used yet,
 and in case a need shows up, we better make an own extension pkg from
 it which is marked FOR_PLATFORM_ONLY

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jan 16 20:11:38 2002 UTC (21 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.2: +3 -2 lines
Diff to previous 1.2 (colored)

We use PKGREVISION instead of 'nb' now.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jan 16 19:50:36 2002 UTC (21 years, 10 months ago) by drochner
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

fix the Makefile installed for extension packages to use the right
python version,
bump pkg name to 2.1.1nb1

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Aug 7 14:38:07 2001 UTC (22 years, 4 months ago) by drochner
Branch: TNF
CVS Tags: tnf_010807
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

first cut on a python-2.1 package for development and transition support,
doesn't conflict with an installed 2.0.x

Revision 1.1 / (download) - annotate - [select for diffs], Tue Aug 7 14:38:07 2001 UTC (22 years, 4 months ago) by drochner
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>