aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql7
Commit message (Collapse)AuthorAgeFilesLines
* Remove IS_INTERACTIVE, support batch compilation.Jimmy Olgeni2001-02-252-4/+2
| | | | | | | | PR: 25247 Submitted by: maintainer Notes: svn path=/head/; revision=38680
* Treat pgsql's .profile as data: it could have been customized to change theJimmy Olgeni2001-02-222-4/+8
| | | | | | | | | default database location. Approved by: maintainer Notes: svn path=/head/; revision=38618
* Make the port more "package friendly".Jimmy Olgeni2001-02-203-81/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Define IS_INTERACTIVE.Joseph Koshy2001-01-301-0/+2
| | | | | | | | PR: ports/23861 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> Notes: svn path=/head/; revision=37779
* 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
* Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-2/+0
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=36564
* Update to version 7.0.3.Steve Price2000-12-1114-160/+447
| | | | | | | | PR: 23371 Submitted by: maintainer Notes: svn path=/head/; revision=35882
* Palle Girgensohn <girgen@partitur.se> stepped forward and said that heSteve Price2000-12-081-1/+1
| | | | | | | would like to maintain this port. Notes: svn path=/head/; revision=35758
* hand maintenance of this port over to ports@FreeBSD.ORGAndreas Klemm2000-11-231-1/+15
| | | | | | | | due to lack of time for maintaining and testing. Maybe somebody other can do better than I. Notes: svn path=/head/; revision=35363
* Rename PLIST.* to pkg-plist.*.Satoshi Asami2000-10-081-4/+4
| | | | Notes: svn path=/head/; revision=33497
* pl/Perl and ODBC supportAndreas Klemm2000-09-232-0/+33
| | | | | | | Submitted by: Nadav Eiron <nadav@cs.technion.ac.il> Notes: svn path=/head/; revision=33041
* avoid:Andreas Klemm2000-09-091-0/+1
| | | | | | | | | | ldconfig: /usr/local/pgsql/lib: ignoring directory not owned by root during startup. Submitted by: tobez@tobez.org Notes: svn path=/head/; revision=32446
* sorry, forgot to remove that ...Andreas Klemm2000-08-311-4/+0
| | | | Notes: svn path=/head/; revision=32149
* allow PostgreSQL to compile and run on Alpha.Andreas Klemm2000-08-311-0/+42
| | | | | | | | | | The DB is 64-bit capable so really only a few bits of configuration for FreeBSD were needed. Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu> Notes: svn path=/head/; revision=32148
* -LDCONFIG_DIRS= %%PREFIX%%/pgsqlAndreas Klemm2000-07-111-1/+1
| | | | | | | | | +LDCONFIG_DIRS= %%PREFIX%%/pgsql/lib Submitted by: "Chris D. Faulhaber" <jedgar@fxp.org> Notes: svn path=/head/; revision=30491
* Use ${PKG_PREFIX} instead of `/usr/local'.Akinori MUSHA2000-06-201-1/+1
| | | | Notes: svn path=/head/; revision=29699
* Update to 7.0.2.Akinori MUSHA2000-06-207-164/+165
| | | | | | | | | Fix NOPORTDOCS support. Fix PLIST in many respects, especially for pgacess. Notes: svn path=/head/; revision=29698
* Enable multibyte support by default, and add knobs to disable it or set theAkinori MUSHA2000-06-041-4/+38
| | | | | | | | | | | | default encoding. Still the "default" default encoding is singlebyte, so this shouldn't hurt anything but a little code increase. Approved by: andreas (the maintainer) Notes: svn path=/head/; revision=29177
* make startup script work (start/stop)Andreas Klemm2000-05-253-20/+26
| | | | | | | Obtained from: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=28745
* upgrade postgresql to v 7.0 releaseAndreas Klemm2000-05-249-1018/+1150
| | | | | | | | | | | thanks for complete diffs ;-) closed PR PR: 18699 Obtained from: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=28731
* portlintMichael Haro2000-04-202-4/+3
| | | | Notes: svn path=/head/; revision=27774
* Update to postgresql 7 beta 5Andreas Klemm2000-04-174-272/+290
| | | | | | | | | closes PR PR: 17736 Notes: svn path=/head/; revision=27703
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-27/+21
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27679
* Close PRAndreas Klemm2000-04-163-2/+173
| | | | | | | | | | | 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 with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
| | | | Notes: svn path=/head/; revision=27418
* Long awaited upgrade to postgresql 6.5.3Andreas Klemm2000-01-032-2/+2
| | | | | | | | | Upgrade to pgaccess 0.98 follows PR: 15708 15034 Notes: svn path=/head/; revision=24377
* remove toasted MASTER_SITEBill Fumerola1999-11-231-1/+0
| | | | Notes: svn path=/head/; revision=23273
* More reasonable MANPATHAndreas Klemm1999-11-081-1/+1
| | | | | | | Submitted by: Donald Chan <donald@batti.com> Notes: svn path=/head/; revision=22974
* Update to version 6.5.2.Chris Piazza1999-10-108-22/+25
| | | | | | | | | | | | | | | | | 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
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-292-2/+2
| | | | Notes: svn path=/head/; revision=21083
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* chmod -> ${CHMOD}Michael Haro1999-08-221-4/+4
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Update postgresql to 6.5.1Andreas Klemm1999-07-214-240/+253
| | | | | | | | | | maintenance release with bugfixes Thanks for the complete submission ! Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=20294
* Forgot to add the two PLIST files... Sorry.Andreas Klemm1999-07-022-0/+21
| | | | | | | Submitted by: Gaute Nessan <gaute@Norway.EU.net> Notes: svn path=/head/; revision=19956
* These were missing as wellAndreas Klemm1999-06-292-0/+22
| | | | Notes: svn path=/head/; revision=19903
* Forgot to add this patchAndreas Klemm1999-06-291-0/+32
| | | | Notes: svn path=/head/; revision=19902
* upgrade to postgresql 6.5Andreas Klemm1999-06-296-248/+899
| | | | | | | | | did some small modifications Obtained from: "Palle Girgensohn" <girgen@partitur.se> Notes: svn path=/head/; revision=19901
* BROKEN='unfetchable, version 6.5 is the latest'David E. O'Brien1999-06-261-1/+3
| | | | Notes: svn path=/head/; revision=19808
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* This one doesn't build on the Alpha yet, but should soon.Steve Price1999-06-221-1/+5
| | | | Notes: svn path=/head/; revision=19659
* Add some more MASTER_SITES which does absolutly nothing until someoneBill Fumerola1999-06-181-4/+7
| | | | | | | | upgrades this to the allegedly fantastic 6.5. However, it's the thought that counts, right? Notes: svn path=/head/; revision=19550
* s,/usr/local,${PREFIX},Michael Haro1999-06-051-3/+3
| | | | Notes: svn path=/head/; revision=19219
* add another mastersiteMichael Haro1999-04-201-2/+4
| | | | Notes: svn path=/head/; revision=18035
* Move WWW_SITE to pkg/DESCR:WWW from MakefileMarc G. Fournier1999-04-142-2/+3
| | | | Notes: svn path=/head/; revision=17863
* add a note, that in order to install and run postgresql, you need kernel withAndreas Klemm1999-04-121-1/+3
| | | | | | | | | options "SYSVSHM, SYSVSEM, SYSVMSG" PR: 6321 Notes: svn path=/head/; revision=17820
* Proper URLs that reference directories end in '/'Bill Fumerola1999-04-081-2/+2
| | | | Notes: svn path=/head/; revision=17742
* Commit all Y2K/WWW_SITE changes to Makefiles...Marc G. Fournier1999-03-111-1/+2
| | | | Notes: svn path=/head/; revision=17141
* Forgot the PLIST changes.Steve Price1999-02-041-4/+27
| | | | Notes: svn path=/head/; revision=16532
* Fix build for ELF and update PLIST to match the current state of affairs.Steve Price1999-02-041-0/+16
| | | | | | | PR: 9685 Notes: svn path=/head/; revision=16531