Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jul 2020 15:16:20 +0000 (UTC)
From:      Mikhail Pchelin <misha@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542438 - head/irc/epic5
Message-ID:  <202007171516.06HFGKv2075167@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: misha
Date: Fri Jul 17 15:16:20 2020
New Revision: 542438
URL: https://svnweb.freebsd.org/changeset/ports/542438

Log:
  if TCL is installed on but you uncheck the TCL option the epic port gets
  confused.
  
  PR:		247995
  Submitted by:	jpaetzel

Modified:
  head/irc/epic5/Makefile

Modified: head/irc/epic5/Makefile
==============================================================================
--- head/irc/epic5/Makefile	Fri Jul 17 14:42:19 2020	(r542437)
+++ head/irc/epic5/Makefile	Fri Jul 17 15:16:20 2020	(r542438)
@@ -27,6 +27,7 @@ RUBY_USE=	ruby=yes
 RUBY_CONFIGURE_WITH=	ruby
 TCL_USES=	tcl
 TCL_CONFIGURE_ON=	--with-tcl=${TCL_LIBDIR}/tclConfig.sh
+TCL_CONFIGURE_OFF=	--with-tcl=no
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure



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