From owner-svn-ports-all@freebsd.org Sat Mar 17 07:06:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC0EBF4BBDC; Sat, 17 Mar 2018 07:06:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5EBA96B403; Sat, 17 Mar 2018 07:06:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 53B0372FE; Sat, 17 Mar 2018 07:06:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2H768U4048597; Sat, 17 Mar 2018 07:06:08 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2H768Pa048595; Sat, 17 Mar 2018 07:06:08 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803170706.w2H768Pa048595@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 17 Mar 2018 07:06:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464762 - in head/print/lilypond: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/print/lilypond: . files X-SVN-Commit-Revision: 464762 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Mar 2018 07:06:09 -0000 Author: yuri Date: Sat Mar 17 07:06:07 2018 New Revision: 464762 URL: https://svnweb.freebsd.org/changeset/ports/464762 Log: print/lilypond: Unbreak Port changes: * Add patch removing fc-cache that caused the fs violation problem * Fix COMMENT * Add LIB_DEPENDS Added: head/print/lilypond/files/patch-lily_font-config.cc (contents, props changed) Modified: head/print/lilypond/Makefile Modified: head/print/lilypond/Makefile ============================================================================== --- head/print/lilypond/Makefile Sat Mar 17 06:57:59 2018 (r464761) +++ head/print/lilypond/Makefile Sat Mar 17 07:06:07 2018 (r464762) @@ -3,12 +3,12 @@ PORTNAME= lilypond PORTVERSION= 2.18.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/ MAINTAINER= ports@FreeBSD.org -COMMENT= The GNU music typesetter +COMMENT= GNU music typesetter LICENSE= GPLv3 @@ -26,14 +26,14 @@ BUILD_DEPENDS= pdftexi2dvi:print/texinfo \ zip:archivers/zip \ texi2html:textproc/texi2html \ ${LOCALBASE}/share/ghostscript/fonts/c059033l.pfb:print/gsfonts - +LIB_DEPENDS= libguile.so:lang/guile \ + libgmp.so:math/gmp \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libltdl.so:devel/libltdl RUN_DEPENDS= mftrace:print/mftrace \ ${LOCALBASE}/share/fonts/dejavu/DejaVuSans-Bold.ttf:x11-fonts/dejavu -LIB_DEPENDS= libguile.so:lang/guile \ - libgmp.so:math/gmp \ - libfreetype.so:print/freetype2 - INFO= internals \ lilypond-changes \ lilypond-contributor \ @@ -55,7 +55,7 @@ USE_GNOME= pango MAKEFILE= GNUmakefile GNU_MAKEFILE= yes -MAKE_JOBS_UNSAFE= yes +#MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-ncsb-dir=${LOCALBASE}/share/ghostscript/fonts \ Added: head/print/lilypond/files/patch-lily_font-config.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/lilypond/files/patch-lily_font-config.cc Sat Mar 17 07:06:07 2018 (r464762) @@ -0,0 +1,11 @@ +--- lily/font-config.cc.orig 2018-03-17 05:17:54 UTC ++++ lily/font-config.cc +@@ -19,7 +19,7 @@ + + #include "config.hh" + +-#if HAVE_FONTCONFIG ++#if HAVE_FONTCONFIG && 0 // fontconfig shouldn't be run during build: it causes fs violation + + #include + #include