Commit Graph

33 Commits

Author SHA1 Message Date
Sergey Matveychuk
96420a7e04 - NOT_FOR_ARCH=ia64. Does not build.
Reported by:	kris mail
2006-06-06 09:01:20 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Sergey Matveychuk
2d249e8ce0 - Remove USE_REINPLACE from my ports 2006-02-07 17:56:16 +00:00
Sergey Matveychuk
a73d302c88 - Update to 0.8
- Add Firebird and Paradox support
2005-12-11 20:37:51 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Sergey Matveychuk
b76273ade1 - Yield to a total SHAtification.
- mysql-administrator: simplify BROKEN message
2005-11-11 07:36:56 +00:00
Sergey Matveychuk
60e1123c37 - Change an author's e-mail
- Add some new features for knoda
2005-10-28 05:33:09 +00:00
Sergey Matveychuk
7b05a84990 - Fix a case when python was installed with a non-standard PREFIX.
Requested by:	kris
2005-10-18 10:54:23 +00:00
Sergey Matveychuk
d137900fd1 - Add missed pkg-config dependency
Reminded by:	kris via pointyhat
2005-07-18 06:46:09 +00:00
Sergey Matveychuk
e9153bd9ab - Update to 0.7.4a
Pushed by:	Andrej Zverev <az@inec.ru>
2005-07-14 20:31:30 +00:00
Sergey Matveychuk
ce5cf9e4d9 - Fix pkg-plist. Unbreak.
Reported by:	kris via pointyhat
2005-05-01 09:09:06 +00:00
Kris Kennaway
b0d32c0d8e BROKEN: Incomplete pkg-plist 2005-04-30 00:56:32 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Sergey Matveychuk
480539ac27 - We don't install .la file anymore
Reported by:	kris via pointyhat
2005-04-08 05:14:30 +00:00
Sergey Matveychuk
2f8c610bcd - Update to 0.7.3
- Fix build with modules other than mysql
  reported by	Paul J. Pathiakis <pathiaki@pathiaki.com> &
  		RÓcz JÓnos <wpooh@freestart.hu>
2005-04-03 15:54:40 +00:00
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