Changes between Initial Version and Version 1 of Ticket #47025, comment 11
- Timestamp:
- Mar 5, 2015, 6:52:54 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47025, comment 11
initial v1 1 1 Concerning your comments concerning tests, these are intentionally disabled, both by using --disable-gtk-test during configure and by not enabling the test phase in the Portfile. In addition, as you have shown in your patch, to successfully test, a separate file of test data needs to be downloaded from the poppler git repository. 2 2 3 The reason for this is that enabling the tests DOES introduce a dependency on gtk3, that is a gtk3 test program is used for testing. I didn't want this by default since poppler is used in many environments not just GTK+.3 The reason for this is that enabling the tests DOES introduce a dependency on gtk3, that is, a gtk3 test program is used for testing. I didn't want this by default since poppler is used in many environments not just GTK+. 4 4 5 5 Having downloaded the data, the proper way to test is to enable and configure the test phase as necessary rather than using system as you have done. See the [https://guide.macports.org/#reference.phases Macports Guide] for details.