summaryrefslogtreecommitdiff
path: root/databases/postgresql92-server/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delete the database before installation if PACKAGE_BUILDING is definedSatoshi Asami1997-12-041-1/+4
| | | | | | | | -- we are obviously not interested in keeping the old versions around in that case. Notes: svn path=/head/; revision=8986
* Remove bad MASTER_SITE and fix version required line.Justin M. Seger1997-11-261-3/+2
| | | | Notes: svn path=/head/; revision=8858
* update to 6.2.1, possibly more committs to come (PLIST)Andreas Klemm1997-10-301-2/+2
| | | | Notes: svn path=/head/; revision=8414
* - remove the ampersand, postmaster process automatically goes intoAndreas Klemm1997-10-051-1/+3
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=8127
* make pgaccess finally work ;-)Andreas Klemm1997-10-041-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. Notes: svn path=/head/; revision=8115
* make USE_TCL=yes compiles libpgtcl subdir which is neededAndreas Klemm1997-10-041-2/+18
| | | | | | | | | | 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 ;-) Notes: svn path=/head/; revision=8112
* Upgrade from version 6.1.1 to 6.2Andreas Klemm1997-10-031-31/+42
| | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=8095
* Upgrade from 6.1 to 6.1.1Andreas Klemm1997-09-271-3/+3
| | | | Notes: svn path=/head/; revision=8035
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
| | | | Notes: svn path=/head/; revision=7360
* - Add shared lib using ldconfig -m before trying to init databasesAndreas Klemm1997-06-141-6/+12
| | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=6936
* Update from 6.0 to 6.1Andreas Klemm1997-06-141-39/+53
| | | | | | | | Enabled locale support, please tell me, if this ok or causes trouble. Thanks. Notes: svn path=/head/; revision=6934
* Update postgresql port from v1.09 to v6.0 using files from PostgreSQLMarc G. Fournier1997-04-101-52/+47
| | | | | | | port, which is going to be removed Notes: svn path=/head/; revision=6177
* revive postgres95 as postgresql with full history as requested by Satoshi.Peter Wemm1997-04-091-0/+66
| | | | Notes: svn path=/head/; revision=6172
* Remove now obsolete postgres95 portJames FitzGibbon1997-04-021-66/+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. Notes: svn path=/head/; revision=6114
* This port was *way* out of date, by 2 versions and represents a bad versionMarc G. Fournier1997-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 Notes: svn path=/head/; revision=6111
* Add NO_PACKAGE reason (postgres uid).Satoshi Asami1996-12-071-2/+2
| | | | Notes: svn path=/head/; revision=4866
* Typo typo. (No, this one wasn't my fault.)Satoshi Asami1996-11-191-2/+2
| | | | Notes: svn path=/head/; revision=4597
* CAT_E_GORIES+= -> CAT_E_GORIES=David E. O'Brien1996-11-171-6/+5
| | | | | | | | Perl ports now use MASTER_SITE_PERL_CPAN Misc cleanup Notes: svn path=/head/; revision=4530
* Upgrade to v1.08James FitzGibbon1996-10-101-5/+5
| | | | | | | | Reviewed by: jfitz@FreeBSD.ORG Submitted by: matt@bdd.net Notes: svn path=/head/; revision=3953
* Upgrade to 1.07James FitzGibbon1996-09-261-6/+10
| | | | | | | | Reviewed by: jfitz@FreeBSD.ORG Submitted by: matt@bdd.net Notes: svn path=/head/; revision=3873
* Import of Postgres95, a next-generation DMBS research prototype.James FitzGibbon1996-09-231-0/+61
Reviewed by: jfitz@FreeBSD.ORG Submitted by: Matthew Stein <matt@bdd.net> Notes: svn path=/head/; revision=3849