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