summaryrefslogtreecommitdiff
path: root/databases/postgresql-devel/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* devel/bison1875's time has come and gone and its only consumer is theSean Chittenden2005-11-171-298/+0
| | | | | | | | | | databases/postgresql-devel port, which isn't needed either now that 8.1 has officially landed. Submitted by: ade@ Notes: svn path=/head/; revision=148537
* Enter PostgreSQL 8.0.0. Given 4.11 is still being released, abuse -devel bySean Chittenden2005-01-231-2/+47
| | | | | | | | | | | | | | | | | | | | | | | stuffing the 8.0.0 release in here for the time being. Port epoch bumped because 8.0.rc* is greater than 8.0.0. A note from UPDATING to people who want to use 8.0.0 via -devel in production: The -devel port has been updated to contain 8.0 release since postgresql80-server can not be updated until 4.11 is released and the changes in PR ports/75344 are committed. Users who need 8.0 now can use the -devel port, however, once postgresql80-server has been committed, -devel will begin tracking 8.1. Please be smart about tracking ports and if used in production, update to databases/postgresql80-server as soon as it becomes available. No dump/reload will be required when changing from -devel to postgresql80-server. Check out the release notes and the shiny new PostgreSQL.org website at: http://www.PostgreSQL.org/docs/8.0/static/release.html#RELEASE-8-0 Notes: svn path=/head/; revision=127126
* Update to 8.0.0rc5. This is likely the last update for this port until itSean Chittenden2005-01-171-1/+1
| | | | | | | | | | | | | carries the 8.0 release. The postgresql80-server port is being held up by the 4.11 release because 80-server requires scads of changes to Mk/*.mk which won't be committed until after 4.11 is pushed out the door. Until 4.11, -devel will act as the 80-server until such time as 80-server is enabled. Get all that? Good. Approved by: girgenson@, ade@ Notes: svn path=/head/; revision=126630
* Update to 8.0rc1.Sean Chittenden2004-12-181-2/+2
| | | | Notes: svn path=/head/; revision=124419
* Update to PostgreSQL 8 beta 4. PostgreSQL is coming down the home stretchSean Chittenden2004-11-021-2/+1
| | | | | | | | | for 8.0: extreme pounding is encouraged. http://developer.postgresql.org/docs/postgres/release.html#RELEASE-8-0 Notes: svn path=/head/; revision=120635
* Update to Ora^WPostgreSQL 8i^H.0beta2. New features since the 7.X seriesSean Chittenden2004-08-311-2/+2
| | | | | | | | | | | | include: point in time recovery, save points (ie, nested transactions), table spaces, a new perl server side language, and a whole host of other features (*grumble* native win32 *grumble*). Unlike previous development snapshots, there are actual release notes now, which can be found here: http://developer.postgresql.org/docs/postgres/release.html#RELEASE-8-0 Notes: svn path=/head/; revision=117770
* Update PostgreSQL's snapshot to today. Included are numerous fixes andSean Chittenden2004-06-251-4/+2
| | | | | | | | | | features, most significantly table spaces. Release notes haven't been updated yet, but since PostgreSQL is about a month or two away from beta, it's time to start updating this port on a more regular basis. Needless to say, a dump/reload is needed when coming from the last -devel version. Notes: svn path=/head/; revision=112268
* BROKEN on alpha 4.x: Coredump during buildKris Kennaway2004-03-191-1/+7
| | | | Notes: svn path=/head/; revision=104628
* Move USE_GETTEXT to proper place.Trevor Johnson2004-02-051-1/+1
| | | | | | | | Noticed by: Palle Girgensohn Pointy hat to: me Notes: svn path=/head/; revision=100044
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-1/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Update the PostgreSQL ports to use the KRB5_HOME variable instead ofSean Chittenden2004-01-181-1/+1
| | | | | | | | | | LOCALBASE to find krb5-config in the MIT case. Prodded by: Our friendly folks at the ISC who want to use FreeBSD's PostgreSQL ports instead of an unmanaged build from a tarball. Notes: svn path=/head/; revision=98447
* Update to the latest and greatest snapshot from the PostgreSQL crew.Sean Chittenden2003-12-041-2/+2
| | | | Notes: svn path=/head/; revision=94906
* Given that 7.4's release is imminent, start tracking the 7.5 code baseSean Chittenden2003-11-171-1/+1
| | | | | | | | which already has some slick improvements (now uses ARC and not LRU for cache). Notes: svn path=/head/; revision=94202
* Upgrade to 7.4 RC2. For those that don't want to wait till Monday toSean Chittenden2003-11-151-2/+2
| | | | | | | | | | | | | | | | | | | play with 7.4, here 'ya go. As of this version, the port will correctly depend on bison 1.875, which may, for better or worse, 'cause some confusion with users who don't read the build logs and don't not the output from the relevant CONFLICTS section[1]. Regardless, far too many people have noted the missing detection for a build dependency on bison1875, so that has finally been addressed (*kicks bison authors for incompatibilities*). Starting Monday, I'm going to update this to HEAD that way people who want to see the new ARC page caching algo in action can. Submitted by: [1] a cast of hundreds of innocent victims^Wbystanders Release notes: http://developer.postgresql.org/docs/postgres/release.html#RELEASE-7-4 Notes: svn path=/head/; revision=94061
* Update to beta5. RC1 should be coming in a week. There were a fewSean Chittenden2003-10-231-1/+2
| | | | | | | | | | | schema changes to the information_schema which require an initdb, sorry. On an upbeat note, the release notes were finally flushed out with the details of what's been completed for 7.4. Enjoy! http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL Notes: svn path=/head/; revision=91987
* Add a cast of tunables (mostly for for development and debugging) andSean Chittenden2003-10-031-6/+42
| | | | | | | upddate the port for 7.4 beta 4. Notes: svn path=/head/; revision=90170
* Update to the latest snapshot for 7.4beta3. Mostly bug fixes, but theSean Chittenden2003-10-011-8/+24
| | | | | | | | | | most significant change is the ability to change PostgreSQL's block size with the nob: WITH_PGBLOCKSIZE=("16K"|"32K"). Release notes: http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL Notes: svn path=/head/; revision=89950
* Before too many folks upgrade to chase the intl port version bump, let meSean Chittenden2003-08-271-2/+1
| | | | | | | | | | | upgrade to a recent snapshot. initdb required, but there are a few fixes that have been incorporated since beta1 was released that are worthwhile. Release notes URL: http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL Notes: svn path=/head/; revision=87757
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* Bring postgressql-devel up to snuff to build with PostgreSQL's otherSean Chittenden2003-08-231-3/+3
| | | | | | | | | | sub-ports (eg: p5-postgresql-plperl). PR: ports/54629 Submitted by: Yen-Shuo Su <yssu@CCCA.net> Notes: svn path=/head/; revision=87561
* PostgreSQL's now in 7.4 beta1. This update includes a few fixes afterSean Chittenden2003-08-081-1/+1
| | | | | | | | | | the 7.4beta1 tag went down. Please report any failures or successes on exotic hardware (ie: !i386, !alpha). http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL Notes: svn path=/head/; revision=86529
* Now that PostgreSQL is in feature freeze, update the -devel port to aSean Chittenden2003-07-221-2/+1
| | | | | | | | | | | | 2003-07-21 snapshot. Sans small tweaks, updates to error codes/messages, and any problems found in the formal beta, this is going to be 7.4. Please let me know if anyone has any problems running this (this version has amd64 support too!). Release notes: http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL Notes: svn path=/head/; revision=85395
* get rid of libgnugetopt dependency for -CURRENT,FUJISHIMA Satsuki2003-07-141-2/+2
| | | | | | | use USE_GETOPT_LONG instead. Notes: svn path=/head/; revision=84842
* PostgreSQL 7.4 is a few weeks from hitting beta. Update the -devel port toSean Chittenden2003-06-301-1/+1
| | | | | | | | | | | aid shaking out bugs. Too many fixes, performance bits, protocol changes, and features have been changed/added in the last month to summarize. See the release notes for details. http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL Notes: svn path=/head/; revision=83931
* postgresql slave ports, reduce unnecessary portrevision bumpsDaichi GOTO2003-06-191-0/+1
| | | | | | | | PR: 52867 Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) Notes: svn path=/head/; revision=83302
* Fix once upon a time brain-o and fix executing pkg-install for installationsSean Chittenden2003-05-201-0/+1
| | | | | | | _with_ servers. This should make bento happy again. Notes: svn path=/head/; revision=81512
* Repack the -devel port now that version 3.0 of the wire protocol has beenSean Chittenden2003-05-091-5/+11
| | | | | | | | | | | finalized between the client and server. While here, fix the plist, change WITH_PGCRYPTO to be WITHOUT_PGCRYPTO that way the port defaults to installing the crypto libraries. Now that we have hardware support for crypto devices, go out of our way to make sure that pgcrypto uses openssl where applicable and reads from /dev/urandom for entropy. Notes: svn path=/head/; revision=80501
* Upgrade PostgreSQL-devel to 2003-05-06. Requires devel/bison1875 toSean Chittenden2003-05-071-4/+12
| | | | | | | | | | build. New version includes many protocol updates and other various goodies. See the release notes for details. http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL Notes: svn path=/head/; revision=80348
* BROKEN: Does not installKris Kennaway2003-05-061-0/+2
| | | | Notes: svn path=/head/; revision=80300
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to snapshot of PostgreSQL on 2003.02.16.Sean Chittenden2003-02-171-21/+17
| | | | Notes: svn path=/head/; revision=75675
* Add a dependency on bison.Sean Chittenden2003-02-101-0/+1
| | | | | | | | PR: ports/47987 Submitted by: David Booth <wbooth@austin.rr.com> Notes: svn path=/head/; revision=75224
* Update to a a 2003-01-26 snapshot of PostgreSQL. Documentation is notSean Chittenden2003-01-271-97/+64
| | | | | | | | | | | | | included in this port at the moment, please see the developer docs online. http://developer.postgresql.org/docs/postgres/ For a list of changes (mostly significant improvements for large queries): http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL Notes: svn path=/head/; revision=74112
* Chase libpq version bump and update pkg-plist[1]. Removed old Makefile cruft.Sean Chittenden2003-01-151-3/+1
| | | | | | | | | | This port will start following 7.4 shortly, switch to postgresql7 if you're not interested in tracking the CVS snapshots of PostgreSQL. Submitted by: kris/bento [1] Notes: svn path=/head/; revision=73180
* Update PostgreSQL to 7.3.1. Fix spac64[1].Sean Chittenden2003-01-021-6/+6
| | | | | | | | | PR: ports/46666 Submitted by: [1] "Roderick van Domburg" <r.s.a.vandomburg@student.utwente.nl> Obtained from: [1] PostgreSQL repo Notes: svn path=/head/; revision=72132
* Update PostgreSQL-devel to 7.3 release. Once the ports freeze is over theSean Chittenden2002-11-281-6/+6
| | | | | | | | | | | | | | mainline postgresql7 port will be updated. 7.3 introduces many new features, most notably schemas, drop column, table functions, and prepared queries were added in this release. Please read the release notes for details. http://developer.postgresql.org/docs/postgres/release.html#RELEASE-7-3 Approved by: portmgr Notes: svn path=/head/; revision=71190
* Updated PostgreSQL to 7.3 rc1.Sean Chittenden2002-11-201-5/+5
| | | | Notes: svn path=/head/; revision=70613
* Update to PostgreSQL 7.3 beta 5.Sean Chittenden2002-11-081-5/+5
| | | | Notes: svn path=/head/; revision=69759
* Updated PostgreSQL to 7.3beta4. This version fixes all known problemsSean Chittenden2002-11-051-6/+6
| | | | | | | | | | | on -CURRENT and should be the last release before rc1. Updated the optimized CFLAGS as well. PR: ports/44893 Submitted by: Vladimir Chukharev <chu@gpi.ru> Notes: svn path=/head/; revision=69498
* Update postgresql-devel to 7.3 beta3 and add a make check to performSean Chittenden2002-10-271-8/+19
| | | | | | | | | | | | the regression tests[1]. Update the MASTER_SITES list so that it isn't painfully slow to obtain the tarballs. Added several new US mirrors to help distribute the load. An initdb is required when upgrading. PR: ports/44526 Submitted by: [1] Vladimir Chukharev <chu@gpi.ru> Notes: svn path=/head/; revision=68946
* Updated to 7.3b2. Many improvements and bug fixes over previous beta.Sean Chittenden2002-09-291-7/+7
| | | | | | | | | | The location of the distfiles has changed with this release, compensate accordingly. Re-initdb required. Approved by: portmgr/knu (mentor) Notes: svn path=/head/; revision=67238
* Adding a development port for PostgreSQL. postgresql-devel will have itsSean Chittenden2002-09-231-68/+96
| | | | | | | | | | | distfiles periodically updated to track PostgreSQL between major releases. Port is repo copied from databases/postgresql7 and has been updated to 7.3b1. Approved by: portmgr && knu (mentor) Notes: svn path=/head/; revision=67076
* Remove a dead .jp mirror and add the official .jp mirror instead.Akinori MUSHA2002-09-131-1/+1
| | | | | | | Submitted by: fenner's distfiles survey Notes: svn path=/head/; revision=66250
* Update to 7.2.2, which fixes several security bugs. Do not installTrevor Johnson2002-08-261-11/+1
| | | | | | | | | | documentation--it will be in a separate port. PR: 42009 Submitted by: Palle Girgensohn (maintainer) Notes: svn path=/head/; revision=65022
* Forbid because of unconfirmed security bugs:Trevor Johnson2002-08-251-0/+2
| | | | | | | | | | | | | The following buffer overruns have been identified and addressed [in 7.2.2]: * in handling long datetime input * in repeat() * in lpad() and rpad() with multibyte * in SET TIME ZONE and TZ env var Notes: svn path=/head/; revision=64973
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-1/+2
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* upgrade to 7.2.1Ying-Chieh Liao2002-04-111-13/+24
| | | | | | | | PR: 36975 Submitted by: maintainer Notes: svn path=/head/; revision=57555