From nobody@FreeBSD.org  Tue Jun 25 11:22:29 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 3B6BEF3D
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 25 Jun 2013 11:22:29 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id 2C9AA131B
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 25 Jun 2013 11:22:29 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5PBMSK0059492
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 25 Jun 2013 11:22:28 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5PBMSG3059489;
	Tue, 25 Jun 2013 11:22:28 GMT
	(envelope-from nobody)
Message-Id: <201306251122.r5PBMSG3059489@oldred.freebsd.org>
Date: Tue, 25 Jun 2013 11:22:28 GMT
From: John Marino <draco@marino.st>
To: freebsd-gnats-submit@FreeBSD.org
Subject: databases/postgresql-pllua does not build with pgsql 92
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: sunghyuk@gmail.com

>Number:         179959
>Category:       ports
>Synopsis:       databases/postgresql-pllua does not build with pgsql 92
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    marino
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 25 11:30:02 UTC 2013
>Closed-Date:    Mon Jul 22 07:01:26 UTC 2013
>Last-Modified:  Mon Jul 22 07:01:26 UTC 2013
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
This port won't build with the non-default pgsql 92 client.

plluaapi.c: In function 'luaP_preptrigger':
plluaapi.c:245: error: dereferencing pointer to incomplete type
plluaapi.c:252: error: dereferencing pointer to incomplete type
plluaapi.c:253: error: dereferencing pointer to incomplete type
plluaapi.c:264: error: dereferencing pointer to incomplete type
plluaapi.c:265: error: dereferencing pointer to incomplete type
plluaapi.c:267: error: dereferencing pointer to incomplete type
plluaapi.c:268: error: dereferencing pointer to incomplete type
plluaapi.c:272: error: dereferencing pointer to incomplete type
plluaapi.c:273: error: dereferencing pointer to incomplete type
gmake: *** [plluaapi.o] Error 1
>How-To-Repeat:
Set the default pgsql version to 92, then rebuild everything including this port

>Fix:
It appears that version 1.0 is available, so the first suggestion is to update this port to the latest version.  Failing that, Suggest adding makefile directives to indicate that pgsql 92 not supported, e.g. WANT_PGSQL_VERSION= 91-


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Jun 25 11:30:18 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179959 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: sunghyuk@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/179959: databases/postgresql-pllua does not build with pgsql 92
Date: Tue, 25 Jun 2013 11:30:17 UT

 Maintainer of databases/postgresql-pllua,
 
 Please note that PR ports/179959 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/179959
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->open 
State-Changed-By: marino 
State-Changed-When: Sun Jul 21 19:50:12 UTC 2013 
State-Changed-Why:  
maintainer timeout, > 4 weeks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179959 
Responsible-Changed-From-To: freebsd-ports-bugs->marino 
Responsible-Changed-By: marino 
Responsible-Changed-When: Sun Jul 21 19:50:32 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179959 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179959: commit references a PR
Date: Mon, 22 Jul 2013 06:50:16 +0000 (UTC)

 Author: marino
 Date: Mon Jul 22 06:50:03 2013
 New Revision: 323430
 URL: http://svnweb.freebsd.org/changeset/ports/323430
 
 Log:
   databases/postgresql-pllua: Restrict to postgresql 9.1 and earlier
   
   This version of Tablelog fails to build with postgresql 9.2
   Also trim header and convert USE_GMAKE to USES+=gmake.
   
   PR:		ports/179959
   submitted by:	marino
   Approved by:	bapt (mentor), maintainer timeout
 
 Modified:
   head/databases/postgresql-pllua/Makefile
 
 Modified: head/databases/postgresql-pllua/Makefile
 ==============================================================================
 --- head/databases/postgresql-pllua/Makefile	Mon Jul 22 06:48:27 2013	(r323429)
 +++ head/databases/postgresql-pllua/Makefile	Mon Jul 22 06:50:03 2013	(r323430)
 @@ -1,9 +1,5 @@
 -# New Ports collection makefile for:  postgresql-pllua
 -# Date created:    27 Feb 2008
 -# Whom:            sunghyuk
 -#
 +# Created by: sunghyuk
  # $FreeBSD$
 -#
  
  PORTNAME=	pllua
  PORTVERSION=	0.3.2
 @@ -14,8 +10,9 @@ PKGNAMEPREFIX=	postgresql-
  MAINTAINER=	sunghyuk@gmail.com
  COMMENT=	PL/Lua procedural language for PostgreSQL database
  
 +USES=		gmake
  USE_PGSQL=	yes
 -USE_GMAKE=	yes
 +WANT_PGSQL_VER=	91-
  USE_LUA=	5.1+
  
  SUB_FILES=	pkg-message
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: marino 
State-Changed-When: Mon Jul 22 07:01:25 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179959 
>Unformatted:
