ports/84440: [patch] Fix irc/epic5 Makefile to remove SOCKS switches and make tcl build options work properly

Josh Paetzel josh at tcbug.org
Thu Sep 8 03:00:41 UTC 2005


The following reply was made to PR ports/84440; it has been noted by GNATS.

From: Josh Paetzel <josh at tcbug.org>
To: bug-followup at freebsd.org,
 josh at 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



More information about the freebsd-ports-bugs mailing list