Changes between Initial Version and Version 1 of Ticket #47025, comment 11


Ignore:
Timestamp:
Mar 5, 2015, 6:52:54 PM (9 years ago)
Author:
dbevans (David B. Evans)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47025, comment 11

    initial v1  
    11Concerning 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.
    22
    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+.
     3The 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+.
    44
    55Having 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.