| Age | Commit message (Collapse) | Author |
|
* Cleaned up the build process, thanks to GitHub user daddy2times
* Cleaned up caveats and added information about upgrading pre-9.1 databases
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Files go into share/postgresql and docs into share/docs/postgresql
instead of directly into share and share/docs.
Also include docs (man & html) which weren't being included in install
step of build (see
http://archives.postgresql.org/pgsql-bugs/2010-10/msg00156.php).
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
Documentation now has instructions on creating ~/Library/LaunchAgents
directory for first time installs of Formulas.
Appending trailing slash to Formula documentation in regards to copying
plists to LaunchAgents directory.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Pavel Lazureykis <lazureykis@gmail.com>
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #3559.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #3752.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Useful for 8.X > 9.X upgrades
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
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>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
* 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
|
|
|
|
|
|
We now build PostgreSQL with the same list of contrib modules that
MacPorts does.
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
~/Library/LaunchAgents)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
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.
|
|
|
|
|
|
* Allow building w/o Python or Perl support.
* Warn if a Framework Python is detected that is missing x64.
Fixes #73.
Fixes #671.
|
|
|
|
|
|
Fixes #424
|
|
postgresql 8.4.2 from 8.4.1
|
|
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.
|
|
Fixes #143
|
|
|
|
|
|
This one is what MacPorts use so I'm guessing it works for real.
|
|
|
|
The URL that was being used stopped working.
|
|
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.
|