aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql90-server
Commit message (Collapse)AuthorAgeFilesLines
* retire problematic MASTER_SITES.sf2001-09-251-2/+1
| | | | | PR: 30805 Submitted by: maintainer
* Correct the config file name.roam2001-08-241-1/+1
| | | | | PR: 30022 Submitted by: maintainer
* Update the PostgreSQL port to 7.1.3.clive2001-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)
* Work around the way in which the package building cluster validatessheldonh2001-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
* Fix mtree errors preventing automated package building:sheldonh2001-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
* Fix build when BATCH is defined, and remove redundant ${MKDIR} "-p" option.olgeni2001-06-131-2/+2
| | | | | PR: 28120 Submitted by: Palle Girgensohn <girgen@partitur.se>
* The configure script *must* run pre-fetch, since the dependencies areknu2001-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)
* Forgotten file.jeh2001-06-041-0/+51
| | | | | | | Add character sets to the server PR: 27846 Submitted by: Palle Girgensohn <girgen@partitur.se>
* Add character sets to the serverjeh2001-06-041-0/+1
| | | | | PR: 27846 Submitted by: Palle Girgensohn <girgen@partitur.se>
* Use proper POSIX syntax for `chown'.obrien2001-06-011-1/+1
|
* forget to remove patchijliao2001-05-281-13/+0
| | | | | PR: 27676 Submitted by: Palle Girgensohn <girgen@partitur.se>
* add Japanese mirror to MASTER_SITES.sf2001-05-271-1/+2
|
* upgrade to 7.1.2ijliao2001-05-274-20/+50
| | | | | PR: 27676 Submitted by: maintainer
* Change the way the configure script is executed and included in orderalex2001-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.
* Fix the autogenerated LIB_DEPENDS for TCL.mi2001-05-181-1/+1
| | | | | PR: ports/27416 Submitted by: girgen@partitur.se (the maintainer)
* Upgrade to 7.1.1vanilla2001-05-094-9/+43
| | | | | PR: ports/27220 Submitted by: maintainer
* Cosmetic changes for the shutdown procedure.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.
* Specify the full path of the jakarta port's "ant" utility (/usr/local/bin) soolgeni2001-04-261-1/+2
| | | | | | | it won't be confused with the "ant" screensaver (in /usr/X11R6/bin). PR: 26841 Submitted by: Palle Girgensohn <girgen@partitur.se>
* Misc. changes and cleanups.olgeni2001-04-263-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>
* Remove extra empty line.demon2001-04-241-1/+0
|
* Add one more MASTER_SITEdemon2001-04-241-1/+3
|
* Fix postgresql.jar link probram, and bump version too.vanilla2001-04-231-1/+2
| | | | | PR: ports/26761 Submitted by: maintainer
* Upgrade to 7.1, change to new layout style.vanilla2001-04-2134-1641/+1163
| | | | | PR: ports/26741 Submitted by: maintainer
* ldconfig PostgreSQL's lib should happen before starting *ANY* ports.clive2001-03-164-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
* Fix problems when installing postgresql7 with pkg_add:clive2001-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
* Remove IS_INTERACTIVE, support batch compilation.olgeni2001-02-252-4/+2
| | | | | PR: 25247 Submitted by: maintainer
* Treat pgsql's .profile as data: it could have been customized to change theolgeni2001-02-232-4/+8
| | | | | | default database location. Approved by: maintainer
* Make the port more "package friendly".olgeni2001-02-213-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
* Define IS_INTERACTIVE.jkoshy2001-01-301-0/+2
| | | | | PR: ports/23861 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
* Do not set the shell for user "pgsql" to `/bin/nologin' at package installjkoshy2001-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
* Goodbye, YEAR2000. Hello, 2001.will2001-01-011-2/+0
| | | | Approved by: asami
* Update to version 7.0.3.steve2000-12-1114-160/+447
| | | | | PR: 23371 Submitted by: maintainer
* Palle Girgensohn <girgen@partitur.se> stepped forward and said that hesteve2000-12-081-1/+1
| | | | would like to maintain this port.
* hand maintenance of this port over to ports@FreeBSD.ORGandreas2000-11-231-1/+15
| | | | | due to lack of time for maintaining and testing. Maybe somebody other can do better than I.
* Rename PLIST.* to pkg-plist.*.asami2000-10-081-4/+4
|
* pl/Perl and ODBC supportandreas2000-09-242-0/+33
| | | | Submitted by: Nadav Eiron <nadav@cs.technion.ac.il>
* avoid:andreas2000-09-091-0/+1
| | | | | | | ldconfig: /usr/local/pgsql/lib: ignoring directory not owned by root during startup. Submitted by: tobez@tobez.org
* sorry, forgot to remove that ...andreas2000-08-311-4/+0
|
* allow PostgreSQL to compile and run on Alpha.andreas2000-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>
* -LDCONFIG_DIRS= %%PREFIX%%/pgsqlandreas2000-07-121-1/+1
| | | | | | +LDCONFIG_DIRS= %%PREFIX%%/pgsql/lib Submitted by: "Chris D. Faulhaber" <jedgar@fxp.org>
* Use ${PKG_PREFIX} instead of `/usr/local'.knu2000-06-201-1/+1
|
* Update to 7.0.2.knu2000-06-207-164/+165
| | | | | | Fix NOPORTDOCS support. Fix PLIST in many respects, especially for pgacess.
* Enable multibyte support by default, and add knobs to disable it or set theknu2000-06-051-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)
* make startup script work (start/stop)andreas2000-05-253-20/+26
| | | | Obtained from: Palle Girgensohn <girgen@partitur.se>
* upgrade postgresql to v 7.0 releaseandreas2000-05-249-1018/+1150
| | | | | | | | thanks for complete diffs ;-) closed PR PR: 18699 Obtained from: Palle Girgensohn <girgen@partitur.se>
* portlintmharo2000-04-202-4/+3
|
* Update to postgresql 7 beta 5andreas2000-04-184-272/+290
| | | | | | closes PR PR: 17736
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-27/+21
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* Close PRandreas2000-04-173-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>
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-2/+2
|
* Long awaited upgrade to postgresql 6.5.3andreas2000-01-032-2/+2
| | | | | | Upgrade to pgaccess 0.98 follows PR: 15708 15034
* remove toasted MASTER_SITEbillf1999-11-231-1/+0
|
* More reasonable MANPATHandreas1999-11-091-1/+1
| | | | Submitted by: Donald Chan <donald@batti.com>
* Update to version 6.5.2.cpiazza1999-10-118-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>
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-2/+2
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-292-2/+2
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-4/+4
| | | | chown -> ${CHOWN}
* Update postgresql to 6.5.1andreas1999-07-214-240/+253
| | | | | | | maintenance release with bugfixes Thanks for the complete submission ! Submitted by: Palle Girgensohn <girgen@partitur.se>
* Forgot to add the two PLIST files... Sorry.andreas1999-07-022-0/+21
| | | | Submitted by: Gaute Nessan <gaute@Norway.EU.net>
* These were missing as wellandreas1999-06-302-0/+22
|
* Forgot to add this patchandreas1999-06-301-0/+32
|
* upgrade to postgresql 6.5andreas1999-06-306-248/+899
| | | | | | did some small modifications Obtained from: "Palle Girgensohn" <girgen@partitur.se>
* BROKEN='unfetchable, version 6.5 is the latest'obrien1999-06-271-1/+3
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* This one doesn't build on the Alpha yet, but should soon.steve1999-06-231-1/+5
|
* Add some more MASTER_SITES which does absolutly nothing until someonebillf1999-06-191-4/+7
| | | | | upgrades this to the allegedly fantastic 6.5. However, it's the thought that counts, right?
* s,/usr/local,${PREFIX},mharo1999-06-061-3/+3
|
* add another mastersitemharo1999-04-211-2/+4
|
* Move WWW_SITE to pkg/DESCR:WWW from Makefilescrappy1999-04-142-2/+3
|
* add a note, that in order to install and run postgresql, you need kernel withandreas1999-04-131-1/+3
| | | | | | options "SYSVSHM, SYSVSEM, SYSVMSG" PR: 6321
* Proper URLs that reference directories end in '/'billf1999-04-091-2/+2
|
* Commit all Y2K/WWW_SITE changes to Makefiles...scrappy1999-03-121-1/+2
|
* Forgot the PLIST changes.steve1999-02-041-4/+27
|
* Fix build for ELF and update PLIST to match the current state of affairs.steve1999-02-041-0/+16
| | | | PR: 9685
* Update from 6.4 to 6.4.2andreas1999-01-202-4/+3
| | | | | Reviewed by: me Submitted by: David Kelly <dkelly@nebula.tbe.com>
* Add a Y2K= variable to Makefile pointing at Y2K statement for softwarescrappy1999-01-131-1/+3
| | | | | | Start up a /usr/ports/YEAR2000 file to provide a central location for all software. Will be buildling a nightly run shell script to pull all the Y2K variables from ports, so that the central list remains reasonably up to date...
* respect CFLAGS, not set it.billf1998-12-241-1/+8
| | | | | | PR: ports/8803 (sorta) Reviewed by: Scrappy (sorta) Submitted by: billf
* Fix bogon in previous commit by scrappy -- move ldconfig lines back toasami1998-12-221-2/+2
| | | | | the right place so they will actually be run on the libraries, not some text files.
* Add PKGNAME without the "v" in version number.asami1998-11-241-1/+2
|
* Upgrade to PostgreSQL v6.4scrappy1998-11-233-44/+165
| | | | From: Cyrus Rahman <cr@jcmax.com>
* Unbreak.jseger1998-10-163-11/+8
| | | | Submitted by: steve
* Mark BROKEN for ELF:jseger1998-10-121-1/+3
| | | | | | | | | | ld -x -Bshareable -Bforcearchive -o libpq.so.1.1 fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-lobj.o dllist.o pqsignal.o pqcomprim.o /usr/libexec/elf/ld: unrecognized option `-Bforcearchive' gmake[2]: *** [libpq.so.1.1] Error 1 gmake[2]: Leaving directory `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/interfaces/libpq' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/interfaces' gmake: *** [all] Error 2
* tcl80 has been ELFized.asami1998-09-251-2/+2
|
* Long live feminism! No manpages! Nyah-hah-hah!hoek1998-08-171-81/+0
|
* Andreas forgot to delete PATCH_DEBUG....asami1998-04-221-3/+2
|
* Upgrade postgresql to version 6.3.2andreas1998-04-224-77/+148
| | | | | | | | | | | | | | | | 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>
* Postgresql binary isn't fetchable, was removed from the master sites.andreas1998-03-231-3/+2
| | | | | I think this is ok'd by Satoshi. Submitted by: jseger@freebsd.scds.com
* Forgot cvs add for the previous commit.andreas1998-02-011-0/+69
| | | | Please test.
* No need to use += on first appearance of variables.alex1997-12-241-3/+3
|
* Delete the database before installation if PACKAGE_BUILDING is definedasami1997-12-041-1/+4
| | | | | -- we are obviously not interested in keeping the old versions around in that case.
* Remove bad MASTER_SITE and fix version required line.jseger1997-11-271-3/+2
|
* update to 6.2.1, possibly more committs to come (PLIST)andreas1997-10-302-3/+3
|
* a symlink was missingandreas1997-10-061-0/+1
| | | | | thanks John, for testing the port Submitted by: John Fiber
* - remove the ampersand, postmaster process automatically goes intoandreas1997-10-062-5/+11
| | | | | | | | | background because of the -S option. - remove the -D datadir option, it's meaningless, because the pgsql user environment overwrites it with the PGDATA env variable. Since this is important and might cause some headache, I mentioned this in ~pgsql/.profile and the startup script. Submitted by: John Fiber
* Point to pgaccess in the post-installation notes.andreas1997-10-051-1/+4
|
* libpq and libpgtcl shared libs get both a major and minor release number.andreas1997-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.
* make pgaccess finally work ;-)andreas1997-10-051-2/+4
| | | | | | | | | - in order to access the template1 database as pgsql user, the environment needs the DISPLAY variable set to at least ":0" - pgaccess loads dynamically the libpgtcl.1, some symbols from another dynamic lib are needed as well -> libpq.so.1.0 Makefile (patch-af) modified (copied from the Linux clause), so that shared lib libpgtcl is created with proper loader flags.
* make USE_TCL=yes compiles libpgtcl subdir which is neededandreas1997-10-052-2/+23
| | | | | | | 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 ;-)
* forgot the backslashes in the script.andreas1997-10-041-3/+3
|
* Upgrade from version 6.1.1 to 6.2andreas1997-10-036-48/+121
| | | | | | | | | | | | | | | | | | | | | | 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
* Upgrade from 6.1 to 6.1.1andreas1997-09-283-6/+4
|
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
|
* - Add shared lib using ldconfig -m before trying to init databasesandreas1997-06-152-6/+24
| | | | | | | | | | - 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.
* Update from 6.0 to 6.1andreas1997-06-154-169/+192
| | | | | Enabled locale support, please tell me, if this ok or causes trouble. Thanks.
* Change comment so that its there when INDEX regeneratesscrappy1997-04-111-1/+1
|
* Update the DESCR filescrappy1997-04-111-17/+25
|
* Update postgresql port from v1.09 to v6.0 using files from PostgreSQLscrappy1997-04-116-229/+231
| | | | port, which is going to be removed
* revive postgres95 as postgresql with full history as requested by Satoshi.peter1997-04-096-0/+299
|
* Remove now obsolete postgres95 portjfitz1997-04-036-299/+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.
* More updates...www.ki.net doesn't exist anymorescrappy1997-04-021-1/+1
|
* This port was *way* out of date, by 2 versions and represents a bad versionscrappy1997-04-021-5/+7
| | | | | | | | | | to boot. Have updated the Master Sites listing to reflect where the current port actually resides, as well as added a few of the mirrors. Will work on bringing the port up to date as I figure out how ports work :( This should at least allow this port to be compiled using v1.08 now
* Add NO_PACKAGE reason (postgres uid).asami1996-12-071-2/+2
|
* Typo typo. (No, this one wasn't my fault.)asami1996-11-191-2/+2
|
* CAT_E_GORIES+= -> CAT_E_GORIES=obrien1996-11-171-6/+5
| | | | | Perl ports now use MASTER_SITE_PERL_CPAN Misc cleanup
* Upgrade to v1.08jfitz1996-10-102-6/+6
| | | | | Reviewed by: jfitz@FreeBSD.ORG Submitted by: matt@bdd.net
* Upgrade to 1.07jfitz1996-09-262-6/+79
| | | | | Reviewed by: jfitz@FreeBSD.ORG Submitted by: matt@bdd.net
* Import of Postgres95, a next-generation DMBS research prototype.jfitz1996-09-246-0/+225
Reviewed by: jfitz@FreeBSD.ORG Submitted by: Matthew Stein <matt@bdd.net>