Bug 24718 - Improvements of ports/mail/vpopmail Makefile
Summary: Improvements of ports/mail/vpopmail Makefile
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: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-01-29 14:40 UTC by Alex Povolotsky
Modified: 2001-01-29 15:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Povolotsky 2001-01-29 14:40:01 UTC
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
===
Comment 1 nbm freebsd_committer freebsd_triage 2001-01-29 15:19:54 UTC
State Changed
From-To: open->closed

Incorporated, thanks!