Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2001 06:39:14 -0800 (PST)
From:      tarkhil@over.ru
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/24718: Improvements of ports/mail/vpopmail Makefile
Message-ID:  <200101291439.f0TEdEN95967@freefall.freebsd.org>

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

>Number:         24718
>Category:       ports
>Synopsis:       Improvements of ports/mail/vpopmail Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 29 06:40:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Alex Povolotsky
>Release:        4.2-STABLE
>Organization:
>Environment:
FreeBSD runaway.2sun.ru 4.0-20001121-STABLE FreeBSD 4.0-20001121-STABLE #0: Fri Dec 22 16:08:27 MSK 2000     root@runaway.2sun.ru:/usr/src/sys/compile/RUNAWAY  i386

>Description:
I've added WITH_MYSQL and DEFAULT_DOMAIN macroses to vpopmail Makefile

I suppose that qmailadmin should also need some patching to work with it, but haven't sloved yet.

Here is the patch for vpopmail's Makefile:

===
52c52,62
< 
---
> .if defined(WITH_MYSQL)
> BUILD_DEPENDS +=  ${LOCALBASE}/lib/mysql/misqlclient.so:${PORTSDIR}/databases/mysql323-client
> RUN_DEPENDS +=  ${LOCALBASE}/lib/mysql/misqlclient.so:${PORTSDIR}/databases/my
> sql323-client
> CONFIGURE_ARGS += --with-mysql=y \
>               --with-sqlincdir=${LOCALBASE}/include/mysql \
>               --with-sqllibdir=${LOCALBASE}/lib/mysql
> .endif
> .if defined(DEFAULT_DOMAIN)
> CONFIGURE_ARGS += --enable-default-domain=${DEFAULT_DOMAIN}
> .endif
===
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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