Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2013 11:40:01 GMT
From:      Alexander Pyhalov <alp@rsu.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/179954: databases/pg_reorg: does not support pgsql 92
Message-ID:  <201306251140.r5PBe10c048631@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/179954; it has been noted by GNATS.

From: Alexander Pyhalov <alp@rsu.ru>
To: bug-followup@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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306251140.r5PBe10c048631>