Bug 24429 - FIX: Postfix current
Summary: FIX: Postfix current
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-18 14:10 UTC by yds
Modified: 2001-01-24 02:01 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (9.23 KB, patch)
2001-01-18 14:10 UTC, yds
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description yds 2001-01-18 14:10:01 UTC
First the port as it stand uses ${DOCDIR} without first setting it.
This installs all the docs in /usr/share/doc -- clearly not what was
intended.  Changed to set DOCDIR=	${PREFIX}/share/doc/postfix
where the docs actually belong.

Second I got tired of typing make -DWITH_PCRE -DWITH_SASL etc.  So I
put all that into the ${SCRIPTDIR}/configure.postfix based on the fine work
done in mod_php[34] and cyrus-sasl ports.

Third I added an option to use Berkeley DB3 which is required if SASL was
also built with DB3.

And the final fix is to generate /etc/mail/mailer.conf with tabs instead of
spaces.  I've submitted patches to fix this last point in the past but they
somehow never make it in.

I also changed the PLIST substitution variables from WITH_* to SUB_*
This changes nothing except making it easier for me to keep track what the
variables actually do.

How-To-Repeat: 
	cd /usr/ports/mail/postfix-current && make install
Comment 1 Jun Kuriyama freebsd_committer freebsd_triage 2001-01-20 07:11:23 UTC
State Changed
From-To: open->feedback

Maintainer feedbacked to send new patch to fit latest port.
Comment 2 Jun Kuriyama freebsd_committer freebsd_triage 2001-01-24 02:01:38 UTC
State Changed
From-To: feedback->closed

Committed, thanks!