summaryrefslogtreecommitdiff
path: root/lang/python21
AgeCommit message (Collapse)AuthorFilesLines
2008-07-14Always build depend on readline, so that devel/py-readline can pick upjoerg1-2/+6
the right config. Bump revision.
2008-07-11Now download only via http.obache1-2/+2
Noticed by Zafer Aydogan via private mail.
2008-05-09PR pkg/38617: Hasso Tepper: Don't call pthread_create() with NULL as thetnn2-6/+16
first argument in configure. Fixes hang on DragonFlyBSD.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-20/+16
through PLIST_SUBST to the plist module.
2007-10-10Fixed mremap on NetBSD.rillig2-1/+17
2006-10-04Added a patch that fixes the interpreter path of the installed Pythonrillig3-3/+20
scripts. Bumped PKGREVISION.
2006-08-26Fix PLIST on FreeBSD. Bump revision.joerg2-2/+9
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-05-15Fix CHECK_INTERPRETER errors and warnings. Bump PKGREVISION.minskim1-2/+7
2006-04-13Strip of anything after the version number in distutils.util.get_platformjoerg3-3/+17
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.
2006-04-12Removed empty trailing line.rillig1-1/+1
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-10Add missing platform files for DragonFly. Bump revision.joerg2-2/+9
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2005-12-08Bumped the PKGREVISION of the packages that have been broken by the recentrillig1-2/+2
"pkglint --autofix" change.
2005-12-08Fixed PLIST handling bugs introduced by the recent "pkglint --autofix"rillig1-3/+3
change.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-7/+7
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
2005-11-16Fix Python's makesetup script to treat -pthread as linker flag.joerg3-3/+16
This is needed for databases/py-psycopg at least to compile properly. Since the installed version changed, bump revision.
2005-11-14When linking against libpython, the dependencies of libpython might bejoerg1-1/+4
needed as well. This is especially the case when lib/pythonXconfig/Makefile is used as done e.g. www/ap2-python.
2005-11-10Fix patchsum after my last commit.joerg1-2/+2
2005-11-08Add DragonFly support. Use PTHREAD_* variables to find pthread_createjoerg5-7/+97
and hope it doesn't break anything.
2005-11-01Bump to nb8 for PCRE security issueadrianp5-3/+110
2005-05-29Fix PLIST on NetBSD>=2.minskim2-3/+21
Bump PKGREVISION.
2005-05-29Teach about NetBSD 3.x.minskim3-15/+15
PKGREVISION will be bumped after another change.
2005-05-29Generate files at "build" instead of "install" so that "make clean"minskim1-1/+2
always work.
2005-05-29Make the dbm module build when pkgsrc bdb is used.minskim3-8/+80
2005-05-29Make the bsddb module build when pkgsrc bdb is used.minskim3-8/+38
2005-05-29Add files installed on Linux only.minskim1-0/+5
2005-05-29Explicitly disable modules that should not be built.minskim2-12/+12
2005-05-29Explicitly disable the tkinter module, which is provided by x11/py-Tk.minskim2-3/+12
2005-05-29Include bdb.buildlink3.mk on platforms where the bsddb module is built.minskim1-1/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2005-01-30Convert the python packages to use the alternatives system to install ajmmv2-2/+5
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.
2005-01-23Build Python with thread support by default and turn the existingrecht2-63/+62
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.
2004-12-19all of these use dlopen().grant1-1/+2
2004-11-22USE_LANGUAGES=c c++; remove USE_GCC_SHLIB.wiz1-2/+2
2004-10-30don't override LOWER_OPSYS, handle PY_PLATNAME in the same way asgrant1-5/+3
python23.
2004-08-29Extend some checks to also test for netbsd2 as sys.platform.recht4-8/+47
Bump PKGREVISIONS accordingly.
2004-08-02Fix PY_PLATNAME for IRIX.recht2-4/+6
Patch provided by Georg Schwarz in PR pkg/26507 Bump PKGREVISIONS (PLIST change)
2004-07-22add python as categoryrecht1-2/+2
ok'd a while back at pkgsrcCon by agc and wiz
2004-05-23Now that all Python modules have been bl3ified remove the bl2 support.recht1-35/+0
2004-05-16Build python module for zlib unconditionally. This makesminskim2-10/+35
python2[12]{,-pth} build on platforms where zlib.h is not in /usr/include.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-5/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-10The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mkjlam1-2/+2
and any pre-existing buildlink2.mk files.
2004-01-29use ${EGREP} instead of relying on GNU grep features.grant1-2/+2
2004-01-27Add USE_GCC_SHLIB to python2 packages:abs2-3/+4
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
2004-01-25* Follow the new buildlink3 standard and append to BUILDLINK_DEPENDS.<pkg>.jlam1-14/+9
* Use BUILDLINK_{INCDIRS,LIBDIRS}.<pkg> instead of using BUILDLINK_{CPPFLAGS,LDFLAGS}.<pkg> since we're just dealing with adding directories to the various search paths.