Commit graph

2958 commits

Author SHA1 Message Date
Kris Kennaway
70c493c001 BROKEN: Broken dependency 2004-04-12 03:32:23 +00:00
Kris Kennaway
b8cc0ae60f This is broken on i386 as well (broken pkg-plist) 2004-04-12 03:31:28 +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
Thierry Thomas
18718bebce Add xbsql 0.11, an SQL wrapper for the XBase DBMS library.
Approved by:    pav (mentor).
2004-04-10 18:06:00 +00:00
Thierry Thomas
b6a30b1048 Add xbase 2.0.0, an xbase (i.e. dBase, FoxPro, etc.) compatible
C++ class library.

Approved by:	pav (mentor).
2004-04-10 18:05:19 +00:00
Trevor Johnson
c0669efed5 Tidy up whitespace. 2004-04-10 17:26:55 +00:00
Trevor Johnson
f844f89eae Cram into 80 columns by 24 rows. 2004-04-10 17:11:02 +00:00
Trevor Johnson
ef3d2f50aa Trim leading or trailing blank lines. 2004-04-10 16:57:07 +00:00
Trevor Johnson
6e7d58c396 Trim whitespace. 2004-04-10 16:07:10 +00:00
Pav Lucistnik
69f2dc222a - Update to 3.51.06
PR:		ports/64059
Submitted by:	Sergey Prihodko <sergey@migsoft.com.ua>
This patch by:	Erik H. Bakke <ebakke@trolltech.com> (maintainer)
2004-04-10 14:08:08 +00:00
Pav Lucistnik
9877989572 - Fix detect of wchar_t on FreeBSD. Using _BSD_CT_RUNE_T_ is not sufficient
for some version of FreeBSD, rather test on __FreeBSD__. This problem
  prevent other programs to include iodbc's header files on -STABLE systems.

PR:		ports/64743
Submitted by:	eik
Approved by:	maintainer timeout (2 weeks)
2004-04-10 14:02:52 +00:00
Akinori MUSHA
80f2ddbdd2 And oops. 2004-04-09 14:23:40 +00:00
Akinori MUSHA
d7f44debbb Oops.. 2004-04-09 14:20:39 +00:00
Akinori MUSHA
0eb847bb5d Add databases/ruby-libgda, Ruby binding for libgda (GNOME-DB Project).
This is part of the Ruby/GNOME2 suite.

PR:		ports/65270
Submitted by:	Jeremy Messenger <mezz7@cox.net>
2004-04-09 14:17:14 +00:00
Erwin Lansing
602bdb5436 Add p5-Class-DBI-Loader-Relationship 1.2, easier relationship
specification in CDBI::L.

This module acts as a mix-in, adding the relationship method to
Class::DBI::Loader. Since Class::DBI::Loader knows how to map between
table names and class names, there ought to be no need to replicate
the names.  In addition, it is common (but not universal) to want
reverse relationships defined for has-many relationships, and for
has-a relationships to be defined for the linkages surrounding a
many-to-many table.

WWW: http://search.cpan.org/dist/Class-DBI-Loader-Relationship/

PR:		ports/65176
Submitted by:	Lars Thegler <lars@thegler.dk>
2004-04-08 15:58:14 +00:00
Mikhail Teterin
95b191f02c Update to 2.50 from 2.40. Spell the name of the package properly in
synopsis. Add tcl84 as the category.
2004-04-08 14:29:09 +00:00
Thierry Thomas
a73a64446c Upgrade to 1.6.2.
Approved by:	mat (implicit).
2004-04-07 21:49:25 +00:00
Clement Laforet
113d291e1d - tar -> ${TAR} (since we have now a bsdtar ;) 2004-04-07 13:26:20 +00:00
Joe Marcus Clarke
ea6768e688 Fix build with firebird support. FreeBSD doesn't have nor does it need
libdl.

PR:		65269
Submitted by:	Michael Edenfield <kutulu@kutulu.org>
2004-04-07 00:12:19 +00:00
Jun Kuriyama
01a5be59f4 Link shared module with libintl to avoid this error:
/usr/libexec/ld-elf.so.1: /usr/local/lib/libnmz.so.6: Undefined symbol "libintl_gettext"
2004-04-06 09:26:46 +00:00
Ying-Chieh Liao
25508aacf9 upgrade to 1.0.18 2004-04-06 07:50:32 +00:00
Dmitry Sivachenko
216dba9b3e Update to version 1.0.47. 2004-04-06 07:30:51 +00:00
Ying-Chieh Liao
1244353b35 add support for db42
Approved by:	maintainer
2004-04-06 03:34:25 +00:00
Pav Lucistnik
5567867a77 - Chase zope-2.7 update (change of dependency file) 2004-04-05 23:19:34 +00:00
Mikhail Teterin
d17822e7e1 After some hesitation and nudging from Kris make the following changes:
. make compile with and default to Tcl-8.4 (8.3 is still possible)
	  (this necessitated PORTREVISION bump :\)
	. don't link in -lgcc -- should've used gcc_pic anyway, but this
	  is not really needed at all, it seems;
	. don't require a particular version of mysqlclient library.
2004-04-05 16:32:25 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Erwin Lansing
2929a99bad Add p5-Class-DBI-AsForm 2.2, produce HTML form elements for database
columns.

This module helps to generate HTML forms for creating new database
rows or editing existing rows. It maps column names in a database
table to HTML form elements which fit the schema. Large text fields
are turned into textareas, and fields with a has-a relationship to
other Class::DBI tables are turned into select drop-downs populated
with objects from the joined class.

WWW: http://search.cpan.org/dist/Class-DBI-AsForm/

PR:		ports/65147
Submitted by:	Lars Thegler <lars@thegler.dk>
2004-04-04 21:11:42 +00:00
Erwin Lansing
891528b0a7 Add p5-Class-DBI-Plugin-Type 0.02, determine type information for
columns.

This module allows Class::DBI-based classes to query their columns
for data type information in a database-independent manner.

WWW: http://search.cpan.org/dist/Class-DBI-Plugin-Type/

PR:		ports/65147
Submitted by:	Lars Thegler <lars@thegler.dk>
2004-04-04 20:44:12 +00:00
Erwin Lansing
b5d0f2f386 Add p5-Class-DBI-Plugin-RetrieveAll 1, more complex retrieve_all() for
Class::DBI.

This is a simple plugin to a Class::DBI subclass which provides a
'retrieve_all_sorted_by' method.

WWW: http://search.cpan.org/dist/Class-DBI-Plugin-RetrieveAll/

PR:		ports/65146
Submitted by:	Lars Thegler <lars@thegler.dk>
2004-04-04 18:00:58 +00:00
Sergey Skvortsov
1e3d80855c Make port compatible with perl 5.00503
PR:		65136
Submitted by:	Lars Thegler <lars@thegler.dk>
2004-04-04 15:27:07 +00:00
Michael Nottebrock
0a102ff861 malloc.h -> stdlib.h
Reported by: kris
2004-04-04 06:30:03 +00:00
Ade Lovett
595addc9c5 Ding-dong, this is your friendly happy face talking. Please to be
reading the 20040314 entry in /usr/ports/CHANGES regarding importing
of ports into the tree that require the use of GNU autotools.

Thanks awfully
2004-04-03 08:27:07 +00:00
Kirill Ponomarev
ba63be234f - Fix segfault due to a NULL pointer in strcmp function.
PR:		ports/65101
Submitted by:	Jie Gao <gaoj@cpsc.ucalgary.ca>
2004-04-03 06:35:22 +00:00
Mathieu Arnold
b48dde1073 Add p5-POE-Component-EasyDBI 0.02, pOE Component for simplified DBI
usage.

PR:		ports/62182
Submitted by:	Zach Thompson <lin-chi@lastamericanempire.com>
2004-04-02 13:42:23 +00:00
Kris Kennaway
98dd96ee20 Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile.

Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR:		59651
2004-04-02 07:29:48 +00:00
Kris Kennaway
fba5787df2 Fix syntax error in NOPORTDOCS case
Noticed by:	Frank Knobbe <frank@knobbe.us>
2004-04-02 07:01:02 +00:00
Kirill Ponomarev
93107187dd - Update to 1.0.2b-alpha
PR:		ports/65010
Submitted by:	maintainer
2004-04-01 07:39:15 +00:00
Pav Lucistnik
b1fb147b0f - Update to 0.18.2
PR:		ports/64653
Submitted by:	gioria (maintainer)
2004-03-31 14:26:23 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Kirill Ponomarev
4efa9ce4ab - Use USE_ICONV knob
Approved by:	portmgr
2004-03-30 19:20:22 +00:00
Sergey Skvortsov
f07849a27d Add p5-POE-Component-LaDBI 1.2.0,
perl extension for asynchronous
non-blocking DBI calls in POE.
2004-03-30 15:50:30 +00:00
Mathieu Arnold
87870f1ab8 Add 2 patches for 5.005.
Approved by:	maintainer timeout
2004-03-30 13:39:33 +00:00
Sergey A. Osokin
1bff58fcf6 Add a note about changes in latest release of PostgreSQL.
Submitted by:	Palle Girgensohn <girgen@pingpong.net> (maintainer)
PR:		64933
2004-03-30 11:14:24 +00:00
Mikhail Teterin
a623e2d6cf This is Sybtcl -- a dynamicly loadable TCL extension, which provides
your interpreter with connectivity to a Sybase server. Althghough it was
written to work with Sybase's own client libraries (not available for
FreeBSD), this port patches it enough to make it work with FreeTDS.

WWW: http://sybtcl.sourceforge.net/
2004-03-30 00:02:11 +00:00
Dmitry Sivachenko
3f50390e89 Update to version 0.99. 2004-03-29 09:29:06 +00:00
Sergey A. Osokin
8a1ea99eeb Update to 3.17. 2004-03-28 19:37:04 +00:00
Sergey A. Osokin
8c61ccc7c3 Update to 2.95.
Move pkg's doc file to Makefile.
2004-03-28 19:03:27 +00:00
Kris Kennaway
ee233f9bb4 Revert 1.5, which was committed prematurely. 2004-03-28 06:58:16 +00:00
Norikatsu Shigemura
908d538882 Fix build error.
Pointy hat to:	myself
Approved by:	Gerhard Haering <gh@ghaering.de> (maintainer/implicitly)
2004-03-28 06:44:55 +00:00
Kris Kennaway
709007f64c Update to memcached 1.1.10 from the duplicate net/memcached port. 2004-03-28 04:54:31 +00:00
Kris Kennaway
a47c8bab8d Revert 1.6 and 1.5, which were committed prematurely 2004-03-28 04:39:21 +00:00
Kris Kennaway
956cb90c96 Back out r1.33, which was committed prematurely 2004-03-28 00:10:33 +00:00
Norikatsu Shigemura
4c2cd81f13 Update to 2.8.13.
Approved by:	Gerhard Haering <gh@ghaering.de> (maintainer)
2004-03-27 21:42:17 +00:00
Thierry Thomas
43dd92f5fe - Update to version 2.5.6
Release notes are at

        http://www.phpmyadmin.net/home_page/relnotes.php?rel=0

    This release fixes the vulnerability described in:

        http://marc.theaimsgroup.com/?l=bugtraq&m=107582619125932&w=2
        http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0129

- Take maintainership

- No more support for php3

PR:		ports/64568
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
Approved by:	mat (mentor)
2004-03-27 08:37:14 +00:00
Sergey Skvortsov
a8f7eed6c6 Unbreak build on perl 5.00503
Pointed by:	kris
2004-03-26 16:02:04 +00:00
Kirill Ponomarev
c9061d0309 - Update to version 0.7.1
PR:		ports/64759
Submitted by:	Ports Fury
2004-03-26 14:41:14 +00:00
Neil Blakey-Milner
ff85647795 Drop maintainership 2004-03-25 18:33:22 +00:00
Michael Nottebrock
bdb4cb8fae Untangle the QT database plugin ports.
PR: ports/64393
2004-03-25 15:08:15 +00:00
Kirill Ponomarev
c33e9331ce - Update to version 1.8.7
PR:		ports/64675
Submitted by:	maintainer
2004-03-25 07:42:08 +00:00
Kirill Ponomarev
9ec3d7c524 - Fix default options
PR:		ports/64674
Submitted by:	maintainer
2004-03-25 07:38:47 +00:00
Ade Lovett
2c577f8a04 Convert all but one port that uses libtool14 to use libtool15, in readiness
for the destruction of devel/libtool14
2004-03-24 20:59:17 +00:00
Vanilla I. Shu
33df0de9b8 - Update to 0.016
PR:		ports/64614
Submitted by:	maintainer
2004-03-24 19:50:51 +00:00
SADA Kenji
c3894fb222 PR: ports/64606
Fix build breakage due to ade's autotools changes.
2004-03-24 15:11:57 +00:00
Sergey Skvortsov
82795a42c0 Updated to 0.43 2004-03-24 09:06:02 +00:00
Sergey Skvortsov
66972c0d7e Updated to 0.33 2004-03-23 09:41:52 +00:00
Dirk Meyer
d8a7262244 - make portlint happy 2004-03-22 20:57:26 +00:00
Dirk Meyer
e225b4e83f - fix Index
PHP_PORT needs explict ${PORTSDIR}/www/mod_php4-twig
2004-03-22 20:55:22 +00:00
Mark Linimon
864e345d34 Update to 3.51.1: catch up with the newest development branch, but not
yet the newest release from that branch.  From the PR:

"I am aware that this patch does not update to the very latest version
of the libiodbc library, but I will submit another update when I am
back online after my move (along with a maintainer-email update)."

Changes over time include: added new SQLDrivers implementation; added
ODBC Tracing facility; code restructuring; fixes for installations in
many more environments; bugfixes.  See ChangeLog for complete details.

PR:		ports/62877
Submitted by:	Erik H. Bakke <ebakke@trolltech.com> (maintainer)
2004-03-22 19:11:39 +00:00
Joe Marcus Clarke
e6f7b03ab1 Fix build with freetype2-2.1.7.
Reported by:	bento via kris
2004-03-22 18:39:12 +00:00
Sergey Skvortsov
5a74d1f6cc Add p5-DBIx-ContextualFetch 1.01, add contextual fetches to DBI. 2004-03-22 15:17:41 +00:00
Akinori MUSHA
2956c3762c Add SIZE data.
Submitted by:	trevor
2004-03-22 15:05:32 +00:00
Clement Laforet
3fb7a52192 - Update to 4.21
PR:             64541
Submitted by:   Martin Matuska <martin@tradex.sk> (maintainer)
2004-03-22 14:58:07 +00:00
Dirk Meyer
deb1a69ee5 - Update to 3.3.1
- better defaults
- preserve config.inc.php
- superseeds ports/63459
2004-03-22 14:38:02 +00:00
Dirk Meyer
bfaa9f3948 - Update to 3.2.1
- change default dependency to mod_php4 with postgresql
  which resolves some conflicts
- take maintanership
PR:		62956
2004-03-22 10:38:10 +00:00
Neil Blakey-Milner
475e5531fa Drop maintainership. 2004-03-22 09:07:39 +00:00
Clement Laforet
a892f286e6 - update to 1.8.6
PR:             64551
Submitted by:   Kimura Fuyuki <fuyuki@hadaly.org> (maintainer)
2004-03-22 00:57:10 +00:00
Edwin Groothuis
428324ec27 Update databases/postgresql-relay to version 1.3
Added support for tcpwrappers.

Submitted by:	edwin@mavetju.og
2004-03-21 04:51:34 +00:00
Vanilla I. Shu
4b6bb91e63 Add p5-T2 0.07, object Relational mapping system.
PR:		ports/61633
Submitted by:	Scott McWhirter <scott_at_surreytech_dot_co_dot_uk>
2004-03-21 01:48:02 +00:00
Vanilla I. Shu
1d2a866385 Upgrade to 1.42. 2004-03-21 01:38:26 +00:00
Mathieu Arnold
0cc1988912 Reorder those files 2004-03-20 19:06:44 +00:00
Oliver Eikemeier
226faa7c29 This patch is a convenience patch to allow broken port tools to continue
to go about their rotten business. It is issued without acknowledgment
of any obligation, in response to ports/64393.

The patch does NOT bump PORTREVISION as the change is invisible for the
port's or package's users. $FreeBSD$ is sufficient.

I also refute any "bug" with respect to the the porter's handbook's
pages referenced in ports/64393, my port has not written anything after
bsd.port.mk and portlint has nothing to complain about (only that it
can't figure "patch" is legal in a PATCHFILES variable).

Informational: tools that assume .include <bsd.port.[post.]mk> was the
last line in a port's makefile are broken. They should be comparing
the output of realpath $(make -V MASTERDIR) against the output of
realpath $(pwd) instead:

-bash-2.05b$ realpath $(pwd)
/usr/home/ma/db42
-bash-2.05b$ realpath $(make -V MASTERDIR)
/usr/home/ma/db42

-bash-2.05b$ cd ../db42-nocrypto # switch to slave's port directory
-bash-2.05b$ realpath $(make -V MASTERDIR)
/usr/home/ma/db42
-bash-2.05b$ realpath $(pwd)
/usr/home/ma/db42-nocrypto

PR:		64479
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2004-03-19 22:28:21 +00:00
Kris Kennaway
5b500b9b94 BROKEN on alpha 4.x: Coredump during build 2004-03-19 13:38:49 +00:00
Mathieu Arnold
ba463432f6 Update to 0.04 2004-03-19 13:12:36 +00:00
Sergey A. Osokin
0248996b2d Update to latest release 3.16. 2004-03-19 12:18:48 +00:00
Jimmy Olgeni
2a67f30d03 Add SIZE data.
Submitted by:	trevor
2004-03-18 20:45:09 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Clement Laforet
6ff0d4f0bb Make portlint happy (remove blank line @ the end of Makefile)
PR:		64393
Noticed by:	eik
2004-03-18 16:39:00 +00:00
Yoichi NAKAYAMA
589241ce77 include <...> -> include "..."
PR:		ports/64393
Submitted by:	Oliver Eikemeier
2004-03-18 13:39:11 +00:00
Pav Lucistnik
cfaaa49989 - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 13:32:26 +00:00
Kris Kennaway
5e5e7a971d This is also broken on alpha 4.x 2004-03-18 12:31:55 +00:00
Hye-Shik Chang
4fada1630a Add SIZE data.
Submitted by:	trevor
2004-03-18 07:38:47 +00:00
Trevor Johnson
4a38811bfa Add size data.
Approved by:	maintainers
2004-03-18 02:52:47 +00:00
Trevor Johnson
e1177f5c54 Add size data.
Approved by:	maintainers
2004-03-18 02:27:55 +00:00
Yen-Ming Lee
0957f8fcb3 SIZEify my ports.
Submitted by:	trevor
2004-03-18 02:19:36 +00:00
Oliver Eikemeier
839e10da49 SIZEify
Prompted by:	trevor
2004-03-18 01:04:31 +00:00
Jun Kuriyama
1b7bb85f82 SIZEify.
Submitted by:	trevor
2004-03-18 00:48:53 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Thierry Thomas
751db064ea Upgrading to 1.6.1.
Changelog available at
<http://pear.php.net/package-changelog.php?package=DB&release=1.6.1>.

Approved by:	mat (mentor).
2004-03-16 21:04:15 +00:00
Kirill Ponomarev
af729fb39c - Update to version 0.5.2
PR:		ports/64331
Submitted by:	Ports Fury
2004-03-16 13:48:55 +00:00
Kirill Ponomarev
26518ebc32 - Update to version 1.8.5
PR:		ports/64312
Submitted by:	maintainer
2004-03-16 08:59:30 +00:00
Akinori MUSHA
e21b6c3dbb Update to 0.4.1. 2004-03-14 17:40:28 +00:00
Dirk Meyer
84a12979e7 - update to 2.4.9.3
- fix a bunch of libtool problems after build and during installation.
2004-03-14 08:24:48 +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
Mark Linimon
a58fbe1677 Remove mastersite that died in, oh, say, the year 2000 or so. 2004-03-13 23:57:02 +00:00
Ade Lovett
775b371526 Unset LIBTOOLFILES to fix build after previous commit.
Submitted by:	bento
2004-03-13 18:02:04 +00:00
Oliver Braun
52d22d4510 Fix after upgrade to 7.4.2.
Approved by:	maintainer
2004-03-12 11:17:39 +00:00
Alex Dupre
6591025a58 Fix a never-catched bug in mysql_install_db script.
Now the SKIP_DNS_CHECK knob is pointless.
2004-03-12 10:36:57 +00:00
Alex Dupre
e5ba38231e Fix a never-catched bug in mysql_install_db script.
Now the SKIP_DNS_CHECK knob is pointless.
2004-03-12 10:27:34 +00:00
Ade Lovett
91e0c8f1a7 Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents.  In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.

First in a series of major autotools cleanups.
2004-03-12 02:48:25 +00:00
Pav Lucistnik
fb91551796 - Update to 1.8.4
- Add knob for experimental pthread support
- Run make check in post-build target

PR:		ports/64123
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org> (maintainer)
2004-03-12 00:17:35 +00:00
Oliver Eikemeier
f3d7bf4865 gnats is back on MASTER_SITE_GNU 2004-03-11 23:31:27 +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
Oliver Eikemeier
bb08d2c7c7 Sync FORBIDDEN tags with the FreeBSD VuXML database, please refer to the
individual database entries for details. Report errors and omissions in the
database to the FreeBSD Security Officer <security-officer@FreeBSD.org>

bump PORTREVISON for x11/linux-XFree86-libs, since the vulnerabilites are
fixed.
2004-03-11 18:48:07 +00:00
Mathieu Arnold
b14d0e9d85 Update to 1.09 2004-03-11 14:46:45 +00:00
Sergey A. Osokin
88154be9c2 Update to latest release 7.4.2.
Release notes available at http://www.postgresql.org/news/173.html

NOTICE: unlike most minor versions, this version does require
some updates to the pg_* system tables.  Full instructions for
how to do this are included in the full HISTORY file.
DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS.

SIZEfy.
Submitted by:	Palle Girgensohn <girgen@pingpong.net> (maintainer)
PR:		64105
2004-03-11 14:45:42 +00:00
Oliver Braun
3e16e4b08f deUSE_SIZEify. 2004-03-11 07:48:13 +00:00
Sergey A. Osokin
09088af55d Update to 3.15. 2004-03-10 09:48:25 +00:00
Sergey A. Osokin
46047596c1 Update to 2.94. 2004-03-10 09:47:51 +00:00
Dmitry Sivachenko
6cf8fd70b2 Project has moved to SourceForge.
PR:		64018
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2004-03-10 06:28:46 +00:00
Michael Nottebrock
e87edc58b8 Add qt-sqlite-plugin, a QT database plugin for SQLite. 2004-03-09 20:05:40 +00:00
Michael Nottebrock
d6e8d207b7 Add qt-ibase-plugin, a QT database plugin for ibase/firebird.
PR:	ports/61655
Submitted by:	Nigel Weeks <nigel@e-easy.com.au>
2004-03-09 20:04:35 +00:00
Michael Nottebrock
f64c6af4f4 Update to KDE 3.2.1 / QT 3.3.1
Important changes:
==================

KDE:

- Audio/arts does not install artswrapper anymore, instead it is provided by
  audio/artswrapper. See UPDATING.

- misc/kdeaddons3 is now a metaport with

	editors/kate-plugins
	editors/vimpart
	games/atlantikdesigner
	misc/kaddressbook-plugins
	misc/kfile-plugins
	misc/kicker-applets
	misc/knewsticker-scripts
	misc/konq-plugins
	misc/ksig
	misc/renamedlgplugins
	multimedia/noatun-plugins
	net/kontact-plugins

  as slave ports.

- A number of KDE ports now uses OPTIONS do make various WITH_* options more
  visible.

- Plist fixes

- devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for
  newly created projects.

- kdebase will no longer remove previous KDM configurations. This won't take
  effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still
  remove the configuration), but subsequent updates will merge old configs.

QT:

- Previous versions of QT could be compiled with debugging-support enabled by
  defining DEBUG. This switch has been renamed to the more unambiguous
  WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
2004-03-09 19:41:12 +00:00
Michael Nottebrock
ebf83b41e7 Remove uneccessary files. 2004-03-09 11:41:45 +00:00
Trevor Johnson
a781291126 Mark broken: the distfile was changed. 2004-03-09 07:03:49 +00:00
Trevor Johnson
d0e01b53b1 Unbreak by backing out my previous commit, which caused a "size
unknown" error.
2004-03-09 00:22:28 +00:00
Alex Dupre
16c0520e22 Fix mysql default db installation.
Noticed by:	many
2004-03-08 08:58:24 +00:00
Kirill Ponomarev
c20c561ee1 - Update to 0.3.4
- Utilize OPTIONS
- Assign maintainership to submitter

PR:		ports/63821
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2004-03-07 09:05:13 +00:00
Kris Kennaway
9bbc1e7748 This is BROKEN on 5.x as well (does not compile) 2004-03-06 22:44:17 +00:00
Oliver Braun
8006a4f52d Set maintainer to the new created haskell@ mail alias. 2004-03-06 21:29:59 +00:00
Tilman Keskinoz
a9af92ca78 Mark Broken with MYSQL 3.23.
Submitted by:	maintainer
2004-03-05 15:31:07 +00:00
Alex Dupre
5d1fb7d1f7 Fix building without perl.
Reported by:	bento via kris
2004-03-05 15:07:17 +00:00
Hye-Shik Chang
e0427d1526 Add new port for py-mssql 0.5.1,
A simple database interface to MS-SQL for Python.
2004-03-05 12:36:16 +00:00
Mark Linimon
dc286c14c9 Update to 0.18.0 and fix problems with pkg-message and pkg-plist.
This includes about 18 months' worth of changes, which are extensive.
See ChangeLog.  But, note that the new distfile has been switched over
to DOS linebreaks, so the diffs are incredibly painful to read.  I
really wish authors would not do this.

PR:		ports/61368
Submitted by:	Nils Vogels <nivo@yuckfou.org>
Approved by:	gioria@FreeBSD.org (maintainer)
2004-03-05 07:05:20 +00:00
Tilman Keskinoz
2189f3d9e4 Fix Build on AMD64
Approved by:	maintainer
2004-03-04 17:17:52 +00:00
Hye-Shik Chang
f43f16d1a5 Update to 4.2.4 2004-03-04 07:09:34 +00:00
Anders Nordby
4bb863a89b Really unbreak this port, last update to Makefile did not.
Update to version 0.9.4.
SIZEify.

Approved by:	maintainer
2004-03-04 06:56:08 +00:00
Kirill Ponomarev
f4ca71898b - Update to version 1.8.2
PR:		ports/63711
Submitted by:	maintainer
2004-03-03 20:35:05 +00:00
Mark Linimon
57f8788c32 Revert previous commit. Local changes here masked the fact that this
change would break the port for other users.

Noticed by:		Rolandas Naujikas <rolnas@takas.lt>
Pointy hat to:		linimon@FreeBSD.org
2004-03-03 11:21:33 +00:00
Edwin Groothuis
5e935a82ae Upgrade to 1.2.1
- fix "Starting server for port 0" problem
2004-03-03 02:15:25 +00:00
Mark Linimon
876aa26892 Remove redundant definition of MASTERDIR (sets MASTERDIR back to
default).

Reviewed by:		Matthias Andree <matthias.andree@gmx.de> (maintainer)
2004-03-03 01:24:08 +00:00
Alex Dupre
9cd2122897 Fix installation (a bit of perl was still there).
Reported by:	bento via kris
2004-03-02 12:17:32 +00:00
Kris Kennaway
edbac383dd Add trailing "
Submitted by:   Ion-Mihai Tetcu <itetcu@apropo.ro>
Pointy hat to:  kris
2004-03-02 10:29:29 +00:00
Akinori MUSHA
ec09f55d19 Update to 0.3.9 and unbreak. 2004-03-02 07:28:41 +00:00
Sergey A. Osokin
4e80523b73 Update to 3.14. 2004-03-01 14:17:29 +00:00
Sergey A. Osokin
ba5a77c5cf Update to 2.93. 2004-03-01 14:16:56 +00:00
Sergey Skvortsov
1d78e4b9ce Unbreak build on ruby-18
Pointed by:	kris
2004-03-01 07:54:32 +00:00
Sergey Skvortsov
8b71ea2227 Updated to 0.95 2004-03-01 07:24:19 +00:00
Sergey Skvortsov
9b39b900f0 Updated to 0.32 2004-03-01 07:13:35 +00:00
Alex Dupre
207323cc3c Update to 4.20 release.
PR:		ports/63523
Submitted by:	Martin Matuska <martin@tradex.sk> (maintainer)
2004-02-29 22:50:06 +00:00
Alex Dupre
4e11cdd48f Add mysql323-scripts, a slave port containing additional scripts for the
MySQL database.
2004-02-29 12:40:30 +00:00