summaryrefslogtreecommitdiff
path: root/databases/postgresql80-server/pkg-plist (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ldconfig PostgreSQL's lib should happen before starting *ANY* ports.Clive Lin2001-03-151-3/+2
| | | | | | | | | | | | | | | | This would cure headache like apache module linking against libpq fail to work after rebooting. Originally, maintainer and I want this commit to go with the PostgreSQL updating. But we both think that the latest PostgreSQL would not be released before FreeBSD 4.3-RELEASE ports freeze. As a conclusion, PORTREVISION bumped. Discussed with/Submitted by: MAINTAINER Notes: svn path=/head/; revision=39895
* Fix problems when installing postgresql7 with pkg_add:Clive Lin2001-03-151-1/+2
| | | | | | | | | | | | | | | - 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
* Treat pgsql's .profile as data: it could have been customized to change theJimmy Olgeni2001-02-221-1/+3
| | | | | | | | | default database location. Approved by: maintainer Notes: svn path=/head/; revision=38618
* Make the port more "package friendly".Jimmy Olgeni2001-02-201-77/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not call initdb from Makefile's post-install. Users are required to manually run initdb, maybe after configuring their preferred database location in pgsql's user .profile. pkg_add used to simply replace some existing data files. Add pkg-message to tell the user about initdb. Remove 2 empty directories from pkg-plist (pgsql/include/port/freebsd, pgsql/include/port), since they are not included in "make package" anyway and cause pkg_deinstall to complain about the plist. Remove all pgsql/data contents from pkg-plist, so "make deinstall" and pkg_delete won't clobber existing databases. Minor version upgrades can now be performed by means of pkg_delete and "make install", without using pg_dump. Chown %D/pgsql/lib to root:wheel to satisfy ldconfig's recent security requirements. Change @dirrm of pgsql to "@unexec rmdir": pkg_deinstall won't complain if data still exists in that directory at deinstall time. Approved by: maintainer Notes: svn path=/head/; revision=38531
* Update to 7.0.2.Akinori MUSHA2000-06-201-2/+2
| | | | | | | | | Fix NOPORTDOCS support. Fix PLIST in many respects, especially for pgacess. Notes: svn path=/head/; revision=29698
* upgrade postgresql to v 7.0 releaseAndreas Klemm2000-05-241-948/+20
| | | | | | | | | | | thanks for complete diffs ;-) closed PR PR: 18699 Obtained from: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=28731
* Update to postgresql 7 beta 5Andreas Klemm2000-04-171-237/+260
| | | | | | | | | closes PR PR: 17736 Notes: svn path=/head/; revision=27703
* Close PRAndreas Klemm2000-04-161-1/+129
| | | | | | | | | | | 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
* Update to version 6.5.2.Chris Piazza1999-10-101-0/+2
| | | | | | | | | | | | | | | | | and.. <quote> This is a really small fix: - When compiling postgresql-jdbc, the compilation process presents a bad path to the installed jar-file. </quote> PR: 13838 PR: 13865 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=22314
* Update postgresql to 6.5.1Andreas Klemm1999-07-211-234/+245
| | | | | | | | | | maintenance release with bugfixes Thanks for the complete submission ! Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=20294
* upgrade to postgresql 6.5Andreas Klemm1999-06-291-200/+780
| | | | | | | | | did some small modifications Obtained from: "Palle Girgensohn" <girgen@partitur.se> Notes: svn path=/head/; revision=19901
* Forgot the PLIST changes.Steve Price1999-02-041-4/+27
| | | | Notes: svn path=/head/; revision=16532
* Fix bogon in previous commit by scrappy -- move ldconfig lines back toSatoshi Asami1998-12-221-2/+2
| | | | | | | | the right place so they will actually be run on the libraries, not some text files. Notes: svn path=/head/; revision=15469
* Upgrade to PostgreSQL v6.4Marc G. Fournier1998-11-221-28/+145
| | | | | | | From: Cyrus Rahman <cr@jcmax.com> Notes: svn path=/head/; revision=14774
* Unbreak.Justin M. Seger1998-10-161-6/+5
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=14041
* Long live feminism! No manpages! Nyah-hah-hah!Tim Vanderhoek1998-08-171-81/+0
| | | | Notes: svn path=/head/; revision=12573
* Upgrade postgresql to version 6.3.2Andreas Klemm1998-04-211-56/+122
| | | | | | | | | | | | | | | | | | | Many bugfixes and cosmetic changes Changes by Scrappy and me My additional changes: - had to link libpgtcl.so with the crypt library to get rid of the pgaccess error message, that crypt is missing - had to add -i option in the startup script, so that pgaccess is able to connect to the postmaster process - removed all unnecessary patches - updated PLIST Thanks to the postgresql developement team, who did a great job to simplify the postgresql port, by applying the patches and making the autoconf mechanism more consistent. Submitted by: The Hermit Hacker <scrappy@hub.org> Notes: svn path=/head/; revision=10625
* a symlink was missingAndreas Klemm1997-10-051-0/+1
| | | | | | | | thanks John, for testing the port Submitted by: John Fiber Notes: svn path=/head/; revision=8129
* libpq and libpgtcl shared libs get both a major and minor release number.Andreas Klemm1997-10-051-5/+5
| | | | | | | | | | Fixed the wrong libpq symlink after "make install". Updated PLIST. Have to change pgaccess port now, to load the correct lib after major minor change. Notes: svn path=/head/; revision=8116
* make USE_TCL=yes compiles libpgtcl subdir which is neededAndreas Klemm1997-10-041-0/+5
| | | | | | | | | | for building the tcl/tk based database frontend pgaccess. For an updated version of this tool a separate port will follow. Please test these changes well, so that we get a nice PostgreSQL 6.2 version up and running "b4" port freeze ;-) Notes: svn path=/head/; revision=8112
* Upgrade from version 6.1.1 to 6.2Andreas Klemm1997-10-031-10/+50
| | | | | | | | | | | | | | | | | | | | | | | | | Please note: when performing a migration to 6.2 and you have an existing db, then you have to use the *new* pg_dumpall script that comes with this new postgresql release. The INSTALL file points this out explicitely !!! Changes: - startup script resides in FILESDIR - renamed it to be in sync with INSTALL file from sources - always install this startup script over an existing, because of the nature of the rc.d directory I can't install it to pgsql.sh-dist, if a pgsql.sh is already presend ... - portlint detected trailing whitespace, usage of perl with absolute path, usage of echo instead of ECHO and plenty things of this kind - post installation notes updated, mentioned the mailing list - copies the html pages as well to the share/doc directory (new manual dir) - had to update PLIST - shortened DESCR file, to match the 24 lines - added post build target, that reminds the admin how to proceed when already having a database -> INSTALL file describes migration - updated manpages Notes: svn path=/head/; revision=8095
* Upgrade from 6.1 to 6.1.1Andreas Klemm1997-09-271-2/+0
| | | | Notes: svn path=/head/; revision=8035
* - Add shared lib using ldconfig -m before trying to init databasesAndreas Klemm1997-06-141-0/+12
| | | | | | | | | | | | | - Added missing ldconfig -m in startup file - Modified pgsql user environment - Make port NOPORTDOCS aware - Add additional port docs to post-install target and updated PLIST - recursively change owner of pgsql directory after creating .profile, so that .profile can be modified by the pgsql user. Hope everything is fine now. Notes: svn path=/head/; revision=6936
* Update from 6.0 to 6.1Andreas Klemm1997-06-141-128/+138
| | | | | | | | Enabled locale support, please tell me, if this ok or causes trouble. Thanks. Notes: svn path=/head/; revision=6934
* Update postgresql port from v1.09 to v6.0 using files from PostgreSQLMarc G. Fournier1997-04-101-154/+162
| | | | | | | port, which is going to be removed Notes: svn path=/head/; revision=6177
* revive postgres95 as postgresql with full history as requested by Satoshi.Peter Wemm1997-04-091-0/+154
| | | | Notes: svn path=/head/; revision=6172
* Remove now obsolete postgres95 portJames FitzGibbon1997-04-021-154/+0
| | | | | | | | | | | | Clean up newly imported PostgreSQL port: - variable reorganization and cleanup - remove NOMANCOMPRESS conditional in favour of MAN?= - prevent import of installing user's $PATH into ${PREFIX}/pgsql/.profile - change package name to remove 'v' - remove some of the latent bugs left over from the postgres95 port. Notes: svn path=/head/; revision=6114
* Upgrade to v1.08James FitzGibbon1996-10-101-1/+1
| | | | | | | | Reviewed by: jfitz@FreeBSD.ORG Submitted by: matt@bdd.net Notes: svn path=/head/; revision=3953
* Upgrade to 1.07James FitzGibbon1996-09-261-0/+69
| | | | | | | | Reviewed by: jfitz@FreeBSD.ORG Submitted by: matt@bdd.net Notes: svn path=/head/; revision=3873
* Import of Postgres95, a next-generation DMBS research prototype.James FitzGibbon1996-09-231-0/+85
Reviewed by: jfitz@FreeBSD.ORG Submitted by: Matthew Stein <matt@bdd.net> Notes: svn path=/head/; revision=3849