Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 2015 13:49:56 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r401245 - branches/2015Q4/devel/gdb
Message-ID:  <201511111349.tABDnumj013145@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Wed Nov 11 13:49:56 2015
New Revision: 401245
URL: https://svnweb.freebsd.org/changeset/ports/401245

Log:
  MFH: r401242
  
  - Pass --without-guile to configure when GUILE option is off
  - Use CONFIGURE_WITH for other options as well
  
  PR:		204041
  Approved by:	ports-secteam (blanket)

Modified:
  branches/2015Q4/devel/gdb/Makefile
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/devel/gdb/Makefile
==============================================================================
--- branches/2015Q4/devel/gdb/Makefile	Wed Nov 11 13:38:12 2015	(r401244)
+++ branches/2015Q4/devel/gdb/Makefile	Wed Nov 11 13:49:56 2015	(r401245)
@@ -51,15 +51,13 @@ BASE_READLINE_USES=	readline
 BASE_READLINE_CFLAGS=	-D_rl_echoing_p=readline_echoing_p
 BUNDLED_READLINE_CONFIGURE_OFF=	--with-system-readline
 DEBUG_CFLAGS=		-g
-EXPAT_CONFIGURE_ON=	--with-expat=yes
-EXPAT_CONFIGURE_OFF=	--without-expat
+EXPAT_CONFIGURE_WITH=	expat
 EXPAT_LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
-GUILE_CONFIGURE_ON=	--with-guile
+GUILE_CONFIGURE_WITH=	guile
 GUILE_USES=		pkgconfig
 GUILE_LIB_DEPENDS=	libguile-2.0.so:${PORTSDIR}/lang/guile2
 PORT_READLINE_USES=	readline:port
-PYTHON_CONFIGURE_ON=	--with-python=${PYTHON_CMD}
-PYTHON_CONFIGURE_OFF=	--without-python
+PYTHON_CONFIGURE_WITH=	python=${PYTHON_CMD}
 PYTHON_USES=		python:2
 TUI_CONFIGURE_ENABLE=	tui
 



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