From nobody@FreeBSD.org  Fri Dec 20 09:14:35 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 7CE1912E
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Dec 2013 09:14:35 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 680971F49
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Dec 2013 09:14:35 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBK9EZpp080298
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Dec 2013 09:14:35 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBK9EZPH080275;
	Fri, 20 Dec 2013 09:14:35 GMT
	(envelope-from nobody)
Message-Id: <201312200914.rBK9EZPH080275@oldred.freebsd.org>
Date: Fri, 20 Dec 2013 09:14:35 GMT
From: Markiyan Kushnir <markiyan.kushnir@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: print/lilypond-devel mode some RUN_DEPENDS to BUILD_DEPENDS
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         185019
>Category:       ports
>Synopsis:       print/lilypond-devel mode some RUN_DEPENDS to BUILD_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gahr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 20 09:20:00 UTC 2013
>Closed-Date:    Fri Dec 20 12:39:45 UTC 2013
>Last-Modified:  Fri Dec 20 14:50:02 UTC 2013
>Originator:     Markiyan Kushnir
>Release:        11.0-CURRENT
>Organization:
>Environment:
FreeBSD mkushnir.mooo.com 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r259569: Thu Dec 19 07:54:44 EET 2013     root@vm.mkushnir.mooo.com:/usr/obj/usr/src.svnup/sys/MAREK  amd64
>Description:
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.
>How-To-Repeat:
Try to install lilypond-devel while none of textproc/dblatex, graphics/netpbm, net/rsync is installed on the system.
>Fix:


Patch attached with submission follows:

--- Makefile.old	2013-12-20 10:03:12.000000000 +0200
+++ Makefile.new	2013-12-20 10:04:48.000000000 +0200
@@ -16,15 +16,16 @@
 		t1ascii:${PORTSDIR}/print/t1utils \
 		bash:${PORTSDIR}/shells/bash \
 		fontforge:${PORTSDIR}/print/fontforge \
-		${LOCALBASE}/share/ghostscript/fonts/c059033l.pfb:${PORTSDIR}/print/gsfonts
+		${LOCALBASE}/share/ghostscript/fonts/c059033l.pfb:${PORTSDIR}/print/gsfonts \
+		dblatex:${PORTSDIR}/textproc/dblatex \
+		pngtopnm:${PORTSDIR}/graphics/netpbm \
+		rsync:${PORTSDIR}/net/rsync
 
 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
 


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gahr 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Dec 20 09:20:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185019 
State-Changed-From-To: open->closed 
State-Changed-By: gahr 
State-Changed-When: Fri Dec 20 12:39:45 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185019 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185019: commit references a PR
Date: Fri, 20 Dec 2013 12:39:35 +0000 (UTC)

 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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185019: commit references a PR
Date: Fri, 20 Dec 2013 14:48:36 +0000 (UTC)

 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"
 
>Unformatted:
