summaryrefslogtreecommitdiff
path: root/databases/postgresql83-server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* respect CFLAGS, not set it.Bill Fumerola1998-12-231-1/+8
| | | | | | | | | PR: ports/8803 (sorta) Reviewed by: Scrappy (sorta) Submitted by: billf Notes: svn path=/head/; revision=15532
* Fix bogon in previous commit by scrappy -- move ldconfig lines back toSatoshi Asami1998-12-221-2/+2
| | | | | | | | the right place so they will actually be run on the libraries, not some text files. Notes: svn path=/head/; revision=15469
* Add PKGNAME without the "v" in version number.Satoshi Asami1998-11-241-1/+2
| | | | Notes: svn path=/head/; revision=14857
* Upgrade to PostgreSQL v6.4Marc G. Fournier1998-11-223-44/+165
| | | | | | | From: Cyrus Rahman <cr@jcmax.com> Notes: svn path=/head/; revision=14774
* Unbreak.Justin M. Seger1998-10-163-11/+8
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=14041
* Mark BROKEN for ELF:Justin M. Seger1998-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 Notes: svn path=/head/; revision=13887
* tcl80 has been ELFized.Satoshi Asami1998-09-251-2/+2
| | | | Notes: svn path=/head/; revision=13388
* Long live feminism! No manpages! Nyah-hah-hah!Tim Vanderhoek1998-08-171-81/+0
| | | | Notes: svn path=/head/; revision=12573
* Andreas forgot to delete PATCH_DEBUG....Satoshi Asami1998-04-221-3/+2
| | | | Notes: svn path=/head/; revision=10630
* Upgrade postgresql to version 6.3.2Andreas Klemm1998-04-214-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> Notes: svn path=/head/; revision=10625
* Postgresql binary isn't fetchable, was removed from the master sites.Andreas Klemm1998-03-221-3/+2
| | | | | | | | I think this is ok'd by Satoshi. Submitted by: jseger@freebsd.scds.com Notes: svn path=/head/; revision=10287
* Forgot cvs add for the previous commit.Andreas Klemm1998-01-311-0/+69
| | | | | | | Please test. Notes: svn path=/head/; revision=9540
* No need to use += on first appearance of variables.Alexander Langer1997-12-241-3/+3
| | | | Notes: svn path=/head/; revision=9161
* 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-302-3/+3
| | | | Notes: svn path=/head/; revision=8414
* a symlink was missingAndreas Klemm1997-10-051-0/+1
| | | | | | | | thanks John, for testing the port Submitted by: John Fiber Notes: svn path=/head/; revision=8129
* - remove the ampersand, postmaster process automatically goes intoAndreas Klemm1997-10-052-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 Notes: svn path=/head/; revision=8127
* Point to pgaccess in the post-installation notes.Andreas Klemm1997-10-051-1/+4
| | | | Notes: svn path=/head/; revision=8121
* libpq and libpgtcl shared libs get both a major and minor release number.Andreas Klemm1997-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. Notes: svn path=/head/; revision=8116
* 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-042-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 ;-) Notes: svn path=/head/; revision=8112
* forgot the backslashes in the script.Andreas Klemm1997-10-031-3/+3
| | | | Notes: svn path=/head/; revision=8096
* Upgrade from version 6.1.1 to 6.2Andreas Klemm1997-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 Notes: svn path=/head/; revision=8095
* Upgrade from 6.1 to 6.1.1Andreas Klemm1997-09-273-6/+4
| | | | 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-142-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. Notes: svn path=/head/; revision=6936
* Update from 6.0 to 6.1Andreas Klemm1997-06-144-169/+192
| | | | | | | | Enabled locale support, please tell me, if this ok or causes trouble. Thanks. Notes: svn path=/head/; revision=6934
* Change comment so that its there when INDEX regeneratesMarc G. Fournier1997-04-101-1/+1
| | | | Notes: svn path=/head/; revision=6181
* Update the DESCR fileMarc G. Fournier1997-04-101-17/+25
| | | | Notes: svn path=/head/; revision=6179
* Update postgresql port from v1.09 to v6.0 using files from PostgreSQLMarc G. Fournier1997-04-106-229/+231
| | | | | | | 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-096-0/+299
| | | | Notes: svn path=/head/; revision=6172
* Remove now obsolete postgres95 portJames FitzGibbon1997-04-026-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. Notes: svn path=/head/; revision=6114
* More updates...www.ki.net doesn't exist anymoreMarc G. Fournier1997-04-021-1/+1
| | | | Notes: svn path=/head/; revision=6112
* 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-102-6/+6
| | | | | | | | Reviewed by: jfitz@FreeBSD.ORG Submitted by: matt@bdd.net Notes: svn path=/head/; revision=3953
* Upgrade to 1.07James FitzGibbon1996-09-262-6/+79
| | | | | | | | 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-236-0/+225
Reviewed by: jfitz@FreeBSD.ORG Submitted by: Matthew Stein <matt@bdd.net> Notes: svn path=/head/; revision=3849