Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 17684
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Martin Holzer (RETIRED) <mholzer@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Bjorn <sweede@insightbb.com>
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 17684 depends on: Show dependency tree
Bug 17684 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: 2003-03-17 08:22 0000
For users who want to use vpopmail in a virtual domain setting, the current 
vpopmail ebuild will not work because it is missing the feature that makes 
virtual domains simple,

--enable-ip-alias-domains

since this might not be a feature required for those who are not using virtual 
domains, this can be enabled/disabled by a vpopmail specific USE flag (i have 
named the USE flag in my modified ebuild ipalias)

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Bjorn 2003-03-17 08:27:06 0000 -------
Here is a simple patch to fix the minor bug,

--- vpopmail-5.2.1-r4.ebuild    2003-02-13 09:21:58.000000000 -0600
+++ /usr/local/portage/net-mail/vpopmail/vpopmail-5.2.1-r4.ebuild       2003-03-17 07:23:14.000000000 -0600
@@ -12,7 +12,7 @@
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="x86 sparc"
-IUSE="mysql"
+IUSE="mysql ipalias"
 DEPEND="sys-apps/sed
        sys-apps/ucspi-tcp
        mysql? ( =dev-db/mysql-3.23* )"
@@ -71,6 +71,9 @@
 src_compile() {
        vpopmail_set_homedir

+       use ipalias && myopts="${myopts} --enable-ip-alias-domains=y" \
+               || myopts="${myopts} --enable-ip-alias-domains=n"
+
        use mysql && myopts="${myopts} --enable-mysql=y \
                        --enable-libs=/usr/include/mysql \
                        --enable-sqllibdir=/usr/lib/mysql \

------- Comment #2 From Martin Holzer (RETIRED) 2003-03-17 13:22:26 0000 -------
this uses a new use-flag 

------- Comment #3 From Martin Holzer (RETIRED) 2003-05-22 18:57:14 0000 -------
local use flag

fixed in cvs

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug