The following dependencies of lilypond 2.17.97 are required at configure time: textproc/dblatex, graphics/netpbm, net/rsync. The fist two are defined as RUN_DEPENDS, and are blocking the build if they were not previously installed. The rsync dependency should also be added to BUILD_DEPENDS. Fix: Patch attached with submission follows: How-To-Repeat: Try to install lilypond-devel while none of textproc/dblatex, graphics/netpbm, net/rsync is installed on the system.
Responsible Changed From-To: freebsd-ports-bugs->gahr Over to maintainer (via the GNATS Auto Assign Tool)
Author: gahr Date: Fri Dec 20 12:39:27 2013 New Revision: 337005 URL: http://svnweb.freebsd.org/changeset/ports/337005 Log: - Fix depends PR: 185019 Submitted by: Markiyan Kushnir <markiyan.kushnir@gmail.com> Modified: head/print/lilypond-devel/Makefile Modified: head/print/lilypond-devel/Makefile ============================================================================== --- head/print/lilypond-devel/Makefile Fri Dec 20 12:29:56 2013 (r337004) +++ head/print/lilypond-devel/Makefile Fri Dec 20 12:39:27 2013 (r337005) @@ -16,15 +16,16 @@ BUILD_DEPENDS= pdftexi2dvi:${PORTSDIR}/p t1ascii:${PORTSDIR}/print/t1utils \ bash:${PORTSDIR}/shells/bash \ fontforge:${PORTSDIR}/print/fontforge \ + dblatex:${PORTSDIR}/textproc/dblatex \ + pngtopnm:${PORTSDIR}/graphics/netpbm \ + rsync:${PORTSDIR}/net/rsync \ ${LOCALBASE}/share/ghostscript/fonts/c059033l.pfb:${PORTSDIR}/print/gsfonts LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile \ libgmp.so:${PORTSDIR}/math/gmp \ libfreetype.so:${PORTSDIR}/print/freetype2 -RUN_DEPENDS= dblatex:${PORTSDIR}/textproc/dblatex \ - mftrace:${PORTSDIR}/print/mftrace \ - pngtopnm:${PORTSDIR}/graphics/netpbm \ +RUN_DEPENDS= mftrace:${PORTSDIR}/print/mftrace \ convert:${PORTSDIR}/graphics/ImageMagick \ ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans-Bold.ttf:${PORTSDIR}/x11-fonts/dejavu _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!
Author: mat Date: Fri Dec 20 14:48:28 2013 New Revision: 337018 URL: http://svnweb.freebsd.org/changeset/ports/337018 Log: MFH: r337005 - Fix depends PR: 185019 Submitted by: Markiyan Kushnir <markiyan.kushnir@gmail.com> Approved by: portmgr (implicit) Modified: branches/2014Q1/print/lilypond-devel/Makefile Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/print/lilypond-devel/Makefile ============================================================================== --- branches/2014Q1/print/lilypond-devel/Makefile Fri Dec 20 14:46:58 2013 (r337017) +++ branches/2014Q1/print/lilypond-devel/Makefile Fri Dec 20 14:48:28 2013 (r337018) @@ -14,15 +14,16 @@ BUILD_DEPENDS= pdftexi2dvi:${PORTSDIR}/p t1ascii:${PORTSDIR}/print/t1utils \ bash:${PORTSDIR}/shells/bash \ fontforge:${PORTSDIR}/print/fontforge \ + dblatex:${PORTSDIR}/textproc/dblatex \ + pngtopnm:${PORTSDIR}/graphics/netpbm \ + rsync:${PORTSDIR}/net/rsync \ ${LOCALBASE}/share/ghostscript/fonts/c059033l.pfb:${PORTSDIR}/print/gsfonts LIB_DEPENDS= guile:${PORTSDIR}/lang/guile \ gmp:${PORTSDIR}/math/gmp \ freetype:${PORTSDIR}/print/freetype2 -RUN_DEPENDS= dblatex:${PORTSDIR}/textproc/dblatex \ - mftrace:${PORTSDIR}/print/mftrace \ - pngtopnm:${PORTSDIR}/graphics/netpbm \ +RUN_DEPENDS= mftrace:${PORTSDIR}/print/mftrace \ convert:${PORTSDIR}/graphics/ImageMagick \ ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans-Bold.ttf:${PORTSDIR}/x11-fonts/dejavu _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"