| Summary: | Correction for the latest Postfix doc patch | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | AnarCat <AnarCat> | ||||
| Component: | Individual Port(s) | Assignee: | torstenb | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports->torstenb Over to maintainer State Changed From-To: open->closed Fix by PR 17749. thanks. |
The latest patch for the Makefile of the mail/postfix package is broken. Here's the correction. Fix: $ make reinstall ===> Installing for postfix-19991231.03 Installed documentation in /usr/local/share/doc/postfix -------------------------------------------------- - To replace your existing sendmail with postfix - - type "make replace" - -------------------------------------------------- ===> Generating temporary packing list [...] $ This patch replaces the one in the other PR: How-To-Repeat: Apply the patches from the latest PR, and: $ cd ${PORTSDIR}/mail/postfix && make install ===> Installing for postfix-19991231.03 install -C -d -m 555 -o root -f wheel /usr/local/share/doc/postfix install: wheel: invalid flag *** Error code 64 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. $