aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql74-server
Commit message (Collapse)AuthorAgeFilesLines
* 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>