svn commit: r527659 - head/math/wxmaxima

Mathieu Arnold mat at FreeBSD.org
Tue Mar 3 07:43:33 UTC 2020


On Tue, Mar 03, 2020 at 12:45:16AM +0000, Lorenzo Salvadore wrote:
> Author: salvadore
> Date: Tue Mar  3 00:45:15 2020
> New Revision: 527659
> URL: https://svnweb.freebsd.org/changeset/ports/527659
> 
> Log:
>   Add debug support for math/wxmaxima

WITH_DEBUG, as well as WITH_DEBUG_PORTS, are user facing variables,
ports MUST NOT set them.  Please revert.

If a user wants to build ports with debugging symbols enabled, they can
set WITH_DEBUG globally, or for just one port,
WITH_DEBUG_PORT=math/wxmaxima.

>   PR:		244464
>   Approved by:	gerald (mentor)
> 
> Modified:
>   head/math/wxmaxima/Makefile
> 
> Modified: head/math/wxmaxima/Makefile
> ==============================================================================
> --- head/math/wxmaxima/Makefile	Tue Mar  3 00:23:09 2020	(r527658)
> +++ head/math/wxmaxima/Makefile	Tue Mar  3 00:45:15 2020	(r527659)
> @@ -25,8 +25,10 @@ WX_CONF_ARGS=	absolute
>  
>  PORTDATA=	COPYING README README.md
>  
> -OPTIONS_DEFINE=	NLS
> +OPTIONS_DEFINE=	DEBUG NLS
>  OPTIONS_SUB=	yes
> +
> +DEBUG_VARS=	WITH_DEBUG=yes
>  
>  NLS_EXTRA_PATCHES_OFF=	${PATCHDIR}/extra-patch-CMakeLists.txt
>  NLS_USES=	gettext
> 

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20200303/7bee1845/attachment.sig>


More information about the svn-ports-all mailing list