Commit Graph

65 Commits (dbc49876638ff0ee4bac72e03d7daec0b7a8e647)

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