From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 3 19:40:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C3933FD3 for ; Sat, 3 May 2014 19:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0A821CDB for ; Sat, 3 May 2014 19:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s43Je0r2064810 for ; Sat, 3 May 2014 19:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s43Je072064809; Sat, 3 May 2014 19:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 3 May 2014 19:40:00 GMT Resent-Message-Id: <201405031940.s43Je072064809@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mikhail Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E146DF7E for ; Sat, 3 May 2014 19:35:18 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C24EE1CA9 for ; Sat, 3 May 2014 19:35:18 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s43JZIN4007246 for ; Sat, 3 May 2014 19:35:18 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s43JZInN007239; Sat, 3 May 2014 19:35:18 GMT (envelope-from nobody) Message-Id: <201405031935.s43JZInN007239@cgiserv.freebsd.org> Date: Sat, 3 May 2014 19:35:18 GMT From: Mikhail To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/189318: maintainer update: irc/epic5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2014 19:40:00 -0000 >Number: 189318 >Category: ports >Synopsis: maintainer update: irc/epic5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat May 03 19:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Mikhail >Release: >Organization: >Environment: >Description: Attached patch do the following: - update from 1.1.8 to 1.1.10 (also fixes build on 8.x platforms) - fixes build with tcl enabled To committer: please, svn rm files/ directory and files inside - they're no longer needed. >How-To-Repeat: >Fix: Patch attached with submission follows: 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 >Release-Note: >Audit-Trail: >Unformatted: