Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Apr 2006 10:36:20 -0400
From:      Rod Taylor <ports@rbt.ca>
To:        Pav Lucistnik <pav@FreeBSD.org>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/95183: [maintainer-update] www/bricolage upgrade to 1.10.1
Message-ID:  <1143988580.856.20.camel@home>
In-Reply-To: <200604011725.k31HP2LB052350@freefall.freebsd.org>
References:  <200604011725.k31HP2LB052350@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-KIaKu3FfPaP4tONGc/ax
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Sorry. I had thought the fix for that was applied upstream but I see
that it was applied somewhat differently so it did not actually fix it
all the time for us.

Attached is a patch for ports/www/bricolage/files/ which should solve
the issue.

On Sat, 2006-04-01 at 17:25 +0000, Pav Lucistnik wrote:
> Synopsis: [maintainer-update] www/bricolage upgrade to 1.10.1
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: pav
> State-Changed-When: Sat Apr 1 17:24:38 UTC 2006
> State-Changed-Why: 
> Build ends in endless loop of
> 
> Postgres System Username [pgsql] 
> User "pgsql" not found!  This user must exist on your system.
> 
> Can you fix that?
> 
> 
> Responsible-Changed-From-To: freebsd-ports-bugs->pav
> Responsible-Changed-By: pav
> Responsible-Changed-When: Sat Apr 1 17:24:38 UTC 2006
> Responsible-Changed-Why: 
> Track
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=95183
> 

--=-KIaKu3FfPaP4tONGc/ax
Content-Disposition: attachment; filename=patch-inst_postgres.pl
Content-Type: text/x-patch; name=patch-inst_postgres.pl; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

*** inst/postgres.pl.orig	Sun Apr  2 10:26:59 2006
--- inst/postgres.pl	Sun Apr  2 10:27:55 2006
***************
*** 135,141 ****
  
      unless ($PG{host_name}) {
          $PG{system_user} = $PG{root_user};
!         while(1) {
              ask_confirm("Postgres System Username", \$PG{system_user}, $QUIET);
              $PG{system_user_uid} = (getpwnam($PG{system_user}))[2];
              last if defined $PG{system_user_uid};
--- 135,141 ----
  
      unless ($PG{host_name}) {
          $PG{system_user} = $PG{root_user};
!         while(!$QUIET) {
              ask_confirm("Postgres System Username", \$PG{system_user}, $QUIET);
              $PG{system_user_uid} = (getpwnam($PG{system_user}))[2];
              last if defined $PG{system_user_uid};

--=-KIaKu3FfPaP4tONGc/ax--




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