Homebrew / legacy-homebrew

💀 The former home of Homebrew/homebrew (deprecated)
https://brew.sh
26.99k stars 11.36k forks source link

Postgres lacks of common build in contributions #1468

Closed ikaros closed 14 years ago

ikaros commented 14 years ago

Postgres has some very common contributions which need to be compiled with itself: adminpack, dblink, fuzzystrmatch , lo, uuid-ossp, pg_buffercache, pg_trgm, pgcrypto, tsearch2, vacuumlo, xml2

For example MacPorts does this already. But I don't want to use MacPorts ;-) http://trac.macports.org/browser/trunk/dports/databases/postgresql84/Portfile#L75 Lines: 75-92

MikeMcQuaid commented 14 years ago

Are these contributions part of PostgreSQL itself or using external patches? MacPorts tends to enable more features by default and patches more readily. If they are part of PostgreSQL, feel free to make a patch to add them as an option. If they require patches, I'd rather not have them in, just do them in a local fork.

ikaros commented 14 years ago

The contibutions are part of the basic source package: http://www.postgresql.org/ftp/source/v8.4.4/

adamv commented 14 years ago

Added in be1d8cc5883745ea9c76832d57b2dc755c0694d7.