Commit graph

22 commits

Author SHA1 Message Date
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