Commit graph

2315 commits

Author SHA1 Message Date
jlam
4c3bbb7eed Update databases/openldap to version 2.2.27. From now on, we'll be
tracking the latest release on the 2.2.x branch, which is generally
the stable branch of OpenLDAP.  Changes from version 2.2.20 include:

    Fixed bugs in slapd behavior.
    Fixed bugs in various backends (bdb, hdb, ldbm, ldap) for slapd
    Fixed pcache all-attrs bug (ITS#3741)
    Fixed syncrepl runqueue (ITS#3542)
    Fixed ACL dn=* <what> clause
    Fixed ACL val default style parsing crasher (ITS#3700)
    Fixed slapcat unclean exits (ITS#3764)
    Fixed libldap sasl connection assert (ITS#3278)
    Removed broken libldap fast synchronous search result processing (ITS#3612)
    Fixed slap tool log initialization (ITS#3579)
    Fixed slapi modify/increment support (ITS#3522)
    Fixed slapi plugins called multiple times with glue (ITS#3529)
    Fixed slapi 64-bit portability (ITS#3556)
    Fixed libldap fdset re-init for restart (ITS#3524)
    Fixed libldap ldap_extended_operation_s (ITS#3552)
    Added libldap fast synchronous search result processing
    Fixed slurpd replog locking (ITS#3421)
    Fixed slaptest failure if databases cannot be started (ITS#3461)
    Fixed slaptest with dynamically loaded password mechs (ITS#3495)
    Fixed libldap timeout option cleanup (ITS#3487)
2005-08-01 09:49:37 +00:00
wulf
fe3f9b3ac8 Updated rrdtool to 1.2.11: Minor bug fix release
Added --enable-perl-site-install configuration argument relevant to PR30719
2005-07-30 06:53:15 +00:00
xtraeme
62e8710320 Update to 4.1.13.
Lots of changes, see http://dev.mysql.com/doc/mysql/en/news-4-1-13.html
for a detailed description.
2005-07-29 21:02:35 +00:00
drochner
7c1f47f32c add one 2005-07-29 15:51:40 +00:00
grant
e6da590fdd build in src/port, too, so libpgport is built on platforms which need
it. fixes build on Solaris.
2005-07-29 05:39:00 +00:00
grant
e23f312367 this uses a c++ compiler. 2005-07-29 04:25:18 +00:00
wiz
6301213966 Reset MAINTAINER -- he stopped working on pkgsrc. 2005-07-27 16:21:16 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
wiz
8873b35ccd Add and enable pgtcl. 2005-07-21 09:16:14 +00:00
drochner
9538dd120e add 2005-07-19 17:39:24 +00:00
drochner
ba863c25aa +gourmet 2005-07-19 17:36:06 +00:00
drochner
81aebab7b2 import gourmet-0.8.5.5, another recipe database 2005-07-19 17:34:46 +00:00
drochner
41cffb3ca4 +krecipes 2005-07-19 17:11:40 +00:00
drochner
991c8fb4e7 import krecipes-0.8, a recipe database (for KDE) 2005-07-19 17:10:36 +00:00
grant
e720c400e2 depends should be ../../<category>/<pkg> 2005-07-19 10:11:48 +00:00
kristerw
8e256af9af Include mk/pthread.buildlink3.mk. 2005-07-17 16:29:56 +00:00
jlam
83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00
schmonz
56beecb7d0 Define BUILDLINK_INCDIRS.mysql-client to ensure that the MySQL
include dir is automatically available in ${CPPFLAGS}, following
the example of postgres74-lib.
2005-07-14 03:35:41 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
jschauma
72af27be15 add template for IRIX 2005-07-13 15:34:01 +00:00
jschauma
0626116486 Specify template for IRIX 2005-07-13 15:32:40 +00:00
minskim
4ecae0197b Update pgpool to 2.5.1.
Changes:
* fix bug in heal checking
* accept fast/immediate shutdown request while blocking in smart shutdown
* use asprintf to avoid log output confusion
* use strok rather than strsep
* emit log when starting up
* make some logs from log level to debug level
2005-07-11 14:23:48 +00:00
cjs
177eff3569 Bump pkgrevision due to startup script fix. 2005-07-09 04:34:53 +00:00
cjs
ed013f57ab Remove any -m ... options from common_args when doing an initdb, as this
command doesn't accept that option.
2005-07-09 04:24:52 +00:00
drochner
940d9e4d85 I said 2.0.5 in CHANGES... the diff is a single bugfix 2005-07-07 17:08:54 +00:00
cjs
a84eb511b6 Mention other pgtcl-like projects. 2005-07-07 08:00:24 +00:00
cjs
333280ddcc TCL interface to PostgreSQL, version 1.5. 2005-07-07 07:54:58 +00:00
drochner
585f47e957 +gramps2 2005-07-06 20:10:20 +00:00
drochner
4787484da8 import gramps-2.0.4
This is a significant rework of the "gramps" genealogical database
(databases/gramps in pkgsrc), in particular it uses a bsd/sleepycat
binary database now an d alot of the GNOME framework.
Thanks to Jeremy C. Reed for ideas and patches.
2005-07-06 20:09:31 +00:00
drochner
93b12ee592 update to 3.2.2
from the announcement:
This release includes numerous minor bug fixes, speed improvements, and
code size reductions. There is no reason to upgrade unless you are having
problems or unless you just want to.
2005-07-06 18:13:07 +00:00
grant
1a64a20e92 bump PKGREVISION for PLIST change. 2005-07-05 23:53:47 +00:00
grant
14414710ef add missing files.
from Pierre Bourgin in PR pkg/30669.
2005-07-05 09:47:04 +00:00
grant
3c7dd0d5ec fix man page suffix on Solaris.
from Pierre Bourgin in PR pkg/30668.
2005-07-05 09:45:25 +00:00
grant
363bfa2dbe use {CFLAGS,CXXFLAGS}.SunOS instead of conditional. 2005-07-05 08:49:44 +00:00
grant
ed169805e5 specify path to openssl in --with-openssl argument.
noted by Pierre Bourgin on tech-pkg@
2005-07-05 08:48:41 +00:00
wulf
8126d91731 Updated rrdtool to 1.2.10: Bug fix release 2005-07-04 22:53:39 +00:00
wulf
8a0a9ea987 Update of rrdtool to 1.2.9:
Major Changes between 1.0.x and 1.2.x

Graphing
--------

* rewritten graphics generation based on libart.
  - anti-aliased output
  - alpha transparency support
  - truetype fonts

* additional graphics formats: EPS, PDF, SVG

* extended multi-part documentation

* VDEF support; define and use variables.  Find, and use, the
   maximum rate seen by rrdtool; compute and show the average

* Sliding window (trend) analysis
  Compute a smoother average, for instance over the last 6 CDPs

* percentile (95th or other)
  Remove peaks, 95 percent of all rates are at or below the returned value

Logging
-------
* a second logging interface: rrdtool updatev
  Verbose updating of the database; show CPDs being created

* Aberrant Behavior Detection with Holt-Winters Forecasting
  Compare current data with expected data, detect and log when
  the rates are outside expected levels

* COMPUTE data type for artificial data-sources calculating their
  input using RPN math and data from the other data-sources.
2005-07-03 15:23:33 +00:00
rillig
c2adb95782 Added missing RCS tag. 2005-07-02 14:31:11 +00:00
wiz
6dd7e73271 Avoid implicit gtar dependency. 2005-07-02 10:48:20 +00:00
tron
ec8dc5a2f3 Disable optimizations for GCC <3.4. This fixes PR pkg/30647 by Ian Spray. 2005-07-01 15:32:51 +00:00
reed
ac85b81272 Add 24 to PYTHON_VERSIONS_ACCEPTED (since using PYTHON_VERSION_DEFAULT=24).
I tested this build and packaging a couple months ago.
2005-07-01 00:29:06 +00:00
wiz
488648470d Update postgresql74* packages to 7.4.8.
Release Notes

                                Release 7.4.8

     Release date: 2005-05-09

   This release contains a variety of fixes from 7.4.7, including several
   security-related issues.
     __________________________________________________________________

Migration to version 7.4.8

   A dump/restore is not required for those running 7.4.X. However, it is
   one possible way of handling two significant security problems that
   have been found in the initial contents of 7.4.X system catalogs. A
   dump/initdb/reload sequence using 7.4.8's initdb will automatically
   correct these problems.

   The larger security problem is that the built-in character set encoding
   conversion functions can be invoked from SQL commands by unprivileged
   users, but the functions were not designed for such use and are not
   secure against malicious choices of arguments. The fix involves
   changing the declared parameter list of these functions so that they
   can no longer be invoked from SQL commands. (This does not affect their
   normal use by the encoding conversion machinery.)

   The lesser problem is that the "contrib/tsearch2" module creates
   several functions that are misdeclared to return internal when they do
   not accept internal arguments. This breaks type safety for all
   functions using internal arguments.

   It is strongly recommended that all installations repair these errors,
   either by initdb or by following the manual repair procedures given
   below. The errors at least allow unprivileged database users to crash
   their server process, and may allow unprivileged users to gain the
   privileges of a database superuser.

While here, fix postgresql74-client package installation on 2.0
(broken -X), and avoid the need for gtar in tcl-postgresql74.
2005-06-30 01:50:10 +00:00
markd
d5f0ef1aa5 Update libpqxx{,-doc} to version 2.5.4
Changes: Lots of bugfixes and compatibility issues addressed.
2005-06-27 01:57:26 +00:00
jmmv
9559c913b8 Update to 1.2.2:
- Fixed typo in GnomeDbList class signal creation (Mike Kestner)

While here, move documentation out of share/doc/html.
2005-06-26 16:54:46 +00:00
jmmv
6678e057e2 Update to 1.2.2:
- Fixed typo in GdaXqlUpdate object declaration (Murray)
- GCC 4 compilation fixes (Murray, Magnus)
- Made Oracle provider work with Oracle 10 headers (Magnus)
- Fixed MySQL header/libs detection (Jean)
- Fixed typo in GdaExport class signal creation (Mike Kestner)
- Set correctly unsigned values in MySQL provider (Mike Fish)
- Fixed leak in PostgreSQL provider (Alex)

While here, move documentation out of share/doc/html.
2005-06-26 16:54:07 +00:00
wiz
7e31322ba6 Update to 1.48:
Changes in DBI 1.48 (svn rev 928),    14th March 2005

  Fixed DBI::DBD::Metadata generation of type_info_all thanks to
  Steffen Goeldner (driver authors who have used it should rerun
  it).

  Updated docs for NULL Value placeholders thanks to Brian Campbell.

  Added multi-keyfield nested hash fetching to fetchall_hashref()
  thanks to Zhuang (John) Li for polishing up my draft.

  Added registered driver prefixes: amzn_ for DBD::Amazon and yaswi_
  for DBD::Yaswi.
2005-06-24 20:36:08 +00:00
jlam
c2fb31ba79 Drop the perl-5.6.x package from pkgsrc. Remove lang/perl58 and update
lang/perl5 to perl-5.8.6nb4.  Modify packages that referred to
lang/perl58 to point to lang/perl5 instead.
2005-06-24 06:43:43 +00:00
jlam
0adeaaac21 Remove lang/libperl and modify packages that used libperl to depend
instead on perl>=5.8.0.  Bump the PKGREVISIONs of the following packages
due to the possible perl dependency changes after the removal of
libperl:

	audio/ices-mp3
	databases/postgresql73-plperl
	databases/postgresql74-plperl
	textproc/eperl
	www/ap-perl
2005-06-24 05:56:25 +00:00