Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Nov 2015 04:32:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204179] [patch] science/libint: enabling library options
Message-ID:  <bug-204179-13-H3vQx7YTED@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204179-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204179-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204179

Kubilay Kocak <koobs@FreeBSD.org> changed:

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

--- Comment #1 from Kubilay Kocak <koobs@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204179-13-H3vQx7YTED>