First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 60013
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Daniel Ahlberg (RETIRED) <aliz@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jani Averbach <jaa@jaa.iki.fi>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 60013 depends on: Show dependency tree
Bug 60013 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-08-10 18:33 0000
--- ulogd-1.02.ebuild~  2004-07-19 07:07:22.000000000 -0600
+++ ulogd-1.02.ebuild   2004-08-10 19:28:05.724234910 -0600
@@ -9,13 +9,14 @@
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="x86 ~ppc -sparc amd64"
-IUSE="mysql"
+IUSE="mysql postgres"

 DEPEND="net-firewall/iptables
-       mysql? ( dev-db/mysql )"
+       mysql? ( dev-db/mysql )
+       postgres? ( dev-db/postgresql )"

 src_compile() {
-       econf `use_with mysql` || die "configure failed"
+       econf `use_with mysql` `use_with postgres pgsql` || die "configure failed"
        make || die "make failed"
 }

@@ -34,5 +35,8 @@
        if use mysql; then
                dodoc mysql.table mysql.table.ipaddr-as-string
        fi
+       if use postgres; then
+               dodoc pgsql.table
+       fi
        dohtml ulogd.html
 }



Reproducible: Always
Steps to Reproduce:

Actual Results:  
 


Patch tested on amd64, with ulogd-1.02 and postgresql-7.4.3.

------- Comment #1 From Daniel Ahlberg (RETIRED) 2004-08-12 09:07:10 0000 -------
In CVS, thanks!

First Last Prev Next    No search results available      Search page      Enter new bug