Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Sep 2005 03:00:40 GMT
From:      Josh Paetzel <josh@tcbug.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/84440: [patch] Fix irc/epic5 Makefile to remove SOCKS switches and make tcl build options work properly
Message-ID:  <200509080300.j8830e7V095902@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/84440; it has been noted by GNATS.

From: Josh Paetzel <josh@tcbug.org>
To: bug-followup@freebsd.org,
 josh@tcbug.org
Cc:  
Subject: Re: ports/84440: [patch] Fix irc/epic5 Makefile to remove SOCKS switches and make tcl build options work properly
Date: Wed, 7 Sep 2005 21:55:53 -0500

 Small change to the patch, this should be ready to commit.
 
 --- Makefile.old        Tue Jul 26 10:27:15 2005
 +++ Makefile    Tue Jul 26 10:29:19 2005
 @@ -30,16 +30,11 @@
 
  ##  WITH_TCL:       enable Tcl support
  #
 -.if defined(WITH_TCL)
 +.if !defined(WITHOUT_TCL)
  LIB_DEPENDS+=          tcl84:${PORTSDIR}/lang/tcl84
  CONFIGURE_ARGS+=       --with-tcl
 -.endif
 -
 -##  WITH_SOCKS5:    enable SOCKS5 support
 -#
 -.if defined(WITH_SOCKS5)
 -LIB_DEPENDS+=          socks5:${PORTSDIR}/net/socks5
 -CONFIGURE_ARGS+=       --with-socks5
 +.else
 +CONFIGURE_ARGS+=       --without-tcl
  .endif
 
  ##  WITH_PERL:      enable perl5 support (requires perl 5.6.1 or 
 newer)
 -- 
 Thanks,
 
 Josh Paetzel



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