aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql73/pkg-install
Commit message (Collapse)AuthorAgeFilesLines
* Split the postgresql ports into a server and a client part. Hence,Palle Girgensohn2005-01-311-65/+0
| | | | | | | | | | remove this port. Please see UPDATING for more info. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) Notes: svn path=/head/; revision=127739
* Update PostgreSQL to 7.3.1[1]. Fixes builds for spac64. Many speed,Sean Chittenden2003-01-041-11/+18
| | | | | | | | | | | | | | | | security, and feature additions. Reduce diffs between postgresql-devel port. Re-initdb required when upgrading from previous release. See release notes for details. Schemas added are system catalogs updated. ::braces for impact:: http://developer.postgresql.org/docs/postgres/release.html#RELEASE-7-3-1 PR: ports/46701 Submitted by: girgen@pingpong.net Notes: svn path=/head/; revision=72481
* Upgrade to 7.2, and spilit into several ports.Vanilla I. Shu2002-02-191-0/+12
| | | | | | | | PR: ports/34855 Submitted by: maintainer. Notes: svn path=/head/; revision=54887
* Upgrade to 7.1, change to new layout style.Vanilla I. Shu2001-04-211-0/+4
| | | | | | | | PR: ports/26741 Submitted by: maintainer Notes: svn path=/head/; revision=41758
* Fix problems when installing postgresql7 with pkg_add:Clive Lin2001-03-151-6/+4
| | | | | | | | | | | | | | | - pkg-install used wrong uid# - chown lib dir *after* it is created - pkg-install created data dir where Makefile didn't - add pkg-deinstall and remove user & group - don't chown data dir, since we don't create it anymore - spell and documentation fixes in the rc.d script PR: ports/25817 Submitted by: MAINTAINER Notes: svn path=/head/; revision=39873
* Do not set the shell for user "pgsql" to `/bin/nologin' at package installJoseph Koshy2001-01-301-1/+1
| | | | | | | | | | | time: this breaks the rc.d script. Default to `/bin/sh' as a `make install' would do. PR: ports/23534 Submitted by: Nick Sayer Notes: svn path=/head/; revision=37778
* Use ${PKG_PREFIX} instead of `/usr/local'.Akinori MUSHA2000-06-201-1/+1
| | | | Notes: svn path=/head/; revision=29699
* Close PRAndreas Klemm2000-04-161-0/+44
Postgresql port now can be packaged. User and group will be created automatically PR: 17744 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com> Notes: svn path=/head/; revision=27662