diff -urN epic5.orig/Makefile epic5/Makefile --- epic5.orig/Makefile 2014-04-23 01:22:27.000000000 +0400 +++ epic5/Makefile 2014-05-03 23:21:02.000000000 +0400 @@ -2,11 +2,9 @@ # $FreeBSD: head/irc/epic5/Makefile 350727 2014-04-09 17:11:39Z jpaetzel $ PORTNAME= epic5 -PORTVERSION= 1.1.8 +PORTVERSION= 1.1.10 CATEGORIES= irc ipv6 MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/ \ - http://tehran.lain.pl/epic-mirror/EPIC5-PRODUCTION/ \ - ftp://ftp.irc.org/irc/clients/unix/epic/EPIC5-PRODUCTION/ \ http://ftp.freenet.de/pub/ftp.prbh.org/pub/epic/EPIC5-PRODUCTION/ MAINTAINER= mp39590@gmail.com @@ -35,8 +33,8 @@ .endif .if ${PORT_OPTIONS:MTCL} -LIB_DEPENDS+= tcl84:${PORTSDIR}/lang/tcl84 -CONFIGURE_ARGS+= --with-tcl +USES+= tcl +CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR}/tclConfig.sh .else CONFIGURE_ARGS+= --without-tcl .endif diff -urN epic5.orig/distinfo epic5/distinfo --- epic5.orig/distinfo 2014-04-23 01:22:27.000000000 +0400 +++ epic5/distinfo 2014-05-03 23:17:08.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (epic5-1.1.8.tar.bz2) = 120fa637e54fcd66c2c25b634d5a0cf58c51f0a93563486be971dbcec0772e4f -SIZE (epic5-1.1.8.tar.bz2) = 849643 +SHA256 (epic5-1.1.10.tar.bz2) = a4f19214e8eb9a7aceaed62d924d96d8c9359b186ff230c01daff398dd62cdb5 +SIZE (epic5-1.1.10.tar.bz2) = 851439 diff -urN epic5.orig/files/patch-configure epic5/files/patch-configure --- epic5.orig/files/patch-configure 2014-04-23 01:22:27.000000000 +0400 +++ epic5/files/patch-configure 1970-01-01 03:00:00.000000000 +0300 @@ -1,19 +0,0 @@ -*** configure.orig 2013-09-25 01:07:24.000000000 +0400 ---- configure 2014-01-19 11:11:54.000000000 +0400 -*************** -*** 6262,6268 **** - fi - - # Check whether --with-ruby or --without-ruby was given. -! if test "${with_ruby+set}" = set; then - withval="$with_ruby" - - rubyexe=$withval ---- 6262,6268 ---- - fi - - # Check whether --with-ruby or --without-ruby was given. -! if test "${with_ruby+set}" = set -a "x$with_ruby" != "xyes"; then - withval="$with_ruby" - - rubyexe=$withval diff -urN epic5.orig/files/patch-include_compat.h epic5/files/patch-include_compat.h --- epic5.orig/files/patch-include_compat.h 2014-04-23 01:22:27.000000000 +0400 +++ epic5/files/patch-include_compat.h 1970-01-01 03:00:00.000000000 +0300 @@ -1,12 +0,0 @@ ---- include/compat.h.orig Thu Oct 13 02:49:44 2005 -+++ include/compat.h Fri Sep 29 00:22:25 2006 -@@ -62,6 +62,9 @@ - - #define HN_GETSCALE 0x10 - #define HN_AUTOSCALE 0x20 -+ -+#ifndef __FreeBSD__ - int humanize_number (char *, size_t, long, const char *, int, int); -+#endif - - #endif