aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql82-server
Commit message (Collapse)AuthorAgeFilesLines
* Add patch for a fix for braindead applications that were depending onSean Chittenden2003-02-203-1/+31
| | | | | | | | | | | atoi('') (ex: RT and Horde). While I'm here, de-"pkg-comment"-ify. Port revision bump. Submitted by: Larry Rosenman <ler@lerctr.org> Approved by: maintainer Notes: svn path=/head/; revision=75919
* Add a patch fix a long standing bug in PostgreSQL with LISTEN/NOTIFYSean Chittenden2003-02-191-0/+38
| | | | | | | | | | queues and shutting down the database. Not bumping port revision, but if you are having problems related to the above, update as necessary. Submitted by: Larry Rosenman <ler@lerctr.org> Notes: svn path=/head/; revision=75907
* Update PostgreSQL to the maintenance release 7.3.2.Sean Chittenden2003-02-064-86/+77
| | | | | | | | | | | | | | | | | | Fixes numerous bugs especially with various interface libraries and pg_dump. All users are advised to upgrade. This update fixes all known problems with the postgresql7 port. See release notes for details: http://developer.postgresql.org/docs/postgres/release-7-3-2.html A dump/restore is *not* required when upgrading to this version. PR: ports/47983 [1], ports/47284 [2], ports/47808 [3] Submitted by: maintainer [1] Jason C. Wells [2] Michel Oosterhof <m.oosterhof@xs4all.nl> [3] Notes: svn path=/head/; revision=74993
* Add new man pages.Jimmy Olgeni2003-01-141-18/+22
| | | | | | | | PR: 47054 Submitted by: Palle Girgensohn <girgen@rambutan.pingpong.net> Notes: svn path=/head/; revision=73138
* Fix DISTFILES typo in databases/postgresql7/MakefileEdwin Groothuis2003-01-041-1/+1
| | | | | | | | PR: ports/46749, ports/46748 Submitted by: "Sergey A.Osokin" <osa@FreeBSD.org.ru>,Rong-en Fan <rafan@infor.org> Notes: svn path=/head/; revision=72498
* Download the PostgreSQL documentation and MD5 for the test bundle. TheseSean Chittenden2003-01-042-1/+3
| | | | | | | | | should ideally be downloaded as needed to save bandwidth. Submitted by: Eric Hodel Notes: svn path=/head/; revision=72490
* Update PostgreSQL to 7.3.1[1]. Fixes builds for spac64. Many speed,Sean Chittenden2003-01-0413-430/+597
| | | | | | | | | | | | | | | | 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
* Port update submitted by maintainerNick Sayer2002-11-061-1/+3
| | | | | | | | PR: ports/44983 Submitted by: girgen@pingpong.net Notes: svn path=/head/; revision=69555
* Update to 7.2.3 and maintainer's email address. All advised to updatePatrick Li2002-10-063-14/+8
| | | | | | | | | | to this version as soon as possible. Check PR description. PR: ports/43676 Submitted by: maintainer Notes: svn path=/head/; revision=67467
* Remove a dead .jp mirror and add the official .jp mirror instead.Akinori MUSHA2002-09-131-1/+1
| | | | | | | Submitted by: fenner's distfiles survey Notes: svn path=/head/; revision=66250
* Update to 7.2.2, which fixes several security bugs. Do not installTrevor Johnson2002-08-265-588/+24
| | | | | | | | | | documentation--it will be in a separate port. PR: 42009 Submitted by: Palle Girgensohn (maintainer) Notes: svn path=/head/; revision=65022
* Forbid because of unconfirmed security bugs:Trevor Johnson2002-08-251-0/+2
| | | | | | | | | | | | | The following buffer overruns have been identified and addressed [in 7.2.2]: * in handling long datetime input * in repeat() * in lpad() and rpad() with multibyte * in SET TIME ZONE and TZ env var Notes: svn path=/head/; revision=64973
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* Fix build on -CURRENT:Sheldon Hearn2002-06-261-0/+59
| | | | | | | | | | | | | * The compiler in -CURRENT now complains if you precede -I/usr/include with -I... . The same applies to -I/usr/lib . * The distribution's configure file treats the compiler's unexpected warning message as a failure and errors out. Maintainer notified in private mail. Notes: svn path=/head/; revision=62050
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-1/+2
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* upgrade to 7.2.1Ying-Chieh Liao2002-04-1111-579/+112
| | | | | | | | PR: 36975 Submitted by: maintainer Notes: svn path=/head/; revision=57555
* Fix some bitrot for the non-default case of WITH_GETTEXT -- lib-dependMikhail Teterin2002-04-011-1/+2
| | | | | | | | | | on -lintl instead of build-depending on msgfmt and make sure -lintl is linked into the shared -lpq. Approved by: maintainer Notes: svn path=/head/; revision=57161
* Add USE_SUBMAKE, where it might be necessary.Maxim Sobolev2002-03-251-0/+1
| | | | Notes: svn path=/head/; revision=56610
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Fix building this Port with Kerberos.Tom Hukins2002-02-211-2/+2
| | | | | | | | | | | The MAINTAINER has approved this (see ports/35161). PR: ports/35160 Submitted by: Sean Chittenden <sean@chittenden.org> Reviewed by: maintainer Notes: svn path=/head/; revision=55042
* Fix a typo: $1 -> $? (we want to check the return code from dialog)Pete Fritchman2002-02-201-1/+1
| | | | | | | | | PR: 35143 Submitted by: maintainer Reported & fixed by: olgeni Notes: svn path=/head/; revision=54992
* Upgrade to 7.2, and spilit into several ports.Vanilla I. Shu2002-02-1923-796/+1006
| | | | | | | | PR: ports/34855 Submitted by: maintainer. Notes: svn path=/head/; revision=54887
* pre-everything needs two colonsYing-Chieh Liao2001-12-121-1/+1
| | | | | | | | PR: 32755 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=51406
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50301
* retire problematic MASTER_SITES.FUJISHIMA Satsuki2001-09-241-2/+1
| | | | | | | | PR: 30805 Submitted by: maintainer Notes: svn path=/head/; revision=48171
* Correct the config file name.Peter Pentchev2001-08-241-1/+1
| | | | | | | | PR: 30022 Submitted by: maintainer Notes: svn path=/head/; revision=46792
* Update the PostgreSQL port to 7.1.3.Clive Lin2001-08-215-12/+15
| | | | | | | | | | | A note about how to install languages into a PostgreSQL database is added. PR: ports/29916 Submitted by: Palle Girgensohn <girgen@partitur.se> (MAINTAINER) Michal Pasternak <doc@lublin.t1.pl> (the note) Notes: svn path=/head/; revision=46573
* Work around the way in which the package building cluster validatesSheldon Hearn2001-07-271-2/+5
| | | | | | | | | | | | | ports by defining LIB_DEPENDS for the BATCH defaults in the Makefile. The dynamic determination of LIB_DEPENDS in configure.postgresql remains in place for the !BATCH case and is unaffected by this. Remove trailing whitespace and an extraneous LDCONFIG_DIRS. Submitted by: maintainer Notes: svn path=/head/; revision=45524
* Fix mtree errors preventing automated package building:Sheldon Hearn2001-07-251-5/+6
| | | | | | | | | | | * Take a stab at removing the pgsql user's home directory on deinstall. * Only remove man/manl and others when PG_PREFIX is set. Submitted by: maintainer Notes: svn path=/head/; revision=45464
* Fix build when BATCH is defined, and remove redundant ${MKDIR} "-p" option.Jimmy Olgeni2001-06-131-2/+2
| | | | | | | | PR: 28120 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=43942
* The configure script *must* run pre-fetch, since the dependencies areAkinori MUSHA2001-06-132-8/+8
| | | | | | | | | | | | | | checked in the fetch target. Before the patch below, make install will fail to depend on Tcl/Tk, for instance. Synchronize the batch and default interactive selections for optional parts of the port. PR: ports/27949 Submitted by: Palle Girgensohn <girgen@partitur.se> (MAINTAINER) Notes: svn path=/head/; revision=43927
* Forgotten file.James E. Housley2001-06-041-0/+51
| | | | | | | | | | Add character sets to the server PR: 27846 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=43486
* Add character sets to the serverJames E. Housley2001-06-041-0/+1
| | | | | | | | PR: 27846 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=43485
* Use proper POSIX syntax for `chown'.David E. O'Brien2001-06-011-1/+1
| | | | Notes: svn path=/head/; revision=43378
* forget to remove patchYing-Chieh Liao2001-05-281-13/+0
| | | | | | | | PR: 27676 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=43171
* add Japanese mirror to MASTER_SITES.FUJISHIMA Satsuki2001-05-271-1/+2
| | | | Notes: svn path=/head/; revision=43136
* upgrade to 7.1.2Ying-Chieh Liao2001-05-274-20/+50
| | | | | | | | PR: 27676 Submitted by: maintainer Notes: svn path=/head/; revision=43125
* Change the way the configure script is executed and included in orderAlexander Langer2001-05-241-5/+5
| | | | | | | | | | | | to make dependencies work. Call the script pre-fetch and include Makefile.inc AFTER it has been created. Reported by: Disturbed FreeBSD newbie who couldn't figure out why this didn't work as expected. Notes: svn path=/head/; revision=43014
* Fix the autogenerated LIB_DEPENDS for TCL.Mikhail Teterin2001-05-181-1/+1
| | | | | | | | PR: ports/27416 Submitted by: girgen@partitur.se (the maintainer) Notes: svn path=/head/; revision=42691
* Upgrade to 7.1.1Vanilla I. Shu2001-05-094-9/+43
| | | | | | | | PR: ports/27220 Submitted by: maintainer Notes: svn path=/head/; revision=42436
* Cosmetic changes for the shutdown procedure.Jimmy Olgeni2001-05-021-1/+2
| | | | | | | | | | | | * Pass the -s option to pg_ctl, to avoid clobbering the display. It will show error messages only. * Echo the port name after shutdown. No functional changes, no PORTREVISION. Notes: svn path=/head/; revision=42166
* Specify the full path of the jakarta port's "ant" utility (/usr/local/bin) soJimmy Olgeni2001-04-251-1/+2
| | | | | | | | | | it won't be confused with the "ant" screensaver (in /usr/X11R6/bin). PR: 26841 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=41898
* Misc. changes and cleanups.Jimmy Olgeni2001-04-253-8/+8
| | | | | | | | | | | | | | | | | | | | * Move the call to configure.postgresql7 from pre-fetch to pre-extract, so it won't hang while performing batch fetch operations (like portupgrade -F) * Add some TCL related files to pkg-plist.tcl, and add a PLIST_SUB in the Makefile to register the correct tcl version in the plist. * Do not start postgresql if the database directory does not exist: the startup sequence could hang because of this. * Use the "-s" option when starting postgresql with pg_ctl, so it won't display informational messages. Display only the port name, as do other packages startup scripts. Approved by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=41897
* Remove extra empty line.Dmitry Sivachenko2001-04-241-1/+0
| | | | Notes: svn path=/head/; revision=41853
* Add one more MASTER_SITEDmitry Sivachenko2001-04-241-1/+3
| | | | Notes: svn path=/head/; revision=41852
* Fix postgresql.jar link probram, and bump version too.Vanilla I. Shu2001-04-231-1/+2
| | | | | | | | PR: ports/26761 Submitted by: maintainer Notes: svn path=/head/; revision=41815
* Upgrade to 7.1, change to new layout style.Vanilla I. Shu2001-04-2134-1641/+1163
| | | | | | | | PR: ports/26741 Submitted by: maintainer Notes: svn path=/head/; revision=41758
* ldconfig PostgreSQL's lib should happen before starting *ANY* ports.Clive Lin2001-03-154-8/+8
| | | | | | | | | | | | | | | | 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-154-9/+20
| | | | | | | | | | | | | | | - 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
* Remove IS_INTERACTIVE, support batch compilation.Jimmy Olgeni2001-02-252-4/+2
| | | | | | | | PR: 25247 Submitted by: maintainer Notes: svn path=/head/; revision=38680