fgsch
0c187b5026
correct instructions; naddy@ ok.
2003-08-29 22:40:16 +00:00
brad
04c6071b5b
add missing MESSAGE file.
2003-08-28 00:44:03 +00:00
brad
c50020e757
use new user/group schema
2003-08-27 00:14:49 +00:00
brad
90327a4768
upgrade to MySQL 3.23.57 + patches
...
fixes some older security issues as well as a soon to be disclosed issue.
ok naddy@
2003-08-26 15:37:18 +00:00
brad
9e8ecfb2f4
Fix some security issues with gnats.
...
Some additional fixes from millert@
sprintf -> snprintf
str{cat,cpy} -> strl{cat,cpy}
http://marc.theaimsgroup.com/?l=bugtraq&m=105638591907836&w=2
ok naddy@
2003-08-25 23:33:56 +00:00
sturm
0c0a7e0477
mark these NO_SYSTRACE for now as systrace bugs manifest themselfs in
...
breaking build or packaging otherwise
- the gtk+2 problem is of unknown nature for now
- hylafax and MyCC break due to systrace translating "" to the current
directory in 'test -d ""' and thus succeeding the test instead of failing;
this is a problem when testing if some variable holds an existing directory
name and that variable is empty
ok naddy@
2003-08-24 20:48:55 +00:00
jcs
0cd878db07
oops, this too
2003-08-17 22:37:24 +00:00
jcs
f6e5b4d7ec
update to freetds-0.61.2
2003-08-17 22:37:12 +00:00
sturm
239ae26a0f
- simple conversions to use the new python module
...
- while here, remove WWW from DESCR
all work done by Xavier Santolaria <xavier@santolaria.net>
2003-07-31 19:11:59 +00:00
jcs
bb32f2e4c5
+= p5-DBD-Sybase
2003-07-19 00:12:25 +00:00
jcs
6e4b09059b
import DBD-Sybase-1.00
...
submitted and maintained by Xavier Santolaria <xavier at santolaria.net>
2003-07-19 00:11:32 +00:00
wilfried
c10e91f921
update to 0.9.2
...
* When no servers have been registered, automatically open the
"Register Server" dialog on startup.
* Fixed a minor bug which didn't automatically set the correct
default values for some features introduced in the prevous version
when registering a new server.
* Added an "Unlimited" option for the Automatic SELECT Limit option.
* Enabled plugin support.
* Fixed a bug compiling MySQLCC with Qt < 3.1.0.
* Fixed a bug which automatically used the default unix socket when
"localhost" was defined as the servers hostname. It now uses the
unix socket if the hostname is "localhost" and the port is 3306.
2003-06-30 13:15:21 +00:00
sturm
58ca9acb21
new user naming schema
...
bump PKGNAME where necessary
rohee@ ok leafnode
"you don't have to wait for oks" pval@
2003-06-23 19:11:10 +00:00
sturm
5d94e73bb5
new user/group naming schema
...
bumped PKGNAME except for xcept
2003-06-22 10:05:28 +00:00
pvalchev
4386ea59a1
update to py-psycopg-1.1.4; from maintainer Maurice Nonnekes <maurice@amaze.nl>
2003-06-21 08:15:52 +00:00
pvalchev
e32ab8e2d4
do not treat gcc warnings as errors!
...
as a result this no longer uses it's own tmpnam(3) but libc one
this also broke in a spectacular way when the strcpy/strcat/sprinf
userland warnings were used
2003-06-19 21:21:10 +00:00
avsm
47b26d3b14
revert maintainer to ports@ from heko@, and plug a couple of off-by-ones
...
in environment parsing code
2003-06-17 00:35:32 +00:00
avsm
05b8a6f6d4
sync with update-patches
2003-06-17 00:31:00 +00:00
shell
3697ce6b20
Updated to p5-DBIx-XHTML_Table-1.22
2003-06-14 10:08:57 +00:00
shell
c6a6ae37f7
Updated to p5-DBI-1.37
2003-06-14 10:05:39 +00:00
avsm
b2055466bd
+p5-DBD-CSV
2003-05-29 18:18:25 +00:00
avsm
eba95df152
initial import of p5-DBD-CSV-0.2002
...
From Chris Kuethe <ckuethe@ualberta.ca> with fixes from me
--
The DBD::CSV module is yet another driver for the DBI (Database
independent interface for Perl). This one is based on the SQL
"engine" SQL::Statement and the abstract DBI driver DBD::File and
implements access to so-called CSV files (Comma separated values).
Such files are mostly used for exporting MS Access and MS Excel
data.
2003-05-29 18:17:47 +00:00
naddy
26e9f4a91d
Enable SASL support. From maintainer Sebastian Stark <seb@todesplanet.de>.
2003-05-27 23:49:13 +00:00
jcs
b61f9dee4e
build with new freetds
2003-05-24 06:34:37 +00:00
markus
8959625d4f
add p5-pgsql
2003-05-21 13:25:17 +00:00
markus
1782884ed8
Pgsql_perl5 is an interface between Larry Wall's language perl version 5 and
...
the database PostgreSQL (previously Postgres95). This has been done by using
the Perl5 application programming interface for C extensions which calls the
Postgres programmer's interface LIBPQ.
ok naddy@, and lebel@ some time ago.
2003-05-21 13:24:08 +00:00
pvalchev
56b04f708e
these innobase libraries are used only as static helper libraries to
...
link mysql, and are not actually supposed to be installed anywhere,
especially not some random location outside of fake...
discussed w/ naddy, ok by maintainer brad
2003-05-21 07:04:54 +00:00
lebel
95cdf8cdfe
PERMIT_*_CDROM can't be Yes:
...
The license says:
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose, without fee, and without a written agreement
is hereby granted, provided that the above copyright notice and this
paragraph and the following two paragraphs appear in all copies.
noticed by markus@
2003-05-20 13:52:00 +00:00
jcs
9e5bc37306
freetds-0.61
2003-05-18 16:57:18 +00:00
sturm
ca4bae8577
- don't hardcode /etc, use SYSCONFDIR instead
...
- don't change SYSCONFDIR, use CONFDIR/SUBST_VARS instead and if neccessary
use "CONFIGURE_STYLE=gnu old" and explicitly set --sysconfdir=${CONFDIR}
a few more to come...
2003-05-12 18:02:44 +00:00
brad
a78c2dff0f
argh! use SYSCONFDIR instead of hardcoded /etc.
2003-05-11 18:46:33 +00:00
sturm
513331d819
- don't hardcode /etc, use SYSCONFDIR
...
- remove Jolan Luff as MAINTAINER
2003-05-02 18:17:02 +00:00
david
e940a671b3
unbreak gnats "www" flavor
...
from MAINTAINER Jolan Luff <jolan@lithely.net> with tweak by me
2003-04-24 02:00:40 +00:00
avsm
fdbea8357f
increase a buffer size to avoid overflow; jcs@ ok
2003-04-16 08:29:17 +00:00
avsm
c4574d65d9
incomplete format string; bug #287 filed with mysql - brad@ ok
2003-04-14 14:27:43 +00:00
shell
0dd67028ea
remove perllocal.pod, thanks naddy@
2003-04-10 13:53:13 +00:00
pvalchev
a598333af9
switch MASTER_SITES & HOMEPAGE to the gnu sites where it was redirected anyway
...
from new maintainer Jolan Luff <jolan@cryptonomicon.org>
2003-04-06 03:41:55 +00:00
sturm
077de38968
new MAINTAINER Sebastian Stark <seb@todesplanet.de>
...
mail to Olivier Lemaire, the old MAINTAINER, is undeliverable
2003-04-03 14:29:36 +00:00
sturm
ae8e267857
update to 0.6.0
...
- fix dependencies
- project is hosted at sourceforge now
- some cleanup
from Sebastian Stark < stark at daasi dot de >
MAINTAINER unreachable
2003-04-01 20:30:05 +00:00
wilfried
b176f5a9b2
update to mysqlcc-0.9.1
2003-04-01 14:26:08 +00:00
shell
6addba902c
Updated to p5-DBI-1.35
2003-03-30 06:11:20 +00:00
pvalchev
ce247b03da
now that this was converted to use qt-mt, also use qmake-mt instead of
...
qmake, which would not be installed (in some cases it's installed but by
coincidence and relying on that is wrong)
2003-03-02 19:05:45 +00:00
wilfried
f0ed2696d1
update MASTER_SITES
2003-03-01 09:15:50 +00:00
pvalchev
caa8ddabbe
"the the", "of of"; from David Krause
2003-02-24 06:50:05 +00:00
naddy
e0112048dd
Update to 7.3.2. Change flavor no_tcl -> tcl.
...
From: Peter Galbavy <peter.galbavy@knowtion.net>
2003-02-12 17:09:03 +00:00
lebel
5ae9bb3d99
update databases/py-psycopg to 1.0.14; from MAINTAINER
2003-02-10 14:59:41 +00:00
jcs
5952d50210
oops, common.h slipped back into PLIST with the last update
...
this file is part of the test suite which shouldn't be installing
things anyway, so stub out the install targets so none of these
files get back into PLIST in the future
unbreak and bump pkgname to freetds-0.60p1
2003-02-08 17:21:41 +00:00
espie
6651de6844
Broken: does install a /usr/local/include/common.h file.
...
Yeah, right...
2003-02-08 13:18:48 +00:00
margarida
d5a55e5dfd
Fix xpm conflict with xmysqladmin
2003-02-02 22:22:38 +00:00
brad
999d519077
upgrade to MySQL 3.23.55
...
STABILITY FIX:
Fixed double free'd pointer bug in mysql_change_user() handling, that
enabled a specially hacked version of MySQL client to crash mysqld.
Note, that one needs to login to the server by using a valid user
account to be able to exploit this bug.
2003-01-29 16:35:55 +00:00
wilfried
f2b9536afc
update to mysqlcc-0.8.9
...
Fixed a Security Bug under Unix / Linux platforms; Previously, all
configuration and connection files where world-readable.
Various other bugfixes
2003-01-28 22:15:38 +00:00
wilfried
f561000cf3
update to DBD-mysqlPP-0.04
...
- Added local quote() method
- Added practical placeholder
- Require Net::MySQL v0.08
2003-01-28 18:20:37 +00:00
brad
207714a5c4
add #!/bin/sh
2003-01-20 19:15:31 +00:00
wilfried
4ff98d6e6b
use threaded qt
2003-01-14 09:40:24 +00:00
wilfried
88002c5bbc
sync with qt3-port
2003-01-14 09:39:48 +00:00
todd
1e5dc1cf11
add no_tcl flavor, for those not building all of ports,
...
not wanting to install x to have a database; from brad@,
prodded by Ben Lindstrom
2003-01-08 21:33:21 +00:00
todd
45119a5d02
PKGNAME-tcl= .. from naddy@ .. thanks!
2003-01-03 14:24:55 +00:00
todd
d4832d8f34
build depends on tcl too
2003-01-02 14:48:23 +00:00
todd
90ed63e5cf
add tcl multi-package to postgresql
2003-01-02 07:15:34 +00:00
fgsch
8b5f0695ca
chau NEED_VERSION.
2002-12-29 19:37:52 +00:00
margarida
912510dcc6
Update to version 1.10
...
Take MAINTAINER.
brad@ ok
2002-12-29 18:28:25 +00:00
brad
af78bcf1db
sloppy update. this port used to install ALL the headers for a good reason.
2002-12-18 05:13:15 +00:00
naddy
d8afbbbb5c
no more postgres flavors
2002-12-17 19:25:55 +00:00
naddy
8eb8b90598
Update to 7.3.
...
From: Peter Galbavy <peter.galbavy@knowtion.net>
2002-12-17 16:38:53 +00:00
wilfried
3a6feec07c
update to mysqlcc-0.8.7
2002-12-16 14:55:37 +00:00
brad
b14ce80e80
need this too.
2002-12-14 23:57:37 +00:00
brad
d320bc2c54
upgrade to MySQL 3.23.54
2002-12-14 23:56:43 +00:00
pvalchev
fe4e7c5df9
getc returns int, not char; ok maintainers
2002-12-13 07:38:04 +00:00
pvalchev
ebc94b3e03
getc() returns int, not char - especially avoid problem on arches
...
where 'char' is unsigned and error returned; ok dugsong millert
2002-12-12 20:08:39 +00:00
margarida
13131bcbdd
Remove p5-MIME-Base64 dependency, comes with stock perl.
...
brad@ ok
2002-12-01 04:30:31 +00:00
margarida
a0f44661f1
Remove p5-Test-Harness REGRESS_DEPENDS as it comes
...
with perl v5.8.0
pvalchev@ ok
2002-11-30 19:30:43 +00:00
margarida
30b07f8162
Change MAINTAINER address to margarida@openbsd.org ;
...
cosmetic changes.
brad@ ok
2002-11-22 02:37:36 +00:00
brad
14a634860a
henning@ says this seems to atleast link on alpha so I can finally
...
remove all the cruft at the top of the Makefile.
2002-11-15 23:37:55 +00:00
brad
44feb79944
enable MySQL on sparc64, seems to link fine now and works no better or
...
worse than the other architectures that are currently enabled.
2002-11-14 03:51:45 +00:00
brad
f22465fbc8
update for sparc64
2002-11-14 03:47:55 +00:00
wilfried
307b0c43f9
update to mysqlcc-0.8.6
...
This program will now be referred to as "MySQL Control Center", not
"MyCC". The name of the executable file has changed from "MyCC" to
"mysqlcc" and so have all the config directories.
2002-11-05 15:55:48 +00:00
brad
fe03ca1eed
upgrade to gdbm 1.8.3
...
--
From: new MAINTAINER -- Margarida Sequeira <niness@devilness.org>
2002-11-05 05:31:18 +00:00
jcs
16ab4d55a3
update to sybperl-2.15, fixes problems with perl 5.8.0
2002-10-31 01:32:08 +00:00
pvalchev
6909d112d7
p5-Digest-MD5 now comes stock with perl
2002-10-30 04:46:31 +00:00
naddy
abb76feadb
Regression suite is Tcl-based, so enable if we build with Tcl support.
...
Thanks heko@
2002-10-30 00:35:33 +00:00
brad
796bd19ce8
fixes mutexes check for i386 arch.
...
--
From: pb@
2002-10-28 16:22:24 +00:00
naddy
2557811550
No regression tests available.
2002-10-25 16:23:30 +00:00
naddy
6b412f505f
Enable regression tests.
2002-10-25 16:21:31 +00:00
shell
3bf054afed
Updated to p5-DBIx-XHTML_Table-1.14
2002-10-20 05:46:42 +00:00
jakob
85ddc576f4
update to OpenLDAP 2.0.27 (stable release), bugfixes only
2002-09-23 13:12:28 +00:00
shell
9ddc5f699e
Updated to p5-DBIx-XHTML_Table-1.12
2002-09-20 07:38:56 +00:00
wilfried
519b108933
remove NEED_VERSION from my remaining ports
2002-09-17 15:22:26 +00:00
shell
7f1227c02d
Updated to py-mysql-0.9.2
...
- remove need_version
- update homepage
- update-patches
2002-09-15 10:54:19 +00:00
naddy
0b96c562e0
Use standard category name.
2002-09-14 23:38:16 +00:00
jakob
6b4e44c1c1
add postgresql flavour; submitted by Maurice Nonnekes
2002-09-13 23:06:06 +00:00
naddy
b13842ece0
Add missing fltk_images library dependency.
2002-09-13 22:18:28 +00:00
jcs
2993c89c13
update to freetds-0.60
2002-09-12 00:12:48 +00:00
brad
7590678bfd
Enable workaround for OpenBSD pthreads and broken realpath().
...
Problem described in this post...
http://groups.google.com/groups?q=mysql+unknown+database+bsd&hl=en&lr=&ie=UTF-8&
safe=off&selm=a9n0f2%24e4e%241%40FreeBSD.csie.NCTU.edu.tw&rnum=1
--
From: Sam Smith <S@mSmith.net>
2002-08-22 13:44:17 +00:00
wilfried
730bf83a04
update to use new fltk
2002-08-10 20:10:24 +00:00
shell
f0fb746616
Updated to p5-ldap-0.26
2002-07-30 10:27:45 +00:00
brad
a1fbe86cf6
bye bye Java FLAVOR
2002-07-28 02:14:39 +00:00
brad
b542ebb081
- remove the useless Java FLAVOR
...
- merge the C++ FLAVOR into the main package
2002-07-28 02:11:37 +00:00
naddy
64c4907cb1
Fix a rare crash bug involving large databases (~1GB+), a large
...
number of transactions, and 64bit file offsets. From downsj@
2002-07-26 00:14:37 +00:00
wilfried
3f03315ddd
broken for now, too many internal changes in Qt which MyCC relied on
...
has changed
2002-07-23 08:13:33 +00:00
shell
108df45df9
Updated to p5-DBI-1.30
2002-07-20 04:40:13 +00:00
pvalchev
0531412ec7
add jpeg dependency for now. xforms has it as BUILD_DEPENDS, anything
...
linked with -lxforms requires -ljpeg at least when linking with new
binutils ld.
2002-07-19 18:42:49 +00:00
pvalchev
c4af684209
this wants libGL and libjpeg; register a proper dependency and fix linking
...
with new binutils
2002-07-19 18:26:18 +00:00
brad
2c33174e5f
bring in a fix from newer MySQL which allows the autoconf option
...
--enable-local-infile to work as expected. before it didn't do anything.
2002-07-11 15:42:17 +00:00
shell
0c1176c116
Updated to py-psyopg-1.0.9
...
From Maurice Nonnekes <maurice@amaze.nl> (Maintainer)
2002-07-06 10:29:39 +00:00
kevlo
2d54e33d39
upgrade to version 0.251
...
--
Ok'd by maintainer
2002-06-27 03:34:53 +00:00
shell
987038527c
Updated to p5-DBI-1.28
2002-06-15 10:02:44 +00:00
jakob
03c1f2710a
update to 2.0.25, slapd crash bug
2002-06-11 07:48:38 +00:00
jakob
4156d14d93
update to OpenLDAP-stable 2.0.24, bugfix release
2002-06-09 21:18:53 +00:00
wilfried
0440d7845c
add specifier to RUN_DEPENDS and BUILD_DEPENDS
2002-06-09 05:31:40 +00:00
wilfried
ada8c6169b
clean up REGRESS_DEPENDS/REGRESS_TARGET/NO_REGRESS
2002-06-09 05:24:27 +00:00
shell
da9e95d721
Updated to p5-DBI-1.25, patch from brad@
2002-06-08 02:41:47 +00:00
shell
170a9510b9
Completed dependance, from wilfried@
2002-06-08 02:39:48 +00:00
shell
795333a37e
Depends p5-DBI=>1.20, from wilfried@
2002-06-08 02:38:34 +00:00
jcs
c09a85fd91
regression test requires a valid database to connect to, set no_regress
2002-06-07 19:47:29 +00:00
wilfried
f300d9e76c
homepage gone
2002-06-07 17:23:29 +00:00
shell
72b7e955bd
Updated to p5-DBI-1.24
2002-06-05 04:58:01 +00:00
shell
5ebb95f4bc
Updated p5-DBIx-XHTML_Table to 1.10
2002-06-04 00:46:23 +00:00
todd
c517990c04
master site changed subdirs. ok maint
2002-06-03 15:18:01 +00:00
shell
486beabecb
Updated to p5-DBI-1.23
2002-05-27 05:01:01 +00:00
naddy
7039ee8496
undo s/forms/xforms/ patches
2002-05-26 15:09:07 +00:00
brad
ff6ed811a2
update the list of architectures
2002-05-20 03:26:27 +00:00
brad
8cf37ab1d6
remove sourceforge URL
2002-05-19 23:39:57 +00:00
espie
3c08c3c943
Kill a few SUBDIR.
2002-05-13 18:50:36 +00:00
wilfried
157cd20d96
bye MASTER_SITES_SUBDIR
2002-05-13 08:18:19 +00:00
millert
54669baaa5
Update to gnats-3.113.1 and add OpenBSD tags on the patchs; dugsong@ OK
2002-05-09 16:16:02 +00:00
millert
c27643ab6f
mkstemp() makes temp files mode 0600 so before renaming them to the
...
real name, fchmod to 0644. Otherwise we end up with queue files and
the index file mode 0600 which is not the intention.
The original GNATS code makes queue files mode 0664 which seems excessively
open; 0644 should be fine.
2002-05-09 03:53:45 +00:00
brad
04f386e948
re-enable powerpc, the previously mentioned problem is not specific
...
to powerpc and also affects i386/sparc. the exact conditions that
cause this to happen are unknown at the moment though this will
have to be investigated in closer detail.
2002-05-02 03:04:14 +00:00
shell
d1a6ef61fe
Updated p5-DBIx-XHTML_Table to 1.01
2002-04-27 08:10:11 +00:00
shell
e02bec52db
- Add HOMEPAGE
...
- Regen PLIST
- Update need_version
2002-04-19 17:48:18 +00:00
wilfried
6b6e55c229
add p5-DBD-mysqlPP
2002-04-19 15:15:33 +00:00
wilfried
ab447b33c2
Import of p5-DBD-mysqlPP-0.03
...
DBD::mysqlPP is a Pure Perl MySQL Database Interface driver for the
mysql database.
2002-04-19 15:15:11 +00:00
espie
2b7c75e086
Move perl manpages where they belong, from section 3 to section 3p.
...
NOTE THAT /usr/local/man/man3p MUST EXIST FOR THIS TO WORK.
UPDATE /etc/mtree/BSD.local.dist AND RUN IT ACCORDINGLY !!!
2002-04-16 19:25:01 +00:00
wilfried
790d214f3b
Don't use a local copy of an (older) private qt3 include file, ok theo@
2002-04-11 08:15:39 +00:00
naddy
e5230d5c9f
Add missing RCS Id.
2002-04-07 01:54:47 +00:00
miod
11beaf48ec
For some reason, on static-only arches, this ports' libtool does not exactly
...
behave like the others, and pkg lists need adjustments.
ok espie@, to be investigated more deeply.
2002-04-05 00:09:40 +00:00
brad
6e628c3ab3
patches to fix a bug which causes mysqlgui to crash.
...
--
From: MySQL mailing list via wilfried@
2002-03-27 18:49:09 +00:00
brad
6b3e8838f2
install ALL headers
2002-03-25 03:18:20 +00:00
shell
769278a870
Updated to p5-DBIx-XHTML_Table-1.00
2002-03-23 18:06:36 +00:00
kevlo
38d1ceefd4
- upgrade to 1.06
...
- add regression test
--
Ok'd by maintainer
2002-03-22 01:59:33 +00:00
espie
c7c34c2206
Bump NEED_VERSION
2002-03-21 20:46:23 +00:00
espie
e3edfb9aea
md5->distinfo
2002-03-21 20:20:41 +00:00
kevlo
dff555307f
- upgrade to version 0.91
...
- add HOMEPAGE and regression test
- bump NEED_VERSION
2002-03-21 14:37:28 +00:00
kevlo
c690882f5a
- upgrade to version 0.5.0
...
- bump NEED_VERSION
--
Ok'd by maintainer
2002-03-21 01:17:31 +00:00
brad
d4dab887c8
- use -p flag for mkdir in mysql_install_db
...
- if the socket dir does not exist then create it as part of startup in
safe_mysqld
2002-03-19 19:11:39 +00:00
wilfried
fc52e620cc
add MyCC
2002-03-19 13:58:40 +00:00
wilfried
4dc4571ab6
Initial import of MyCC, a GUI client for MySQL
2002-03-19 13:58:12 +00:00
espie
b96e8276c4
fix inline crap.
2002-03-19 03:22:40 +00:00
brad
d35ad4ae50
until MySQL can pass its own bench test without going up to 100% utilization and stop responding on powerpc then it's going to be removed from the working archs list for now.
2002-03-16 16:44:10 +00:00
brad
1209811e8e
remove ftp.mysql.com
2002-03-12 03:10:06 +00:00
brad
5ea00f91ac
alpha does not work
2002-03-03 06:02:11 +00:00
brad
5fb2d3938b
cosmetic
2002-02-26 03:42:06 +00:00
brad
e4d5f98cc5
a few improvements here and there.
2002-02-20 18:03:32 +00:00
brad
893dbf1f6c
better
2002-02-20 04:16:20 +00:00
jakob
6a00d93b03
update library version
2002-02-19 10:17:51 +00:00
brad
493bc5d2d0
- Move socket from the database dir to /var/run/mysql.
...
- Tighten perms on the database dir.
--
Suggestion of using /var/run/mysql from: Wilbern Cobb
2002-02-19 03:58:57 +00:00
brad
546ebed523
better COMMENT.
2002-02-18 21:40:17 +00:00
jakob
4b05dc0c59
update to v2.0.23, bug fix release
2002-02-18 14:30:04 +00:00
brad
e87235f87e
upgrade to MySQL 3.23.49
2002-02-18 03:25:33 +00:00
matt
fa5b2ea85c
Update Python dependencies.
2002-02-15 19:53:42 +00:00
brad
de45ddd170
enable powerpc
2002-02-13 19:19:36 +00:00
brad
ca83fef56b
add another dist site
2002-02-10 04:25:27 +00:00
brad
feb4f03daf
upgrade to MySQL 3.23.48
2002-02-10 03:49:53 +00:00
brad
c476c7e67b
workaround
2002-02-09 00:50:14 +00:00
shell
f55fcd0e61
Updated to DBI-1.21
2002-02-07 09:20:04 +00:00
brad
bf9bc62996
move BROKEN, some archs can't even build this.
2002-02-06 00:48:15 +00:00
espie
59d733d913
Let configure.in be grokkable by our autoconf. Noticed by Brandon Palmer.
2002-02-05 17:27:38 +00:00
jakob
a635f541c0
update to OpenLDAP 2.0.22, bugfix release.
2002-02-04 07:57:59 +00:00
shell
8f75f46bc2
remove patch missed in last commit.
...
By Aleksander Piotrowski <aleksander.piotrowski@piestrak.waw.pl>
2002-02-02 14:51:10 +00:00
shell
6cf86aeca6
updated to py-psycopg-1.0.1, from maintainer
2002-02-01 14:54:28 +00:00
pvalchev
0fe540d3fc
workaround sparc64 gcc optimization bug; ok jakob
2002-01-29 06:10:22 +00:00
jsyn
31d6d2e631
another sort
2002-01-24 23:22:06 +00:00
jakob
0c0621c5c5
disable IPv6 until implemented correctly
2002-01-16 09:03:33 +00:00
jakob
df1bef38d1
update to v2.0.21, minor bugfixes
2002-01-16 07:17:38 +00:00
jakob
67d78223aa
update to OpenLDAP 2.0.20; recommended security update
2002-01-15 08:35:52 +00:00
shell
0862fd9c03
upgrade to DBIx-XHTML_Table-0.99
2002-01-12 23:55:58 +00:00
brad
dc4fc7d45c
YUCK! ftp.postgresql.org is rate limited to 1KB/sec per user so remove it.
...
--
Pointed out by: Jedi/Sector One <j@pureftpd.org>
2002-01-11 18:56:34 +00:00
brad
77bb5fd1b2
remove the static linking of mysqld for now, this is the source of some
...
recent problems with the MySQL port.
--
Confirmed by: marc@
2002-01-11 16:50:30 +00:00
shell
34188fe417
Updated to DBI-1.201
...
- bump need_version
- use distinfo
2002-01-10 19:29:06 +00:00
brad
75d356ade0
update MySQL entries
2002-01-06 07:10:28 +00:00
brad
ab724ecc9a
- Don't mark the whole port BROKEN, only the -server subpackage. Enable
...
this port on sparc.
- Set CXX=${CC} to get rid of libstdc++ in order to improve stability
under heavy load; From: FreeBSD.
- Build mysqld statically by default, enable InnoDB by default too.
- Replace max FLAVOR with bdb FLAVOR and only enable it on i386 for now
until it can be tested on other archs.
- Add comment to MySQL to indicate that this install of MySQL is from the
OpenBSD port/package.
- Add RUN_DEPENDS on p5-Msql-Mysql for some of the Perl-based MySQL
scripts.
- Set the mysql account to be apart of the daemon login class.
2002-01-06 07:06:25 +00:00
shell
134e9706fb
Updated to DBIx-XHTML_Table-0.98
2002-01-03 10:45:00 +00:00
brad
f832fe4919
upgrade to MySQL 3.23.47
2001-12-29 17:56:56 +00:00
shell
21ebce3b7d
Upgrade to 0.97
2001-12-29 11:03:18 +00:00
jcs
903840e3f2
amscray
2001-12-27 03:00:07 +00:00
jcs
e55ca75dee
Update to freetds-0.53
2001-12-27 02:56:38 +00:00
jcs
966fdc0e5a
Update to sqsh-2.1
...
Reference new homepage
2001-12-23 23:27:22 +00:00
brad
af59157dc9
upgrade to MySQL 3.23.46
...
--
- The port has switched back to using native threads. Only tested and known to work on i386. For everything else the port is currently marked BROKEN until the appropriate architectures are tested. Do not even try this if you're not running -current libc_r.
- As suggested by Marc Espie, make symlink for the MySQL client library in lib/ to eliminate the need for adding lib/mysql to the shlib dir path. Porters have to be careful and ensure autoconf scripts do not arbitrarily enable MySQL support after this change.
2001-12-22 03:54:44 +00:00
jakob
65b3ed2f7c
update to OpenLDAP v2.0.19 (maintenance release)
2001-12-20 16:49:11 +00:00
brad
989dbdae80
fix PLIST, this @dirrm tag shouldn't be here.
2001-12-19 01:15:55 +00:00
wilfried
e23d80bbcb
update to p5-DBD-Msql-Mysql-1.22.19
...
portability changes for mSQL 3 and MySQL 4
2001-12-13 15:22:15 +00:00
wilfried
aea03643a6
give spec for RUN_DEPENDS
2001-11-14 13:58:34 +00:00
espie
00ce723944
Kill remaining RUN_DEPENDS/BUILD_DEPENDS first parters.
2001-11-13 22:13:22 +00:00
heko
0e36dadb66
o Instead of copying the "virtual memory exhausted" warning for each
...
individual port, introduce a new variable for bsd.port.mk, VMEM_WARNING.
By setting this variable to `Yes', the user is given a warning about the
virtual memory requirements just before the pre-build stage.
o Also give some examples for different shells for what to do about
it, and mention login.conf(5). bash, for example, has a confusing
-v flag to ulimit.
o Document this in bsd.port.mk.5
espie@ ok
2001-11-11 13:57:32 +00:00
shell
f7278b53ac
upgrade to 0.9.1
2001-11-11 05:42:02 +00:00
espie
0e6f6f93bb
Kill first component of BUILD_DEPENDS.
...
Fix sawfish comment while I'm at it.
`window manager for the X windows system'.
Like DUH ! It's going to be a window manager for my microwave oven ?
2001-11-10 15:00:47 +00:00
espie
3fa27e1c3f
Full path for mysql lib
2001-11-10 12:29:40 +00:00
shell
ea945836b0
Upgrade to 0.96
2001-11-09 07:18:59 +00:00
shell
70430789b6
NO_REGRESS
2001-11-05 17:04:11 +00:00
jcs
b0dd0446ed
NO_REGRESS=Yes
2001-11-02 17:52:58 +00:00
jcs
e1cc5912eb
use in-tree libtool patches
...
prodded by wilfried@
2001-11-01 02:40:55 +00:00
shell
f1565f1a75
oops.. remove bad dirrm
2001-10-29 19:54:22 +00:00
shell
acd14b8e5c
Upgrade to 0.25
...
- bump NEED_VERSION
- Add regress target
2001-10-29 19:46:59 +00:00
espie
0eb7375ec7
lib/pth needs a path as well.
2001-10-28 13:09:45 +00:00
espie
100196f27a
Zap default MAINTAINER from Makefile.
...
Especially now that the default line is more verbose.
2001-10-28 13:05:44 +00:00
shell
a8cd2bf328
Add my HK mirror for OpenLDAP, ok jakob@
2001-10-28 08:44:21 +00:00
wilfried
a4ea75b758
update homepages
2001-10-26 22:21:44 +00:00
jakob
9df2ba583c
OpenLDAP 2.0.18
...
- Fixed -llber ber_bvecadd bug
- Fixed slap tools replica config bug
2001-10-26 16:54:51 +00:00
wilfried
3eacd8597d
define regress tests
2001-10-25 22:34:48 +00:00
brad
d98c6fd73a
use gettext module.
2001-10-25 01:46:18 +00:00
jcs
385ea2bd15
Expand @sysconfdir@ in freetds.conf
2001-10-25 00:12:12 +00:00
shell
cebae5afaf
+ p5-ldap
2001-10-24 17:19:12 +00:00
shell
656a761b9d
Initial import of perl-ldap-0.2401
...
---
This is a collection of modules that implements a LDAP services API
for Perl programs. The module may be used to search directories or
perform maintenance functions such as add, deleting or modify entries
in an LDAP directory.
2001-10-24 17:18:37 +00:00
jakob
5c23427084
update to v2.0.17. mostly bugfixes.
2001-10-24 15:08:11 +00:00
espie
de83813a2f
complete library dependencies
2001-10-24 12:12:14 +00:00
wilfried
a01ec9a412
sparc64 didn't like the old values, ok brad@, naddy@
2001-10-18 07:14:54 +00:00
naddy
ed2567b07d
remove .packlist
2001-10-17 22:03:56 +00:00
naddy
9a538feefa
- build on 3.x
...
- respect LOCALBASE
2001-10-07 01:19:40 +00:00
jcs
7d398e02ff
include/common.h shouldn't be installed anyway
2001-10-06 19:58:33 +00:00
espie
bccd0323c2
/usr/local/include/common.h ? yeah, right...
2001-10-06 13:52:00 +00:00
brad
851b2a2b62
use ports in-tree libtool patches.
2001-10-06 03:55:34 +00:00
jakob
45a54217a3
split into -client and -server packages
2001-09-28 17:56:09 +00:00
brad
27f790cc5a
lop off first field of RUN_DEPENDS.
2001-09-28 17:43:01 +00:00
pvalchev
be54d47d8c
CONFIGURE_STYLE=gnu w/ proper MODGNU_CONFIG_GUESS_DIRS
...
needed for the powerpc -> macppc name change
2001-09-28 06:02:12 +00:00
pvalchev
08d1f1e568
fill MODGNU_CONFIG_GUESS_DIRS; for powerpc
2001-09-27 05:45:34 +00:00
pvalchev
a4b9464109
fill in MODGNU_CONFIG_GUESS_DIRS accordingly, for powerpc
2001-09-27 00:32:36 +00:00
peter
07a78e7a1e
remove file collisions when installing postgresql-docs with either
...
-clients or docs.
tested by Brandon Palmer.
thanks to Maurice Nonnekes <maurice@amaze.nl> for the patch.
2001-09-26 13:04:28 +00:00
pvalchev
45efd8ceb2
complete MODGNU_CONFIG_GUESS_DIRS; for ppc
...
ok maintainer
2001-09-26 02:48:23 +00:00
wilfried
24a358874b
use gettext module
2001-09-24 09:27:52 +00:00
jakob
fe847f9f2f
update to v2.0.15
...
- Fixed -lldap TLS external handling
- Fixed -lldap ldaps:// no host bug
- Fixed slapd Statslog bug
- Fixed slapd oidm support (ITS#1258)
- Added -lldap oidm support (ITS#1213)
- Added slapd supportedFeatures support
2001-09-21 07:29:35 +00:00
brad
e91e33a83d
move mysqlbinlog
2001-09-20 19:25:42 +00:00
jakob
c687ac124e
add gq
2001-09-19 20:46:44 +00:00
jakob
1b509b4d30
GTK-based LDAP client; from olivier.lemaire@IDEALX.com
2001-09-19 20:45:55 +00:00
shell
41da3b4ff6
add py-psycopg,zope
2001-09-19 01:06:39 +00:00
shell
562f53e4de
oops.. forgot to add this too
2001-09-19 01:05:56 +00:00
shell
62001fd985
Upgrade to 0.99.6, add zope flavor
...
from maintainer
2001-09-19 01:05:17 +00:00
peter
d9b6a97b5f
add p5-Tie-DBI
2001-09-16 21:19:07 +00:00
peter
9469e5170a
initial import of Tie::DBI 0.86
...
Perl module to tie hashes to DBI relational databases
2001-09-16 21:18:15 +00:00
jcs
76b922d346
Remove vim tags
2001-09-15 23:26:38 +00:00
shell
0d9bf31d60
Upgrade to Python-MySQL-0.9.1
2001-09-12 06:05:14 +00:00
jakob
c41a4ed241
update to v2.0.14 (fixed slurpd millionth second bug)
2001-09-11 15:54:12 +00:00
shell
f4a5300e60
Upgrade to 0.95
2001-09-11 15:06:26 +00:00
brad
027ccc4cbb
upgrade to MySQL 3.23.42
2001-09-10 02:59:35 +00:00
jakob
44f0fc6ac6
update to v2.0.13
2001-09-08 22:27:54 +00:00
peter
1668a3f1d3
update my e-mail address
2001-09-07 22:48:47 +00:00
peter
455d0b56aa
changes my official e-mail address
2001-09-07 22:23:16 +00:00
peter
3d3564c014
update to DBD::Pg 1.01
2001-09-07 22:20:32 +00:00
brad
ec7f5d25db
- Don't define an empty post-configure target if not FLAVOR java.
...
- We don't print messages durring install.
- It's typical to show INSTALL_ macros run durring install.
- Changed spaces to a tab for the last piece of code, we ran into a
problem with PostgreSQL when it was not a tab.
--
Ok'd by: maintainer
2001-09-07 20:45:07 +00:00
heko
984870a54f
OpenBSD doesn't link .so.MAJOR.MINOR to .so.MAJOR and .so.
...
ok naddy@
2001-09-07 20:37:11 +00:00
heko
f2e2c80c2e
o bump NEED_VERSION
...
o add tcl and c++ flavors
o use PFRAG.<flavor> instead of PLIST-<flavor>
o make proper .so.MAJOR.MINOR dynlibs with makefile and configure
patches
o fix reference to shared libraries in a few tcl test scripts
o use a patch to makefile.in instead of a port makefile tweak
to create libdb3.a instead of libdb-3.1.a
o sync libtool patches
o remove some sleepycat's marketing speech from DESCR
o take over MAINTAINER
o clarify license a bit
lots of thanks to Nils Nordman <nino@nforced.com> and naddy@ for
running the huge test set. (it takes days.)
naddy@ ok
2001-09-07 16:06:08 +00:00
brad
4635efdb1d
upgrade to PostgreSQL 7.1.3
...
--
Based on patches from: maintainer
2001-09-03 23:24:37 +00:00
brad
636fc64fbd
add a comment to doucment a few ports which use pthreads
2001-08-30 02:10:40 +00:00
jcs
df6c399d6b
Use DISTNAME and define it first
2001-08-29 16:10:22 +00:00
shell
8aa951ab90
Upgrade to 0.90
2001-08-28 20:59:45 +00:00
brad
0aaeb62bc1
- rename patches
...
- sync libtool patches
2001-08-26 23:45:18 +00:00
heko
8bd6e5fe30
o Modify gnats port to use new MASTER_SITE_SOURCEWARE macro
...
o Bump NEED_VERSION
brad@ ok, no reply from maintainer
2001-08-26 21:48:32 +00:00
shell
c61e4b0deb
Cleanup
2001-08-25 13:08:33 +00:00
shell
38447456ab
Upgrade to 1.20
2001-08-25 01:34:23 +00:00
peter
9887455613
add missing '/' to rmplc.co.uk mirror site
2001-08-23 16:29:55 +00:00
naddy
e9a85a406b
+p5-sybperl
2001-08-22 13:35:25 +00:00
naddy
f7b4df1be1
Import of sybperl 2.13.
...
Submitted by Joshua Stein <jcs@rt.fm>.
Sybperl implements three Sybase extension modules to Perl.
2001-08-22 13:30:40 +00:00
shell
39855c5095
SUBDIR += py-psycopg
2001-08-21 23:01:19 +00:00
shell
c6679d44ad
Initial import of psycopg-0.99.5
...
Maintainer : Maurice Nonnekes <maurice@amaze.nl>
---
psycopg is a PostgreSQL database adapter for the Python programming
language (just like pygresql and popy.) It was written from scratch
with the aim of being very small and fast, and stable as a rock.
2001-08-21 23:00:38 +00:00
shell
b3fa38f6ef
No python1 flavor
2001-08-21 13:18:38 +00:00
lebel
84070649db
-cdb
2001-08-14 20:35:56 +00:00
lebel
a0a9f6bd31
license does not allow modification to allow for proper integration
...
in OpenBSD.
2001-08-14 20:24:37 +00:00
brad
ed4c8a5aba
upgrade to MySQL 3.23.41
...
--
New version pointed out by: Wilbern Cobb <cobb@vedge.com.ar>
2001-08-14 02:06:29 +00:00
brad
ad03af2a4a
- FULLPKGNAME-server -> PKGNAME-server, now that the behavior of
...
bsd.port.mk has been improved.
- bump NEED_VERSION
2001-08-12 22:48:37 +00:00
shell
1acb1548e6
Upgrade to MySQL-Python-0.9.0
...
- Bump VERSION
- Change MASTER_SITES to SF
- Add python1 supports
- Patches took by Author
2001-08-12 19:02:07 +00:00
naddy
037517f9b1
+freetds
...
+sqsh
2001-08-11 16:25:09 +00:00
naddy
efe33287be
Import of Sqsh 1.7.
...
Submitted by Joshua Stein <jcs@rt.fm>.
Sqsh (pronounced skwish) is short for SQshelL. It is intended as
a replacement for the venerable 'isql' program supplied by Sybase.
2001-08-11 16:23:16 +00:00
naddy
878bdc4341
Import of FreeTDS 0.52.
...
Submitted by Joshua Stein <jcs@rt.fm>.
FreeTDS is a project to document and implement the TDS (Tabular
DataStream) protocol. TDS is used by Sybase and Microsoft for
client to database server communications.
2001-08-11 15:31:43 +00:00
brad
17b148fcc3
- PKGNAME -> FULLPKGNAME for -docs subpackage, FLAVORs do not apply here
...
- .else if -> .elif
- remove unnecessary symlinks used on "other" ELF-based systems which were
intentionally removed awhile back
--
Ok'd by: Brandon Palmer <bpalmer@crimelabs.net>
2001-08-07 13:25:50 +00:00
brad
be8baa25f5
do not run libtool "finish" on install, we've only run into this now
...
because this is the first program we've found todo so.
2001-07-28 02:56:56 +00:00
brad
73cc5893ec
proper DESCR, this has been wrong since the port was first imported.
2001-07-28 02:53:05 +00:00
peter
649c4c2500
update to PostgreSQL 7.1.2
...
All the hard work (apart from a small amount of testing) is by
Brandon Palmer <bpalmer@crimelabs.net>
2001-07-25 08:16:46 +00:00
brad
07439e14e1
better dependency checking
2001-07-22 22:25:51 +00:00
brad
666752fc75
upgrade to MySQL 3.23.40
2001-07-22 20:35:29 +00:00
shell
08340710a2
Upgrade to 1.19
2001-07-21 04:11:08 +00:00
naddy
49afc89ea6
MASTER_SITES fix by Heikki Korpela <heko@saitti.net>:
...
- Add ftp.funet.fi and ftp.sunet.se mirrors where available.
- Remove broken ftp.funet.fi references.
2001-07-13 11:23:37 +00:00
jakob
720087e0a7
fix dirrm; wilfried@
2001-07-08 11:01:11 +00:00
lebel
619fd9b942
Twenty-two ports have HOMEPAGE in their Makefile, but not in DESCR;
...
from Jason Peel <jsyn@nthought.com>
2001-07-02 16:19:04 +00:00
peter
50d8a0c14b
update to 1.00 and fix incorrect library path in Makefile
2001-06-23 22:04:18 +00:00
brad
d06e780e1a
enable max FLAVOR for MySQL.
2001-06-20 01:16:36 +00:00
brad
e0021e087f
upgrade to MySQL 3.23.39
2001-06-15 19:10:11 +00:00
matt
94acfa2d36
mark java flavor broken until we have a native JDK
2001-06-08 23:26:51 +00:00
wilfried
7c38fb687f
A misspelled function got silently fixed in mysql++ 1.7.9
...
(clinet_info -> client_info)
2001-06-08 08:55:21 +00:00
shell
208b75e6e8
Python 2.1 now, naddy@
2001-06-07 17:06:49 +00:00
shell
58f58fd106
Upgrade to 1.18
2001-06-07 17:05:59 +00:00
brad
9780d3353b
update dependency entries for MySQL.
2001-06-03 05:19:00 +00:00
brad
933b847b7d
bump NEED_VERSION
2001-06-03 01:20:02 +00:00
brad
50345c3bfd
rearrange DEINSTALL message so it doesn't wraparound if the PKGNAME is too
...
long.
2001-06-02 21:57:05 +00:00
brad
1f15fd42e7
upgrade to MySQL 3.23.38
...
- Also split the package into client and a server sub-package which
depends on the client portion. This allows for adding/removing the server
without needing to remove ports that might be dependent on the client
portion.
- innodb FLAVOR goes away and is replaced with the max FLAVOR like the
real MySQL distribution which gives us both Berkeley DB and InnoDB tables
for transaction support.
2001-06-02 20:18:43 +00:00
shell
e85b0e7dd8
Upgrade to 1.16
...
Not all CPAN mirror site got the distfile, included my CPAN mirror,
seems some problems in the main server, but it is ok...
2001-06-01 07:15:31 +00:00
jakob
8e88924b8a
update to v2.0.11. from CHANGES:
...
OpenLDAP 2.0.11 Release
Fix attribute parse bug (ITS#1159)
OpenLDAP 2.0.10 Release
Build Environment; Fix TLS-less build (ITS#1156)
2001-05-24 14:30:27 +00:00
jakob
50cb8be4b1
update to OpenLDAP v2.0.9
2001-05-21 21:19:25 +00:00
wilfried
40b78ffee9
upgrade to 1.2216
...
- transactions are supported by DBD::mysql
2001-05-21 14:38:35 +00:00
kevlo
095782cfb6
+p5-SQL-Statement
2001-05-20 13:06:44 +00:00
kevlo
5c7be622d3
Initail import of p5-SQL-Statement version 0.1020.
...
p5-SQL-Statement is a perl5 module for SQL parsing and processing.
2001-05-20 13:06:07 +00:00
shell
7e2c66f066
Upgrade to 0.85
2001-05-14 05:33:53 +00:00
shell
5c3104fd98
SUBDIR += p5-DBIx-XHTML_Table
2001-05-12 05:46:53 +00:00