The NetBSD Project

CVS log for pkgsrc/databases/py-gdbm/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / databases / py-gdbm

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.44 / (download) - annotate - [select for diffs], Sun Oct 22 11:37:52 2023 UTC (6 weeks, 4 days ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.43: +4 -1 lines
Diff to previous 1.43 (colored)

py-gdbm: disable for Python 3.12

gdbm will not be a default dependency of the batteries-included Python
packages. Until srcdist.mk gets support for 3.12, there is no py-gdbm
package for Python 3.12.

Revision 1.43 / (download) - annotate - [select for diffs], Sat Sep 17 05:39:25 2022 UTC (14 months, 2 weeks ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

switch MAINTAINER to pkgsrc-users

Revision 1.42 / (download) - annotate - [select for diffs], Sun Dec 19 13:21:26 2021 UTC (23 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.41: +4 -4 lines
Diff to previous 1.41 (colored)

py-gdbm: fix build with python 3.10

Revision 1.41 / (download) - annotate - [select for diffs], Wed Jan 8 13:44:41 2020 UTC (3 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.40: +1 -12 lines
Diff to previous 1.40 (colored)

Always extract the full Python distfile for modules.

This retires an old "optimisation" that over time has created more
problems than it solved, including various questions from users about
the ignored patch failures.

Revision 1.40 / (download) - annotate - [select for diffs], Sun Dec 15 14:42:27 2019 UTC (3 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.39: +1 -2 lines
Diff to previous 1.39 (colored)

Fix building internal modules for Python 3.8; clean-ups

Revision 1.39 / (download) - annotate - [select for diffs], Sat Nov 2 15:38:09 2019 UTC (4 years, 1 month ago) by rillig
Branch: MAIN
Changes since 1.38: +6 -6 lines
Diff to previous 1.38 (colored)

databases: align variable assignments

pkglint -Wall -F --only aligned -r

No manual corrections.

Revision 1.38 / (download) - annotate - [select for diffs], Sun Jan 28 20:10:45 2018 UTC (5 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.37: +2 -1 lines
Diff to previous 1.37 (colored)

Bump PKGREVISION for gdbm shlib major bump

Revision 1.37 / (download) - annotate - [select for diffs], Mon Oct 9 08:23:41 2017 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

py-gdbm: update HOMEPAGE

Revision 1.36 / (download) - annotate - [select for diffs], Sun Sep 3 08:53:06 2017 UTC (6 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

Follow some redirects.

Revision 1.35 / (download) - annotate - [select for diffs], Wed Nov 25 12:49:27 2015 UTC (8 years ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.34: +2 -4 lines
Diff to previous 1.34 (colored)

Remove mk/find-prefix.mk usage from the databases category.

The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.

Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure.  Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.

Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.

Revision 1.34 / (download) - annotate - [select for diffs], Sun Dec 21 01:22:33 2014 UTC (8 years, 11 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.33: +2 -3 lines
Diff to previous 1.33 (colored)

Change version number from fixed `0' to main Python distribution version,
same as other buitin module (already changed over a half year ago).

Revision 1.33 / (download) - annotate - [select for diffs], Sat Jan 25 10:29:59 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.32: +1 -4 lines
Diff to previous 1.32 (colored)

Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.

Revision 1.32 / (download) - annotate - [select for diffs], Tue Oct 2 21:25:49 2012 UTC (11 years, 2 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.31: +1 -2 lines
Diff to previous 1.31 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.31 / (download) - annotate - [select for diffs], Tue Jan 24 09:10:59 2012 UTC (11 years, 10 months ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Recursive dependency bump for databases/gdbm ABI_DEPENDS change.

Revision 1.30 / (download) - annotate - [select for diffs], Sat Dec 3 00:02:14 2011 UTC (12 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored)

Tag the 28 locations that result in a Python 3.1 package as supporting so.
Remove it from the default list for the rest.

Revision 1.29 / (download) - annotate - [select for diffs], Thu Nov 3 12:21:41 2011 UTC (12 years, 1 month ago) by obache
Branch: MAIN
Changes since 1.28: +11 -2 lines
Diff to previous 1.28 (colored)

Support Python3.

Revision 1.28 / (download) - annotate - [select for diffs], Tue Aug 23 13:06:48 2011 UTC (12 years, 3 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

Recursive bump from gdbm shlib bump.

Revision 1.27 / (download) - annotate - [select for diffs], Wed May 4 11:38:05 2011 UTC (12 years, 7 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.26: +3 -2 lines
Diff to previous 1.26 (colored)

Install standard python modules into usual location instead of site-packages.
PR#44826.

Bump PKGREVISION.

Revision 1.26 / (download) - annotate - [select for diffs], Thu Mar 5 18:51:28 2009 UTC (14 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.25: +1 -2 lines
Diff to previous 1.25 (colored)

Remove PYBINMODULE. All it did was mark some packages as not available
on some platforms that lacked shared library support in the past. The
list hasn't been maintained at all and the gain is very limited, so just
get rid of it.

Revision 1.25 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:20 2008 UTC (15 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.24: +3 -1 lines
Diff to previous 1.24 (colored)

Add DESTDIR support.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Jun 16 10:58:23 2006 UTC (17 years, 5 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, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.23: +6 -5 lines
Diff to previous 1.23 (colored)

Fixed pkglint warnings.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:35 2006 UTC (17 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.22 / (download) - annotate - [select for diffs], Sun May 22 20:07:46 2005 UTC (18 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.21 / (download) - annotate - [select for diffs], Wed Mar 30 19:11:29 2005 UTC (18 years, 8 months ago) by darcy
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Switch from DEPENDS to buildlink3.mk.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Jul 22 09:16:00 2004 UTC (19 years, 4 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

add python as category
ok'd a while back at pkgsrcCon by agc and wiz

Revision 1.19 / (download) - annotate - [select for diffs], Sat Jun 12 02:35:29 2004 UTC (19 years, 6 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.18: +3 -1 lines
Diff to previous 1.18 (colored)

this calls ${PATCH} directly, so make sure we have a build dependency
on patch.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Dec 10 15:08:19 2002 UTC (21 years ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4, netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

for the Python-version-selection magic to work properly, extension.mk
must be pulled in before srcdist.mk

Revision 1.17 / (download) - annotate - [select for diffs], Fri Nov 1 16:34:37 2002 UTC (21 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.16: +3 -2 lines
Diff to previous 1.16 (colored)

Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library).

Revision 1.16 / (download) - annotate - [select for diffs], Sat Sep 21 23:46:47 2002 UTC (21 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Strip the ".buildlink" from the names of the python application and
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks.  Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Jan 28 09:30:08 2002 UTC (21 years, 10 months ago) by drochner
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.14: +18 -12 lines
Diff to previous 1.14 (colored)

use distutils to build the extension module, to make it work with
newer Python versions too,
XXX we have to override the do-patch rule to avoid patch errors
    (we use EXTRACT_ELEMENTS, so we don't generally have all the
     original files)

Revision 1.14 / (download) - annotate - [select for diffs], Fri Feb 16 14:17:37 2001 UTC (22 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Oct 22 20:01:51 2000 UTC (23 years, 1 month ago) by tsarna
Branch: MAIN
Changes since 1.12: +9 -25 lines
Diff to previous 1.12 (colored)

First batch of upgrades for Python 2.0:

lang/python             upgraded to 2.0
lang/py-html-docs       upgraded to 2.0
misc/py-readline        upgraded to 2.0
databases/py-gdbm       upgraded to 2.0
x11/py-Tk               upgraded to 2.0
devel/py-curses         upgraded to 2.0
lang/py-extclass        upgraded to 2.2.2 and for Python 2.0
textproc/py-dtml        upgraded to 2.2.2 and for Python 2.0
www/py-zpublisher       upgraded to 2.2.2 and for Python 2.0
print/py-reportlab      upgraded to 1.01 and for Python 2.0

More coming...

Revision 1.12 / (download) - annotate - [select for diffs], Mon Aug 21 21:01:29 2000 UTC (23 years, 3 months ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jun 13 10:40:24 2000 UTC (23 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

change dependency from gdbm-1.7.3 to gdbm>=1.7.3

Revision 1.10 / (download) - annotate - [select for diffs], Tue Feb 15 09:26:18 2000 UTC (23 years, 9 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

When multi-line dependencies occur, use a "DEPENDS+= package" format
for each of the continuation lines, rather than using backslashes to
continue a single, long definition. This makes it much easier to spot
pre-requisite packages and other dependencies.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Apr 14 06:17:31 1999 UTC (24 years, 8 months ago) by tsarna
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE, netbsd-1-4-PATCH001, comdex-fall-1999
Changes since 1.8: +7 -7 lines
Diff to previous 1.8 (colored)

Update to 1.5.2

Revision 1.8 / (download) - annotate - [select for diffs], Thu Apr 1 14:07:53 1999 UTC (24 years, 8 months ago) by agc
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Rewrite the extraction commands to be more intuitive.

In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz,
and .tar.bz2).

EXTRACT_USING_PAX can be set as before.

For custom extractions, instead of using EXTRACT_BEFORE_ARGS,
EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the
command needed to decompress and extract the lements from the archive.
${DOWNLOADED_DISTFILE} can be used to reference the distfile(s).
e.g. for compressed shars, where previously there was:

EXTRACT_CMD=           ${GZCAT}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS=    |sh

now use:

EXTRACT_CMD=           ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}

Revision 1.7 / (download) - annotate - [select for diffs], Fri Dec 18 00:42:39 1998 UTC (24 years, 11 months ago) by tsarna
Branch: MAIN
Changes since 1.6: +1 -3 lines
Diff to previous 1.6 (colored)

Re-enable on alpha

Revision 1.6 / (download) - annotate - [select for diffs], Fri Nov 13 00:47:51 1998 UTC (25 years, 1 month ago) by frueauf
Branch: MAIN
Changes since 1.5: +5 -3 lines
Diff to previous 1.5 (colored)

minor pkglint nits.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Sep 27 22:24:43 1998 UTC (25 years, 2 months ago) by tsarna
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH003
Changes since 1.4: +3 -1 lines
Diff to previous 1.4 (colored)

Tim tested some of these, but I don't know which. Since at least one of
the pkgs broke on Alpha that was not expected to, disable them all for
the 1.3.3 tag to be on the safe side :-(

Revision 1.4 / (download) - annotate - [select for diffs], Tue Sep 22 16:13:33 1998 UTC (25 years, 2 months ago) by tsarna
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

alpha->vax, since Alpha now works for Python dynamicly loaded modules,
but VAX never has.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Sep 6 20:57:20 1998 UTC (25 years, 3 months ago) by frueauf
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Since lang/python/Makefile fetches python source into a subdir, search
it there to prevent double download.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Aug 20 15:16:44 1998 UTC (25 years, 3 months ago) by tsarna
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

The Grand Homepagification:
	- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.

Revision 1.1 / (download) - annotate - [select for diffs], Sat May 23 21:46:05 1998 UTC (25 years, 6 months ago) by tron
Branch: MAIN

Add "py-gdbm" package made by Jaromir Dolecek.

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>