Thanks for the patch. I've made a modified version for the ports tree. I
was unsuccessful just telling the deliver/Jamfile to do "aoxdeliver :
deliver.cpp". It would error for some reason at the end of the build so I
just went ahead and did the whole "aoxdeliver.cpp" creation.
Patch can be seen here:
https://redports.org/browser/feld/mail/archiveopteryx/files/patch-rename-deliver?rev=4283
Also, I did notice your patch is possibly missing a modification to
/Jamfile
101 if $(BUILDDOC) {
102 local s u ;
103 local exceptions = canonical msgdump munger renderer logdmain
tests
104 addressparser whip cram subscribe deliver aox recorder
cmdsearch
105 cryptlib installer archiveopteryx aoximport aoxexport dbtest ;
Is it necessary to rename deliver there as well?