From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 28 23:40:25 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02FDB16A415 for ; Thu, 28 Sep 2006 23:40:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A2D443D49 for ; Thu, 28 Sep 2006 23:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8SNeOZG002528 for ; Thu, 28 Sep 2006 23:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8SNeONh002527; Thu, 28 Sep 2006 23:40:24 GMT (envelope-from gnats) Resent-Date: Thu, 28 Sep 2006 23:40:24 GMT Resent-Message-Id: <200609282340.k8SNeONh002527@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, Shaun Amott Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 699D416A40F for ; Thu, 28 Sep 2006 23:31:12 +0000 (UTC) (envelope-from shaun@inerd.com) Received: from dione.picobyte.net (host-212-158-207-124.bulldogdsl.com [212.158.207.124]) by mx1.FreeBSD.org (Postfix) with SMTP id B54B243D69 for ; Thu, 28 Sep 2006 23:31:11 +0000 (GMT) (envelope-from shaun@inerd.com) Received: from charon.picobyte.net (charon.picobyte.net [IPv6:2001:4bd0:201e::fe03]) by dione.picobyte.net (Postfix) with ESMTP for ; Fri, 29 Sep 2006 00:31:09 +0100 (BST) Message-Id: <1159486270.55101@charon.picobyte.net> Date: Fri, 29 Sep 2006 00:31:10 +0100 From: Shaun Amott To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/103790: irc/epic5: Fix build with WITH_PERL is defined. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Shaun Amott List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Sep 2006 23:40:25 -0000 >Number: 103790 >Category: ports >Synopsis: irc/epic5: Fix build with WITH_PERL is defined. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 28 23:40:23 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Shaun Amott >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: >Description: irc/epic5 fails to build when the WITH_PERL option is selected. >How-To-Repeat: >Fix: --- epic5.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/irc/epic5/Makefile,v retrieving revision 1.58 diff -u -r1.58 Makefile --- Makefile 28 Sep 2006 05:28:10 -0000 1.58 +++ Makefile 28 Sep 2006 23:28:52 -0000 @@ -11,6 +11,7 @@ CATEGORIES= irc ipv6 MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC5-BETA/ \ http://www.tcbug.org/ + MAINTAINER= josh@tcbug.org COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient Index: files/patch-include_compat.h =================================================================== RCS file: files/patch-include_compat.h diff -N files/patch-include_compat.h --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-include_compat.h 28 Sep 2006 23:28:52 -0000 @@ -0,0 +1,12 @@ +--- 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 --- epic5.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: