View | Details | Raw Unified | Return to bug 215076 | Differences between
and this patch

Collapse All | Expand All

(-)lilypond-devel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1479644742
1
TIMESTAMP = 1489482521
2
SHA256 (lilypond-2.19.51.tar.gz) = 81163eccaeee083681b93b727eed00ed93f57899df9d423aba76f5e800db92ac
2
SHA256 (lilypond-2.19.57.tar.gz) = be86019ae91cf78267081e96f35cf682931d0219215e160b16b03b907cac755a
3
SIZE (lilypond-2.19.51.tar.gz) = 17061727
3
SIZE (lilypond-2.19.57.tar.gz) = 17182103
(-)lilypond-devel/files/patch-config.make.in (-2 / +2 lines)
Lines 1-6 Link Here
1
--- config.make.in.orig	2016-08-30 10:23:53 UTC
1
--- config.make.in.orig	2017-02-26 12:08:59 UTC
2
+++ config.make.in
2
+++ config.make.in
3
@@ -67,7 +67,7 @@ sharedstatedir = @sharedstatedir@
3
@@ -69,7 +69,7 @@ sharedstatedir = @sharedstatedir@
4
 stepmake = @stepmake@
4
 stepmake = @stepmake@
5
 
5
 
6
 package_datadir = $(datadir)/$(package)
6
 package_datadir = $(datadir)/$(package)
(-)lilypond-devel/files/patch-configure (-2 / +2 lines)
Lines 1-6 Link Here
1
--- configure.orig	2016-08-30 10:23:53 UTC
1
--- configure.orig	2017-02-12 12:13:29 UTC
2
+++ configure
2
+++ configure
3
@@ -11412,74 +11412,7 @@ test -n "$PKG_CONFIG" || PKG_CONFIG="no"
3
@@ -11503,74 +11503,7 @@ test -n "$PKG_CONFIG" || PKG_CONFIG="no"
4
 
4
 
5
     if test $? -eq 0 -a -n "0.9.0"; then
5
     if test $? -eq 0 -a -n "0.9.0"; then
6
 
6
 
(-)lilypond-devel/files/patch-Documentation_GNUmakefile (-1 / +1 lines)
Lines 1-4 Link Here
1
--- Documentation/GNUmakefile.orig	2016-08-30 10:23:53 UTC
1
--- Documentation/GNUmakefile.orig	2017-02-26 12:08:59 UTC
2
+++ Documentation/GNUmakefile
2
+++ Documentation/GNUmakefile
3
@@ -73,9 +73,9 @@ source-links = $(outdir)/source\
3
@@ -73,9 +73,9 @@ source-links = $(outdir)/source\
4
 MAIN_INFO_DOC = lilypond-web
4
 MAIN_INFO_DOC = lilypond-web
(-)lilypond-devel/files/patch-flower_include_std-string.hh (-1 / +1 lines)
Lines 1-4 Link Here
1
--- flower/include/std-string.hh.orig	2016-08-30 10:23:53 UTC
1
--- flower/include/std-string.hh.orig	2017-02-26 12:08:59 UTC
2
+++ flower/include/std-string.hh
2
+++ flower/include/std-string.hh
3
@@ -38,6 +38,7 @@ using namespace std;
3
@@ -38,6 +38,7 @@ using namespace std;
4
 typedef size_t ssize;
4
 typedef size_t ssize;
(-)lilypond-devel/files/patch-flower_include_std-vector.hh (-1 / +1 lines)
Lines 1-4 Link Here
1
--- flower/include/std-vector.hh.orig	2016-08-30 10:23:53 UTC
1
--- flower/include/std-vector.hh.orig	2017-02-26 12:08:59 UTC
2
+++ flower/include/std-vector.hh
2
+++ flower/include/std-vector.hh
3
@@ -212,6 +212,6 @@ junk_pointers (vector<T> &v)
3
@@ -212,6 +212,6 @@ junk_pointers (vector<T> &v)
4
 vector<string> string_split (string str, char c);
4
 vector<string> string_split (string str, char c);
(-)lilypond-devel/files/patch-lily_include_lily-guile.hh (-1 / +1 lines)
Lines 1-4 Link Here
1
--- lily/include/lily-guile.hh.orig	2016-08-30 10:23:53 UTC
1
--- lily/include/lily-guile.hh.orig	2017-02-26 12:08:59 UTC
2
+++ lily/include/lily-guile.hh
2
+++ lily/include/lily-guile.hh
3
@@ -20,6 +20,8 @@
3
@@ -20,6 +20,8 @@
4
 #ifndef LILY_GUILE_HH
4
 #ifndef LILY_GUILE_HH
(-)lilypond-devel/files/patch-python_GNUmakefile (+10 lines)
Line 0 Link Here
1
--- python/GNUmakefile.orig	2017-02-26 12:08:59 UTC
2
+++ python/GNUmakefile
3
@@ -14,7 +14,6 @@ CONFIG_LDFLAGS=
4
 INSTALLATION_OUT_SUFFIXES=1
5
 
6
 INSTALLATION_OUT_FILES=$(OUT_SO_MODULES)
7
-INSTALLATION_OUT_DIR=$(local_lilypond_libdir)/python
8
 
9
 INSTALLATION_OUT_DIR1=$(local_lilypond_datadir)/python
10
 INSTALLATION_OUT_FILES1=$(OUT_PY_MODULES) $(OUT_PYC_MODULES)
(-)lilypond-devel/files/patch-stepmake_stepmake_texinfo-vars.make (-1 / +1 lines)
Lines 1-4 Link Here
1
--- stepmake/stepmake/texinfo-vars.make.orig	2016-08-30 10:23:53 UTC
1
--- stepmake/stepmake/texinfo-vars.make.orig	2017-02-26 12:08:59 UTC
2
+++ stepmake/stepmake/texinfo-vars.make
2
+++ stepmake/stepmake/texinfo-vars.make
3
@@ -31,7 +31,7 @@ DO_TEXI_DEP = ( echo ./$@: $(call scan-t
3
@@ -31,7 +31,7 @@ DO_TEXI_DEP = ( echo ./$@: $(call scan-t
4
 
4
 
(-)lilypond-devel/Makefile (-4 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/print/lilypond-devel/Makefile 430445 2017-01-03 08:44:59Z jbeich $
2
# $FreeBSD: head/print/lilypond-devel/Makefile 430445 2017-01-03 08:44:59Z jbeich $
3
3
4
PORTNAME=	lilypond
4
PORTNAME=	lilypond
5
PORTVERSION=	2.19.51
5
PORTVERSION=	2.19.57
6
PORTREVISION=	1
7
CATEGORIES=	print audio
6
CATEGORIES=	print audio
8
MASTER_SITES=	http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/
7
MASTER_SITES=	http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/
9
PKGNAMESUFFIX=	-devel
8
PKGNAMESUFFIX=	-devel
Lines 54-60 Link Here
54
53
55
MAKEFILE=	GNUmakefile
54
MAKEFILE=	GNUmakefile
56
GNU_MAKEFILE=	yes
55
GNU_MAKEFILE=	yes
57
MAKE_JOBS_UNSAFE=	yes
58
56
59
GNU_CONFIGURE=	yes
57
GNU_CONFIGURE=	yes
60
CONFIGURE_ARGS+=--with-texgyre-dir=${LOCALBASE}/${TEXMFDISTDIR}/fonts/opentype/public/tex-gyre \
58
CONFIGURE_ARGS+=--with-texgyre-dir=${LOCALBASE}/${TEXMFDISTDIR}/fonts/opentype/public/tex-gyre \
Lines 82-88 Link Here
82
80
83
post-install:
81
post-install:
84
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lilypond
82
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lilypond
85
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lilypond/${PORTVERSION}/python/midi.so
86
	(cd ${STAGEDIR}/${DATADIR} && ${LN} -fs ${PORTVERSION} current)
83
	(cd ${STAGEDIR}/${DATADIR} && ${LN} -fs ${PORTVERSION} current)
87
84
88
.include <bsd.port.mk>
85
.include <bsd.port.mk>
(-)lilypond-devel/pkg-plist (-1 / +2 lines)
Lines 8-14 Link Here
8
bin/lilysong
8
bin/lilysong
9
bin/midi2ly
9
bin/midi2ly
10
bin/musicxml2ly
10
bin/musicxml2ly
11
lib/lilypond/%%PORTVERSION%%/python/midi.so
12
man/man1/abc2ly.1.gz
11
man/man1/abc2ly.1.gz
13
man/man1/convert-ly.1.gz
12
man/man1/convert-ly.1.gz
14
man/man1/etf2ly.1.gz
13
man/man1/etf2ly.1.gz
Lines 252-257 Link Here
252
%%DATADIR%%/%%PORTVERSION%%/python/langdefs.pyc
251
%%DATADIR%%/%%PORTVERSION%%/python/langdefs.pyc
253
%%DATADIR%%/%%PORTVERSION%%/python/lilylib.py
252
%%DATADIR%%/%%PORTVERSION%%/python/lilylib.py
254
%%DATADIR%%/%%PORTVERSION%%/python/lilylib.pyc
253
%%DATADIR%%/%%PORTVERSION%%/python/lilylib.pyc
254
%%DATADIR%%/%%PORTVERSION%%/python/midi.py
255
%%DATADIR%%/%%PORTVERSION%%/python/midi.pyc
255
%%DATADIR%%/%%PORTVERSION%%/python/musicexp.py
256
%%DATADIR%%/%%PORTVERSION%%/python/musicexp.py
256
%%DATADIR%%/%%PORTVERSION%%/python/musicexp.pyc
257
%%DATADIR%%/%%PORTVERSION%%/python/musicexp.pyc
257
%%DATADIR%%/%%PORTVERSION%%/python/musicxml.py
258
%%DATADIR%%/%%PORTVERSION%%/python/musicxml.py

Return to bug 215076