Commit graph

1217 commits

Author SHA1 Message Date
tron
cd4e498f06 - Fix installation of online documentation.
- Supply example configuration for Apache web server.
- Search for configuration file in "${PKG_SYSCONFDIR}/phpmyadmin".
- Rearrange directory structure so that the PHP files can be mapped
  into a web server's document space instead of copying them.
- Bump package revision after above changes.
These improvements are based on the patches supplied by Adrian Portelli
in PR pkg/19708.
2003-01-12 14:04:57 +00:00
jlam
894e5a9bf9 Updated databases/pgaccess to 0.98.8. Major changes from version 0.98.7
include:

  * Completely redesigned interface, brighter and full of helpful icons
    and better widgets.

  * Connect to multiple databases on different hosts in one instance of
    the program.  Forms, Reports, Queries, Scripts, and Diagrams can be
    copied between clusters.

  * Syntax highlighting.

  * Forms took a leap, with a snappy grid, more widgets, more fonts, more
    colors, simpler data source connection, tab order modification, and a
    removal of the 8k barrier.

  * The PgMonitor program was pulled under the umbrella, and can be run as
    a plugin from the main window menu.
2003-01-11 23:04:11 +00:00
jlam
c870cd3712 Install the conversion modules and SQL script for postgresql. Bump the
PKGREVISION of databases/postgresql-server to 1.
2003-01-11 02:13:54 +00:00
schmonz
85caee66fe Define NO_PKGTOOLS_REQD_CHECK, which will mean something in a moment. 2003-01-09 13:11:10 +00:00
uebayasi
74c44aee6e Use the right interface of Buildlinked directory.
Pointed out by wiz.
2003-01-07 12:52:44 +00:00
uebayasi
a102473294 Buildlinkify. 2003-01-07 11:42:31 +00:00
uebayasi
917d29d213 Rename older (<1.6) Guile as guile14.
Packages using Guile now all depend on guile14.  These packages are
expected to be made depend on newer Guile (1.6.x) when updated in the
future.
2003-01-07 03:56:17 +00:00
jlam
40d4e783e2 Suppress checks for building libpgtcl.a if tcl-postgresql package is
installed.
2003-01-05 20:19:35 +00:00
jlam
475cbe5281 Bump PKGREVISION due to increase in the major number of libpq.so between
version 7.2.3 and 7.3.1 of databases/postgresql-lib.
2003-01-05 20:14:20 +00:00
jlam
4ec712783e Updated databases/postgresql to 7.3.1.
==================================================================
      | NOTE:  A dump-and-restore is required to update your databases |
      |        if you wish to update postgresql-server. If your        |
      |        application examines the system catalogs, additional    |
      |        changes will be required due to the introduction of     |
      |        schemas in 7.3; for more information, see:              |
      |                                                                |
      |   http://www.ca.postgresql.org/docs/momjian/upgrade_tips_7.3   |
      ==================================================================

Major changes from version 7.2.3 include:

   Schemas
          Schemas allow users to create objects in separate namespaces,
          so two people or applications can have tables with the same
          name. There is also a public schema for shared tables.
          Table/index creation can be restricted by removing permissions
          on the public schema.

   Drop Column
          PostgreSQL now supports the ALTER TABLE ... DROP COLUMN
          functionality.

   Table Functions
          Functions returning multiple rows and/or multiple columns are
          now much easier to use than before. You can call such a "table
          function" in the SELECT FROM clause, treating its output like a
          table. Also, PL/pgSQL functions can now return sets.

   Prepared Queries
          PostgreSQL now supports prepared queries, for improved
          performance.

   Dependency Tracking
          PostgreSQL now records object dependencies, which allows
          improvements in many areas. "DROP" statements now take either
          CASCADE or RESTRICT to control whether dependent objects are
          also dropped.

   Privileges
          Functions and procedural languages now have privileges, and
          functions can be defined to run with the privileges of their
          creator.

   Internationalization
          Both multibyte and locale support are now always enabled.

   Logging
          A variety of logging options have been enhanced.

   Interfaces
          A large number of interfaces have been moved to
          http://gborg.postgresql.org where they can be developed and
          released independently.

   Functions/Identifiers
          By default, functions can now take up to 32 parameters, and
          identifiers can be up to 63 bytes long. Also, OPAQUE is now
          deprecated: there are specific "pseudo-datatypes" to represent
          each of the former meanings of OPAQUE in function argument and
          result types.
2003-01-05 20:12:07 +00:00
jlam
00db3248fd Decouple py-postgresql from the postgresql build infrastructure and make
this package build standalone.  py-postgresql uses it's own version
numbering and really doesn't have much to do with the rest of the
postgresql packages.
2003-01-05 19:26:16 +00:00
cjep
a0acc780b0 Test for useradd rather than user. The package then installs cleanly on
Solaris.
2003-01-05 14:39:41 +00:00
tron
7dd23d4fd0 Update "phpmyadmin" to version 2.3.3.1 (2.3.3pl1). This version fixes
numerous bugs discovered since the release of version 2.3.2.
2003-01-05 14:25:18 +00:00
tron
2e107ae99c Update "phpmyadmin" package to version 2.3.2. Changes since version 2.2.0
include an improved user interface and many bug fixes.
The update was provided by Adrian Portelli in PR pkg/19012.
2003-01-05 08:41:45 +00:00
cjep
b277a020e1 Attempt to make this work with python 2.2. Also use buildlink2 for
openldap1.
2003-01-04 18:16:22 +00:00
lukem
afe01dffe4 this needs gmake to build... 2003-01-03 00:38:31 +00:00
lukem
7347a6cf7d Define USE_BUILDLINK2 so that this actually knows about the dependency
on mysql-client ...
2003-01-02 23:35:43 +00:00
jlam
44acf34f84 Updated databases/jdbc-postgresql to 7.3.1. Changes from version 7.2.3
include:

   Allow JDBC to compile with JDK 1.4
   Add JDBC 3 support
   Allows JDBC to set loglevel by adding ?loglevel=X to the connection URL
   Add Driver.info
   Add updateable result sets
   Add support for callable statements
   Add query cancel capability
   Add refresh row
   Fix MD5 encryption handling for multibyte servers
   Add support for prepared statements

Approved by jwise@netbsd.org.
2003-01-02 18:46:39 +00:00
mjl
83e0a24f19 Update p5-DBIx-SearchBuilder to 0.76
Extra checking for cache misses in DBIx::SearchBuilder::Record::Cachable
	The start of support for checking database version, so that we can do
	version-specific SQL
	utf-8 safe searching
	arbitrarily complex grouping clauses.
	complex query generation.
	Adding support for mysqlPP
	Fixed a caching bug that caused multiple copies of an object in memory to not
	be kept in sync
	Fixed bug in setting a column to the value of an SQL statement.
	Better support for Postgres 7.2 and transactions.
	Support for Class::ReturnValue to channel errors up when expected
	Dependency on Class::ReturnValue
	Minor cleanups and refactorings to allow percolation of errors on create
2003-01-02 15:36:33 +00:00
wulf
fd426ebc6c Updated to genweb-4.09: Fixed security hole 2003-01-02 09:34:50 +00:00
rh
9666c25aeb Make this a prerequisite of gnome-vfs and only conflict with
gnome-vfs<=1.0.3
Bump PKGREVISION
2003-01-02 03:21:34 +00:00
jlam
2c140f9f2a Mechanical conversion to use java-vm.mk. 2002-12-31 15:44:28 +00:00
seb
2c19017573 Workaround an apparent bug in make (cannot put comment in a .eli* line). 2002-12-29 00:43:52 +00:00
jschauma
7e72fa0860 Bump PKGREVISION on packages that depend on x11/xforms, since there
has been a soname change.  Pointed out by fredb.
2002-12-28 21:22:53 +00:00
jlam
a0712b80ae Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files as
suggested by Simon J. Gerraty.
2002-12-26 20:52:09 +00:00
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