Commit Graph

40 Commits (028b72b760fe780f3591643b891cfcbe853b2424)

Author SHA1 Message Date
seb ea3c4280e7 recommend pg gem instead of outdated postgres gem
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-07 06:56:55 -07:00
Michael Weisman b73d5e9398 postgresql - add hstore contrib module
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-06 06:42:39 -07:00
Michael Weisman 7bb09290d7 upgraded postgres to 9.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-06 06:42:25 -07:00
Jannis Leidel a84e55eaf7 Postgresql 9.0: add pg_upgrade to the extensions
Useful for 8.X > 9.X upgrades

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-20 15:26:40 -07:00
Aku Kotkavuo 997cf2668e Update PostgreSQL to 9.0.0.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-19 11:22:56 -07:00
Gerad Suyderhoud 3561f49015 update the postgres formula to build the intarray contrib module
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-16 09:31:26 -07:00
Adam Vandenberg 576185d345 Define "snow_leopard_64?"
snow_leopard_64? (defined in Hardware) is a short-cut for:
  MACOS_VERSION >= 10.6 and Hardware.is_64_bit?

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-22 20:11:03 -07:00
Jesse Storimer 97c4518ae3 Fix typo in postgres formula caveats.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-18 19:59:00 -07:00
Adam Vandenberg 72e19eb542 Don't need +x on these 2010-08-13 16:00:17 -07:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Max Howell 1f7bc468bd Use new symlink aliases 2010-08-07 18:08:50 -07:00
Adam Vandenberg 90e85f9fed Fix typo in PostreSQL caveats 2010-08-02 06:41:57 -07:00
Adam Vandenberg 9e8c3f4355 Build PostgreSQL with common contrib modules.
We now build PostgreSQL with the same list of contrib modules that
MacPorts does.
2010-07-27 22:28:55 -07:00
Lee Packham 0000d151d6 Fix typo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-25 19:27:07 -07:00
Lee Packham 05791feed5 Make the autologin information correct (by using the cp of the plist to ~/Library/LaunchAgents)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-25 11:26:38 -07:00
Paul Sadauskas 26d9dc72b5 UUID for postgres contrib 2010-06-10 11:21:44 -07:00
David Höppner 8cf2988911 postgresql: update version to 8.4.4 2010-05-16 12:35:18 +02:00
Adam Vandenberg d6881f9d7d PostgreSQL - Update warning for 32-bit Python.
Having a 32-bit framework Python in "/Library/Frameworks" seems
to trip up configure. Changed the warning to be more explicit
about what to try.
2010-05-04 21:24:32 -07:00
Adam Vandenberg b7a190c140 PostgreSQL - instructions on how to manually choose a Python. 2010-04-14 09:43:06 -07:00
Adam Vandenberg 281b0e6b9f PostreSQL 8.4.3 2010-04-04 11:09:37 -07:00
Adam Vandenberg e61a56c08b PostgreSQL - Python build fixes
* Allow building w/o Python or Perl support.
* Warn if a Framework Python is detected that is missing x64.

Fixes Homebrew/homebrew#73.
Fixes Homebrew/homebrew#671.
2010-03-29 12:51:23 -07:00
Adam Vandenberg b68bcc9b59 Postgresql - use shorter path references 2010-03-13 09:42:01 -08:00
Max Howell 67493c7492 Fixes Homebrew/homebrew#481; brew info postgresql broken 2010-01-16 20:25:50 +00:00
Max Howell 7b011c6718 chomp whoami usage for plists
Fixes Homebrew/homebrew#424
2010-01-16 15:48:56 +00:00
Simon Willison 88111ccfa1 Use HTTP instead of FTP (to work around nuisance proxies), bumped to postgresql 8.4.2 from 8.4.1 2010-01-13 14:55:31 +00:00
Max Howell 6f2adfeb56 Don't show non-64 bit caveats on non-64 bit systems
Also don't use HOMEBREW_PREFIX/bin, assume we're in the PATH, as it's most likely true, and if not, the guy has other problems or knows what he is doing.
2010-01-13 11:23:15 +00:00
Max Howell d9f78ca8f1 Fix Postgresql libxml2 compile failure
Fixes Homebrew/homebrew#143
2009-12-31 02:04:13 +00:00
Max Howell e2f188c040 ENV.libxml2 seemingly required for some people 2009-12-05 19:09:16 +00:00
Max Howell 0531c8081f Some more aliases 2009-12-04 14:16:45 +00:00
Max Howell 69ed3c7a3b Really use a working mirror this time
This one is what MacPorts use so I'm guessing it works for real.
2009-11-09 22:22:55 +00:00
Rune Botten b154c3a823 Update Postgresql formula to latest version, which handles some security issues 2009-11-07 18:22:36 +00:00
Max Howell 36db34c99a Use a working mirror
The URL that was being used stopped working.
2009-11-07 18:22:33 +00:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
David Reynolds c053cbdbb4 Adding readline support into the postgres formula 2009-10-12 17:37:00 +01:00
Tom von Schwerdtner 62f7ef29ee Introduce ENV.O2 and use that for the postgresql build
Also only set ARCHFLAGS on non-Core Duo machines... though it seemed to build
fine even with it, it doenst make much sense to me... these changes are kind
of up for debate but it "works for me" this way...

Closes Homebrew/homebrew#75
2009-10-04 18:36:44 +01:00
Tom von Schwerdtner 4662e50595 Postgres doesn't support --disable-dependency-tracking 2009-10-04 18:36:44 +01:00
tvon b075a12e50 Use HOMEBREW_PREFIX/var by default for the postgres db
Copy the mysql way of doing things in so far as using a plist file avoiding
any need for root or other users and advising creating the database under
/usr/local/var
2009-10-01 15:17:31 +01:00
Kieran Pilkington 9db4af3d7a Don't assume /usr/local in postgresql formula
Adding user creation commands, and adding note about aliasing commands.
Formula working nicely now :-D

Adding note about postgres gem to avoid conflicts (took me a while to figure
out)
2009-09-29 16:26:37 +01:00
Mike Enriquez 29493012e0 Fix postgresql build
Signed-off-by: Max Howell <max@methylblue.com>

I amended it slightly from the original patch: f91a542e8f07323bca00da3de4eee7060e8122a7

Fixes Homebrew/homebrew#38
2009-09-25 19:41:54 +01:00
Tom von Schwerdtner 0986a01554 Postgresql formula
With most options enabled (why not?).

Could use cleanup perhaps, but it works...

Note that this does not work due to some library loading issues… when I run
initdb I get a big fail which I have yet to track down.

Signed-off-by: Max Howell <max@methylblue.com>
2009-09-14 20:33:46 +01:00