Bug 72708 - rt32 Makefile doesn't include db authentication when upgrading
Summary: rt32 Makefile doesn't include db authentication when upgrading
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: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-14 22:10 UTC by Brent B. Powers
Modified: 2004-10-15 14:54 UTC (History)
0 users

See Also:


Attachments
file.diff (1.09 KB, patch)
2004-10-14 22:10 UTC, Brent B. Powers
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent B. Powers 2004-10-14 22:10:25 UTC
Port www/rt32 (3.2.1) does not set the dba name and password for an upgrade.

Fix: Add 

   --dba '${DB_DBA_USER}' --dba-password '${DB_DBA_PASSWORD}' 

to each of lines 151, 152, 153 of Makefile

Patch:
How-To-Repeat: Install rt3
Install rt32, defining DB_DBA_PASSWORD and DB_DBA_USER
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-10-14 22:14:06 UTC
Responsible Changed
From-To: freebsd-www->freebsd-ports-bugs

The 'www' category in GNATS is reserved for problems with the 
FreeBSD web pages, not the ports in the 'www' category.
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2004-10-15 12:52:22 UTC
Dear maintainer of FreeBSD port www/rt32, please take a look at

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

Do you approve this patch?

-- 
Pav Lucistnik <pav@oook.cz>
              <pav@FreeBSD.org>

Geography is only physics slowed down, with a few trees stuck on it...
  -- Terry Pratchett
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2004-10-15 12:52:28 UTC
State Changed
From-To: open->feedback

Asked maintainer for approval. 


Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2004-10-15 12:52:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Handle.
Comment 5 Autrijus Tang 2004-10-15 14:39:29 UTC
On Fri, Oct 15, 2004 at 01:52:22PM +0200, Pav Lucistnik wrote:
> Dear maintainer of FreeBSD port www/rt32, please take a look at
> http://www.freebsd.org/cgi/query-pr.cgi?q=72708
> Do you approve this patch?

Yes I do, please go ahead and commit.

It seems that Gnats-originated mails are somehow not reaching my mail server,
which is highly counterproductive. :-/

Thanks,
/Autrijus/
Comment 6 Pav Lucistnik freebsd_committer freebsd_triage 2004-10-15 14:54:49 UTC
State Changed
From-To: feedback->closed

Committed, thanks!