summaryrefslogtreecommitdiff
path: root/databases/postgresql-devel-server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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