Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2014 12:23:44 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346616 - head/lang/ikarus
Message-ID:  <201403011223.s21CNitB053461@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sat Mar  1 12:23:44 2014
New Revision: 346616
URL: http://svnweb.freebsd.org/changeset/ports/346616
QAT: https://qat.redports.org/buildarchive/r346616/

Log:
  - Convert to the new LIB_DEPENDS format.
  - Replace USE_GMAKE by USES=gmake.
  - Remove setting for FreeBSD 7.x and earlier which we no longer support.
  
  Approved by:	portmgr (generic pre-approval)

Modified:
  head/lang/ikarus/Makefile

Modified: head/lang/ikarus/Makefile
==============================================================================
--- head/lang/ikarus/Makefile	Sat Mar  1 12:21:13 2014	(r346615)
+++ head/lang/ikarus/Makefile	Sat Mar  1 12:23:44 2014	(r346616)
@@ -13,12 +13,12 @@ MASTER_SITES=	http://launchpad.net/ikaru
 MAINTAINER=	vmagerya@gmail.com
 COMMENT=	Optimizing incremental native-code compiler for R6RS Scheme
 
-LIB_DEPENDS=	gmp.10:${PORTSDIR}/math/gmp
+LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
 
 # Both install bin/scheme-script
 CONFLICTS=	petite-chez-*
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=\
 		CFLAGS="-I${LOCALBASE}/include" \
@@ -37,8 +37,4 @@ EXTRA_PATCHES+=	${FILESDIR}/extra-patch-
 		${FILESDIR}/extra-patch-doc__Makefile.in
 .endif
 
-.if ${OSVERSION} < 700042
-USE_GCC=	4.2+
-.endif
-
 .include <bsd.port.post.mk>



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