diff options
author | heracles <heracles@localhost> | 2007-10-10 08:58:53 +0000 |
---|---|---|
committer | heracles <heracles@localhost> | 2007-10-10 08:58:53 +0000 |
commit | 559f9423475b83a7ca50057236a07b04970e6d56 (patch) | |
tree | 85def3ec0d16b8c73ba9e63d4403a5c398e19394 | |
parent | virtual/postgresql-{libs,client,server}: SLOT 8.3 (diff) | |
download | experimental-559f9423475b83a7ca50057236a07b04970e6d56.tar.gz experimental-559f9423475b83a7ca50057236a07b04970e6d56.tar.bz2 experimental-559f9423475b83a7ca50057236a07b04970e6d56.zip |
dev-db/postgresql-client-8.3_beta1: remove contrib/oid2name, which goes to the server package.
svn path=/experimental/; revision=297
-rw-r--r-- | dev-db/postgresql-client/Manifest | 8 | ||||
-rw-r--r-- | dev-db/postgresql-client/files/postgresql-8.3-client.patch | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/dev-db/postgresql-client/Manifest b/dev-db/postgresql-client/Manifest index e8f2ec5..75b854b 100644 --- a/dev-db/postgresql-client/Manifest +++ b/dev-db/postgresql-client/Manifest @@ -66,10 +66,10 @@ AUX postgresql-8.2-no-interfaces.patch 430 RMD160 ffd1ad9591c887a8ccc4002067e604 MD5 486acb579010282ead6c424c6fb46ba1 files/postgresql-8.2-no-interfaces.patch 430 RMD160 ffd1ad9591c887a8ccc4002067e604f7d8a59d28 files/postgresql-8.2-no-interfaces.patch 430 SHA256 8707ff8105c3d9dccef95111becdc601eec0a161bd1aaf535b6cecd9a1f0cda5 files/postgresql-8.2-no-interfaces.patch 430 -AUX postgresql-8.3-client.patch 2928 RMD160 2990635ab392b7971116ea2949dc0095d68d4dc0 SHA1 7f79bc151b8f36e1180c2f968e3476c02f072a1a SHA256 06b2931f96b5a403bd26d66178355b6526815b0efaabb6770cb95e11bef4ef40 -MD5 71389a43b21461351ea06246fb8afc0a files/postgresql-8.3-client.patch 2928 -RMD160 2990635ab392b7971116ea2949dc0095d68d4dc0 files/postgresql-8.3-client.patch 2928 -SHA256 06b2931f96b5a403bd26d66178355b6526815b0efaabb6770cb95e11bef4ef40 files/postgresql-8.3-client.patch 2928 +AUX postgresql-8.3-client.patch 2927 RMD160 a83aee5370893cc6ce661a6b69a289f18fc50876 SHA1 fb8b591c7957f38a1d0aa09e8909d0bcfe6c8f27 SHA256 797962fea96eec43f47bf79a9e6bee3b31bdd449b4cb6f19b22fc5872e2c0d3d +MD5 ceab8a819142c5674da4bd8d2c54c0a9 files/postgresql-8.3-client.patch 2927 +RMD160 a83aee5370893cc6ce661a6b69a289f18fc50876 files/postgresql-8.3-client.patch 2927 +SHA256 797962fea96eec43f47bf79a9e6bee3b31bdd449b4cb6f19b22fc5872e2c0d3d files/postgresql-8.3-client.patch 2927 AUX postgresql-8.3-common.patch 1930 RMD160 938a4df3e592fb95683ed35efa3ba91d72424ef0 SHA1 2365d9ba190a73f223fb77ebd90cd71dcff147ed SHA256 30aa24dd4016ae51f8003928cc96fc00c7abc36302195b2e2e454b4dda4b06bb MD5 ca57645c7e7903cb6f8db93392ecca23 files/postgresql-8.3-common.patch 1930 RMD160 938a4df3e592fb95683ed35efa3ba91d72424ef0 files/postgresql-8.3-common.patch 1930 diff --git a/dev-db/postgresql-client/files/postgresql-8.3-client.patch b/dev-db/postgresql-client/files/postgresql-8.3-client.patch index abd6777..d2fe7b4 100644 --- a/dev-db/postgresql-client/files/postgresql-8.3-client.patch +++ b/dev-db/postgresql-client/files/postgresql-8.3-client.patch @@ -23,10 +23,10 @@ index f7bcc67..ec8fcf1 100644 distprep: $(MAKE) -C doc $@ diff --git a/contrib/Makefile b/contrib/Makefile -index fe86803..5816870 100644 +index fe86803..6ee4557 100644 --- a/contrib/Makefile +++ b/contrib/Makefile -@@ -5,48 +5,10 @@ top_builddir = .. +@@ -5,48 +5,9 @@ top_builddir = .. include $(top_builddir)/src/Makefile.global WANTED_DIRS = \ @@ -43,7 +43,7 @@ index fe86803..5816870 100644 - isn \ - lo \ - ltree \ - oid2name \ +- oid2name \ - pageinspect \ - pg_buffercache \ - pg_freespacemap \ |