Commit Graph

3111 Commits

Author SHA1 Message Date
Alex Dupre
239b4e25ef Add a new shared extension for PHP. 2004-07-19 08:51:29 +00:00
Alex Dupre
ebb028c2a0 Add a new shared extension for PHP. 2004-07-19 08:49:52 +00:00
Alex Dupre
be4abfe017 Add a new shared extension for PHP. 2004-07-19 08:49:03 +00:00
Alex Dupre
28594f8917 Add a new shared extension for PHP. 2004-07-19 08:47:57 +00:00
Alex Dupre
783219628d Add a new shared extension for PHP. 2004-07-19 07:56:59 +00:00
Alex Dupre
b9c8bc30a6 Add a new shared extension for PHP. 2004-07-19 07:54:59 +00:00
Alex Dupre
7d404a8092 Add a new shared extension for PHP. 2004-07-19 07:54:18 +00:00
Alex Dupre
e5b0c5345e Add a new shared extension for PHP. 2004-07-19 07:53:34 +00:00
Alex Dupre
6f8571f2b6 Add a new shared extension for PHP. 2004-07-19 07:52:50 +00:00
Alex Dupre
f484b193d1 Add a new shared extension for PHP. 2004-07-19 07:52:09 +00:00
Alex Dupre
7247b8f3fa Add a new shared extension for PHP. 2004-07-19 07:51:42 +00:00
Alex Dupre
d60988dec4 Add a new shared extension for PHP. 2004-07-19 07:51:04 +00:00
Alex Dupre
247aa266ba Add a new shared extension for PHP. 2004-07-19 07:50:37 +00:00
Alex Dupre
c3a18563fb Add a new shared extension for PHP. 2004-07-19 07:49:33 +00:00
Alex Dupre
b8c373f126 Add a new shared extension for PHP. 2004-07-19 07:48:57 +00:00
Alex Dupre
54d2f85eba Add a new shared extension for PHP. 2004-07-19 07:48:29 +00:00
Dirk Meyer
55debb52d1 - drop maintainership 2004-07-19 05:15:28 +00:00
Sergey Matveychuk
6311c6abba Add patches forgoten with previous commit.
Approved by:	krion (mentor) (implicit)
2004-07-17 21:25:50 +00:00
Sergey Matveychuk
195dbf41d5 Version 3 of the Mini SQL relational database system
PR:		ports/67319
Submitted by:	Andrey Slusar <vasallia@ukr.net>
Approved by:	krion (mentor) (implicit)
2004-07-17 21:19:58 +00:00
Joe Marcus Clarke
a54356cb1a Fix build with GCC 3.4.
Reported by:	pointyhat via kris
Obtained from:	libgda CVS
2004-07-17 15:14:51 +00:00
Thierry Thomas
4b7e88a018 Upgrading to 1.6.5. 2004-07-16 21:55:04 +00:00
Sergey Matveychuk
bd53c0f222 Update to 0.7
PR:		ports/69101
Submitted by:	Andrej Zverev <az@inec.ru>
Approved by:	krion (mentor)
2004-07-16 03:22:34 +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
Akinori MUSHA
8d3608e977 Update to 0.994. 2004-07-16 00:57:51 +00:00
Pav Lucistnik
d429145377 - Update to 1.1.14
PR:		ports/68976
Submitted by:	Alex Rodioukov <simuran@shaw.ca> (maintainer)
2004-07-13 16:46:43 +00:00
Volker Stolz
c0fe83c44c Add SourceForge to MASTER_SITES. 2004-07-13 15:20:55 +00:00
Mathieu Arnold
eb811403a3 Update to 1.02 2004-07-13 12:03:21 +00:00
Mathieu Arnold
576782fd30 Update to 0.03 2004-07-13 11:57:53 +00:00
Sergey Matveychuk
ed2cd62f90 A new brave maintainer.
Submitted by:	Andrey Slusar <vasallia@ukr.net>
Approved by:	krion (mentor)
2004-07-12 20:18:31 +00:00
Lars Thegler
caf934625c Update to 0.96
PR:		68291
Submitted by:	lth
Approved by:	maintainer
2004-07-12 12:44:36 +00:00
Volker Stolz
14dfd07e5b Fix unixODBC-detection.
Noticed by:			cluster via kris
"Right idea, wrong method":	me°
2004-07-12 09:42:07 +00:00
Kris Kennaway
e314bddac7 Use USE_INC_LIBTOOL_VER to fix build 2004-07-11 21:42:17 +00:00
Max Khon
2f18811c6d - Fix build on 5.x (fix compiling with gcc 3.x). This fixes pkg-plist on 5.x.
- Provide really working fix for odbc driver.
- Remove locks/%%HOSTNAME%% from pkg-plist -- it is cleaned up in
pkg-deinstall.
- Bump PORTREVISION.
2004-07-11 11:20:40 +00:00
Kirill Ponomarev
29cdf8e0a1 Update to version 0.5.5
PR:		ports/68862
Submitted by:	Ports Fury
2004-07-09 18:04:12 +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
Clement Laforet
aba4460128 - Update to 1.0.0 2004-07-09 08:34:09 +00:00
Volker Stolz
c69023ed3b Update to 1.0.1: Fix a rare, but very dangerous bug which can cause data loss
PR:		ports/68833
Submitted by:	Radim Kolar (maintainer)
2004-07-09 07:51:00 +00:00
Kirill Ponomarev
0172517845 Update to 1.8.13
PR:		ports/68846
Submitted by:	maintainer
2004-07-09 05:08:41 +00:00
Volker Stolz
4ff84d8fe2 Track latest patch-set.
Noticed by: cluster via kris
2004-07-08 08:39:51 +00:00
Sergey Matveychuk
067ca0c478 Change email address for my ports.
Approved by:	krion (mentor)
2004-07-07 19:20:02 +00:00
Jeremy Messenger
0ea0df3ec4 Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 or
those ports will not work. Please see the more detail about this:

http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html

Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.

Approved by:	marcus (portmgr hat)
Reviewed by:	My team, FreeBSD GNOME Team
2004-07-07 16:23:51 +00:00
Max Khon
609543e92b - USE_MESA -> USE_GL.
- Fix build with thread-safe unixODBC.
- Partially fix pkg-plist (still broken on FreeBSD 5).
- Bump PORTREVISION.
2004-07-07 15:10:35 +00:00
Max Khon
e0d4f88269 - Fix build with thread-safe unixODBC.
- Bump PORTREVISION.
2004-07-07 12:12:49 +00:00
Dirk Meyer
2dea7c5754 - update to 3.4.1
- new option WITHOUT_PHP_DEPENDS
2004-07-06 14:24:35 +00:00
Sergey A. Osokin
bf2d834908 Update to 3.02. 2004-07-06 13:34:44 +00:00
Pav Lucistnik
9acddbe8db - Add WITH_TCL_VER knob
PR:		ports/60473
Submitted by:	Roberto Grassi <r.grassi@obicon.it>
Approved by:	maintainer
2004-07-06 00:12:42 +00:00
Sergey A. Osokin
6e6ca62578 Update to latest release 3.23.
Switch to use libtool 1.5 from ports tree instead of using distro's libtool.
2004-07-05 11:36:22 +00:00
Alex Dupre
a26918e4b7 Update to 4.1.3 release:
- switch to use libtool 1.5

Add ndbcluster, the new high-performance and high-reliable storage engine
used in MySQL Cluster:
- experimental: no docs, no examples, no startup scripts
- to setup it see the administration guide at:
  http://gd.tuwien.ac.at/db/mysql/Downloads/Manual/mysql-cluster-admin.pdf
2004-07-05 10:16:55 +00:00
Alex Dupre
a8d2e0b5d8 Add patch for MySQL 4.1.3 API and unbreak build.
Obtained from:	DBD::mysql CVS
2004-07-05 10:08:37 +00:00
Dmitry Sivachenko
f221fca6d7 Update to version 1.01. 2004-07-05 05:38:08 +00:00