[Bug 204179] [patch] science/libint: enabling library options

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Nov 1 04:32:54 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204179

Kubilay Kocak <koobs at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |koobs at FreeBSD.org
           Keywords|                            |needs-qa

--- Comment #1 from Kubilay Kocak <koobs at FreeBSD.org> ---
Thanks for your contribution Dieterich.

On initial review, the MOPTION conditionals need to turned into "OPTIONS
helpers":

<OPTION>_CONFIGURE_{ON,ENABLE,WITH} = <value>

Please see /usr/ports/Mk/bsd.options.mk for usage details, along with:

https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#makefile-options
- Section: 5.12.3. Options Helpers

Along with --enabling the options, it is highly recommended to explicitly
--disable-* options when the options are off.

Regarding wanting/needing to run autoreconf, you can use USES=autoreconf for
this, please see: /usr/ports/Mk/uses/autoreconf.mk for usage details

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list