ports/134529: [maintainer] lang/ikarus: chase math/libgmp4 update

Vitaly Magerya vmagerya at gmail.com
Thu May 14 09:30:03 UTC 2009


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list