ports/74134: devel/darcs: add missing dependency on libgmp4

Eugene at badger.home Eugene at badger.home
Fri Nov 19 21:40:31 UTC 2004


>Number:         74134
>Category:       ports
>Synopsis:       devel/darcs: add missing dependency on libgmp4
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 19 21:40:30 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Eugene Ossintsev
>Release:        FreeBSD 5.3-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD badger.home 5.3-RELEASE-p1 FreeBSD 5.3-RELEASE-p1 #0: Fri Nov 19 18:29:05 CET 2004 root at badger.home:/usr/obj/usr/src/sys/BADGER i386
>Description:
Being installed from the package darcs fails to run without libgmp4.

Installation from the port is ok because libgmp4 is always installed as a
dependency for ghc which is used to build darcs.
>How-To-Repeat:
	
>Fix:
diff -ruN darcs.orig/Makefile darcs/Makefile
--- darcs.orig/Makefile	Fri Nov 19 11:21:41 2004
+++ darcs/Makefile	Fri Nov 19 11:33:56 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	darcs
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://darcs.net/
 
@@ -14,7 +15,8 @@
 COMMENT=	Yet another replacement for CVS, written in Haskell
 
 BUILD_DEPENDS=	ghc:${PORTSDIR}/lang/ghc
-LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl \
+		gmp.6:${PORTSDIR}/math/libgmp4
 
 OPTIONS=	SERVER "install server" off
 USE_REINPLACE=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list