svn commit: r377321 - head/lang/guile2
Muhammad Moinur Rahman
bofh at FreeBSD.org
Sun Jan 18 11:17:18 UTC 2015
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 at 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 at 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 \
More information about the svn-ports-all
mailing list