summaryrefslogtreecommitdiff
path: root/databases/postgresql91-server/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enable multibyte support by default, and add knobs to disable it or set theAkinori MUSHA2000-06-041-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) Notes: svn path=/head/; revision=29177
* make startup script work (start/stop)Andreas Klemm2000-05-251-0/+3
| | | | | | | Obtained from: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=28745
* upgrade postgresql to v 7.0 releaseAndreas Klemm2000-05-241-45/+49
| | | | | | | | | | | thanks for complete diffs ;-) closed PR PR: 18699 Obtained from: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=28731
* portlintMichael Haro2000-04-201-2/+3
| | | | Notes: svn path=/head/; revision=27774
* Update to postgresql 7 beta 5Andreas Klemm2000-04-171-17/+19
| | | | | | | | | closes PR PR: 17736 Notes: svn path=/head/; revision=27703
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-27/+21
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27679
* Close PRAndreas Klemm2000-04-161-1/+0
| | | | | | | | | | | Postgresql port now can be packaged. User and group will be created automatically PR: 17744 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com> Notes: svn path=/head/; revision=27662
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
| | | | Notes: svn path=/head/; revision=27418
* Long awaited upgrade to postgresql 6.5.3Andreas Klemm2000-01-031-1/+1
| | | | | | | | | Upgrade to pgaccess 0.98 follows PR: 15708 15034 Notes: svn path=/head/; revision=24377
* remove toasted MASTER_SITEBill Fumerola1999-11-231-1/+0
| | | | Notes: svn path=/head/; revision=23273
* More reasonable MANPATHAndreas Klemm1999-11-081-1/+1
| | | | | | | Submitted by: Donald Chan <donald@batti.com> Notes: svn path=/head/; revision=22974
* Update to version 6.5.2.Chris Piazza1999-10-101-8/+9
| | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=22314
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* chmod -> ${CHMOD}Michael Haro1999-08-221-4/+4
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Update postgresql to 6.5.1Andreas Klemm1999-07-211-3/+5
| | | | | | | | | | maintenance release with bugfixes Thanks for the complete submission ! Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=20294
* upgrade to postgresql 6.5Andreas Klemm1999-06-291-10/+81
| | | | | | | | | did some small modifications Obtained from: "Palle Girgensohn" <girgen@partitur.se> Notes: svn path=/head/; revision=19901
* BROKEN='unfetchable, version 6.5 is the latest'David E. O'Brien1999-06-261-1/+3
| | | | Notes: svn path=/head/; revision=19808
* This one doesn't build on the Alpha yet, but should soon.Steve Price1999-06-221-1/+5
| | | | Notes: svn path=/head/; revision=19659
* Add some more MASTER_SITES which does absolutly nothing until someoneBill Fumerola1999-06-181-4/+7
| | | | | | | | upgrades this to the allegedly fantastic 6.5. However, it's the thought that counts, right? Notes: svn path=/head/; revision=19550
* s,/usr/local,${PREFIX},Michael Haro1999-06-051-3/+3
| | | | Notes: svn path=/head/; revision=19219
* add another mastersiteMichael Haro1999-04-201-2/+4
| | | | Notes: svn path=/head/; revision=18035
* Move WWW_SITE to pkg/DESCR:WWW from MakefileMarc G. Fournier1999-04-141-2/+1
| | | | Notes: svn path=/head/; revision=17863
* add a note, that in order to install and run postgresql, you need kernel withAndreas Klemm1999-04-121-1/+3
| | | | | | | | | options "SYSVSHM, SYSVSEM, SYSVMSG" PR: 6321 Notes: svn path=/head/; revision=17820
* Proper URLs that reference directories end in '/'Bill Fumerola1999-04-081-2/+2
| | | | Notes: svn path=/head/; revision=17742
* Commit all Y2K/WWW_SITE changes to Makefiles...Marc G. Fournier1999-03-111-1/+2
| | | | Notes: svn path=/head/; revision=17141
* Update from 6.4 to 6.4.2Andreas Klemm1999-01-191-3/+2
| | | | | | | | Reviewed by: me Submitted by: David Kelly <dkelly@nebula.tbe.com> Notes: svn path=/head/; revision=16188
* Add a Y2K= variable to Makefile pointing at Y2K statement for softwareMarc G. Fournier1999-01-121-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... Notes: svn path=/head/; revision=16019
* 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
* 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-221-15/+19
| | | | | | | From: Cyrus Rahman <cr@jcmax.com> Notes: svn path=/head/; revision=14774
* Unbreak.Justin M. Seger1998-10-161-4/+2
| | | | | | | 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
* 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-211-17/+22
| | | | | | | | | | | | | | | | | | | 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
* 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-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