Commit graph

32 commits

Author SHA1 Message Date
Charlie Sharpsteen
db29f5f4d2 PostGIS: Fix typo in caveats 2012-04-04 09:14:53 -07:00
Charlie Sharpsteen
2faddf7cfe PostGIS: Update to 2.0
The `--devel` version has been dropped.
2012-04-03 16:37:49 -07:00
Charlie Sharpsteen
636a121e57 PostGIS: Update --devel to 2.0.0rc2 2012-04-03 13:17:35 -07:00
Charlie Sharpsteen
e466b4d0be PostGIS: Update --devel to 2.0.0rc1 2012-03-28 22:45:23 -07:00
Charlie Sharpsteen
1b33544a97 PostGIS: Update --devel to 2.0beta4
`legacy_compatibility_layer.sql` is now known as `legacy_minimal.sql`.
2012-03-26 13:05:15 -07:00
Charlie Sharpsteen
d04e2b3b21 PostGIS: Update --devel to 2.0beta3 2012-03-14 12:18:21 -07:00
Charlie Sharpsteen
e28d02dec6 PostGIS: Update --devel to 2.0beta2 2012-03-07 16:27:05 -08:00
Charlie Sharpsteen
bc3bec2075 PostGIS: Update --devel to 2.0beta1
Also, no longer pass `--prefix` to `configure`. The 2.0 beta no longer accepts
this flag and we do installation by hand anyway.
2012-02-29 14:00:51 -08:00
Max Howell
06cb65df78 These now depend on automake for Xcode >= 4.3
Fixes Homebrew/homebrew#10559.

Also added missing deps for osm2pgsql.

Removed some ACLOCAL_FLAGS stuff as in theory this is not set in ENV.rb. Would like to see if it causes trouble. Should just work now.
2012-02-28 15:40:59 +00:00
Charlie Sharpsteen
b811ddaf22 PostGIS: Update --devel to 2.0.0alpha6 2012-02-25 10:40:03 -07:00
Charlie Sharpsteen
49cd1f054d PostGIS: Add --with-gui option
Builds the GKT+ based GUI for loading shapefiles into a database.
2012-02-17 16:16:36 -08:00
Charlie Sharpsteen
084339d9fe PostGIS: Add 2.0 prereleases as --devel option 2012-02-17 16:15:41 -08:00
Charlie Sharpsteen
e28de1341f PostGIS: Fix installation
Several issues with PostGIS are addressed with this refactoring:

  - PostGIS takes all of its orders from the PGXS makefiles distributed with
    Postgresql. This means that it installs its self into the Postgres keg and
    there is nothing that can be done. The solution is to avoid `make install`
    and manually install everything.

  - Gettext is no longer used as there is no way to properly specify paths to a
    keg-only formula when all of the flags are being dictated by PGXS.

  - The list of components in the 2.0 HEAD builds has been updated.

  - The default behavior for HEAD is to build the raster and topology
    extensions. Because of this, the `--with-raster` and `--with-topology`
    options have been dropped.

Closes Homebrew/homebrew#9448.
2012-02-17 16:15:39 -08:00
Kashif Rasul
fec722b960 PostGIS: Fix installation of SQL files for --HEAD
Fixed the formula which was not compiling for Postgis --HEAD.

Closes Homebrew/homebrew#7566.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-11 09:44:49 -07:00
Samuel Cochran
f23697d109 postgis: add explicit postgresql config for Lion
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-27 08:19:35 -07:00
Kashif Rasul
f6792bda3d postgis 1.5.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-26 14:56:23 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Kashif Rasul
2d8dc59f01 Updated formula: postgis
--raster option depends on gdal
install raster and topology sql files when corresponding option is true

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-12 08:50:48 -08:00
Charlie Sharpsteen
f6e6c6b20e Update PostGIS HEAD build
Bugfix:

- The PostGIS HEAD requires libintl, which requires linking against keg-only
  gettext.

Features:

- Added options for enabling the topology and raster extensions that are present
  in the HEAD source.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-01 16:57:03 -08:00
bkonkle
0c85bac553 Updated postgis for 1.5.2 release
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-27 12:25:48 -07:00
bkonkle
ac65103be0 Added an autogen call to postgis if --HEAD is used
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-21 12:55:18 -07:00
Adam Vandenberg
03d1665d02 postgis - add head for postgres 9.0 support 2010-09-21 12:35:53 -07:00
Adam Vandenberg
036bf6a532 postgis - add a link to the docs in the caveats 2010-05-07 09:31:01 -07:00
kashif
dc31e9dcfb Need to ENV.deparallelize otherwise it failes during make install. 2010-03-25 12:12:50 +01:00
David Höppner
6e68bfc0e9 postgis: fix typo (Steve Purcell) 2010-03-24 14:01:22 +01:00
kashif
071c0fea10 Update postgis to 1.5.1
This is a minor release addressing a few issues that have
been filed since the 1.5.0 release.

Signed-off-by: David Höppner <0xffea@gmail.com>

* proj was not found in non /usr/local
2010-03-24 10:50:17 +01:00
kashif
9474a2267a Update postgis to 1.5.0
Updated postgis to latest version 1.5.0
Updated script and sql file names

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-25 16:26:49 -08:00
kashif
e03edcacbe Updated postgis to 1.4.1
This is a minor release addressing:
    * Homebrew/homebrew#241, crash in ST_LineCrossingDirection
    * Homebrew/homebrew#210, segmentation faults in ST_Union with NULLs
    * Homebrew/homebrew#277, crash on very large numeric inputs
    * Homebrew/homebrew#179, ST_MakeLine crash server with NULLs
    * Homebrew/homebrew#253, inconsistent results when using the ~= operator
    * Homebrew/homebrew#276, ST_AsGML producing non-compliant GML
    * Homebrew/homebrew#239, memory issues with ST_As* functions
    * Homebrew/homebrew#272, ST_LineCrossingDirection should be negatively symmetric
    * Homebrew/homebrew#316, parsing problem for invalid higher dimensional geometries
2010-01-30 14:18:04 +01:00
Thomas Macwright
ee8055aa52 Fixing PostGIS formula to compile at POSTGIS_DEBUG_LEVEL=0
Fixes Homebrew/homebrew#468.
2010-01-16 20:25:50 +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
Rob Hudson
d10513cab8 [postgis] Added extra needed files to share and bin. 2009-10-03 15:24:31 +01:00
Rob Hudson
7a1ecdc5a0 Added postgis recipe, which depends on postgresql, proj and geos. 2009-10-02 11:04:48 -07:00