Changes between Initial Version and Version 1 of Ticket #42728, comment 26


Ignore:
Timestamp:
Jun 2, 2014, 5:36:24 PM (10 years ago)
Author:
dbevans (David B. Evans)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42728, comment 26

    initial v1  
    22> While that looks good to me, shouldn't we still fix the stray `-R` in the output of `autoopts-config`?
    33
    4 Indeed and there's a ticket open for this (#42728) that has been open for some time.  However, if this course is relied upon then perhaps a dependency on autogen should be added so that the same library is used in all installations. The libopts library is static only and not installed by gnutls by default so there is no activation conflict between the two. Note that the -R problem is not limited to autoopts-config but also occurs in autoopts.pc.  My suggested approach decouples gnutls from the autogen problem.
     4Indeed (oops, that's this ticket).  However, if this course is relied upon then perhaps a dependency on autogen should be added so that the same library is used in all installations. The libopts library is static only and not installed by gnutls by default so there is no activation conflict between the two. Note that the -R problem is not limited to autoopts-config but also occurs in autoopts.pc.  My suggested approach decouples gnutls from the autogen problem.
    55>
    66> I'm also wondering whether adding the `unbound` dependency by default is a good idea, since it increases the dependency footprint of `gnutls` (and a lot of ports that use it).