On Sun, Apr 3, 2016 at 4:17 AM, Pierre-Emmanuel André <p...@raveland.org> wrote:
> On Sat, Apr 02, 2016 at 12:40:00PM +0200, Pierre-Emmanuel André wrote: > > On Fri, Apr 01, 2016 at 10:27:30PM +0200, Kim Lidström wrote: > > > So what happened with this patch? Was it forgotten? > > > > > > Seems like postgresql is at 9.5.2 now. > > > > > > > I will send an updated diff for 9.5.2. I'm testing it right now. > > > > Here is the diff for 9.5.2. Works well on @amd64. > Tested in a bulk by ajacoutot@ (thanks !!) and only 3 ports are broken: > > databases/pg_statsinfo > databases/postgresql-pllua > databases/postgresql-plv8 > pllua and plv8 only need RDEP changes, patch attached. pg_statsinfo will probably need an upate, and a good portion of our patches no longer apply to the most recent version (3.0.2). Thanks, Jeremy
Index: postgresql-pllua//Makefile =================================================================== RCS file: /cvs/ports/databases/postgresql-pllua/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- postgresql-pllua//Makefile 18 Mar 2016 20:49:27 -0000 1.6 +++ postgresql-pllua//Makefile 3 Apr 2016 16:27:34 -0000 @@ -5,7 +5,7 @@ COMMENT = Lua procedural language suppo VERSION = 1.0 DISTNAME = pllua-${VERSION} PKGNAME = postgresql-pllua-${VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = databases @@ -22,7 +22,7 @@ MASTER_SITES = http://pgfoundry.org/frs MODULES = lang/lua BUILD_DEPENDS = ${RUN_DEPENDS} -RUN_DEPENDS = postgresql-server->=9.4,<9.5:databases/postgresql,-server +RUN_DEPENDS = postgresql-server->=9.5,<9.6:databases/postgresql,-server USE_GMAKE = Yes Index: postgresql-plv8/Makefile =================================================================== RCS file: /cvs/ports/databases/postgresql-plv8/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- postgresql-plv8/Makefile 26 Jan 2016 13:10:40 -0000 1.6 +++ postgresql-plv8/Makefile 3 Apr 2016 16:28:03 -0000 @@ -6,7 +6,7 @@ ONLY_FOR_ARCHS = amd64 i386 COMMENT = PostgreSQL V8 javascript procedual language VERSION = 1.4.2 -REVISION = 0 +REVISION = 1 DISTNAME = plv8-${VERSION} PKGNAME = postgresql-${DISTNAME} @@ -24,7 +24,7 @@ EXTRACT_SUFX = .zip BUILD_DEPENDS = ${RUN_DEPENDS} LIB_DEPENDS = lang/libv8 -RUN_DEPENDS = postgresql-server->=9.4,<9.5:databases/postgresql,-server +RUN_DEPENDS = postgresql-server->=9.5,<9.6:databases/postgresql,-server MAKE_FLAGS = V8DIR=${LOCALBASE}/lib \ CUSTOM_CC="${CXX}" \