Commit graph

3603 commits

Author SHA1 Message Date
Sergey Matveychuk
421d477a97 - Update to 0.3.5
* Added transactional support for MySQL 4 INNODB tables.
- Patternize pkg-plist for easy updating.
2005-03-01 07:23:07 +00:00
Anton Berezin
71375ae493 Update to 1.08. 2005-02-28 13:22:41 +00:00
Sergey Skvortsov
a40009e26e Update to 0.09
PR:		ports/77790
Submitted by:	hideo <lin-chi@lastamericanempire.com> (maintainer)
2005-02-28 13:05:16 +00:00
Kris Kennaway
70886c1846 BROKEN: Incomplete pkg-plist 2005-02-28 01:50:22 +00:00
Max Khon
d20968c831 - Fix build on 4.x: non-unicode version does not have pkg-message.
- Bump PORTREVISION.
2005-02-27 16:53:27 +00:00
Yen-Ming Lee
824e6e020a - fix PLIST 2005-02-26 18:33:00 +00:00
Yen-Ming Lee
a620cfeaac - fix PLIST 2005-02-26 18:25:50 +00:00
Pav Lucistnik
6fcc82e1ce - Update to 2.6.1.2
PR:		ports/78061
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2005-02-25 20:08:24 +00:00
Mikhail Teterin
827b9dbfaa Ouch, remove debugging flags, which crept in with the previous commit. 2005-02-25 16:26:25 +00:00
Mikhail Teterin
f6d86f3ffe Fix a crash, that affected users of modern versions of MySQL.
Reported and tested by:	Yves Gurin <yvesguerin@yahoo.ca>
2005-02-25 16:25:33 +00:00
Kirill Ponomarev
5dbc3b93ef Update to version 3.52.2
PR:		ports/77963
Submitted by:	Ports Fury
2005-02-25 13:25:27 +00:00
Thierry Thomas
575cd613e9 - Update to 1.6.8;
Changelog at <http://pear.php.net/package/DB/download/1.6.8/>

- Take maintainership.

PR:		ports/77931
Submitted by:	Antônio Carlos Venâncio Júnior
2005-02-24 21:46:40 +00:00
Yen-Ming Lee
0601a51252 - update Martin's email address
PR:		77938
Submitted by:	Martin Matuska <martin at matuska.org>
2005-02-24 01:44:07 +00:00
Thierry Thomas
457edac0b4 p5-Term-ReadLine-Gnu is not necessary: devel/p5-ReadLine-Gnu is the same
port (previous release).

Reported by:	Florent Thoumie
2005-02-23 22:23:13 +00:00
Max Khon
dc0eeebdd1 - Provide a patch that allows to build working non-Unicode version.
- Add back 4.x support (non-Unicode version only).
- Bump PORTREVISION.
2005-02-23 19:28:13 +00:00
Thierry Thomas
eb6f9db72d Add yasql 1.82, yet Another SQL*Plus Replacement.
Successfully used to access Oracle 7 and Oracle 8i databases, but fails
with Oracle 9i (ORA-03113 "end-of-file on communication channel").
2005-02-23 18:43:14 +00:00
Yen-Ming Lee
0078455c17 - correct WRKSRC 2005-02-23 08:34:50 +00:00
Herve Quiroz
f5b4176d87 - Update to 3.1.7 [1]
- Use ${JAVALIBDIR} for JAR dependencies
- Use %%JAVAJARDIR%% in plist
- ECHO_CMD -> ECHO_MSG
- Add $FreeBSD$ tag in patch
- Improve the build.xml patch to have the location of JAR files set through
  MAKE_ARGS (should help with people with non-standard paths)

PR:		77916 [1]
Submitted by:	maintainer [1]
Approved by:	maintainer
2005-02-22 21:17:44 +00:00
Max Khon
3451ac7dc3 - Unbreak.
- Remove ability to build non-unicode version which is not supported by pgadmin3
developers.
- Bump PORTREVISION.
2005-02-21 22:10:39 +00:00
Mathieu Arnold
dfc8acd5df Update to 0.16 2005-02-21 17:07:45 +00:00
Yen-Ming Lee
1b37aa0803 - add pod2man in CONFIGURE_ARGS, and install perl manpages under perl 5.00503
Noticed by:	kris
Approved by:	demon
2005-02-21 14:15:59 +00:00
Thierry Thomas
3abbc94e5c Add a missing dependency to bison.
Reported by:	Kris via pointyhat.
2005-02-20 10:44:43 +00:00
Kirill Ponomarev
63ec445dbf Chase PATCHFILES to latest version.
PR:		ports/77767
Submitted by:	Sam Lawrance <boris at brooknet.com.au>
2005-02-20 09:03:47 +00:00
Palle Girgensohn
11c6621cb5 Fixing problems with the recent security patch: When bison was not
installed, the patched gram.y file would not be used and the security
patch would be a no-op. Also, I've had reports of compilation errors
related to bison.

Since checking for the correct version of bison is hard and error
prone, I'm doing what the postgresql distribution does - patching the
yacc:ed .c file to get rid of the building dependency.

Bumping portrevision of -server.

Pointy hat to:	me
Noticed by:	Mike Harding and others
Security:	http://www.vuxml.org/freebsd/6b4b0b3f-8127-11d9-a9e7-0001020eed82.html
Approved by:	seanc (implicit)
2005-02-20 05:38:24 +00:00
Thierry Thomas
22893d975b Fix a bug in usage DateTime column.
PR:		ports/76952
Submitted by:	maintainer
Obtained from:	SQLObject's CVS
2005-02-19 18:18:14 +00:00
Palle Girgensohn
9c89540227 Fix security alert using a patch from PostgreSQL's CVS repository:
Prevent overrunning a heap-allocated buffer if more than 1024
  parameters to a refcursor declaration are specified. This is a
  minimally-invasive fix for the buffer overrun.

Define LATEST_LINK to avoid package name clashes between the different
branches of PostgreSQL. [1] (Since postgresql-tcltk is hardwired to
branch 7.4, keep its LATEST_LINK to a generic value.)

Set UNIQUENAME and let it be the same for server & client, so each
branch's ports will share the same options file. This adds some no-op
knobs to the -client port, but IMO it is better this way.

Add space inside paranthesis in OSVERSION conditional to work around
(ancient) make bug. [2]

Remove the Rendez-Vouz knob for 8.0 since I can't find the software
needed to even compile it on FreeBSD.

Bump portrevision (for -server only).

Noted by:	kris [1]
PR:		ports/77530 [2]
Security:	http://www.vuxml.org/freebsd/6b4b0b3f-8127-11d9-a9e7-0001020eed82.html
Approved by:	seanc (mentor)
2005-02-19 12:07:46 +00:00
Thierry Thomas
8b09fb02c1 Upgrade to 1.0.0-rc2.
PR:		ports/76916
Submitted by:	maintainer.
2005-02-19 08:26:43 +00:00
Kris Kennaway
11ea174ccb As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
2005-02-18 23:44:49 +00:00
Adam Weinberger
5bbeea0adb Update to 1.0.4. 2005-02-18 21:08:55 +00:00
Palle Girgensohn
36f8f623e4 Fresh repo copy, expect a version from CVS here in a short while.
seanc will continue to handle, so make him maintainer (again).

Approved by:	seanc (mentor)
2005-02-16 23:18:36 +00:00
Dmitry Sivachenko
37878647cc Fix PLIST.
PR:		77548
Submitted by:	Yen-Ming Lee <leeym@FreeBSD.org>
2005-02-16 09:29:15 +00:00
Cheng-Lung Sung
cd8d8ca43b - I forgot to bump PORTREVISION.
Noted by(and Thanks to):   mat
2005-02-16 03:08:31 +00:00
Alex Dupre
e59bb22a85 Reset PORTREVISION. 2005-02-15 23:06:20 +00:00
Alex Dupre
110771c2d9 Update to 4.1.10 release:
- Add the possibility to specify the database directory in rc.conf [1]
- Move database creation from post-install stage into startup script

PR:		ports/75453 [1]
Submitted by:	Boris Kovalenko <boris@tagnet.ru> [1]
2005-02-15 22:57:02 +00:00
Jun Kuriyama
ede33c131c This port can be used with PHP5, so s/PHP4/PHP/ in comment. 2005-02-15 14:38:33 +00:00
Anders Nordby
d70975acf0 Update to 1.1.18.
PR:		76110
Submitted by:	Piet Delport <pjd@point45.com>
Approved by:	maintainer timeout
2005-02-15 13:25:32 +00:00
Cheng-Lung Sung
941c7378c3 - chase distfiles (change MASTER_SITES)
- add patch.4.3.27.3 (making these variables isn't really useful as the
  patches will not be portable to the next version)

PR:		ports/77511
Submitted by:	Matthias Andree (maintainer)
2005-02-15 02:05:10 +00:00
Cheng-Lung Sung
6660ce0893 - chase distfiles (change MASTER_SITES)
PR:		ports/77510
Submitted by:	Matthias Andree (maintainer)
2005-02-15 01:58:18 +00:00
Palle Girgensohn
e2621de6a1 The postgresql_* knobs from /etc/rc.conf where read too late to
actually make a difference.

Noticed by:	Salvatore Montefusco, Brian B.
Approved by:	ade (mentor)
2005-02-15 00:30:50 +00:00
Yen-Ming Lee
78c91950f2 - add document about building gqlplus on Mac OSX (Darwin) (No code changed)
Noticed by:	kris
2005-02-14 20:10:32 +00:00
Volker Stolz
346bb47150 - Make portlint happy
- Take maintainership

PR:		ports/77013
Submitted by:	Renato Botelho
2005-02-14 17:26:19 +00:00
Cheng-Lung Sung
a8028ba574 - chase distfiles (change MASTER_SITES)
PR:		ports/77509
Submitted by:	Matthias Andree (maintainer)
2005-02-14 16:25:32 +00:00
Cheng-Lung Sung
56a769d20f - chase distfiles (change MASTER_SITES), clean up
PR:		ports/77506
Submitted by:	Matthias Andree (maintainer)
2005-02-14 16:21:40 +00:00
Cheng-Lung Sung
457ee86262 - chase distfiles (change MASTER_SITES)
PR:		ports/77505
Submitted by:	Matthias Andree (maintainer)
2005-02-14 16:19:31 +00:00
Volker Stolz
330c3278ea Update to 0.62.4
PR:		ports/75451
Submitted by:	Marcus Grando
Approved by:	maintainer
2005-02-14 12:06:11 +00:00
Dmitry Sivachenko
6558a99684 Do not create needless directory.
Add missing @dirrm.
2005-02-14 07:28:11 +00:00
Mark Linimon
09721c15a9 With portmgr hat on, reset maintainership of these ports. Maintainer's
old email address bounces, and he has not been responsive to email on the
only other one we have for him.

These ports are now available for adoption.

Come back coop, we miss ya ...
2005-02-13 18:28:23 +00:00
Oliver Lehmann
72ec293f76 update to 0.54 2005-02-13 13:50:40 +00:00
Kris Kennaway
b25b01dd33 Remove maintainer per his request. Mark BROKEN because of an incomplete
pkg-plist.
2005-02-13 01:42:53 +00:00
Pav Lucistnik
1018578cfd - Update to 0.11.2
- Fix dependencies

PR:		ports/77382
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2005-02-12 22:45:38 +00:00