From owner-freebsd-ports@FreeBSD.ORG Sat May 16 11:34:27 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 671AD106568F; Sat, 16 May 2009 11:34:27 +0000 (UTC) (envelope-from me@janh.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by mx1.freebsd.org (Postfix) with ESMTP id 060268FC17; Sat, 16 May 2009 11:34:26 +0000 (UTC) (envelope-from me@janh.de) Received: from janh.freebsd (e177242167.adsl.alicedsl.de [85.177.242.167]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0MKv1o-1M5Hxb0lPV-000juM; Sat, 16 May 2009 13:21:47 +0200 Message-ID: <4A0EA1CB.1020004@janh.de> Date: Sat, 16 May 2009 13:21:47 +0200 From: Jan Henrik Sylvester User-Agent: Thunderbird 2.0.0.21 (X11/20090405) MIME-Version: 1.0 To: ports-list freebsd , Pietro Cerutti Content-Type: multipart/mixed; boundary="------------010306070208050400010902" X-Provags-ID: V01U2FsdGVkX18iVOx4ETFSOg4HxnMHlkCGfJ4Z4Yrf1ivKLQD L1By/sdpB5ueaC+Nn8ugRE+Bw+uqs5nP2ZnNkrjgrVAu/GSbNc OeYXOVnxOb4B/OUu859JA== Cc: Thomas Abthorpe Subject: More libgmp leftovers due to indirect dependencies X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2009 11:34:27 -0000 This is a multi-part message in MIME format. --------------010306070208050400010902 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit math/libqalculate and print/lilypond both link libgmp.so.X, but have not been bumped with the libgmp.so.7->libgmp.so.8 update as they do not list the dependency. math/libqalculate pulls in libgmp via libcln and print/lilypond via libguile, thus the default package will always depend on libgmp. Both should have their PORTREVISION bumped and gmp.8:${PORTSDIR}/math/libgmp4 added to LIB_DEPENDS not to be missed next time. Cheers, Jan Henrik diff -u math/libqalculate/Makefile~ math/libqalculate/Makefile --- math/libqalculate/Makefile~ 2008-06-06 15:44:00.000000000 +0200 +++ math/libqalculate/Makefile 2009-05-16 12:49:18.000000000 +0200 @@ -7,14 +7,15 @@ PORTNAME= libqalculate PORTVERSION= 0.9.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF/qalculate MAINTAINER= ports@FreeBSD.org COMMENT= A a multi-purpose desktop calculator (backend library) -LIB_DEPENDS= cln.5:${PORTSDIR}/math/cln +LIB_DEPENDS= cln.5:${PORTSDIR}/math/cln \ + gmp.8:${PORTSDIR}/math/libgmp4 USE_GNOME= glib20 gnomehack gnometarget intlhack libxml2 USE_GETTEXT= yes diff -u print/lilypond/Makefile~ print/lilypond/Makefile --- print/lilypond/Makefile~ 2009-01-28 15:46:19.000000000 +0100 +++ print/lilypond/Makefile 2009-05-16 12:47:32.000000000 +0200 @@ -9,7 +9,7 @@ PORTNAME= lilypond PORTVERSION= 2.11.65 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v2.11/:src \ ${MASTER_SITE_LOCAL}/gahr/:fonts \ @@ -26,7 +26,8 @@ rarian-sk-config:${PORTSDIR}/textproc/rarian \ texi2html:${PORTSDIR}/textproc/texi2html \ texi2dvi:${PORTSDIR}/print/texinfo -LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \ + gmp.8:${PORTSDIR}/math/libgmp4 RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ mftrace:${PORTSDIR}/print/mftrace --------------010306070208050400010902 Content-Type: text/plain; name="gmp-deps" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="gmp-deps" diff -u math/libqalculate/Makefile~ math/libqalculate/Makefile --- math/libqalculate/Makefile~ 2008-06-06 15:44:00.000000000 +0200 +++ math/libqalculate/Makefile 2009-05-16 12:49:18.000000000 +0200 @@ -7,14 +7,15 @@ PORTNAME= libqalculate PORTVERSION= 0.9.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF/qalculate MAINTAINER= ports@FreeBSD.org COMMENT= A a multi-purpose desktop calculator (backend library) -LIB_DEPENDS= cln.5:${PORTSDIR}/math/cln +LIB_DEPENDS= cln.5:${PORTSDIR}/math/cln \ + gmp.8:${PORTSDIR}/math/libgmp4 USE_GNOME= glib20 gnomehack gnometarget intlhack libxml2 USE_GETTEXT= yes diff -u print/lilypond/Makefile~ print/lilypond/Makefile --- print/lilypond/Makefile~ 2009-01-28 15:46:19.000000000 +0100 +++ print/lilypond/Makefile 2009-05-16 12:47:32.000000000 +0200 @@ -9,7 +9,7 @@ PORTNAME= lilypond PORTVERSION= 2.11.65 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v2.11/:src \ ${MASTER_SITE_LOCAL}/gahr/:fonts \ @@ -26,7 +26,8 @@ rarian-sk-config:${PORTSDIR}/textproc/rarian \ texi2html:${PORTSDIR}/textproc/texi2html \ texi2dvi:${PORTSDIR}/print/texinfo -LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \ + gmp.8:${PORTSDIR}/math/libgmp4 RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ mftrace:${PORTSDIR}/print/mftrace --------------010306070208050400010902--