Changes between Initial Version and Version 1 of Ticket #47496, comment 24
- Timestamp:
- Apr 26, 2015, 6:58:15 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47496, comment 24
initial v1 1 Replying to [comment:22 pedrojorgevaz@…]: 2 > http://www.chopapp.com/#lfgg4v91 1 Only now I see, that you were indeed building with {{{+docs}}} the last time, which must make it fail. That is GOOD NEWS! :-) 3 2 4 In line 4800 and 4801 you can see this: 5 {{{ 6 4800 :notice:patch ---> Applying patches to kmymoney4-devel 7 4801 :info:patch ---> Applying patch-mainRaster.diff 8 }}} 9 after that no mention of applying any other patch. 3 So, were you able to install this port with {{{-docs}}} or by simply skipping the variant? 10 4 11 This means that the patches which should remove the documentation aren't considered on your end for some reason... 5 ---- 12 6 13 Looking at this 14 {{{ 15 4951 :info:configure Generate developer documentation: no 16 4952 :info:configure 17 4953 :info:configure Build unit tests: no 18 4954 :info:configure 19 4955 :info:configure Generate API documentation with Doxygen: yes 20 4956 :info:configure 21 4957 :info:configure Generate HTML documentation: no 22 }}} 23 tells us that API docu still gets built! 24 25 This is really weird! 26 27 The git version is indeed "9b51544d9fc8188fec231eb4006cde2ca0c200ee" as requested (line 4787), though... 28 29 Can't test for 2 days. Will check it again on my end. 7 BTW, I have updated port kmymoney4, which you could also try to install as an alternative, but I think that will fail as well, since I don't let it apply any patches ATM.