diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2017-03-24 10:58:49 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2017-03-24 10:58:49 +0000 |
commit | 38c0f86b8a7628c82e8d10167d064e6edc0f4cc5 (patch) | |
tree | 8b5c34dec57863cb3c8f699aefa4b59fe39ac571 /print/lilypond-devel/files | |
parent | 76317f20beff914279741b25fa11077bebd95feb (diff) | |
download | ports-38c0f86b8a7628c82e8d10167d064e6edc0f4cc5.tar.gz ports-38c0f86b8a7628c82e8d10167d064e6edc0f4cc5.zip |
Notes
Diffstat (limited to 'print/lilypond-devel/files')
8 files changed, 19 insertions, 9 deletions
diff --git a/print/lilypond-devel/files/patch-Documentation_GNUmakefile b/print/lilypond-devel/files/patch-Documentation_GNUmakefile index c52419da0884..2cd8552613d2 100644 --- a/print/lilypond-devel/files/patch-Documentation_GNUmakefile +++ b/print/lilypond-devel/files/patch-Documentation_GNUmakefile @@ -1,4 +1,4 @@ ---- Documentation/GNUmakefile.orig 2016-08-30 10:23:53 UTC +--- Documentation/GNUmakefile.orig 2017-02-26 12:08:59 UTC +++ Documentation/GNUmakefile @@ -73,9 +73,9 @@ source-links = $(outdir)/source\ MAIN_INFO_DOC = lilypond-web diff --git a/print/lilypond-devel/files/patch-config.make.in b/print/lilypond-devel/files/patch-config.make.in index 03b9f4d6634f..833c329decb7 100644 --- a/print/lilypond-devel/files/patch-config.make.in +++ b/print/lilypond-devel/files/patch-config.make.in @@ -1,6 +1,6 @@ ---- config.make.in.orig 2016-08-30 10:23:53 UTC +--- config.make.in.orig 2017-02-26 12:08:59 UTC +++ config.make.in -@@ -67,7 +67,7 @@ sharedstatedir = @sharedstatedir@ +@@ -69,7 +69,7 @@ sharedstatedir = @sharedstatedir@ stepmake = @stepmake@ package_datadir = $(datadir)/$(package) diff --git a/print/lilypond-devel/files/patch-configure b/print/lilypond-devel/files/patch-configure index d9db5b7462ca..614b6624ec6a 100644 --- a/print/lilypond-devel/files/patch-configure +++ b/print/lilypond-devel/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2016-08-30 10:23:53 UTC +--- configure.orig 2017-02-12 12:13:29 UTC +++ configure -@@ -11412,74 +11412,7 @@ test -n "$PKG_CONFIG" || PKG_CONFIG="no" +@@ -11503,74 +11503,7 @@ test -n "$PKG_CONFIG" || PKG_CONFIG="no" if test $? -eq 0 -a -n "0.9.0"; then diff --git a/print/lilypond-devel/files/patch-flower_include_std-string.hh b/print/lilypond-devel/files/patch-flower_include_std-string.hh index 2ca6f298f46d..4a1bc78d35f5 100644 --- a/print/lilypond-devel/files/patch-flower_include_std-string.hh +++ b/print/lilypond-devel/files/patch-flower_include_std-string.hh @@ -1,4 +1,4 @@ ---- flower/include/std-string.hh.orig 2016-08-30 10:23:53 UTC +--- flower/include/std-string.hh.orig 2017-02-26 12:08:59 UTC +++ flower/include/std-string.hh @@ -38,6 +38,7 @@ using namespace std; typedef size_t ssize; diff --git a/print/lilypond-devel/files/patch-flower_include_std-vector.hh b/print/lilypond-devel/files/patch-flower_include_std-vector.hh index c634f71aa9e3..6b5a18f75fb9 100644 --- a/print/lilypond-devel/files/patch-flower_include_std-vector.hh +++ b/print/lilypond-devel/files/patch-flower_include_std-vector.hh @@ -1,4 +1,4 @@ ---- flower/include/std-vector.hh.orig 2016-08-30 10:23:53 UTC +--- flower/include/std-vector.hh.orig 2017-02-26 12:08:59 UTC +++ flower/include/std-vector.hh @@ -212,6 +212,6 @@ junk_pointers (vector<T> &v) vector<string> string_split (string str, char c); diff --git a/print/lilypond-devel/files/patch-lily_include_lily-guile.hh b/print/lilypond-devel/files/patch-lily_include_lily-guile.hh index bf2a73df7985..513ea0ff2b13 100644 --- a/print/lilypond-devel/files/patch-lily_include_lily-guile.hh +++ b/print/lilypond-devel/files/patch-lily_include_lily-guile.hh @@ -1,4 +1,4 @@ ---- lily/include/lily-guile.hh.orig 2016-08-30 10:23:53 UTC +--- lily/include/lily-guile.hh.orig 2017-02-26 12:08:59 UTC +++ lily/include/lily-guile.hh @@ -20,6 +20,8 @@ #ifndef LILY_GUILE_HH diff --git a/print/lilypond-devel/files/patch-python_GNUmakefile b/print/lilypond-devel/files/patch-python_GNUmakefile new file mode 100644 index 000000000000..d3da0c816a28 --- /dev/null +++ b/print/lilypond-devel/files/patch-python_GNUmakefile @@ -0,0 +1,10 @@ +--- python/GNUmakefile.orig 2017-02-26 12:08:59 UTC ++++ python/GNUmakefile +@@ -14,7 +14,6 @@ CONFIG_LDFLAGS= + INSTALLATION_OUT_SUFFIXES=1 + + INSTALLATION_OUT_FILES=$(OUT_SO_MODULES) +-INSTALLATION_OUT_DIR=$(local_lilypond_libdir)/python + + INSTALLATION_OUT_DIR1=$(local_lilypond_datadir)/python + INSTALLATION_OUT_FILES1=$(OUT_PY_MODULES) $(OUT_PYC_MODULES) diff --git a/print/lilypond-devel/files/patch-stepmake_stepmake_texinfo-vars.make b/print/lilypond-devel/files/patch-stepmake_stepmake_texinfo-vars.make index 738377e1df94..291221eddce0 100644 --- a/print/lilypond-devel/files/patch-stepmake_stepmake_texinfo-vars.make +++ b/print/lilypond-devel/files/patch-stepmake_stepmake_texinfo-vars.make @@ -1,4 +1,4 @@ ---- stepmake/stepmake/texinfo-vars.make.orig 2016-08-30 10:23:53 UTC +--- stepmake/stepmake/texinfo-vars.make.orig 2017-02-26 12:08:59 UTC +++ stepmake/stepmake/texinfo-vars.make @@ -31,7 +31,7 @@ DO_TEXI_DEP = ( echo ./$@: $(call scan-t |