Commit graph

1292 commits

Author SHA1 Message Date
jmmv
6c739a6e75 This package requires scrollkeeper to build properly. Addresses problems
shown by Hubert's bulk build.
2002-12-26 18:56:05 +00:00
jmmv
6c0b21a311 Make this package install its configuration file inside the examples tree
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR.
Bump PKGREVISION to 1.
2002-12-25 15:58:20 +00:00
jmmv
c8514d6fd6 Make this package install its configuration file inside the examples tree
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR.
Bump PKGREVISION to 1.
2002-12-25 15:11:20 +00:00
grant
5051651bcf use automatic PLIST handling. 2002-12-25 12:37:48 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
grant
d33c431bc7 Darwin, like NetBSD, has /usr/include/db.h. 2002-12-22 10:28:08 +00:00
grant
dd9c4f2490 allow this to build by replacing the use of LTCONFIG_OVERRIDE with
LIBTOOL_OVERRIDE.
2002-12-19 12:41:02 +00:00
wiz
ebf4a3ba5b Use PKGNAME_NOREV instead of homebrewn version (hi salo!). 2002-12-18 19:41:16 +00:00
seb
5dcda1ae5b If USE_DB185 is _not_ defined we actually want db2: introduce _NEED_DB2
to help sort this out.
2002-12-15 01:48:45 +00:00
tron
b0ff42ef18 Fix security problem in MySQL client library and server which were
recently discovered by e-matters.
2002-12-13 14:19:54 +00:00
drochner
5b1abc13c6 for the Python-version-selection magic to work properly, extension.mk
must be pulled in before srcdist.mk
2002-12-10 15:08:19 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
cjep
a9b7aaac3b tabs instead of spaces for indentation. 2002-12-08 23:23:42 +00:00
salo
a753dfec6d Fix WRKSRC after PKGREVISION bump. (hi wiz!) 2002-12-08 00:53:19 +00:00
drochner
879c744c3b +metakit 2002-12-04 18:49:32 +00:00
drochner
8e337221ff Python frontend for the metakit database lib 2002-12-04 18:48:09 +00:00
drochner
68b53e2613 metakit is an embedded database library.
This is the base library, w/o scripting frontends.
2002-12-04 18:47:15 +00:00
seb
391343bc20 Noop commit, just tweaking style. 2002-12-02 22:59:37 +00:00
salo
f7de1f29c1 USE_PKGLOCALEDIR, delint. 2002-11-30 16:24:35 +00:00
jmmv
3ebd61de48 Add and enable tdb. 2002-11-29 19:20:17 +00:00
jmmv
114d556e96 Initial import of tdb, version 1.0.6. Description follows:
TDB is a Trivial Database. In concept, it is very much like GDBM,
and BSD's DB except that it allows multiple simultaneous writers
and uses locking internally to keep writers from trampling on
each other. TDB is also extremely small.

Approved by wiz.

This closes my own PR 18122.
2002-11-29 19:19:12 +00:00
bouyer
a12d7fadcc The module RRDs.so depends on libraries from X11. $X11BSE/lib is in LD_RUN_PATH,
but it seems the linker ignores it when there are explicit -Wl,-R on the
command line. So add a -Wl,-R@X11BASE/lib to OTHERLDFLAGS.
2002-11-27 19:33:08 +00:00
tron
d00ac7068d Correct package list to match recent changes. 2002-11-19 09:59:18 +00:00
jlam
3672e2ec00 Allow this file to be used to mean "we want DB-1.85" if the inclusion of
this file is preceded by defining "USE_DB185".  On NetBSD (and probably
Linux), where we already have DB-1.85 in the base system, this defaults to
using the system libraries and headers.
2002-11-18 20:49:17 +00:00
jlam
f49e19e04b Always build the db-1.85-compatibility code, not just for Solaris. Bump
PKGREVISION.
2002-11-18 20:22:53 +00:00
jlam
3b199ced25 Sort. 2002-11-18 20:13:23 +00:00
jlam
0508bc597d buildlink1 -> buildlink2 2002-11-15 00:50:19 +00:00
jlam
b9bff1b2f5 buildlink1 -> buildlink2 2002-11-15 00:39:53 +00:00
jlam
b5fecf95c7 Whitespace fixes. 2002-11-15 00:36:21 +00:00
jlam
9bb79caafa buildlink1 -> buildlink2 2002-11-15 00:26:44 +00:00
rh
ed193493ff Update edb to 1.0.3. Changes are bugfixes only. 2002-11-08 23:23:10 +00:00
martti
9ef7dbabf1 - make this work with apache2
- buildlink2
2002-11-05 07:33:13 +00:00
martti
5371d663f1 Use buildlink 2002-11-03 10:28:47 +00:00
grant
44d51ef86c update MASTER_SITES. 2002-11-02 16:49:44 +00:00
tron
c154192251 Remove patch file obsoleted by last update of this package. 2002-11-01 17:04:45 +00:00
wiz
f7538fa45d Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library). 2002-11-01 16:34:34 +00:00
wiz
5c00709e48 Update to 1.8.3:
CHANGES from 1.8.2 to 1.8.3
  1.  Various configure related changes and additional updates.
CHANGES from 1.8.1 to 1.8.2
  1.  Allow `NEWDB'-opened databases to actually, well, store records.
CHANGES from 1.8 to 1.8.1
  1.  Lots of bug fixes, including a data corruption bug.
  2.  Updated to current autoconf and libtool.
  3.  Moved the dbm/ndbm compatibility routines to libgdbm_compat.
2002-11-01 00:31:18 +00:00
rh
d743e3ed6c Add and enable gnome-db 2002-10-30 06:45:54 +00:00
rh
1fcba1d3e5 Initial import of gnome-db-0.8.192, the GNOME2 database applications and
libraries.
2002-10-30 06:44:59 +00:00
rh
f3f730ef7e Add missing buildlink2.mk 2002-10-30 06:39:22 +00:00
rh
daeb4fb457 Add and enable libgnomedb 2002-10-30 05:09:36 +00:00
rh
6cdf16c677 Initial import of libgnomedb-0.8.199, the GNOME2 database library. 2002-10-30 05:09:08 +00:00
rh
c9183fee88 Replace homegrown patch with PKGCONFIG_OVERRIDE 2002-10-30 03:11:19 +00:00
rh
ab39539c5a Add and enable libgda 2002-10-30 00:52:52 +00:00
rh
b5a404c93d Initial import of libgda-0.8.199, the GNU database access library. This
version only comes with a default XML backend enabled.
Based on the package provided by Scott Aaron Bamford in PR pkg/18660.
2002-10-30 00:52:10 +00:00
seb
1f825479a3 Use buildlink2. Use perl5/module.mk. 2002-10-27 22:51:06 +00:00
seb
e8328761a2 Use buildlink2. Use perl5/module.mk. 2002-10-27 20:48:55 +00:00
seb
749cc12a27 Use perl5/module.mk (including PERL5_LDFLAGS).
Remove Makefile.PL interactive part via patch.
2002-10-27 19:41:53 +00:00
seb
ed2eb17e4c Use perl5/module.mk. 2002-10-27 19:34:19 +00:00
cjones
60f9ada109 Added guile-pg-0.07. 2002-10-27 01:17:34 +00:00
cjones
d93d1a240e Imported guile-pg:
Guile-pg is a Guile module providing access and allowing updates to
PostgreSQL databases from Guile scripts. Guile is the GNU interpreter
for the Scheme language and PostgreSQL is a free relational database
management system.
2002-10-27 01:14:09 +00:00
grant
248bf22f9c Update to freetds-0.60.
Changes since 0.53 include:

*  Much improved support for Microsoft servers, including SQL Server 2000
   datatypes and domain logins.

*  Support and convertibility of all major datatypes.

*  Much expanded coverage of the ODBC API.

*  An all-new BCP implementation, including host variable support.

*  Character set conversions, via the iconv library.

*  Threadsafe operation.
2002-10-26 18:45:28 +00:00
wiz
b8664845e3 Prefer BUILDLINK_PREFIX.* to BUILDLINK_DIR. 2002-10-25 18:32:43 +00:00
drochner
78f5bcd79e add one 2002-10-25 14:44:21 +00:00
drochner
35fc6deffc add py-psycopg 2002-10-25 14:18:44 +00:00
drochner
ce35e7b871 another Python-PostgreSQL adapter 2002-10-25 14:17:24 +00:00
drochner
d0530fe5f1 postgresql-7.2.3 contains PyGreSQL-3.3, so reflect this in the name 2002-10-25 11:17:24 +00:00
wiz
819a06fa2d Use pax instead of relying on gtar (wwww). 2002-10-24 16:25:32 +00:00
drochner
f055bbaba6 this postinstall rule needs the real GNU tar, so BUILD_DEPEND on it 2002-10-24 13:18:05 +00:00
wiz
e2d1ae2f9f Convert to buildlink2. 2002-10-21 14:47:00 +00:00
wiz
e8ac36ddb4 Unused. 2002-10-21 12:51:00 +00:00
wiz
68c8771147 buildlink1 -> buildlink2. 2002-10-21 12:32:16 +00:00
wiz
fb2e1ca2f6 buildlink1 -> buildlink2. 2002-10-21 11:56:49 +00:00
seb
34e5b77c6c Use buildlink2. Use perl5/module.mk. 2002-10-20 23:35:09 +00:00
jlam
cdac1ba014 Note the locations of the common distinfo file and patches directory. 2002-10-20 04:19:17 +00:00
wiz
72490a0f26 Improve. From Greg A. Woods in PR 18713. 2002-10-20 01:50:33 +00:00
jlam
1356f8f701 Fix case where pgsql_flags contains more that one option. 2002-10-19 22:26:35 +00:00
jlam
d7ca9840df Forgot to fix quoting for pgsql_flags. 2002-10-19 21:32:46 +00:00
jlam
bcc2d00c74 Alter quoting so that command_args can be set to something like:
command_args="> /var/log/pgsql.log"
2002-10-19 21:02:53 +00:00
jlam
60667c3404 Don't create ${PGHOME} at install time, as the rc.d script will do it for
us the first time that pgsql is run.
2002-10-19 19:03:59 +00:00
jlam
6ad39330ce Allow for different "home" directory for storing PostgreSQL databases.
This is specified at run-time by setting pgsql_home=/path/to/home in
/etc/rc.conf.  Ensure that ${pgsql_home} has the correct permissions
(o=${pgsql_user}, g=${pgsql_group}, m=0750) before initializing the
database.
2002-10-19 19:01:52 +00:00
jlam
6431b1c4c3 You don't need to run "/etc/rc.d/pgsql start" at boot time only. 2002-10-19 18:01:19 +00:00
jlam
3eefda642d Don't default to pgsql=NO anymore, as rc.d scripts aren't copied into
/etc/rc.d by default any longer.  This causes the usual warning to be
emitted when the script is executed.
2002-10-19 18:00:16 +00:00
rh
c2934c968e Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19 10:54:42 +00:00
jlam
a0a08eae8e Trivially use buildlink2. 2002-10-19 04:01:22 +00:00
jlam
44b24b7f48 Update databases/odbc-postgresql to version 7.2.3. Pkgsrc changes include
Splitting out a common Makefile for future unixodbc-postgresql and
      iodbc-postgresql packages.

Changes from version 7.1.3 include:

   Remove query size limit (Hiroshi)
   Remove text field size limit (Hiroshi)
   Fix for SQLPrimaryKeys in multibyte mode (Hiroshi)
   Allow ODBC procedure calls (Hiroshi)
   Improve boolean handing (Aidan Mountford)
   Most configuration options on setable via DSN (Hiroshi)
   Multibyte, performance fixes (Hiroshi)
   Allow driver to be used with iODBC or unixODBC (Peter E)
   MD5 password encryption support (Bruce)
   Add more compatibility functions to odbc.sql (Peter E)
2002-10-19 03:51:00 +00:00
jlam
685fd8b148 Update py-postgresql to build using the postgresql-7.2.3 sources. 2002-10-19 03:04:37 +00:00
jlam
1f2f4c68c5 Update databases/postgresql to version 7.2.3.
This has a variety of fixes from 7.2.2, including fixes to prevent
   possible data loss.

   A dump/restore is *not* required for those running 7.2.X.

Changes from version 7.2.2 include:

 Prevent possible compressed transaction log loss (Tom)
 Prevent non-superuser from increasing most recent vacuum info (Tom)
 Handle pre-1970 date values in newer versions of glibc (Tom)
 Fix possible hang during server shutdown
 Prevent spinlock hangs on SMP PPC machines (Tomoyuki Niijima)
 Fix pg_dump to properly dump FULL JOIN USING (Tom)
2002-10-19 03:03:49 +00:00
bouyer
479b2b57a4 Solaris's builtin [ and /usr/bin/test don't know -e. Use -r instead. 2002-10-17 10:02:53 +00:00
martti
a9e061798a Updated php to 4.2.3
* lots of bug fixes
* experimental apache2 support
* added IPv6 support to gethostbyaddr()

ATTENTION!! register_globals defaults to 'off' now
2002-10-14 06:21:05 +00:00
seb
25e9e6b0ea Use buildlink2. Use perl5/module.mk. 2002-10-13 22:22:45 +00:00
seb
59f516a51b Use perl5/module.mk. 2002-10-13 22:02:55 +00:00
wiz
6676fc5687 Unused. 2002-10-13 12:05:01 +00:00
jlam
b813c8f4d2 buildlink1 -> buildlink2 and use java.mk instead of relying on older
(buggier) Java-handling in bsd.pkg.mk.
2002-10-13 09:32:49 +00:00
wiz
07613eebf7 Unused. 2002-10-13 00:54:58 +00:00
wiz
75dbb6ee4a Unused. 2002-10-12 09:42:08 +00:00
wiz
562f48a704 buildlink1 -> buildlink2. 2002-10-12 09:40:38 +00:00
wiz
746848156d libct needs linking against libiconv.
Bump to 0.53nb2.
2002-10-12 09:40:00 +00:00
wiz
c169be95be buildlink1 -> buildlink2. 2002-10-12 01:17:11 +00:00
wiz
55123fcadc Unused. 2002-10-12 01:14:36 +00:00
wiz
4fb1b9dd44 Unused. 2002-10-10 12:31:30 +00:00
wiz
3fa30dd16e buildlink1 -> buildlink2. 2002-10-10 12:31:08 +00:00
wiz
8424cfa6c4 Unused. 2002-10-10 12:25:20 +00:00
wiz
1adde0f154 buildlink1 -> buildlink2. Use perl5/module.mk. 2002-10-10 12:13:05 +00:00
wiz
e7fe6c1ff1 buildlink1 -> buildlink2. 2002-10-10 12:07:48 +00:00
wiz
4d053d029a buildlink1 -> buildlink2. 2002-10-10 11:49:40 +00:00
jlam
04c8f5b996 Use PKG_JAVA_HOME consistently instead of JAVA_HOME now that JAVA_HOME is
no longer defined by bsd.pkg.mk.
2002-10-10 01:01:09 +00:00
jlam
2fee5c042a Unused. 2002-10-10 00:53:19 +00:00
jlam
2d052198c5 Unused. 2002-10-10 00:50:20 +00:00
jlam
f28dc9aa32 Convert to use buildlink2 and perl5/module.mk. 2002-10-10 00:39:24 +00:00
jlam
c3f8c8db2c buildlink1 -> buildlink2 2002-10-10 00:35:56 +00:00
wiz
d071c6a3e4 buildlink1 -> buildlink2. 2002-10-09 18:24:50 +00:00
wiz
2dd8eb4866 Unused. 2002-10-09 12:28:34 +00:00
wiz
0c22b4bc5f buildlink1 -> buildlink2. 2002-10-09 12:27:37 +00:00
wiz
96d4597701 Fix path in PKGSRCDIR variable. 2002-10-09 12:19:28 +00:00
wiz
851e7fa78b Unused. 2002-10-09 12:03:12 +00:00
wiz
5a4c9accff buildlink1 -> buildlink2. 2002-10-09 11:55:53 +00:00
jlam
d325247d0b Create a BUILDLINK_LDFLAGS variable for mysql-client due to odd library
location.
2002-10-08 23:00:51 +00:00
jlam
6d56f4a0e0 buildlink1 -> buildlink2 2002-10-08 22:45:03 +00:00
jlam
5b4b9ee12a Add BUILDLINK_CPPFLAGS.<pkg> for these packages to help packages find
the db[23] headers.
2002-09-26 22:34:09 +00:00
abs
737d175b12 Update jdbc-postgresql to 7.2.2
No changes found in CHANGELOG - just updating distfile to current
	postgresql package.
2002-09-26 10:07:15 +00:00
abs
23ea6ff3f0 add comment that this is not included by jdbc-postgresql 2002-09-26 09:56:07 +00:00
tsarna
a5e9687c08 Support for Zoularis/Linux, cloned from the solaris support 2002-09-23 17:34:38 +00:00
wiz
daa921044c Unused. 2002-09-23 15:53:00 +00:00
wiz
3c120c367f Unused. 2002-09-23 15:26:49 +00:00
wiz
2a022f9781 Convert to buildlink2. 2002-09-23 15:26:23 +00:00
kleink
d0c74e1a74 Update to 2.0.27; notable changes include:
OpenLDAP 2.0.27 Release
	Build environment
		Fix getopt(3) detection

OpenLDAP 2.0.26 Release
	Fixed slapd ACL buffer size bug (ITS#1963)
	Fixed slapd ACL filters w/substrings bug (ITS#2023, ITS#2027)
	Fxied slapd directory string space bug (ITS#2072)
	Fixed slurpd reject file handling bugs (ITS#2007, ITS#2009)
	Fixed back-ldbm indirect IDL bug (ITS#2039)
	Fixed libldap buffer size bugs (ITS#1935, ITS#1936)
	Fixed libldap gethostbyname mutex init bug (ITS#2019)
	Fixed liblutil passwd bug (ITS#2055)
	Fixed sasl large reads and writes (ITS#1983, also ITS#910,ITS#1861)
	Updated back-ldbm reindexing - slapindex rebuilds dn2id index
	Build environment
		Require version 1.5 if Cyrus SASL is present
		Remove tempnam checking and replacment implementation
2002-09-23 10:06:58 +00:00
jlam
c37e7920b5 Create new variables BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg>
that hold the compiler and linker flags used to find the headers and
libraries because these packages install them into non-standard places.
These variables may be used in package Makefiles by doing:

	CPPFLAGS+=	${BUILDLINK_CPPFLAGS.<pkg>}
	LDFLAGS+=	${BUILDLINK_LDFLAGS.<pkg>}
2002-09-22 10:06:00 +00:00
jlam
e576968c0f Don't symlink certain classes of files that aren't needed by buildlink2:
*.pc and binaries.  Both these things are simply found by packages in their
true installed locations.
2002-09-22 09:52:33 +00:00
jlam
e44bf515dc 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.
2002-09-21 23:46:45 +00:00
jlam
2c9d572503 buildlink1 -> buildlink2 2002-09-21 07:56:28 +00:00
jlam
69869c3847 Don't build the man3 pages, as they get installed into ${PREFIX}/man/man0
when using perl58.

XXX This is probably not the right fix.  Longer term, we will want to
XXX modify the ExtUtils/MakeMaker module to properly handle not wanting
XXX to install man pages.
2002-09-21 07:43:50 +00:00
jlam
8c3c851c1e buildlink1 -> buildlink2 2002-09-21 00:31:17 +00:00
jlam
32ad6cd96f buildlink1 -> buildlink2 2002-09-21 00:24:03 +00:00
jlam
baa96cfa61 All users of unixodbc/buildlink.mk have been converted to use buildlink2. 2002-09-20 21:48:18 +00:00
jlam
2e5ad186d8 buildlink1 -> buildlink2 2002-09-20 21:47:22 +00:00
jlam
357966949c buildlink1 -> buildlink2 2002-09-20 21:32:05 +00:00
jlam
594e887946 buildlink1 -> buildlink2 2002-09-20 21:24:48 +00:00
jlam
6db942d607 buildlink1 -> buildlink2 2002-09-20 11:22:06 +00:00
jlam
5fac8f7d24 buildlink1 -> buildlink2 and move the USE_BUILDLINK2 definition to the
common Makefile.
2002-09-20 10:39:06 +00:00
grant
56be8e4316 remove DEPENDS on p5-DBI, as we are using buildlink2 now.
as discussed with jlam.
2002-09-20 02:51:00 +00:00
grant
0c5bb6abcc Make these scripts more portable by taking advantage of automatic rc.d
script handling and using @RCD_SCRIPTS_SHELL@.

as discussed with jlam.
2002-09-20 02:01:54 +00:00
grant
5a22b8505f buildlink1 -> buildlink2.
OK'd by jlam.
2002-09-20 01:45:27 +00:00
jlam
ca517b978b buildlink1 -> buildlink2. 2002-09-20 01:06:22 +00:00
jlam
7ba8964771 Add a buildlink2.mk file for other packages to use, as p5-DBI provides
headers needed by other packages.
2002-09-20 00:43:33 +00:00
jlam
d5181a8166 buildlink1 -> buildlink2 2002-09-20 00:30:22 +00:00
grant
e2c5a2e96b bump BUILDLINK_DEPENDS after adding dependancy on converters/libiconv.
as discussed with jlam.
2002-09-20 00:15:56 +00:00
grant
cf45c97673 - add dependancy on converters/libiconv
- convert to buildlink2
- bump PKGREVISION

as discussed with jlam.
2002-09-20 00:08:34 +00:00
jlam
5c053dd06a Take advantage of the auto-generation and installation of rc.d scripts. 2002-09-19 09:04:02 +00:00
jlam
e507190d0d When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file already
exists, then use it as the default value of DEINSTALL_EXTRA_TMPL or
INSTALL_EXTRA_TMPL.
2002-09-18 21:15:07 +00:00
grant
4f6db0cabd ${PKG_PREFIX} -> ${PREFIX}, fix a typo. 2002-09-18 16:11:18 +00:00
jlam
63f3771a9c Default to slapd=NO if it's not defined. 2002-09-12 10:19:11 +00:00
wiz
3e7767d385 Add buildlink2.mk. 2002-09-11 15:25:13 +00:00
wiz
72b16d7419 Fix MASTER_SITES. 2002-09-11 15:25:00 +00:00
schmonz
4864dbf962 Build on Darwin:
* don't pass a second (and wrong) pair of -o and -u arguments to ${INSTALL}
* use canonical pkgsrc config.guess and config.sub
2002-09-11 00:50:04 +00:00
jlam
fff01e21c8 Use a stricter test for a true rc.d system and default to pgsql=NO if not
supplied in /etc/rc.conf.
2002-09-10 23:20:04 +00:00
jlam
d74686f756 USE_PTHREAD died a long time ago; match pthread handling from buildlink.mk. 2002-09-10 19:46:30 +00:00
wiz
af5399ecd2 Update to 2.0.1. Lots of new entries, I guess.
Use buildlink2.
2002-09-05 16:41:18 +00:00
wiz
cb9992d481 unused 2002-09-05 16:10:58 +00:00
wiz
fa353ddc11 Complete move of package from gnome-mime-types to gnome-mime-data. 2002-09-05 16:10:16 +00:00
wiz
ebc278d2d8 Reimport from gnome-mime-types to match DISTNAME. 2002-09-05 16:05:32 +00:00
jonb
16bae308c0 Update to 7.2.2 for security reasons. Only a security fix since 7.2.1
And create a way to get rid of that stupid message from audit-packages!
2002-09-01 01:14:29 +00:00
mjl
3e97a53c44 Update p5-DBIx-SearchBuilder to 0.61
Absolutely no change log is available, unfortunately.
2002-08-31 01:19:08 +00:00
wiz
7744631da9 Add comment character before line continuation. 2002-08-30 16:58:44 +00:00
hubertf
fcc4db1c36 Hint on what's need for SSL 2002-08-30 16:41:07 +00:00
wiz
46caf38939 Wildcard ocaml DEPENDS. 2002-08-29 09:59:15 +00:00
jlam
940e98d289 buildlink1 -> buildlink2 2002-08-28 16:10:28 +00:00
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
jlam
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
2002-08-25 18:38:05 +00:00
jschauma
e41bbe63a1 databases/myslq-server appears to work fine on Linux as well, so add
Linux-*-* to the list of ONLY_FOR_PLATFORMs.
2002-08-23 03:34:41 +00:00
hubertf
e0d518ae4c Replace all these URLs with some real information 2002-08-22 22:36:26 +00:00
hubertf
a2fba3011d Add a few hints on what to change in the config file 2002-08-22 22:23:51 +00:00
mjl
34ad22728c Fix problems introduced by our local patch: AutoCommit handles wouldn't,
and executes on closed handles crashed perl hard. Fixes PR/18009.
2002-08-21 23:10:38 +00:00
mjl
238497d9d2 Update p5-DBI to 1.30.
Most notable changes:

  Fixed problems with selectrow_array, selectrow_arrayref, and
    selectall_arrayref introduced in DBI 1.29.
  The trace output can be sent to STDOUT instead of STDERR by using
    "STDOUT" as the name of the file, i.e., $h->trace(..., "STDOUT")
  Added $sth->{ParamValues} to return a hash of the most recent
    values bound to placeholders via bind_param() or execute().
  Enhanced ShowErrorStatement to include ParamValues if available:
    "DBD::foo::st execute failed: errstr [for statement ``...'' with params: 1='foo']"
  Fixed missing column in C implementation of fetchall_arrayref()
  Added C implementations of selectrow_arrayref() and fetchall_arrayref()
    in Driver.xst.  All compiled drivers using Driver.xst will now be
    faster making those calls.
    Drivers just need to be recompiled and reinstalled to enable it.
  Added $max_rows parameter to fetchall_arrayref() to optionally limit
    the number of rows returned. Can now fetch batches of rows.
  Added MaxRows attribute to selectall_arrayref()
    which then passes it to fetchall_arrayref().
  Documented that $h->func() does not trigger RaiseError etc
    so applications must explicitly check for errors.
  HandleError subroutine interface is now regarded as stable.
  Fixed reference loop causing a handle/memory leak
    that was introduced in DBI 1.16.
  Fixed DBI::Format to work with 'filehandles' from IO::Scalar
    and similar modules
  Fixed $h->func for DBI::PurePerl
  Fixed $dbh->{Name} for DBI::PurePerl
  Added DBI method call profiling and benchmarking.
  Added execute_array() and bind_param_array() documentation
  Removed undocumented Handlers attribute (replaced by HandleError).
  Greatly improved DBI::PurePerl in performance and accuracy.
  Added DBI::PurePerl, a transparent DBI emulation for pure-perl drivers
    See Perldoc DBI::PurePerl for details.
  Added DBI::Const::GetInfo* modules
  Added write_getinfo_pm utility to DBI::DBD
  Added $allow_active==2 mode for prepare_cached()
  Extend $h->{Warn} to commit/rollback ineffective warning
2002-08-21 00:30:20 +00:00
mycroft
8671208f3c Update to 2.0.25. Fixes many random bugs.
OpenLDAP 2.0.25 Release
        Fixed slapd extended op reqdata crash bug (ITS#1721)

OpenLDAP 2.0.24 Release
        Fixed slapd max incoming macro bug (ITS#1828)
        Fixed slapd acl group/dnaddr bug (ITS#1607)
        Fixed slapd connection management bug (ITS#1655)
        Fixed slapd port ntoh / addr init bugs (ITS#1615, ITS#1728)
        Fixed slapd PF_lOCAL typo (ITS#1660)
        Fixed slapd extended ops with NULL reqdata bug (ITS#1721)
        Fixed slapd replog logging without replica (ITS#1335)
        Fixed slapd NULL attrval indexing (ITS#1843)
        Fixed slurpd tls init bug (ITS#1613)
        Fixed back-ldbm dn normalization bug in onelevel searches (ITS#1654)
        Fixed back-ldbm modrdn root dn check (ITS#1761)
        Fixed back-ldbm idl overrun bug (ITS#1570)
        Fixed back-ldbm passwd textlen bug (ITS#1742)
        Fixed ber_bvstrdup() empty string bug (ITS#1662)
        Fixed ldapsearch filter bug (ITS#1649)
        Fixed maildap NULL domain bug (ITS#1022)
        Fixed libldap hostless URL bug (ITS#1697)
        Fixed liblutil /dev/urandom incomplete reads (ITS#1834)
        Fixed libldap_r threadpool free list (ITS#1839)
        Fixed libldap_r NT threads cond_broadcast (ITS#1865)
        Fixed sasl writes > 64K (ITS#1861)
        Fixed sasl session callback corruption (ITS#1799)
        Build environment
                Removed lint (ITS#1744)
        Documentation
                Updated release documents
2002-08-19 19:29:18 +00:00
agc
08854f44d6 Make this package compile on NetBSD 1.6 and above. 2002-08-19 11:23:14 +00:00
skrll
6e0f1b27b1 Make a shared libcgi as rrdtool wants to link it into a DSO.
Rearrange several bits of the rrdtool build mechanism so that we're not
cheating quite as much. The end result is that rrdtool now compiles on
both ELF and a.out.

Closes pkg/14606 from Tim Preston <tim at flibble dot org>
2002-08-10 13:59:33 +00:00
jlam
27cae62d46 These packages install libraries that differ from previous versions if they
are built using the hard-syscall-enabled pth.  Bump the PKGREVISION so we
can distinguish these packages from the previous ones.
2002-08-08 16:17:04 +00:00
jlam
32ff560e01 Copy crypt.h handling on SunOS from the postgresql-lib package. This
addresses pkg/17781 submitted by Julien T. Letessier
<julien.letessier at sun dot com>.
2002-08-07 07:28:35 +00:00
jlam
6114321176 Convert to use pthread.buildlink.mk. 2002-08-01 06:40:50 +00:00
jlam
96a5379f66 Really remove USE_PTHREAD. 2002-08-01 05:53:28 +00:00
jlam
75e61cb884 Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01 05:48:00 +00:00
wiz
90bba6c1d1 Use LTCONFIG_OVERRIDE. 2002-07-31 17:04:07 +00:00
jlam
e1be891dbc Change explicit build dependencies on perl into "USE_PERL5=build". This
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
2002-07-24 19:45:22 +00:00
agc
fbaee2ca08 Add and enable phppgadmin 2002-07-23 12:14:28 +00:00
agc
fbe7490b2d Initial import of phppgadmin-2.4.2 into the NetBSD Packages Collection.
Provided in PR 17683 by Sergio Jimenez <sjr@hispabsd.org>

phpPgAdmin is phpMyAdmin (for MySQL) ported to PostgreSQL.  phpPgAdmin
is a fully functional PostgreSQL administration utility.  You can use
it to create an maintain multiple databases and even multiple servers.

Features include:

- create and drop databases
- create, copy, drop and alter table/view/sequence/function/indicie/trigger
- edit and add fields (to the extent Postgres allows)
- execute any SQL-statement, even batch-queries
- manage primary and unique keys
- create and read dumps of tables
- administer one single database
- administer multiple servers
- administer postgres users and groups
2002-07-23 12:13:34 +00:00
jlam
80743a4834 Adapt to using perl-5.8.0. Perl 5.8.0 removes the need for libperl as
DynaLoader.a is now an archive of PIC objects.
2002-07-22 22:00:49 +00:00
grant
16d94342b9 update PATCH_SITES. 2002-07-22 11:17:03 +00:00
grant
4d5d950556 update MASTER_SITES. 2002-07-22 10:36:53 +00:00
schmonz
a77b81c7cd Update my email address. 2002-07-22 00:13:13 +00:00
kent
8b3f27dd7c Correct BULID_DEPENDS. This change fixes build error of web500gw. 2002-07-20 08:50:16 +00:00
cjs
37230c83e7 Don't hard-code PGHOME; get it from the passwd file. 2002-07-18 01:40:07 +00:00
mycroft
9e3878ee9e Move the mkdir line... 2002-07-15 18:23:40 +00:00
mycroft
4f180130ab Add a mkdir for share/doc/db3/ref/splash, since there are no files in it. 2002-07-15 18:22:10 +00:00
wiz
83379639ee Update to 2.1017, based on pkg/17295 by Sergey Svishchev.
Changes since 1.2219:
* dbdimp.c: Added a required check for mysql_errno.
  Steve Hay <Steve.Hay@uk.radan.com>
* dbdimp.c: Removed use of mysql_eof. Jay Lawrence <jay@lawrence.net>
* dbdimp.c: Fixed mysql_is_auto_increment.  Paul Walmsley
  <shag-dbdmysql@booyaka.com> and Paul Dubois <paul@kitebird.org>
* dbdimp.c: Added use of mysql_ssl_set.  Chris Hanes <chanes@i-c.net>
* Some fixes in the docs. Paul Dubois <paul@kitebird.com>
* Added mysql_is_auto_increment. (Someone else, but forgot his email, sorry!)
* lib/DBD/mysql.pod: Fixed minor bug in an example.
* Within AutoCommit mode, reconnect is now turned off, because the
  transaction state is unpredictable otherwise.
* dbdimp.c: Added use of SvMAGICAL to dbd_db_quote.
  Rudy Lippan <almighty@randomc.com>
* bind_param now using mysql_real_escape_string
  as well. Dave Rolsky <autarch@urth.org>
* Added mysql_ssl flag to DBI->connect.
* Quoting now based on mysql_real_escape_string. Thanks
  to Dave Rolsky <autarch@urth.org> for suggesting this.
* Portability changes for MySQL 4.
* dbdimp.c: Fixed $dbh->{mysql_insertid}; added t/insertid.t
* Added transaction support for MySQL.  (Bob Lyons <lyons@nextrials.com>)
* dbd/dbdimp.c: Fixed MAXLENGTH warning; used to hint for a not existing
  mysql_maxlength, which should read mysql_max_length.
  (Paul DuBois <paul@snake.net>)
* Fixed installation problem when a directory was specified,
  but did not exist. (Will Partain <partain@dcs.gla.ac.uk>)
* Fixed that mysql_errno wasn't used properly. (Chris Adams
  <cmadams@hiwaay.net>)
* Fixed test suite problem, when user name and password
  have been interpolated. (Bruno Hivert (LMC) <lmcbrhi@lmc.ericsson.se>)
* mysql_insertid and mysql_affectedrows are no longer treated
  as integers, but longs. Thanks to Michael G Schwern <schwern@pobox.com>.

make test gives the same output as for the previous pkgsrc version.
Thanks, atatat!
2002-07-07 12:34:49 +00:00
wiz
f25cad8347 Add and enable gdbm_primitive 2002-07-04 20:04:30 +00:00
wiz
8507b7648d Initial import of gdbm_primitive:
A collection of small binaries to access and modify GDBM databases.
Supplied by Ola Eriksson in pkg/15521, with buildlinking and some
cleanup by me.
2002-07-04 20:03:29 +00:00
hubertf
cf08d0c273 Update p5-DBD-Sybase to 0.94. Changes:
Release 0.93

	Added password encryption option to connect() request (contributed
        by Tin Martone)
        Added initial nsql().
	Added ct_get_data(), ct_send_data() and friends func().
	Added ?-style placeholder support for exec proc statements.
	Changed getExtraLibs() in Makefile.PL to *not* link with -linsck
	or -ltli (this avoids problems if the $SYBASE/config/libtcl.cfg
	file has been set to load the threaded version of these
	libraries.)
        Added support for primary_key_info().
        (release 0.92 was never publicly released for various reasons)

        Bugs Fixed:
	366    ping() fails if connection has been marked dead
	364    t/fail.t bug.

Release 0.91

	Removed artificial 1024 byte limit on char/varchar datatypes in
	result sets.

	Bug Fixes:

	213: BLOBs are returned in HEX, not binary.

Release 0.90

        Release number sequence change: I'm dropping the "alpha" qualifier
        and I expect to release 1.00 fairly soon.

	Small Makefile.PL fix for Sybase 12.0 installation directory
	changes.
	Applied patch from Tim Ayers to allow 0x type formatting for
	binary data fetches (similar to what Sybase::CTlib and
	Sybase::DBlib allow).
	Fixed some t/ scripts to not fail when run against MS-SQL.
	Corrected the handling of timeout events in the client
	callback.

	Bug Fixes:

	349: CS_NUMERIC bindings for ?-style placeholders fails for large
             values.
       	345: Dynamic statement ids get re-used.
	351: prepared statements with placeholders cause handle to become
	     unusable if *first* execute fails.
	352: ping() doesn't work right in Apache::DBI (thanks to
	     Kiriakos Georgiou)
	353: syb_quoted_identifier doesn't work.
	354: Calling fetch() after prepare() but no execute() fails with
	     internal DBI error. This should also fix bug # 278 and 288.
	297: type_info() returns incorrect or no data.
	344: timeout doesn't work correctly.

Fixes PR 15067 bye ebe@statsbiblioteket.dk
2002-07-02 23:57:21 +00:00
wiz
f38caeccae Fix RCS Id. 2002-07-02 12:42:18 +00:00
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26 10:29:33 +00:00
jlam
7f6b483fc3 * Honor PKG_SYSCONFDIR for location of freetds.conf config file.
* Use GNU_CONFIGURE_PREFIX instead of HAS_CONFIGURE workaround.
2002-06-23 03:38:21 +00:00
jschauma
38b8b3faa2 Update dependency of ocaml to 3.04 -> remove dependency on now obsolete
package lang/camlp4 (included in ocaml 3.04)

Update to version 4.06.  Changes way too many to list here, please see
http://cristal.inria.fr/~ddr/GeneWeb/en/version/4.06.html for details.
2002-06-20 15:42:09 +00:00
wiz
9a26d50068 Bump PKGREVISION for explorer's bugfixes. 2002-06-18 12:43:02 +00:00
explorer
71c275a6da update patchfile 2002-06-18 07:06:44 +00:00
explorer
2099315373 Fix DBD-postgresql to not keep a transaction open when idle. Without this change, postgresql 7.2 cannot vacuum properly. This change was submitted to the DBD-postgresql author, with no reply. 2002-06-18 07:05:30 +00:00
wiz
535fcdd97d Needs at least 3.23.49nb1 of mysql-client. 2002-06-16 22:03:03 +00:00
wiz
ec5a863a37 Depend on mysql-client>=3.23.49. 2002-06-16 21:46:17 +00:00
wiz
5535312f0a Add -Wl,-R${PREFIX}/lib/mysql to LDFLAGS, and thus to mysql_config's
--libs output. Proposed in pkg/17287 by Sergey Svishchev.
Bump version to 3.23.49nb1.
2002-06-16 21:45:45 +00:00
wiz
9284328bb7 Add and enable p5-Apache-DBI. 2002-06-16 20:46:35 +00:00
wiz
b0991e2050 Initial import of p5-Apache-DBI, provided by Sergey Svishchev in pkg/17286.
DESCR:
Apache::AuthDBI.pm and Apache::DBI.pm are supposed to be used with
the Apache server together with an embedded perl interpreter like
mod_perl. They provide support for basic authentication and
authorization as well as support for persistent database connections
via Perl's Database Independent Interface (DBI).
2002-06-16 20:43:10 +00:00
cjep
64c9e8a407 Change USE_KERBEROS to PKG_USE_KERBEROS in pkgsrc. There was a "conflict"
which the basesrc USE_KERBEROS variable. Discussed on packages@

This fixes PR#17182 from Takahiro Kambe. The problem was pointed out by
FUKAUMI Naoki on a Japanese NetBSD mailing list.
2002-06-15 21:19:59 +00:00
dmcmahill
921df3b1a1 enable on more recent versions of netbsd-alpha that have FPC code 2002-06-15 18:35:13 +00:00
cjep
195c058605 Add dependency on perl (noticed missing in the arm bulk build) 2002-06-07 12:16:30 +00:00
cjep
c282139ca8 Turn off optimization on NetBSD/arm. Having it on causes a hang in compilation. 2002-06-07 08:17:33 +00:00
tron
c92b355283 Make included MIT pthread library build under NetBSD 1.6. 2002-06-03 14:08:27 +00:00
wiz
0fa3acb6d5 regen (no patch-aa here) 2002-05-21 11:16:36 +00:00
cjep
48c7c377e4 Add NetBSD tag. 2002-05-20 22:16:54 +00:00
cjep
4972f56304 On arm32 turn off optimisation so that this package builds. 2002-05-19 19:37:50 +00:00
mjl
767893854a Update p5-DBD-postgresql to 1.13
- add definition for missing type 'numeric' and fix segfault in pg_type
 - implement missing metadata methods and change existing ones
2002-05-16 21:19:06 +00:00
rh
eec5818a13 Add buildlink.mk 2002-05-12 01:09:02 +00:00
wiz
4f8af998fd Add some mirrors; the previous MASTER_SITE has turned into a mirror-list.
Fixed pkg/16569.
2002-05-11 23:26:55 +00:00
rh
ab1e7f7df3 Add and enable gnome-mime-types 2002-04-27 11:39:44 +00:00
rh
b050888baf Initial import gnome-mime-types-1.0.7, a MIME and application database for
GNOME2.
2002-04-27 11:38:54 +00:00
jwise
b39f87bf71 Remove patch which is no longer needed. 2002-04-19 17:59:51 +00:00
jwise
cde7af2693 Update jdbc-postgresql to the version shipped with PostgreSQL 7.2.1.
Only documented change since previous pkgsrc revision is creation of
a sepearate jar file with compiled versions of the examples.  Other
changes may exist.
2002-04-19 17:59:18 +00:00
fredb
9807afcb60 Update dependency on xforms. We're mainly bumping the dependency
and package revision, since we may now link against the forms shared
library, and because we also have to add a dependency on jpeg lib.
2002-04-17 04:45:06 +00:00
veego
272214692b Patch the Install.pm file so we also add -Wl,-R$libdir for the mysqlclient
library on NetBSD. Fixes my PR# pkg/15574
2002-04-14 14:11:19 +00:00
veego
de20d1aaa1 Now, fix PR pkg/16038 for real. Remember to do a clean build after adding
a patch, a Makefile could be overwritten by a Makefile.in.

So we have to patch Makefile.in and not the Makefile.
2002-04-14 13:32:36 +00:00
jlam
3cfd71c5f7 Fix problem with MASTER_SITES reported by Dan McMahill in private email.
The make variable expansion differs between 1.5.x make and a -current make,
so simplify it by flattening it out.
2002-04-13 06:49:43 +00:00
fredb
ba41f8ec1e Ahh, the pitfalls of including bsd.*.mk. Keep up with NetBSD-1.5ZC, and
don't install libpthread.a there, either. Closes PR pkg/16038.
2002-04-11 16:16:48 +00:00
fredb
c1136110cc Prefix register names with '%' in included mit-pthreads to let this build
on current/m68k (plus minor clean-ups: a paste-o and whitespace).
2002-04-11 13:45:24 +00:00
taca
1cd3ee1729 Fix PLIST for postgresql 7.2.1. 2002-04-06 09:41:03 +00:00
jlam
bc4a8b3a74 Update databases/postgresql and related sub-packages to 7.2.1.
*** Please note that a dump/restore is NOT required for those ***
*** running PostgreSQL 7.2.                                   ***

Important changes from version 7.2 include:

 Ensure that sequence counters do not go backwards after a crash (Tom)
 Allow psql \connect to handle mixed case database and user names (Tom)
 Return proper OID on command completion even with ON INSERT rules (Tom)
 Allow COPY FROM to use 8-bit DELIMITERS (Tatsuo)
 Improve handling of multiple UNIONs with different lengths (Tom)
 Fix for array subscripts handling (Tom)
 Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom)
2002-04-05 16:27:27 +00:00
jlam
721e70574c Add a few error checks for whether the commands we want to execute actually
exist.
2002-04-05 16:23:23 +00:00
abs
5f28d1c502 If we do not have /etc/rc.subr, but we do have /etc/rc.conf, still source it. 2002-04-05 09:50:16 +00:00
hubertf
0a0ac1392e Make this find it's headers 2002-04-05 01:49:46 +00:00
hubertf
f5e8ffb242 add a few includes that are needed to build gtksql 2002-04-05 01:49:01 +00:00
jlam
cd7f187968 Update postgresql and related packages to 7.2. Thanks to Michael Graff
<explorer@flame.org> for most of the work on this update.

Pkgsrc changes from the previous version include removing Makefile.ssl and
some patches that have been integrated into this release of PostgreSQL.  We
leave open the question of when to byte-compile the Python modules for the
PyGreSQL interface and just do it as before, although we should consider
doing the compilation as a post-install step to ensure that the timestamps
are correct.  We also reorder some lines in the Makefile to include
Makefile.common below certain definitions (GNU_CONFIGURE, USE_BUILDLINK_ONLY)
as they may possibly trigger different portions of Makefile.common.

*** Please note that a dump/restore is required to migrate an existing ***
*** PostgreSQL installation to 7.2.                                    ***

Major changes from version 7.1.3 are geared toward improving use in
high-volume applications and include:

   VACUUM
	   Vacuuming no longer locks tables, thus allowing normal user access
           during the vacuum. A new "VACUUM FULL" command does old-style
           vacuum by locking the table and shrinking the on-disk copy of the
           table.

   Transactions
           There is no longer a problem with installations that exceed four
           billion transactions.

   OID's
           OID's are now optional. Users can now create tables without OID's
           for cases where OID usage is excessive.

   Optimizer
           The system now computes histogram column statistics during
           "ANALYZE", allowing much better optimizer choices.

   Security
           A new MD5 encryption option allows more secure storage and
           transfer of passwords. A new Unix-domain socket authentication
           option is available on Linux and BSD systems. PAM authentication
           is also available.

   Statistics
           Administrators can use the new table access statistics module to
           get fine-grained information about table and index usage.
2002-04-04 14:36:42 +00:00
jlam
90a9130fb1 Update postgresql and related packages to 7.2. Thanks to Michael Graff
<explorer@flame.org> for most of the work on this update.

Pkgsrc changes from the previous version include removing Makefile.ssl and
some patches that have been integrated into this release of PostgreSQL.  We
leave open the question of when to byte-compile the Python modules for the
PyGreSQL interface and just do it as before, although we should consider
doing the compilation as a post-install step to ensure that the timestamps
are correct.  We also reorder some lines in the Makefile to include
Makefile.common below certain definitions (GNU_CONFIGURE, USE_BUILDLINK_ONLY)
as they may possibly trigger different portions of Makefile.common.

*** Please note that a dump/restore is required to migrate an existing ***
*** PostgreSQL installation to 7.2.                                    ***

Major changes from version 7.1.3 are geared toward improving use in
high-volume applications and include:

   VACUUM
	   Vacuuming no longer locks tables, thus allowing normal user access
           during the vacuum. A new "VACUUM FULL" command does old-style
           vacuum by locking the table and shrinking the on-disk copy of the
           table.

   Transactions
           There is no longer a problem with installations that exceed four
           billion transactions.

   OID's
           OID's are now optional. Users can now create tables without OID's
           for cases where OID usage is excessive.

   Optimizer
           The system now computes histogram column statistics during
           "ANALYZE", allowing much better optimizer choices.

   Security
           A new MD5 encryption option allows more secure storage and
           transfer of passwords. A new Unix-domain socket authentication
           option is available on Linux and BSD systems. PAM authentication
           is also available.

   Statistics
           Administrators can use the new table access statistics module to
           get fine-grained information about table and index usage.
2002-04-04 07:41:00 +00:00
jlam
159f541497 Fix bug in in "/etc/rc.d/pgsql stop": we need to use "fast" mode rather
than "smart" mode so that the the database will always cleanly shutdown.
Previously, postgres would wait for clients to disconnect before stopping
the database process, which sometimes resulted in unclean shutdowns.
Problem noted by Curt Sampson <cjs@cynic.net> in private email.

I also convert this to use /etc/rc.subr if it is present.
2002-04-04 05:21:50 +00:00
jlam
4ff8ce82f6 Add distinfo file required for standalone packages. 2002-04-03 09:36:21 +00:00
jlam
60adf92dcf Make odbc-postgresql build stand-alone instead of requiring Makefile.common
from databases/postgresql.  Also honor PKG_SYSCONFDIR.
2002-04-03 09:29:55 +00:00
jlam
c11115f2ab Substitute ${TRUE} for "true". 2002-04-03 09:24:08 +00:00
yyamano
fe4b706f3e Make conf-ld to make it build on Darwin. pkg/15467 2002-03-30 13:15:02 +00:00
uebayasi
3449fcf1fb Add & enable db4. 2002-03-30 05:37:10 +00:00
uebayasi
5a667bb687 Initial import of Sleepycat db4 provided by Alex Newman <dolemite@wuli.nu>
in pkg/16075.

From DESCR:

	Berkeley DB is an embeddable database system that supports keyed
	access to data. The software is distributed in source code form,
	and developers can compile and link the source code into a single
	library for inclusion directly in their applications.
2002-03-30 05:35:57 +00:00
briggs
d58d53e602 Adjust syscalls-powerpc-netbsd.S so it will build correctly again.
Problem reported on port-macppc by Ryan La Riviere <larz@cbis.ece.drexel.edu>.
2002-03-25 15:19:30 +00:00
fredb
2e99992065 Bump dependency on ruby-base and ${PKGREVISION} as a result of the
fix to ${MACHINE_GNU_PLATFORM} causing ${RUBY_SITEARCHLIBDIR} to be
moved on certain ports.
2002-03-21 04:48:05 +00:00
martti
20be89b3b2 Updated p5-DBD-mysql to 1.2219
Changes since 2.2216 are missing, here is the changes from 1.2215 to 1.2216 :
* Portability changes for mSQL 3 and MySQL 4.
* Added transaction support for MySQL.
  (Bob Lyons <lyons@nextrials.com>)
* dbd/dbdimp.c: Fixed MAXLENGTH warning; used to hint for
  a not existing mysql_maxlength, which should read
  mysql_max_length. (Paul DuBois <paul@snake.net>)
* Fixed installation problem when a directory was specified,
  but did not exist. (Will Partain <partain@dcs.gla.ac.uk>)
* Fixed that mysql_errno wasn't used properly. (Chris Adams
  <cmadams@hiwaay.net>)
* Fixed test suite problem, when user name and password
  have been interpolated. (Bruno Hivert (LMC)
  <lmcbrhi@lmc.ericsson.se>)
* mysql_insertid and mysql_affectedrows are no longer treated
  as integers, but longs. Thanks to Michael G Schwern
  <schwern@pobox.com>.
2002-03-20 11:33:04 +00:00
martti
17885721f4 Updated mysql-server to 3.23.49
* Don't give warning for statement that is only a comment; This is
  needed for mysqldump --disable-keys to work.
* Fixed unlikely caching bug when doing a join without keys. In this case
  the last used field for a table always returned NULL.
* Added options to make LOAD DATA LOCAL INFILE more secure.
* Added --xml option to mysqldump for producing XML output.
* Changed to use autoconf 2.52 (from autoconf 2.13)
* Fixed bug in complicated join with const tables.
* Added internal safety checks for InnoDB.
* Some InnoDB variables was always shown in SHOW VARIABLES as OFF on
  high-byte-first systems (like sparc).
* Fixed problem with one thread using an InnoDB table and another thread
  doing an ALTER TABLE on the same table. Before that, mysqld could crash
  with an assertion failure in row0row.c, line 474.
* Tuned the InnoDB SQL optimizer to favor more often index searches over
  table scans. SELECT queries will now also generally run faster on all
  platforms.
* If MySQL binlogging is used, InnoDB now prints after crash recovery the
  latest MySQL binlog name and the offset InnoDB was able to recover to.
  This is useful, for example, when resynchronizing a master and a slave
  database in replication.
* Added better error messages to help in installation problems of
  InnoDB tables.
* One can now recover also MySQL temporary tables which have become
  orphaned inside the InnoDB tablespace.
* InnoDB now prevents a FOREIGN KEY declaration where the signedness is
  not the same in the referencing and referenced integer columns.
* Calling SHOW CREATE TABLE or SHOW TABLE STATUS could cause memory
  corruption and make mysqld to crash. Especially at risk was mysqldump,
  because it calls frequently SHOW CREATE TABLE.
* If inserts to several tables containing an auto-inc column were wrapped
  inside one LOCK TABLES, InnoDB asserted in lock0lock.c.
* In 3.23.47 we allowed several NULLS in a UNIQUE secondary index for an
  InnoDB table. But CHECK TABLE was not relaxed: it reports the table as
  corrupt. CHECK TABLE no longer complains in this situation.
* SHOW GRANTS now shows REFERENCES instead of REFERENCE.
2002-03-18 14:17:43 +00:00
martti
aaa9d6358b Updated mysql-client to 3.23.49
* Don't give warning for statement that is only a comment; This is
  needed for mysqldump --disable-keys to work.
* Fixed unlikely caching bug when doing a join without keys. In this case
  the last used field for a table always returned NULL.
* Added options to make LOAD DATA LOCAL INFILE more secure.
* Added --xml option to mysqldump for producing XML output.
* Changed to use autoconf 2.52 (from autoconf 2.13)
* Fixed bug in complicated join with const tables.
* Added internal safety checks for InnoDB.
* Some InnoDB variables was always shown in SHOW VARIABLES as OFF on
  high-byte-first systems (like sparc).
* Fixed problem with one thread using an InnoDB table and another thread
  doing an ALTER TABLE on the same table. Before that, mysqld could crash
  with an assertion failure in row0row.c, line 474.
* Tuned the InnoDB SQL optimizer to favor more often index searches over
  table scans. SELECT queries will now also generally run faster on all
  platforms.
* If MySQL binlogging is used, InnoDB now prints after crash recovery the
  latest MySQL binlog name and the offset InnoDB was able to recover to.
  This is useful, for example, when resynchronizing a master and a slave
  database in replication.
* Added better error messages to help in installation problems of
  InnoDB tables.
* One can now recover also MySQL temporary tables which have become
  orphaned inside the InnoDB tablespace.
* InnoDB now prevents a FOREIGN KEY declaration where the signedness is
  not the same in the referencing and referenced integer columns.
* Calling SHOW CREATE TABLE or SHOW TABLE STATUS could cause memory
  corruption and make mysqld to crash. Especially at risk was mysqldump,
  because it calls frequently SHOW CREATE TABLE.
* If inserts to several tables containing an auto-inc column were wrapped
  inside one LOCK TABLES, InnoDB asserted in lock0lock.c.
* In 3.23.47 we allowed several NULLS in a UNIQUE secondary index for an
  InnoDB table. But CHECK TABLE was not relaxed: it reports the table as
  corrupt. CHECK TABLE no longer complains in this situation.
* SHOW GRANTS now shows REFERENCES instead of REFERENCE.
2002-03-18 14:17:38 +00:00
wiz
3e666d2f42 Update to 0.53, based on pkg/15066.
Changes since 0.51:
- tdspool now working for big endian systems
- Added some descriptive text to the PWD file
- EINTR handling during login (Kostya Ivanov)
- Added support for TLI style interfaces files (thanks Michael for explaining)
- Added 'text size' config option which changes textsize on connect
- Added preliminary TDS 8.0 support (no new datatypes supported though)
- Added 'emulate little endian' config flag
- Some TDS5 placeholder stuff.  Not ready for primetime yet.
- Added support for new configuration format (freetds.conf)
- unixODBC now working
- Added support for nullable bits (BITN)
- checked in work on tds connection pooling server
- added preliminary userguide (James Lowden and me)
- a lot of work on ODBC driver, now works with PHP
- added config options for iodbc/unixodbc (unixODBC doesn't actually work yet)
- image -> char now works (verified with ctlib only)
- varbinary -> char now works with destlen of -1
- New config routines
- numeric problem with 7.0 fixed
- digit cutoff on numerics/floats fixed
As well as some bug fixes.
2002-03-14 23:57:02 +00:00
mjl
6ef2a68bc0 Update p5-DBD-postgresql to 1.11
* Pg.pm (quote): Applied patch to simplfiy and speed up quoting.
2002-03-14 22:23:36 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
tv
9ecf94c097 Add directory level "source" to MASTER_SITES. Only the newest version
(now 7.2, but I'm not in a position to upgrade the whole shebang yet) is
accessible directly form the top distro level.
2002-03-12 22:09:35 +00:00
wiz
2ce48bdc9e Install executable and man page in package's Makefile directly.
Work-around for pkg/15385.
2002-03-12 01:52:27 +00:00
jlam
43c1145f91 Remove odd -L${WRKSRC}/libraries junk from openldap libtool archives.
Fixes part of pkg/15794 by Bernd Ernesti <bernd@arresum.inka.de>.  This
wasn't actually a buildlink problem, but buildlink is flexible enough to
provide a solution.
2002-03-07 23:40:56 +00:00
jlam
eb1e93618c If USE_SASL == YES, then the openldap libraries are linked against
libsasl.so, so include cyrus-sasl/buildlink.mk to pull in the SASL
libraries into ${BUILDLINK_DIR}.
2002-03-07 21:50:40 +00:00
wiz
7a2ac970fe Sort. 2002-02-28 17:50:05 +00:00