Commit Graph

3500 Commits

Author SHA1 Message Date
Sean Chittenden
1b5152db3b Enter PostgreSQL 8.0.0. Given 4.11 is still being released, abuse -devel by
stuffing the 8.0.0 release in here for the time being.  Port epoch bumped
because 8.0.rc* is greater than 8.0.0.  A note from UPDATING to people who
want to use 8.0.0 via -devel in production:

  The -devel port has been updated to contain 8.0 release since
  postgresql80-server can not be updated until 4.11 is released and the
  changes in PR ports/75344 are committed.  Users who need 8.0 now can
  use the -devel port, however, once postgresql80-server has been
  committed, -devel will begin tracking 8.1.  Please be smart about
  tracking ports and if used in production, update to
  databases/postgresql80-server as soon as it becomes available.  No
  dump/reload will be required when changing from -devel to
  postgresql80-server.

Check out the release notes and the shiny new PostgreSQL.org website at:

http://www.PostgreSQL.org/docs/8.0/static/release.html#RELEASE-8-0
2005-01-23 10:06:21 +00:00
Oliver Lehmann
47b6b6d047 don't sed ${WRKSRC}/Makefile.in twice
Noted By:	Atanas <atanas@aplus.net>
2005-01-21 06:11:02 +00:00
Pav Lucistnik
082286a119 ACAP (Application Configuration Access Protol) is an Internet standards-track
protocol for remote preferences and other storage for Internet applications
such as web browsers or mail readers.

PR:		ports/76456
Submitted by:	Gerhard Gonter <g.gonter@ieee.org>
2005-01-20 15:11:08 +00:00
Sean Chittenden
a7add41450 Update to 8.0.0rc5. This is likely the last update for this port until it
carries the 8.0 release.  The postgresql80-server port is being held up by
the 4.11 release because 80-server requires scads of changes to Mk/*.mk
which won't be committed until after 4.11 is pushed out the door.  Until
4.11, -devel will act as the 80-server until such time as 80-server is
enabled.  Get all that?  Good.

Approved by:	girgenson@, ade@
2005-01-17 00:03:29 +00:00
Alex Dupre
416ebd1cc4 Symlink vulnerability fixed.
Submitted by:	simon
Obtained from:	MySQL BitKeeper Repository
2005-01-16 22:45:48 +00:00
Akinori MUSHA
44ae66555c Update to 0.9.0. 2005-01-16 18:41:01 +00:00
Akinori MUSHA
a449f4d54b Clearly state which version of SQLite is supported. 2005-01-16 18:26:54 +00:00
Akinori MUSHA
58e8576ea0 Update to ruby-sqlite3 after a repocopy. This is a Ruby interface to
the SQLite DB engine version 3.
2005-01-16 18:19:16 +00:00
Alex Dupre
b78a15da8e Update to 4.1.9 release. 2005-01-16 10:24:46 +00:00
Sergey Matveychuk
158fb7b13a - Update to 1.7.27
- Pass maintainership to submitter

PR:		ports/76213
Submitted by:	Sergey Prikhodko <sergey(at)network-asp.biz>
Approved by:	maintainer (timeout: 3+ monthes)
2005-01-14 02:21:43 +00:00
Sergey Matveychuk
f713cf6e18 - Update to 3.51.10
- Fix building with iodbc driver
- Add building of thread-safe lib
- Using ${MASTER_SITE_MYSQL}
- Pass mainteintership to submitter

PR:		ports/76216
Submitted by:	Sergey Prikhodko <sergey(at)network-asp.biz>
2005-01-13 23:51:38 +00:00
Edwin Groothuis
768780a3d3 [ maintainer ] databases/mysql-connector-java -- update to 3.1.6
Update to version 3.1.6 -- This is a major update to a new code
	branch, and development on the 3.0 branch will now be limited to
	critical bug-fixes.  From the release announcement:

		Version 3.1.6 is the first production release of
		the 3.1 series that is suitable for use with all
		versions of MySQL, including MySQL-4.1 or MySQL-5.0.
		Connector/J 3.1.6 is required if you want to use
		server-side prepared statements MySQL-4.1.2 or
		newer, or CallableStatements with MySQL-5.0.

		http://lists.mysql.com/announce/250

	Anyone upgrading from the 3.0 series should first read
	http://dev.mysql.com/doc/connector/j/en/#id2424819

	This update adds both a BUILD_DEPENDS and a RUN_DEPENDS on
	devel/log4j (unless you use the WITHOUT_COMPILE option,
	where there's only a RUN_DEPENDS)

PR:		ports/76149
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
2005-01-13 23:35:36 +00:00
Edwin Groothuis
1060dcb89b Postgis upgrade from 0.9.0 to 0.9.1
Postgis upgrade from 0.9.0 to 0.9.1

	 Other changes:
	 - Adds support to PostgreSQL 8
	 - Includes Postgis HTML documentation

PR:		ports/76214
Submitted by:	Anderson S. Ferreira <anderson@cnpm.embrapa.br>
2005-01-13 22:53:39 +00:00
Mathieu Arnold
c7861f0a67 Add a missing dependency
Submitted by:	Matt Adams <matt.adams@morcor.com>
2005-01-13 20:46:09 +00:00
Max Khon
3c1edd97b5 Fix build (distfiles was moved).
Submitted by:	kuriyama
Pointed out by:	kris
Pointy hat to:	fjoe
2005-01-13 15:25:51 +00:00
Edwin Groothuis
e91a17d971 [MAINTAINER] Update port: databases/py-MySQLdb-devel to 1.1.8
Update port: databases/py-MySQLdb-devel to 1.1.8

	- Change to 1.1.8
	- Install more docs

PR:		ports/75867
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
2005-01-12 22:14:22 +00:00
Edwin Groothuis
882df49ad9 INTAINER] Update port: databases/py-MySQLdb to 1.0.1
Update port: databases/py-MySQLdb to 1.0.1

	- Change to 1.0.1
	- Rediff patch-_mysql.c
	- Install more docs

PR:		ports/75866
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
2005-01-12 22:13:43 +00:00
Sergey Matveychuk
bb01c53a55 - Fix pkg-plist
- Bump PORTREVISION

Reported by:	kris via pointyhat
2005-01-11 22:21:01 +00:00
Sergey Matveychuk
3ea11d8efa - Utilize MASTER_SITE_MYSQL instead of tons urls
PR:		ports/76055
Submitted by:	maintainer
2005-01-11 11:44:39 +00:00
Edwin Groothuis
e1fbb8287e Update port: databases/pear-DB_DataObject_FormBuilder to 0.11.1
+ update port: databases/pear-DB_DataObject_FormBuilder to 0.11.1
    + changelog: http://pear.php.net/package/DB_DataObject_FormBuilder/download/0.11.1/

PR:		ports/76040
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2005-01-11 10:49:28 +00:00
Sergey Matveychuk
d1ef7555af - Update to 2.6.1-rc2
PR:		ports/76049
Submitted by:	maintainer
2005-01-10 22:18:35 +00:00
Alex Dupre
e87c84f2d1 - Make it compilable with old gcc [1]
- Fix plist

PR:		ports/76054
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
2005-01-10 16:25:13 +00:00
Alex Dupre
b877291619 - Make it compilable with old gcc [1]
- Fix plist

PR:		ports/76054
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
2005-01-10 15:33:27 +00:00
Alex Dupre
ef69cdc1a9 - Use MASTER_SITES_MYSQL
- Add WITHOUT_INNODB knob [1]
- Fix tcp wrappers (hopefully definitely!)
- Extend allowed linuxthreads shlib versions

Submitted by:	sobomax [1]
2005-01-10 14:44:25 +00:00
Alex Dupre
7eb967e043 Extend allowed linuxthreads shlib versions. 2005-01-10 14:13:52 +00:00
Alex Dupre
00b5c9dce1 Move pre-configure in the common part.
Spotted by:	Maxim Maximov <mcsi@mcsi.pp.ru>
2005-01-10 13:40:21 +00:00
Alex Dupre
093e587d1f Conditionally remove include/mysql. 2005-01-10 13:24:01 +00:00
Alex Dupre
c2acaba6e3 Correct comment typo.
PR:		ports/76050
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
2005-01-10 13:22:45 +00:00
Alex Dupre
4fc0b3222c Update to 5.0.2 release:
- Use MASTER_SITES_MYSQL
- Add WITHOUT_INNODB knob [1]
- Fix tcp wrappers (hopefully definitely!)
- Add WITH_NDB knob

Submitted by:	sobomax [1]
2005-01-10 13:17:30 +00:00
Sergey Skvortsov
eba9f442e0 Update to 1.5.2 2005-01-10 09:46:20 +00:00
Alex Dupre
7f462571a7 Update to 4.1.8a release [1][2]:
- Use MASTER_SITES_MYSQL
- Add WITHOUT_INNODB knob [3]
- Fix tcp wrappers (hopefully definitely!)
- Add WITH_NDB knob

PR:		ports/75556 [1], ports/75565 [2]
Submitted by:	Sergey Prikhodko <sergey@network-asp.biz> [1],
		Marcus Grando <marcus@corp.grupos.com.br> [2],
		sobomax [3]
2005-01-10 08:53:10 +00:00
Alex Dupre
306fbb5998 Share post-extract target with all three subports.
Spotted by:	Jose Alonso Cardenas Marquez <acardenas@bsdperu.org>
2005-01-09 22:05:23 +00:00
Palle Girgensohn
59f0d2b3db Fix plist when installing WITHOUT_LDAP.
PR: ports/75857
Approved by: ade, marcus
2005-01-09 15:15:56 +00:00
Alex Dupre
1e5de7912b Update to 4.0.23a release [1]:
- Use MASTER_SITES_MYSQL
- Add WITHOUT_INNODB knob [2]
- Fix tcp wrappers (hopefully definitely!)

PR:		ports/75598 [1]
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br> [1],
		sobomax [2]
2005-01-09 13:20:47 +00:00
Max Khon
a51f6158b4 Update to 1.2.0 2005-01-08 18:05:22 +00:00
Mathieu Arnold
df329e9367 Add a fix for 64 bit arch
Submitted by:	Rink Springer <rink@stack.nl>
2005-01-08 10:42:27 +00:00
Oliver Lehmann
cb034e3273 upadate to courier-authlib 0.52, courier-imap 4.0.1 and sqwebmail 5.0.0
Special thanks for testing and sugestions to:	Brian Candler <B.Candler@pobox.com>
2005-01-08 10:25:05 +00:00
Michael Johnson
4dac9ae299 Update to Update to 1.8.20 2005-01-08 10:22:02 +00:00
Kris Kennaway
b1a7de35ae Now builds with old perl versions.
Approved by:	portmgr (self)
2005-01-08 08:08:53 +00:00
Kris Kennaway
ec3aa192fe BROKEN: Fails self-test during build
Approved by:    portmgr (self)
2005-01-02 01:26:41 +00:00
Dmitry Sivachenko
f4ac833f70 Fix build with MySQL 4.1.x.
Submitted by:	Michael Hambly <mike@blackbirdsoftware.com>
PR:		74237
2004-12-31 12:07:35 +00:00
Edwin Groothuis
5799d9acd6 [PATCH] change MAINTAINER email address for all my ports.
PR:		ports/75559
Submitted by:	Andrey Slusar <anray@inet.ua>
2004-12-30 02:37:15 +00:00
Lars Thegler
f423c4a84d Update to 2.41 2004-12-29 21:15:39 +00:00
Kirill Ponomarev
867845eb37 Update to 4.3.27
PR:		ports/75563
Submitted by:	maintainer
2004-12-28 22:02:11 +00:00
Michael Haro
48a08d79b7 Update geos dependency library version
Submitted by:	Rolandas Garska <rolandas.garska@ik.ku.lt>
2004-12-28 18:37:17 +00:00
Pav Lucistnik
b580c56f17 - Update to 4.54
PR:		ports/75524
Submitted by:	Martin Matuska <martin@tradex.sk> (maintainer)
2004-12-28 17:25:13 +00:00
Norikatsu Shigemura
0719357ebe Fix runtime error on 4.x. 2004-12-28 15:35:22 +00:00
Akinori MUSHA
b74ca6af0a Add missing dependencies. 2004-12-26 16:53:18 +00:00
Thierry Thomas
cc2c2f83d8 Fix compilation with version 4.1.7 of mysql.
PR:		ports/75105
Submitted by:	maintainer.
2004-12-26 14:09:52 +00:00
Sergey Matveychuk
799d98ac2d - Add mSQL dependence. Off by default.
Submitted by:	maintainer
2004-12-26 10:16:49 +00:00