Bug 108832 - [patch] Problem with phppgadmin and postgresql-8.1
Summary: [patch] Problem with phppgadmin and postgresql-8.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-06 14:20 UTC by Henrik Brix Andersen
Modified: 2007-02-07 13:00 UTC (History)
1 user (show)

See Also:


Attachments
phppgadmin.diff (1.19 KB, patch)
2007-02-06 14:20 UTC, Henrik Brix Andersen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Henrik Brix Andersen 2007-02-06 14:20:20 UTC
Version 4.1 of phpPgAdmin has a problem with PostgreSQL 8.1 as noted
in this upstream bug report:

http://www.nabble.com/--phppgadmin-Bugs-1625413---Error-during-login-t2902473.html

Fix: The upstream bug report contains a fix from upstream CVS - which I
have included below as a patch against the FreeBSD port of phpPgAdmin.

	
How-To-Repeat: Install PostgreSQL 8.1 and attempt to use phpPgAdmin 4.1 with configuration
"$conf['owned_only'] = true".
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-06 20:18:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-02-07 12:54:10 UTC
dinoex      2007-02-07 12:53:45 UTC

  FreeBSD ports repository

  Modified files:
    databases/phppgadmin Makefile 
  Added files:
    databases/phppgadmin/files patch-Postgres81.php 
  Log:
  - fix postgresql-8.1
  PR:             108832
  Submitted by:   Henrik Brix Andersen
  Obtained from:  CVS
  
  Revision  Changes    Path
  1.36      +2 -0      ports/databases/phppgadmin/Makefile
  1.1       +11 -0     ports/databases/phppgadmin/files/patch-Postgres81.php (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2007-02-07 12:55:43 UTC
State Changed
From-To: open->closed

committed with some changes, thanks.