Date: Sun, 30 Mar 2008 13:19:48 -0500 (CDT) From: "Sean C. Farley" <scf@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/122267: [PATCH] irc/epic5: update to 0.3.7 Message-ID: <200803301819.m2UIJl8k093510@thor.farley.org> Resent-Message-ID: <200803301850.m2UIo1tT078836@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 122267 >Category: ports >Synopsis: [PATCH] irc/epic5: update to 0.3.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Mar 30 18:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Sean C. Farley >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD thor.farley.org 7.0-STABLE FreeBSD 7.0-STABLE #0: Fri Mar 28 15:00:16 CDT 2008 >Description: - Update to 0.3.7 - Tell configure to really disable Perl unless WITH_PERL is defined. - humanize_number() is now #ifdef'd out within the base code; remove patch. - Change pkg-plist to get version from Makefile instead of hardcoding it. Removed file(s): - files/patch-include_compat.h Port maintainer (josh@tcbug.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- epic5-0.3.7.patch begins here --- diff -ruN --exclude=CVS /usr/ports/irc/epic5.orig/Makefile /usr/ports/irc/epic5/Makefile --- /usr/ports/irc/epic5.orig/Makefile 2007-09-26 13:18:33.000000000 -0500 +++ /usr/ports/irc/epic5/Makefile 2008-03-30 13:13:52.829928000 -0500 @@ -6,7 +6,7 @@ # PORTNAME= epic5 -PORTVERSION= 0.3.5 +PORTVERSION= 0.3.7 CATEGORIES= irc ipv6 MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC5-BETA/ \ http://tehran.lain.pl/epic-mirror/EPIC5-BETA/ \ @@ -18,6 +18,7 @@ COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient SUB_FILES= pkg-message +PLIST_SUB+= PORTVERSION=${PORTVERSION} GNU_CONFIGURE= yes MAN1= epic5.1 @@ -55,6 +56,8 @@ .if defined(WITH_PERL) USE_PERL5= yes CONFIGURE_ARGS+= --with-perl=${SITE_PERL}/../../${PERL_VER}/mach/CORE +.else +CONFIGURE_ARGS+= --without-perl .endif post-extract: diff -ruN --exclude=CVS /usr/ports/irc/epic5.orig/distinfo /usr/ports/irc/epic5/distinfo --- /usr/ports/irc/epic5.orig/distinfo 2007-09-26 13:18:33.000000000 -0500 +++ /usr/ports/irc/epic5/distinfo 2008-03-30 13:13:52.829928000 -0500 @@ -1,3 +1,3 @@ -MD5 (epic5-0.3.5.tar.gz) = 5d787fcc966d2389c49288a474d56c74 -SHA256 (epic5-0.3.5.tar.gz) = e4a8e3d0d49e4dbf34b30703eba87a867539b8211121d985ae53f7bdb02cab6a -SIZE (epic5-0.3.5.tar.gz) = 881160 +MD5 (epic5-0.3.7.tar.gz) = c43cee0be94e6458a9f789dfcfc32193 +SHA256 (epic5-0.3.7.tar.gz) = 97ecf878124e17af6737859f50944cb4a11fabef35e872060aad21dc9f13c983 +SIZE (epic5-0.3.7.tar.gz) = 894555 diff -ruN --exclude=CVS /usr/ports/irc/epic5.orig/files/patch-include_compat.h /usr/ports/irc/epic5/files/patch-include_compat.h --- /usr/ports/irc/epic5.orig/files/patch-include_compat.h 2006-10-02 18:23:14.000000000 -0500 +++ /usr/ports/irc/epic5/files/patch-include_compat.h 1969-12-31 18:00:00.000000000 -0600 @@ -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 diff -ruN --exclude=CVS /usr/ports/irc/epic5.orig/pkg-plist /usr/ports/irc/epic5/pkg-plist --- /usr/ports/irc/epic5.orig/pkg-plist 2007-09-26 13:18:33.000000000 -0500 +++ /usr/ports/irc/epic5/pkg-plist 2008-03-30 13:13:52.829928000 -0500 @@ -1,5 +1,5 @@ bin/epic5 -bin/epic5-0.3.5 +bin/epic5-%%PORTVERSION%% libexec/epic5-wserv4 %%PORTDOCS%%%%DOCSDIR%%/BUG_FORM %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT --- epic5-0.3.7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803301819.m2UIJl8k093510>