diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-11-07 22:48:41 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-11-07 22:48:41 +0000 |
commit | 967b222db09d30791ceb4bcf6616bae6854ba5fc (patch) | |
tree | e3868b414334f6e721e85ed2c959b94c9760bca9 /dev-db/libpq/files | |
parent | New generation libpq/pgsql ebuilds. (diff) | |
download | historical-967b222db09d30791ceb4bcf6616bae6854ba5fc.tar.gz historical-967b222db09d30791ceb4bcf6616bae6854ba5fc.tar.bz2 historical-967b222db09d30791ceb4bcf6616bae6854ba5fc.zip |
New generation libpq/pgsql ebuilds.
Package-Manager: portage-2.1.2_rc1-r4
Diffstat (limited to 'dev-db/libpq/files')
-rw-r--r-- | dev-db/libpq/files/digest-libpq-7.3.11 | 3 | ||||
-rw-r--r-- | dev-db/libpq/files/digest-libpq-8.1.4 | 6 | ||||
-rw-r--r-- | dev-db/libpq/files/libpq-7.3.11-gentoo.patch | 53 | ||||
-rw-r--r-- | dev-db/libpq/files/libpq-8.1.4-gentoo.patch | 47 |
4 files changed, 0 insertions, 109 deletions
diff --git a/dev-db/libpq/files/digest-libpq-7.3.11 b/dev-db/libpq/files/digest-libpq-7.3.11 deleted file mode 100644 index 51f9c4e9cb26..000000000000 --- a/dev-db/libpq/files/digest-libpq-7.3.11 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 b72b5a505e87e994c27a85b1efb9744c postgresql-base-7.3.11.tar.bz2 5666278 -RMD160 41d7cd6498127f6806d5e82d630de96f9e33b1a8 postgresql-base-7.3.11.tar.bz2 5666278 -SHA256 4af458a34030a409a177f1a0b726a3f604f669ed5018f6a8f11a55ba4c509e0b postgresql-base-7.3.11.tar.bz2 5666278 diff --git a/dev-db/libpq/files/digest-libpq-8.1.4 b/dev-db/libpq/files/digest-libpq-8.1.4 deleted file mode 100644 index eef9f69ebb90..000000000000 --- a/dev-db/libpq/files/digest-libpq-8.1.4 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 7ba24eaa31237eb8713782508de4dec7 postgresql-base-8.1.4.tar.bz2 8040435 -RMD160 b3389c51a9d3cc89935dd1cc6405a9dd9c07042d postgresql-base-8.1.4.tar.bz2 8040435 -SHA256 3d5e6cf4aa1593730c61676ffc4e3acbed73c0e13fb246035e54e4cf83fa60e1 postgresql-base-8.1.4.tar.bz2 8040435 -MD5 6aad690bd918086cc3fbf673b74e65e6 postgresql-opt-8.1.4.tar.bz2 144696 -RMD160 8f25c6137a8cbd786a647cf4d8ef59c95573012d postgresql-opt-8.1.4.tar.bz2 144696 -SHA256 5a6d27e303ad9b073f91e51658b13cfeb153e3d886af5e5c1093ea315e15738c postgresql-opt-8.1.4.tar.bz2 144696 diff --git a/dev-db/libpq/files/libpq-7.3.11-gentoo.patch b/dev-db/libpq/files/libpq-7.3.11-gentoo.patch deleted file mode 100644 index bc7046aa8cae..000000000000 --- a/dev-db/libpq/files/libpq-7.3.11-gentoo.patch +++ /dev/null @@ -1,53 +0,0 @@ -diff -Naru postgresql-7.3.11.org/src/interfaces/libpq/Makefile postgresql-7.3.11/src/interfaces/libpq/Makefile ---- postgresql-7.3.11.org/src/interfaces/libpq/Makefile 2002-12-13 22:18:22.000000000 +0000 -+++ postgresql-7.3.11/src/interfaces/libpq/Makefile 2005-05-16 04:12:52.000000000 +0100 -@@ -17,6 +17,7 @@ - NAME= pq - SO_MAJOR_VERSION= 3 - SO_MINOR_VERSION= 0 -+NAME_STATIC_LIB= pq-$(SO_MAJOR_VERSION) - - override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"' - -diff -Naru postgresql-7.3.11.org/src/interfaces/libpq/nls.mk postgresql-7.3.11/src/interfaces/libpq/nls.mk ---- postgresql-7.3.11.org/src/interfaces/libpq/nls.mk 2002-09-22 21:57:21.000000000 +0100 -+++ postgresql-7.3.11/src/interfaces/libpq/nls.mk 2005-05-16 04:13:08.000000000 +0100 -@@ -1,5 +1,5 @@ - # $Header: /cvsroot/pgsql/src/interfaces/libpq/nls.mk,v 1.8 2002/09/22 20:57:21 petere Exp $ --CATALOG_NAME := libpq -+CATALOG_NAME := libpq-3 - AVAIL_LANGUAGES := cs de es fr pt_BR ru sv zh_CN zh_TW - GETTEXT_FILES := fe-auth.c fe-connect.c fe-exec.c fe-lobj.c fe-misc.c fe-secure.c - GETTEXT_TRIGGERS:= libpq_gettext -diff -Naru postgresql-7.3.11.org/src/Makefile.shlib postgresql-7.3.11/src/Makefile.shlib ---- postgresql-7.3.11.org/src/Makefile.shlib 2003-01-11 17:22:34.000000000 +0000 -+++ postgresql-7.3.11/src/Makefile.shlib 2005-05-16 04:25:54.000000000 +0100 -@@ -221,7 +221,7 @@ - - all-lib: all-static-lib all-shared-lib - --all-static-lib: lib$(NAME).a -+all-static-lib: lib$(NAME_STATIC_LIB).a - - all-shared-lib: $(shlib) - -@@ -231,7 +231,7 @@ - MK_NO_LORDER := true - endif - --lib$(NAME).a: $(OBJS) -+lib$(NAME_STATIC_LIB).a: $(OBJS) - ifdef MK_NO_LORDER - $(LINK.static) $@ $^ - else -@@ -302,8 +302,8 @@ - .PHONY: install-lib install-lib-static install-lib-shared - install-lib: install-lib-static install-lib-shared - --install-lib-static: lib$(NAME).a -- $(INSTALL_STLIB) $< $(DESTDIR)$(libdir)/lib$(NAME).a -+install-lib-static: lib$(NAME_STATIC_LIB).a -+ $(INSTALL_STLIB) $< $(DESTDIR)$(libdir)/lib$(NAME_STATIC_LIB).a - - ifeq ($(enable_shared), yes) - install-lib-shared: $(shlib) diff --git a/dev-db/libpq/files/libpq-8.1.4-gentoo.patch b/dev-db/libpq/files/libpq-8.1.4-gentoo.patch deleted file mode 100644 index 2eff3bb4a535..000000000000 --- a/dev-db/libpq/files/libpq-8.1.4-gentoo.patch +++ /dev/null @@ -1,47 +0,0 @@ -diff -Naru postgresql-8.1.3.org/src/Makefile.shlib postgresql-8.1.3/src/Makefile.shlib ---- postgresql-8.1.3.org/src/Makefile.shlib 2005-11-12 20:26:09.000000000 +0000 -+++ postgresql-8.1.3/src/Makefile.shlib 2005-11-12 20:28:28.000000000 +0000 -@@ -363,10 +363,10 @@ - install-lib: install-lib-static install-lib-shared - - install-lib-static: lib$(NAME).a -- $(INSTALL_STLIB) $< $(DESTDIR)$(libdir)/lib$(NAME).a -+ $(INSTALL_STLIB) $< $(DESTDIR)$(libdir)/lib$(NAME_STATIC_LIB).a - ifeq ($(PORTNAME), darwin) - cd $(DESTDIR)$(libdir) && \ -- ranlib lib$(NAME).a -+ ranlib lib$(NAME_STATIC_LIB).a - endif - - ifeq ($(enable_shared), yes) -diff -Naru postgresql-8.1.3.org/src/interfaces/libpq/Makefile postgresql-8.1.3/src/interfaces/libpq/Makefile ---- postgresql-8.1.3.org/src/interfaces/libpq/Makefile 2005-11-12 20:26:09.000000000 +0000 -+++ postgresql-8.1.3/src/interfaces/libpq/Makefile 2005-11-12 20:28:02.000000000 +0000 -@@ -20,6 +20,8 @@ - SO_MINOR_VERSION= 1 - DLTYPE= library - -+NAME_STATIC_LIB= pq-$(SO_MAJOR_VERSION) -+ - override CPPFLAGS := -DFRONTEND -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port - ifneq ($(PORTNAME), win32) - override CFLAGS += $(PTHREAD_CFLAGS) -@@ -135,7 +137,7 @@ - $(INSTALL_DATA) $(srcdir)/libpq-fe.h $(DESTDIR)$(includedir) - $(INSTALL_DATA) $(srcdir)/libpq-int.h $(DESTDIR)$(includedir_internal) - $(INSTALL_DATA) $(srcdir)/pqexpbuffer.h $(DESTDIR)$(includedir_internal) -- $(INSTALL_DATA) $(srcdir)/pg_service.conf.sample $(DESTDIR)$(datadir)/pg_service.conf.sample -+ $(INSTALL_DATA) $(srcdir)/pg_service.conf.sample $(DESTDIR)$(datadir)/pg_service-${SO_MAJOR_VERSION}.conf.sample - - installdirs: - $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) $(DESTDIR)$(includedir_internal) -diff -Naru postgresql-8.1.3.org/src/interfaces/libpq/nls.mk postgresql-8.1.3/src/interfaces/libpq/nls.mk ---- postgresql-8.1.3.org/src/interfaces/libpq/nls.mk 2005-11-12 20:26:09.000000000 +0000 -+++ postgresql-8.1.3/src/interfaces/libpq/nls.mk 2005-11-12 20:28:02.000000000 +0000 -@@ -1,5 +1,5 @@ - # $PostgreSQL: pgsql/src/interfaces/libpq/nls.mk,v 1.20 2005/01/14 08:57:06 petere Exp $ --CATALOG_NAME := libpq -+CATALOG_NAME := libpq-4 - AVAIL_LANGUAGES := af cs de es fr hr it ko nb pl pt_BR ru sk sl sv tr zh_CN zh_TW - GETTEXT_FILES := fe-auth.c fe-connect.c fe-exec.c fe-lobj.c fe-misc.c fe-protocol2.c fe-protocol3.c fe-secure.c - GETTEXT_TRIGGERS:= libpq_gettext pqInternalNotice:2 |