Date: Wed, 19 Jun 2002 18:37:54 +1000 (EST) From: Chris Knight <chris@aims.com.au> To: FreeBSD-gnats-submit@FreeBSD.org Cc: sam@inf.enst.fr Subject: ports/39500: [PATCH] www/eddie: Fix build issue Message-ID: <200206190837.g5J8bsbu031078@ait0fd01.aims.private>
next in thread | raw e-mail | index | archive | help
>Number: 39500 >Category: ports >Synopsis: [PATCH] www/eddie: Fix build issue >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jun 19 01:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Chris Knight >Release: FreeBSD 4.6-STABLE i386 >Organization: AIMS Independent Computer Professionals >Environment: System: FreeBSD ait0fd01.aims.private 4.6-STABLE FreeBSD 4.6-STABLE #0: Mon Jun 17 15:53:48 EST 2002 root@ait0fd01.aims.private:/var/obj/var/src/sys/THINKPAD i386 >Description: Grab latest CVS tree of eddie to resolve build issues with Erlang 8.1. >How-To-Repeat: eddie marked as broken; try building eddie >Fix: Feel free to mirror the CVS tarball I created and change the master site location in the following patch: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/eddie/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 17 May 2002 09:23:04 -0000 1.2 +++ Makefile 19 Jun 2002 07:27:18 -0000 @@ -7,14 +7,14 @@ PORTNAME= eddie PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://eddie.sourceforge.net/release/ +MASTER_SITES= http://www.aims.com.au/chris/ +DISTNAME= eddie-1.5.1-20020619 MAINTAINER= sam@inf.enst.fr BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang - -BROKEN= "Missing header driver.h" USE_AUTOCONF= yes USE_GMAKE= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/eddie/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 4 Feb 2001 20:17:07 -0000 1.1 +++ distinfo 19 Jun 2002 07:49:19 -0000 @@ -1 +1 @@ -MD5 (eddie-1.5.1.tar.gz) = 9caee99bc98d307cfc7ff5b80b8b726a +MD5 (eddie-1.5.1-20020619.tar.gz) = 29b1a6e6d937b37530bdb776e656a1cc Index: files/patch-aa =================================================================== RCS file: files/patch-aa diff -N files/patch-aa --- files/patch-aa 10 May 2001 15:01:00 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,20 +0,0 @@ ---- system/system.mk.orig Fri Dec 15 22:43:58 2000 -+++ system/system.mk Thu May 10 15:34:18 2001 -@@ -2,13 +2,13 @@ - ERTS_VSN = 5.0.1.1 - SYSTEM_VSN = 1.5.1 - --KERNEL_VSN = 2.6.1.5 --STDLIB_VSN = 1.9.2 -+KERNEL_VSN = 2.6.2 -+STDLIB_VSN = 1.9.4 - SASL_VSN = 1.9.1 - OS_MON_VSN = 1.3.9 --MNESIA_VSN = 3.9.3 -+MNESIA_VSN = 3.9.4 - MNEMOSYNE_VSN = 1.2.5 --ERL_INTERFACE_VSN = 3.2.4 -+ERL_INTERFACE_VSN = 3.2.9 - - - Index: files/patch-ab =================================================================== RCS file: files/patch-ab diff -N files/patch-ab --- files/patch-ab 10 May 2001 15:01:00 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,13 +0,0 @@ ---- dns_server/system/system.mk.orig Fri Dec 15 22:43:37 2000 -+++ dns_server/system/system.mk Thu May 10 16:56:52 2001 -@@ -2,8 +2,8 @@ - ERTS_VSN = 5.0.1.1 - SYSTEM_VSN = 1.5.1 - --KERNEL_VSN = 2.6.1.5 --STDLIB_VSN = 1.9.2 -+KERNEL_VSN = 2.6.2 -+STDLIB_VSN = 1.9.4 - SASL_VSN = 1.9.1 - CRYPTO_VSN = 1.1.2 - >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?200206190837.g5J8bsbu031078>