Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 May 2001 12:46:49 +0100 (BST)
From:      Simon Marlow <simonmar@microsoft.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27092: Update port devel/happy to version 1.10
Message-ID:  <200105051146.f45Bkne26323@jaffacakes.freeserve.co.uk>

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

>Number:         27092
>Category:       ports
>Synopsis:       Update port devel/happy to version 1.10
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 05 04:50:04 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Simon Marlow
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:
>Description:
>How-To-Repeat:
>Fix:

Apply the patch below.

NOTE: the build of the previous version is failing on bento at the
moment for reasons unknown: it appears to be because the autoconf
script fails to detect a working installation of the DocBook tools,
but I've tried to repeat it here with the latest ports of the relevant
tools and it works fine.  This update therefore doesn't address that
problem.  If anyone could provide me with any clues, I'd be grateful.

diff -cr --new-file happy-OLD/Makefile happy/Makefile
*** happy-OLD/Makefile	Tue Dec 26 05:25:48 2000
--- happy/Makefile	Sat May  5 11:54:05 2001
***************
*** 5,13 ****
  # $FreeBSD: ports/devel/happy/Makefile,v 1.1 2000/12/26 05:25:48 will Exp $
  
  PORTNAME=	happy
! PORTVERSION=	1.9
  CATEGORIES=	devel
! MASTER_SITES=	http://www.haskell.org/happy/dist/1.9/
  DISTNAME=	${PORTNAME}-${PORTVERSION}-src
  
  MAINTAINER=	simonmar@microsoft.com
--- 5,13 ----
  # $FreeBSD: ports/devel/happy/Makefile,v 1.1 2000/12/26 05:25:48 will Exp $
  
  PORTNAME=	happy
! PORTVERSION=	1.10
  CATEGORIES=	devel
! MASTER_SITES=	http://www.haskell.org/happy/dist/1.10/
  DISTNAME=	${PORTNAME}-${PORTVERSION}-src
  
  MAINTAINER=	simonmar@microsoft.com
diff -cr --new-file happy-OLD/distinfo happy/distinfo
*** happy-OLD/distinfo	Tue Dec 26 05:25:48 2000
--- happy/distinfo	Sat May  5 12:16:42 2001
***************
*** 1 ****
! MD5 (happy-1.9-src.tar.gz) = 6e6e622f1b15efe69abe0254109c69ca
--- 1 ----
! MD5 (happy-1.10-src.tar.gz) = 8d16464d0273e0d69de75011ec933d43
diff -cr --new-file happy-OLD/files/patch-aa happy/files/patch-aa
*** happy-OLD/files/patch-aa	Thu Jan  1 01:00:00 1970
--- happy/files/patch-aa	Sat May  5 12:25:07 2001
***************
*** 0 ****
--- 1,19 ----
+ *** happy/src/Makefile~	Fri Feb  9 17:54:46 2001
+ --- happy/src/Makefile	Sat May  5 12:23:03 2001
+ ***************
+ *** 68,74 ****
+   ifeq "$(INSTALLING)" "1"
+   TOP_PWD 	:= $(prefix)
+   SCRIPT_PROG 	=  $(INSTALLED_SCRIPT_PROG)
+ ! SCRIPT_LINK 	=  happy
+   else
+   TOP_PWD 	:= $(FPTOOLS_TOP_ABS)
+   SCRIPT_PROG 	=  $(INPLACE_SCRIPT_PROG)
+ --- 68,74 ----
+   ifeq "$(INSTALLING)" "1"
+   TOP_PWD 	:= $(prefix)
+   SCRIPT_PROG 	=  $(INSTALLED_SCRIPT_PROG)
+ ! LINK	 	=  happy
+   else
+   TOP_PWD 	:= $(FPTOOLS_TOP_ABS)
+   SCRIPT_PROG 	=  $(INPLACE_SCRIPT_PROG)
diff -cr --new-file happy-OLD/pkg-plist happy/pkg-plist
*** happy-OLD/pkg-plist	Tue Dec 26 05:25:48 2000
--- happy/pkg-plist	Sat May  5 12:21:29 2001
***************
*** 1,5 ****
  bin/happy
! bin/happy-1.9
  lib/happy.bin
  lib/happy/HappyTemplate
  lib/happy/HappyTemplate-arrays
--- 1,5 ----
  bin/happy
! bin/happy-1.10
  lib/happy.bin
  lib/happy/HappyTemplate
  lib/happy/HappyTemplate-arrays
>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?200105051146.f45Bkne26323>