Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jun 2019 18:02:04 +0200 (CEST)
From:      Gerald Pfeifer <gerald@pfeifer.com>
To:        ports@FreeBSD.org
Subject:   How to best check a configuration of another port/package?
Message-ID:  <alpine.LSU.2.21.1906081755150.3441@anthias.pfeifer.com>

next in thread | raw e-mail | index | archive | help
In https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237688 we had
a user report against lang/gcc* ports that could be traced back to
a certain functionality (option) in another port (devel/binutils)
missing.

In pseudo-code this could be addressed as follows in lang/gcc* 

   .if $(binutils built statically)
   IGNORE= GCC requires dynamically linked binutils
   .endif

Now the question is: How to implement something like this practically?

Gerald @FreeBSD.org





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LSU.2.21.1906081755150.3441>