Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2009 09:26:29 GMT
From:      Vitaly Magerya <vmagerya@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/134529: [maintainer] lang/ikarus: chase math/libgmp4 update
Message-ID:  <200905140926.n4E9QTWi087372@www.freebsd.org>
Resent-Message-ID: <200905140930.n4E9U2bo010244@freefall.freebsd.org>

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

>Number:         134529
>Category:       ports
>Synopsis:       [maintainer] lang/ikarus: chase math/libgmp4 update
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 14 09:30:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Vitaly Magerya
>Release:        FreeBSD 7-STABLE i386
>Organization:
>Environment:
FreeBSD landmine.tx97.net 7.1-STABLE FreeBSD 7.1-STABLE #0: Sat Mar 14 15:26:28 EET 2009 root@landmine.tx97.net:/usr/obj/usr/src/sys/T40_SC i386
>Description:
Since yesterday math/libgmp4 installs libgmp.so.8 instead of libgmp.so.7.
The attached patch changes this dependency and bumps PORTVERSION.

Apparently ale@ updated most ports that depend on gmp, but not lang/ikarus.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN ikarus.orig/Makefile ikarus/Makefile
--- ikarus.orig/Makefile	2009-05-14 12:22:23.312500000 +0300
+++ ikarus/Makefile	2009-05-14 12:22:29.031250000 +0300
@@ -7,7 +7,7 @@
 
 PORTNAME=	ikarus
 PORTVERSION=	0.0.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang scheme
 MASTER_SITES=	http://www.ikarus-scheme.org/ \
 		LOCAL/glarkin
@@ -15,7 +15,7 @@
 MAINTAINER=	vmagerya@gmail.com
 COMMENT=	Optimizing incremental native-code compiler for R6RS Scheme
 
-LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes


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



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