Commit graph

46 commits

Author SHA1 Message Date
rillig
70a99255c6 databases/qdbm: fix default value for GNU_CONFIGURE_PTHREAD
It had previously been yes, therefore this is the default value.
2020-05-31 16:38:00 +00:00
rillig
7d1049ea80 databases/java-qdbm: remove unknown configure option 2020-05-31 15:18:30 +00:00
rillig
9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00
rillig
b4f1862849 databases: align variable assignments
pkglint -Wall -F --only aligned -r

No manual corrections.
2019-11-02 15:37:59 +00:00
rillig
17e39f419d Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
2018-01-07 13:03:53 +00:00
agc
d549bff9a5 Add SHA512 digests for distfiles for databases category
Problems found with existing distfiles:
	distfiles/D6.data.ros.gz
	distfiles/cstore0.2.tar.gz
	distfiles/data4.tar.gz
	distfiles/sphinx-2.2.7-release.tar.gz
No changes made to the cstore or mariadb55-client distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 01:56:09 +00:00
hiramatsu
6bb4a7cd07 Set MAINTAINER to pkgsrc-users. 2015-03-15 19:57:40 +00:00
asau
f0d703271f No flags past the first argument, please. 2014-07-09 14:31:32 +00:00
obache
cec9995212 Update qdbm to 1.8.78.
2007-12-22  Mikio Hirabayashi  <mikio@fallabs.com>

	- Converters from Depot/Curia/Villa to TCHDB/TCBDB were added.

	- Release: 1.8.78
2014-05-31 07:28:57 +00:00
obache
b32243141d int64_t is not used anywhere, and its redifinition produce only troubles
in system headers.
2013-12-28 08:52:17 +00:00
asau
354ee694fd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
dholland
6bb9178d4f fix patch comment 2011-07-31 23:45:22 +00:00
joerg
38452bb215 Declaring member functions outside classes is invalid. 2011-07-21 17:03:57 +00:00
taca
4c28d36375 * Add patches for Ruby 1.9.
* Remove RUBY_HAS_ARCHLIB.

No functional change.
2010-09-10 04:07:52 +00:00
joerg
0268c554bd Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
obache
38c09dc89f Marked as LICENS=gnu-lgpl-v2.1. 2009-05-25 09:40:57 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
taca
bc6a807511 Switch to use vendor_dir with Ruby 1.8.7.
Bump PKGREVISION.
2008-06-19 14:42:24 +00:00
obache
9cdc00576e Add DESTDIR support. 2008-06-14 14:48:01 +00:00
obache
a9dbe26428 No need to replace ruby with ${RUBY}.
lang/ruby/buildlink3.mk take care it.
2008-02-07 12:40:16 +00:00
obache
44e031aba1 Update qdbm to 1.8.77.
Changes:
2007-10-18  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	- A potential defect related to leaf division of B+ tree was cleared.
	- Release: 1.8.77
2007-11-16 11:50:45 +00:00
obache
0bf9beb8c8 Update qdbm to 1.8.76.
Changes:
2007-03-07

	- The hash function of on-memory map was optimized.
	- A bug related to large object was fixed.
	- Release: 1.8.76
2007-10-16 14:06:35 +00:00
obache
0546b28976 Fix missing run-time search path in qdbm-plus. 2007-04-04 12:48:10 +00:00
obache
aed6110a04 Change my mail address to @NetBSD.org. 2007-04-01 01:58:36 +00:00
obache
5d8b26d21e Update qdbm and sub packages to 1.8.75.
Changes:
2006-11-10  Mikio Hirabayashi

	- The utility API was enhanced.
	- A bug related to B+ tree API for Ruby was fixed.
	- Release: 1.8.75
2007-03-05 15:56:26 +00:00
obache
940412b660 Update qdbm and related packages to 1.8.74.
Changes:
2006-11-02  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	- A bug related to optimization on Intel Mac series was escaped.
	- Release: 1.8.74
2006-11-03 06:07:43 +00:00
obache
5f5cacdbb7 Upate qdbm and sub packages to 1.8.73.
Changes:
2006-10-06  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	- A bug related to BZIP2 encoding was fixed.
	- Release: 1.8.73
2006-10-29 14:00:08 +00:00
obache
9fde05ea65 Update qdbm and sub packages to 1.8.72.
Changes:
2006-10-06  Mikio Hirabayashi

	- The utility API was enhanced.
	- Release: 1.8.72
2006-10-19 13:59:47 +00:00
obache
e5006bb750 Update qdbm and sub packages to 1.8.71.
Changes:
2006-08-24  Mikio Hirabayashi

	- Makefile was modified to assure portability.
	- Silent flag was added to the C++ API, the Java API, and the Ruby API.
	- Release: 1.8.71
2006-10-01 07:48:38 +00:00
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
obache
5fe8afdfd3 Update to 1.8.70.
2006-08-18  Mikio Hirabayashi

	- A bug of segmentation fault on BSD was fixed.
	- A test command for checking multi thread safety was added.
	- Release: 1.8.70

2006-08-15  Mikio Hirabayashi

	- Mutex controll in C++ API became refined.
	- Release: 1.8.69

2006-08-08  Mikio Hirabayashi

	- A bug about memory alignment was fixed.
	- A bug of handling meta data on big endian platforms was fixed.
	- Release: 1.8.68

2006-08-05  Mikio Hirabayashi

	- A bug about memory alignment was fixed.
	- A bug about parsing MIME was fixed.
	- Release: 1.8.67

2006-08-05  Mikio Hirabayashi

	- The utility API was enhanced.
	- Release: 1.8.66

2006-08-03  Mikio Hirabayashi

	- The extended API was enhanced.
	- The extended advanced API was enhanced.
	- Release: 1.8.65

2006-07-28  Mikio Hirabayashi

	- A bug of Makefile ralated to optimization was fixed.
	- Release: 1.8.64

2006-07-24  Mikio Hirabayashi

	- A lot of functions were replaced by macros.
	- The utility API was enhanced.
	- Release: 1.8.63

2006-07-20  Mikio Hirabayashi

	- A lot of functions were replaced by macros.
	- The URL resolver was to allow unescaped meta characters.
	- The advanced API was enhanced.
	- Release: 1.8.62

2006-07-14  Mikio Hirabayashi

	- A bug of the size checking function of the extended API was fixed.
	- The advanced API was enhanced.
	- Release: 1.8.61
2006-09-03 02:56:00 +00:00
wiz
9826cc01c2 Update to 1.8.60. Provided by OBATA Akio in PR 33485.
2006-06-03  Mikio Hirabayashi

	- The basic API was enhanced.
	- The extended API was enhanced.
	- The advanced API was enhanced.
	- Multiple cursor class is now supported on the java API.
	- Release: 1.8.60

2006-05-30  Mikio Hirabayashi

	- The basic API was enhanced.
	- The extended API was enhanced.
	- The advanced API was enhanced.
	- A bug of Makefile for Mac OS X support was fixed.
	- Release: 1.8.59

2006-05-28  Mikio Hirabayashi

	- The basic API was enhanced.
	- The advanced API was enhanced.
	- Release: 1.8.58

2006-05-20  Mikio Hirabayashi

	- The basic API was enhanced.
	- The utility API was enhanced.
	- Release: 1.8.57

2006-05-17  Mikio Hirabayashi

	- A bug of URL decoder was fixed.
	- Release: 1.8.56

2006-05-15  Mikio Hirabayashi

	- The extended API was enhanced.
	- The utility API was enhanced.
	- Release: 1.8.55

2006-05-15  Mikio Hirabayashi

	- The basic API was enhanced.
	- Release: 1.8.54

2006-05-10  Mikio Hirabayashi

	- AIX is now supported.
	- The utility API was enhanced.
	- Release: 1.8.53

2006-05-04  Mikio Hirabayashi

	- A bug about evaluating RFC822 date format was fixed.
	- Release: 1.8.52
2006-07-17 18:08:40 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
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-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
wiz
26aea2326d Update to 1.8.51, provided by OBATA Akio in PR 33446:
2006-05-02  Mikio Hirabayashi

- A bug about evaluating RFC822 date format was fixed.
- Warings from GCC 4.1.x were dealt with.
- Missing functions in qdbm.def were supplied.
- Release: 1.8.51
2006-05-12 17:45:30 +00:00
wiz
c32b0a8e99 Update to 1.8.50, provided by OBATA Akio in PR 33404:
Changes:
2006-04-28  Mikio Hirabayashi

        - The utility API was enhanced.
        - Release: 1.8.50
2006-05-07 10:38:40 +00:00
wiz
f1f08f08f4 Update to 1.8.49, provided by OBATA Akio in PR 33369:
2006-04-19  Mikio Hirabayashi

- A parameter of dynamic linking library on Mac OS X was modified.
- The utility API was enhanced.
- Release: 1.8.49
2006-04-27 18:29:48 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
wiz
6e0ae70b16 Update to 1.8.48, provided by OBATA Akio in PR 33237:
Changes:
2006-03-27  Mikio Hirabayashi

- The utility API was enhanced.
- Release: 1.8.48

pkgsrc changes: use libtool.
2006-04-11 21:24:08 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
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-04-06 06:21:32 +00:00
wiz
8b1c1317b7 Update to 1.8.47, provided by OBATA Akio in PR 33167:
Changes:
2006-03-10  Mikio Hirabayashi

- LTmakefile was modified.
- The utility API was enhanced.
- Release: 1.8.47

pkgsrc changes:
From 1.8.41, LZO and BZIP compression feature was added,
so link to those libraries and enable.
2006-04-02 20:13:54 +00:00
wiz
361c1fd758 Update qdbm packages to 1.8.46, provided by OBATA Akio in PR 32655:
2006-02-20  Mikio Hirabayashi

       - The utility API was enhanced.
       - Release: 1.8.46

2006-01-28  Mikio Hirabayashi

       - Alignment algorithm was improved.
       - A bug of mmap emulation on Windows was fixed.
       - Release: 1.8.45

2006-01-24  Mikio Hirabayashi

       - A bug of handling meta data on big endian platforms was fixed.
       - The advanced API was enhanced.
       - Release: 1.8.44

2006-01-24  Mikio Hirabayashi

       - A bug of mmap emulation on Windows was fixed.
       - Release: 1.8.43

2006-01-22  Mikio Hirabayashi

       - mmap emulation on Windows was enhanced.
       - Release: 1.8.42

2006-01-13  Mikio Hirabayashi

       - Compression of pages of B+ tree with LZO and BZIP was added.
       - Release: 1.8.41
2006-03-11 14:07:31 +00:00
wiz
03ae906ad9 Update to 1.8.40, provided by OBATA Akio in PR 32364.
2006-01-08  Mikio Hirabayashi

	- Configuration for VC++ was to build DLL.
	- Release: 1.8.40

2006-01-04  Mikio Hirabayashi

	- The advanced API was enhanced.
	- Release: 1.8.39

2006-01-01  Mikio Hirabayashi

	- The advanced API was enhanced.
	- Release: 1.8.38

2005-12-26  Mikio Hirabayashi

	- Functions to set the size of the free block pool were added.
	- Commands line tools were enhanced.
	- Release: 1.8.37

2005-12-24  Mikio Hirabayashi

	- Free block pool was enhanced.
	- Commands line tools were enhanced.
	- Release: 1.8.36

2005-11-30  Mikio Hirabayashi

	- The utility API was enhanced.
	- The extended advanced API was enhanced.
	- All stat calls were replaced with lstat calls.
	- Release: 1.8.35
2006-01-11 18:23:01 +00:00
minskim
4d52c1c1fd Update qdbm to 1.8.34. Patches from OBATA Akio (maintainer).
Change:
- A bug of i-node duplication on MinGW was fixed.

pkgsrc Change:
- Split Makefile to provide bindings for other languages in separate
packages.
2005-11-23 06:20:36 +00:00
minskim
b9f1442ba8 Honor CFLAGS and LDFLAGS. 2005-10-29 15:33:35 +00:00
minskim
fa252f2a4d Import qdbm from pkgsrc-wip. Packaged by OBATA Akio.
QDBM is an embeded database library compatible with GDBM and NDBM.  It
features hash database and B+ tree database and is developed referring
to GDBM for the purpose of the following three points: higher
processing speed, smaller size of a database file, and simpler API.
This package includes APIs for C, C++, and Java.  CGI scripts are also
contained.  APIs for Perl and Ruby should be installed with a source
package.
2005-10-23 19:01:56 +00:00