Bug 53432 - [PATCH] a mechanism to include wish list patches in the Exim 4 build
Summary: [PATCH] a mechanism to include wish list patches in the Exim 4 build
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: Sheldon Hearn
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-18 02:50 UTC by Oliver Eikemeier
Modified: 2003-06-18 04:26 UTC (History)
1 user (show)

See Also:


Attachments
exim-wishlist.patch (2.22 KB, patch)
2003-06-18 02:50 UTC, Oliver Eikemeier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Eikemeier 2003-06-18 02:50:13 UTC
A proposed mechanism to include patches which are currently
not in the distribution, but (maybe) on the WishList(TM):
  <ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/WishList>

Patches are placed in ${PATCHDIR} and named "wishlist-XXX.patch" with
a short descriptive comment in the first lines of the file.

The patches are included when Exim is build with 'WITH_WISHLIST=yes'
and the comments are output to the terminal.

One patch (Exim 4 wish list item #163) is included.

Fix: cat exim-wishlist.patch | patch -p0 -d /usr/ports
find /usr/ports/mail/exim -name '*.orig' -delete
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2003-06-18 04:23:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sheldonh

Over to maintainer.
Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 2003-06-18 04:26:36 UTC
State Changed
From-To: open->closed

Committed, thanks!