Date: Sun, 18 Jan 2015 11:17:18 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377321 - head/lang/guile2 Message-ID: <201501181117.t0IBHIQF070522@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Sun Jan 18 11:17:17 2015 New Revision: 377321 URL: https://svnweb.freebsd.org/changeset/ports/377321 QAT: https://qat.redports.org/buildarchive/r377321/ Log: lang/guile2 error: Fix LIB_DEPENDS - Fixed wrong shared library PR: 196683 Differential Revision: https://reviews.freebsd.org/D1537 Submitted by: spastorino@gmail.com Approved by: marino(mentor) Modified: head/lang/guile2/Makefile Modified: head/lang/guile2/Makefile ============================================================================== --- head/lang/guile2/Makefile Sun Jan 18 11:10:22 2015 (r377320) +++ head/lang/guile2/Makefile Sun Jan 18 11:17:17 2015 (r377321) @@ -3,11 +3,9 @@ PORTNAME= guile PORTVERSION= 2.0.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang scheme MASTER_SITES= GNU -#MASTER_SITES= ${MASTER_SITE_GNU} -#MASTER_SITE_SUBDIR= guile PKGNAMESUFFIX= 2 MAINTAINER= bofh@FreeBSD.org @@ -37,7 +35,7 @@ OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext THREADS_CONFIGURE_WITH= threads -THREADS_LIB_DEPENDS= libgc.so:${PORTSDIR}/devel/boehm-gc-threaded +THREADS_LIB_DEPENDS= libgc-threaded.so:${PORTSDIR}/devel/boehm-gc-threaded THREADS_LIB_DEPENDS_OFF= libgc.so:${PORTSDIR}/devel/boehm-gc REINPLACE_FILES= libguile/smob.c libguile/filesys.c libguile/gc.c \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501181117.t0IBHIQF070522>