svn commit: r542438 - head/irc/epic5

Mikhail Pchelin misha at FreeBSD.org
Fri Jul 17 15:16:21 UTC 2020


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


More information about the svn-ports-all mailing list