Commit graph

17 commits

Author SHA1 Message Date
Palle Girgensohn
34fa6c853e Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)
2005-01-31 00:35:55 +00:00
Sergey Matveychuk
e3800f2448 - Update to 0.7.2
*  View support added
    * hk_connection: passworddialog accepts a defaultdatasource for ODBC now
    * SQLite3 support added
    * local databases in different directories can be opened now
    * Bugfixes
2004-12-03 17:05:23 +00:00
Sergey Matveychuk
e3ea92b343 - Update to 0.7.1
- Add SQLite2 support
- add startup file to run ldconfig
2004-11-06 17:38:23 +00:00
Sergey Matveychuk
37980855a6 Update to 0.7
PR:		ports/69099
Submitted by:	Andrej Zverev <az@inec.ru>
Approved by:	krion (mentor)
2004-07-16 03:19:43 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Sergey Matveychuk
067ca0c478 Change email address for my ports.
Approved by:	krion (mentor)
2004-07-07 19:20:02 +00:00
Kris Kennaway
09ffb2e758 Add missing manpages 2004-05-08 05:34:51 +00:00
Mark Linimon
29f03bf761 Update to 0.6.3:
- the password will be stored in the file .hk_classes/SERVER/driver.conf,
   the RW-flags are set to the user only
 - hk_presentation: presentation local datasources can be defined in the
   datasource dialog
 - Python script handles uninstall now
 - (many other minor API changes and bugfixes: see ChangeLog)

Also, the port consolidates several patches into patching one Makefile.in.

PR:		ports/65166
Submitted by:	Sergey Matveychuk <sem@ciam.ru> (maintainer)
2004-04-11 01:23:14 +00:00
Kirill Ponomarev
4efa9ce4ab - Use USE_ICONV knob
Approved by:	portmgr
2004-03-30 19:20:22 +00:00
Kirill Ponomarev
9ec3d7c524 - Fix default options
PR:		ports/64674
Submitted by:	maintainer
2004-03-25 07:38:47 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Tilman Keskinoz
854c161f24 - Update to 0.6.2
- portlint
- utilize OPTIONS
- Add ODBC driver
- Pass Maintainership to submitter

PR:		64072
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2004-03-11 19:10:27 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Tilman Keskinoz
9c4790dc36 Fix python support.
Bump PORTREVISION

Reported by:	enoal <sreco@xmission.com>
2003-11-04 18:33:12 +00:00
Sean Chittenden
ad38f1c6bb Add PostgreSQL support. Make MySQL support optional, but on by default.
Specifying WITHOUT_MYSQL removes MySQL support.  WITH_POSTGRESQL speaks
for itself.  Port revision bump.
2003-11-01 00:48:30 +00:00
Tilman Keskinoz
54742d5f69 Remove bogus autoconf dependency
USE_MYSQL
Add LDCONFIG_DIRS
2003-10-31 13:28:15 +00:00
Tilman Keskinoz
ffa94017d6 Add hk_classes,
C++ library which allows rapid development of database applications.

Note: hk_classes works with mysql, postgresql und ODBC, but this port only
supports mysql at the moment.

Prodded by: 	enoal <sreco@xmission.com>
PR:		41380
2003-10-31 12:38:30 +00:00