[arch-commits] Commit in postgresql-old-upgrade/trunk (PKGBUILD build.patch)

Dan McGee dan at archlinux.org
Mon Sep 26 20:42:00 UTC 2011


    Date: Monday, September 26, 2011 @ 16:42:00
  Author: dan
Revision: 138520

upgpkg: postgresql-old-upgrade 9.0.5-1

bump to 9.0.5 in anticipation of 9.1.1 main package release

Modified:
  postgresql-old-upgrade/trunk/PKGBUILD
Deleted:
  postgresql-old-upgrade/trunk/build.patch

-------------+
 PKGBUILD    |   14 ++++----------
 build.patch |   11 -----------
 2 files changed, 4 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-26 19:27:36 UTC (rev 138519)
+++ PKGBUILD	2011-09-26 20:42:00 UTC (rev 138520)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee <dan at archlinux.org>
 
 pkgname=postgresql-old-upgrade
-pkgver=8.4.8
+pkgver=9.0.5
 _majorver=${pkgver%.*}
 pkgrel=1
 pkgdesc="Minimal PostgreSQL build for migrating between major versions with pg_upgrade"
@@ -10,15 +10,11 @@
 url="http://www.postgresql.org/"
 license=('custom:PostgreSQL')
 depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0')
-source=(ftp://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
-        build.patch)
+source=(ftp://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
 
 build() {
   cd "${srcdir}/postgresql-${pkgver}"
 
-  # patch to remove regress/test make target (won't build with it present)
-  patch -Np1 -i ../build.patch
-
   ./configure --prefix=/opt/pgsql-${_majorver} \
   --with-libxml --with-openssl --without-perl \
   --without-python --with-pam --without-readline \
@@ -41,7 +37,5 @@
   rm -rf "${pkgdir}/opt/pgsql-${_majorver}/include/"
 }
 
-md5sums=('4603e8ea30cee97189b62b39022f2043'
-         '4d74f4227dc5e12bf95b3490758d86c9')
-sha256sums=('3e90ef2a86a9f4831e21ff4a574fbfb8e1b8c097af637c93ec43c64c684a0938'
-            '1f020ae1d921a6f47e4889c2026c5ef69879d204e14aeac9330f89b7e6088348')
+md5sums=('86816eb8a8513532957b96045abdfef9')
+sha256sums=('56d8ee809ceeabeae8461ae0a197943460cba5bf8fbe37324e4451cf2eb7d504')

Deleted: build.patch
===================================================================
--- build.patch	2011-09-26 19:27:36 UTC (rev 138519)
+++ build.patch	2011-09-26 20:42:00 UTC (rev 138520)
@@ -1,11 +0,0 @@
-diff -Naur postgresql-8.2.3-orig/src/Makefile postgresql-8.2.3/src/Makefile
---- postgresql-8.2.3-orig/src/Makefile	2006-06-22 16:50:35.000000000 -0700
-+++ postgresql-8.2.3/src/Makefile	2007-03-05 10:46:24.000000000 -0800
-@@ -23,7 +23,6 @@
- 	$(MAKE) -C bin $@
- 	$(MAKE) -C pl $@
- 	$(MAKE) -C makefiles $@
--	$(MAKE) -C test/regress $@
- 
- install: install-local
- 




More information about the arch-commits mailing list