ports/179954: databases/pg_reorg: does not support pgsql 92
Alexander Pyhalov
alp at rsu.ru
Tue Jun 25 11:40:02 UTC 2013
The following reply was made to PR ports/179954; it has been noted by GNATS.
From: Alexander Pyhalov <alp at rsu.ru>
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/179954: databases/pg_reorg: does not support pgsql 92
Date: Tue, 25 Jun 2013 15:39:13 +0400
This is a multi-part message in MIME format.
--------------000300010004040406070308
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hello.
I've tested the following patch on my local (9.1) system.
It should fallback to 91 if something newer was chosen by user.
Please, test if it works for you.
--
Best regards,
Alexander Pyhalov,
system administrator of Computer Center of Southern Federal University
--------------000300010004040406070308
Content-Type: text/plain; charset=UTF-8;
name="pg_reorg_want_version.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="pg_reorg_want_version.patch"
--- databases/pg_reorg/Makefile.o 2013-06-25 15:02:57.796412153 +0400
+++ databases/pg_reorg/Makefile 2013-06-25 15:10:36.195414639 +0400
@@ -17,6 +17,10 @@
USE_GMAKE= yes
USE_PGSQL= yes
+.if defined(WITH_PGSQL_VER) && ${WITH_PGSQL_VER}>91
+WANT_PGSQL_VER= 91
+.endif
+
WRKSRC= ${WRKDIR}/${PORTNAME}
post-install:
--------------000300010004040406070308--
More information about the freebsd-ports-bugs
mailing list