Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Feb 1999 19:23:27 GMT
From:      benhutch@xfiles.org.uk
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10311: Update of epic4 port to epic4.pre2.003
Message-ID:  <199902281923.TAA35730@byers.xfiles.org.uk>

next in thread | raw e-mail | index | archive | help

>Number:         10311
>Category:       ports
>Synopsis:       Update of epic4 port to epic4.pre2.003
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 28 11:30:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Ben Hutchinson
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:
>Description:

This update should fix the MASTER_SITES directive, and take epic
to the latest beta version.  I was using alpha versions, but they are
too much of a moving target for my liking.

I've tested all the MASTER_SITES, rather than assuming those listed on
the EPIC web pages are up to date.  ftp.epicsol.org is the true master
site, mirror.pipex.net is under my control, and totem.fix.no appears to
be kept fairly well up to date.

>How-To-Repeat:
>Fix:
	
diff -urN /usr/ports/net/epic4/Makefile epic4/Makefile
--- /usr/ports/net/epic4/Makefile	Mon Feb 22 07:16:10 1999
+++ epic4/Makefile	Sun Feb 28 18:22:42 1999
@@ -1,26 +1,27 @@
 # New ports collection makefile for: 	epic4
-# Version required:	4pre2.001-NR14
+# Version required:	4pre2.003
 # Date created:		11 November 1998
 # Whom:			Ben Hutchinson <benhutch@xfiles.org.uk>
 #
 # $Id: Makefile,v 1.10 1999/02/22 03:35:54 steve Exp $
 #
 
-DISTNAME=	ircii-EPIC4pre2.001-NR14
-PKGNAME=	epic-4.pre2.001.nr14
+DISTNAME=	epic-4.pre2.003
 CATEGORIES=	net
-MASTER_SITES=	ftp://ftp.epicsol.org/pub/epic/EPIC4-ALPHA/ \
-		ftp://totem.fix.no/pub/mirrors/epic/EPIC4-ALPHA/ \
-		ftp://ftp.funet.fi/pub/unix/networking/irc/ircII/epic/ \
-		ftp://ftp.pipex.net/pub/people/benhutch/distfiles/epic4/
-DISTFILES=	epic4pre2.001-NR14.tar.gz epic4pre2-help.tar.gz
+MASTER_SITES=	ftp://ftp.epicsol.org/pub/epic/EPIC4-BETA/ \
+		ftp://mirror.pipex.net/pub/epic/EPIC4-BETA/ \
+		ftp://totem.fix.no/pub/mirrors/epic/EPIC4-BETA/
+DISTFILES=	epic4pre2.003.tar.gz epic4pre2-help.tar.gz
 
 MAINTAINER=	benhutch@xfiles.org.uk
 
 DIST_SUBDIR=	epic4
 
-EXTRACT_ONLY=	epic4pre2.001-NR14.tar.gz
+EXTRACT_ONLY=	epic4pre2.003.tar.gz
 GNU_CONFIGURE=	yes
+WRKSRC=		${WRKDIR}/ircii-EPIC4pre2.003
+
+MAN1=		epic.1
 
 do-install:
 	cd ${WRKSRC} && make INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
diff -urN /usr/ports/net/epic4/files/md5 epic4/files/md5
--- /usr/ports/net/epic4/files/md5	Mon Feb 22 07:16:10 1999
+++ epic4/files/md5	Sun Feb 28 17:52:26 1999
@@ -1,2 +1,2 @@
-MD5 (epic4/epic4pre2.001-NR14.tar.gz) = 999de6fec732805c61e0f11ed9749ef1
 MD5 (epic4/epic4pre2-help.tar.gz) = 176f77c1e372fc3ca184eca951cb86f5
+MD5 (epic4/epic4pre2.003.tar.gz) = 76ceeb97abf12e80df395c0ffb917eb3
diff -urN /usr/ports/net/epic4/patches/patch-aa epic4/patches/patch-aa
--- /usr/ports/net/epic4/patches/patch-aa	Thu Jan  1 01:00:00 1970
+++ epic4/patches/patch-aa	Fri Feb 26 00:16:01 1999
@@ -0,0 +1,11 @@
+--- source/ircaux.c.orig        Fri Feb 26 00:14:55 1999
++++ source/ircaux.c     Fri Feb 26 00:15:15 1999
+@@ -18,7 +18,7 @@
+  * when this is #define'd, we track filenames and line numbers for 
+  * double-free's.
+  */
+-#define MALLOC_DEBUG
++#undef MALLOC_DEBUG
+ 
+ #include "irc.h"
+ #include "screen.h"
diff -urN /usr/ports/net/epic4/pkg/PLIST epic4/pkg/PLIST
--- /usr/ports/net/epic4/pkg/PLIST	Mon Feb 22 07:16:10 1999
+++ epic4/pkg/PLIST	Sun Feb 28 18:22:08 1999
@@ -1,5 +1,5 @@
 bin/epic
-bin/epic-EPIC4pre2.001-NR14
+bin/epic-EPIC4pre2.003
 libexec/wserv
 share/epic/help/1_General/away
 share/epic/help/1_General/describe

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902281923.TAA35730>