On 06/07/2012 04:14 PM, Mark Felder wrote:
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
Looks good at first and second glance.
Also, I did notice your patch is possibly missing a modification to
/Jamfile
...
Is it necessary to rename deliver there as well?
Not as far as you're concerned, but it's not harmful. That bit just says
that's it's okay to see no documentation in various bits of the source.
If you run 'jam oryxdoc', which you have no reason to do, it'll complain
if it thinks something should contain /*! ... */ comments and there
aren't any.
Arnt