diff options
author | fhajny <fhajny@pkgsrc.org> | 2016-06-19 21:11:22 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2016-06-19 21:11:22 +0000 |
commit | 4a1933e78efb9789f5b80443961456ea5e29dfa0 (patch) | |
tree | fcbf69eab505b36e3c8b28fee4724357b5028216 /databases | |
parent | fdd5e98e6ff31a2f488faed174282604f926f1d3 (diff) | |
download | pkgsrc-4a1933e78efb9789f5b80443961456ea5e29dfa0.tar.gz |
Enable postgresql9[1-5]-contrib packages, disable previous split
packages.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 46 |
1 files changed, 6 insertions, 40 deletions
diff --git a/databases/Makefile b/databases/Makefile index 0e01d2b3195..eb6719eb349 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.513 2016/03/13 23:25:21 gdt Exp $ +# $NetBSD: Makefile,v 1.514 2016/06/19 21:11:22 fhajny Exp $ COMMENT= Databases @@ -271,78 +271,44 @@ SUBDIR+= poco-data-sqlite SUBDIR+= postgresql-pgbench SUBDIR+= postgresql-postgis2 SUBDIR+= postgresql91 -SUBDIR+= postgresql91-adminpack SUBDIR+= postgresql91-client -SUBDIR+= postgresql91-datatypes -SUBDIR+= postgresql91-dblink +SUBDIR+= postgresql91-contrib SUBDIR+= postgresql91-docs -SUBDIR+= postgresql91-fuzzystrmatch -SUBDIR+= postgresql91-monitoring -SUBDIR+= postgresql91-pgcrypto SUBDIR+= postgresql91-plperl SUBDIR+= postgresql91-plpython SUBDIR+= postgresql91-pltcl -SUBDIR+= postgresql91-replicationtools SUBDIR+= postgresql91-server -SUBDIR+= postgresql91-upgrade SUBDIR+= postgresql92 -SUBDIR+= postgresql92-adminpack SUBDIR+= postgresql92-client -SUBDIR+= postgresql92-datatypes -SUBDIR+= postgresql92-dblink +SUBDIR+= postgresql92-contrib SUBDIR+= postgresql92-docs -SUBDIR+= postgresql92-fuzzystrmatch -SUBDIR+= postgresql92-monitoring -SUBDIR+= postgresql92-pgcrypto SUBDIR+= postgresql92-plperl SUBDIR+= postgresql92-plpython SUBDIR+= postgresql92-pltcl -SUBDIR+= postgresql92-replicationtools SUBDIR+= postgresql92-server -SUBDIR+= postgresql92-upgrade SUBDIR+= postgresql93 -SUBDIR+= postgresql93-adminpack SUBDIR+= postgresql93-client -SUBDIR+= postgresql93-datatypes -SUBDIR+= postgresql93-dblink +SUBDIR+= postgresql93-contrib SUBDIR+= postgresql93-docs -SUBDIR+= postgresql93-fuzzystrmatch -SUBDIR+= postgresql93-monitoring -SUBDIR+= postgresql93-pgcrypto SUBDIR+= postgresql93-plperl SUBDIR+= postgresql93-plpython SUBDIR+= postgresql93-pltcl -SUBDIR+= postgresql93-replicationtools SUBDIR+= postgresql93-server -SUBDIR+= postgresql93-upgrade SUBDIR+= postgresql94 -SUBDIR+= postgresql94-adminpack SUBDIR+= postgresql94-client -SUBDIR+= postgresql94-datatypes -SUBDIR+= postgresql94-dblink +SUBDIR+= postgresql94-contrib SUBDIR+= postgresql94-docs -SUBDIR+= postgresql94-fuzzystrmatch -SUBDIR+= postgresql94-monitoring -SUBDIR+= postgresql94-pgcrypto SUBDIR+= postgresql94-plperl SUBDIR+= postgresql94-plpython SUBDIR+= postgresql94-pltcl -SUBDIR+= postgresql94-replicationtools SUBDIR+= postgresql94-server -SUBDIR+= postgresql94-upgrade SUBDIR+= postgresql95 -SUBDIR+= postgresql95-adminpack SUBDIR+= postgresql95-client -SUBDIR+= postgresql95-datatypes -SUBDIR+= postgresql95-dblink +SUBDIR+= postgresql95-contrib SUBDIR+= postgresql95-docs -SUBDIR+= postgresql95-fuzzystrmatch -SUBDIR+= postgresql95-monitoring -SUBDIR+= postgresql95-pgcrypto SUBDIR+= postgresql95-plperl SUBDIR+= postgresql95-plpython SUBDIR+= postgresql95-pltcl -SUBDIR+= postgresql95-replicationtools SUBDIR+= postgresql95-server SUBDIR+= pxtools SUBDIR+= py-PgSQL |