Version: 2.18.2, Package name: lilypond-2.18.2 |
Maintained by: Matthias Kilian |
Master sites: |
Description-docs The complete documentation for the LilyPond note engraving system, including tutorial, user guide and reference manual in HTML and PDF formats. Description-main LilyPond is an "automated engraving system." It formats music beautifully and automatically, and has a friendly syntax for its input files. |
Filesize: 15652.321 KB |
Version History (View Complete History) |
|
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-20 16:15:31 by Christian Weisgerber | Files touched by this commit (488) |
Log message: Update gettext to 0.20.1. Follow the upstream recommendations for packagers and switch to multi-packages: devel/gettext -> devel/gettext,-runtime devel/gettext-tools -> devel/gettext,-tools (new) devel/gettext,-textstyle |
2018-12-26 14:20:21 by Matthias Kilian | Files touched by this commit (1) |
Log message: mftrace moved from fonts/ to print/ |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2016-03-20 10:12:27 by Christian Weisgerber | Files touched by this commit (104) |
Log message: drop SHARED_ONLY from python and ruby ports |
2015-04-06 15:05:07 by Antoine Jacoutot | Files touched by this commit (7) |
Log message: Cope with recent fonts directory change in ghostscript. ok kili@ |
2015-01-18 14:27:21 by Matthias Kilian | Files touched by this commit (1) |
Log message: Tests had been "temporarily" disabled for more than three years now, so just drop all the test-goo. |
2011-07-19 03:20:47 by Jasper Lievisse Adriaanse | Files touched by this commit (7) |
Log message: adjust dependencies after moving fonts to fonts/ pointed out by sthen@ |
2011-07-18 14:20:14 by Landry Breuil | Files touched by this commit (1) |
Log message: Remove BROKEN-hppa, the last version builds fine there. Tested by myself, committing on behalf of kili@ |
2011-07-08 12:00:58 by Matthias Kilian | Files touched by this commit (1) |
Log message: Matt doesn't want credits any longer. |
2011-07-06 08:14:06 by Matthias Kilian | Files touched by this commit (15) |
Log message: Update to lilypond-2.14.1. This still uses the downloaded documentation instead of building it, because it's no fun do build the documentation on low-memory and/or slow systems like arm (it ran for a couple of days on my armish, and then it failed with a segfault, which i then couldn't reproduce for the specific file the segfaults happend on). It also doesn't depend on the texinfo-4.13 port I sent to ports@ (but not yet committed) recently. Running it on some of my (rather oldish, i.e. written for lilypond-2.10 and older) files produces mixed results -- simple stuff still works, some stuff reports failure (yet creates correct output, which is strange). Complicated music like my (never finished) work on the Busoni transcription of BWV-1004/Partita II doesn't work at all (but iirc, it didn't with lilypond-2.12, either). make regress currently fails with this version, because it would need the texinfo port and a new test-baseline, which I didn't yet create. Some work to build the documentation for real (possibly shielded by a pseudo flavor) will follow. |
2011-06-08 11:37:37 by Jasper Lievisse Adriaanse | Files touched by this commit (13) |
Log message: bump after default python version switch |
2010-11-26 07:17:17 by Marc Espie | Files touched by this commit (10) |
Log message: zap autoconf-N: part, since it's now default |
2010-11-20 02:48:40 by Marc Espie | Files touched by this commit (96) |
Log message: new depends |
2010-11-11 11:34:59 by Marc Espie | Files touched by this commit (19) |
Log message: more WANTLIB |
2010-11-06 10:07:01 by Marc Espie | Files touched by this commit (25) |
Log message: move gettext to new WANTLIB |
2010-10-24 15:32:40 by Antoine Jacoutot | Files touched by this commit (17) |
Log message: Remove USE_X11. |
2010-10-18 15:25:09 by Marc Espie | Files touched by this commit (100) |
Log message: USE_GROFF=Yes |
2010-09-02 01:51:35 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - upstream regenerated the tarball. committing on behalf of kili@ |
2010-08-30 12:29:28 by Federico G. Schwindt | Files touched by this commit (9) |
Log message: Bump revision after python's default change. |
2010-06-24 13:53:12 by Matthias Kilian | Files touched by this commit (1) |
Log message: Adjust WANTLIB and bump. Silence post-extract a little bit. Enable regression tests. |
2010-05-22 04:37:35 by Landry Breuil | Files touched by this commit (1) |
Log message: Mark as BROKEN on hppa, SIGILL during build. |
2010-01-01 04:00:49 by Matthias Kilian | Files touched by this commit (10) |
Log message: Update to 2.12.3. |
2009-10-26 13:15:15 by Matthias Kilian | Files touched by this commit (1) |
Log message: Unbreak the build after the removal of ${LOCALBASE}/lib/X11/fonts/ghostscript. No pkg bump necessary, since the ghostscript fonts are used during build time only. |
2009-10-11 12:56:21 by Matthias Kilian | Files touched by this commit (13) |
Log message: Update to 2.12.2, following the guile update. May still be broken a little bit; I'll fix any possible bugs soon. |
2009-08-10 00:34:09 by Matthias Kilian | Files touched by this commit (33) |
Log message: WANTLIB changes after xcb addition and bump. |
2009-04-26 05:01:05 by Antoine Jacoutot | Files touched by this commit (57) |
Log message: CONFIGURE_ENV += PYTHON="${MODPY_BIN}" is inherited from the python module |
2009-03-14 05:36:25 by Antoine Jacoutot | Files touched by this commit (50) |
Log message: - nothing should have to run_depends on rarian anymore - explicitely add build_depends on rarian where gnome-doc-utils is also a build dependency as it does not itself run_depends on rarian anymore This was the 2nd and hopefully last pass of rarian/scrollkeeper cleaning. discussed with jasper@ |
2009-03-14 04:40:54 by Antoine Jacoutot | Files touched by this commit (110) |
Log message: - first pass at cleaning rarian/scrollkeeper handling remove rarian-sk-update from PLIST ; it is only a wrapper that does noting: librarian takes care of everything now. discussed with jasper@ |
2008-12-17 11:43:13 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: - switch to rarian instead of scrollkeeper - regen PLIST ok ajacoutot@ |
2007-12-18 09:05:48 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: - add missing scrollkeeper-update goo |
2007-10-08 02:22:44 by Steven Mestdagh | Files touched by this commit (216) |
Log message: bump PKGNAME after python version switch |
2007-09-23 13:28:15 by Matthias Kilian | Files touched by this commit (4) |
Log message: Update to 2.10.33. |
2007-09-15 15:36:45 by Michael Erdely | Files touched by this commit (44) |
Log message: Remove surrounding quotes in COMMENT/PERMIT_*/ERRORS |
2007-06-06 14:36:23 by Matthias Kilian | Files touched by this commit (10) |
Log message: Update to 2.10.25. |
2007-05-20 08:14:38 by Matthias Kilian | Files touched by this commit (1) |
Log message: Better COMMENTs. Noticed after a general mail from espie@. |
2007-04-05 10:20:19 by Marc Espie | Files touched by this commit (912) |
Log message: base64 checksums. |
2007-04-01 16:07:44 by Matthias Kilian | Files touched by this commit (3) |
Log message: Unbreak for xenocara: don't even run fc-cache, fix WANTLIB (+ expat z). While here, remove a bogus patch also related to fc-cache that is never invoked (target install-fc-cache). ok, martynas@ |
2007-04-01 10:44:20 by Nikolay Sturm | Files touched by this commit (12) |
Log message: really depend on specified autoconf/automake version |
2007-03-22 16:08:54 by Matthias Kilian | Files touched by this commit (1) |
Log message: Fix MASTER_SITES. Found by and from Charles Longeau, thanks! |
2006-12-28 16:26:23 by Matthias Kilian | Files touched by this commit (1) |
Log message: Remove an unused variable. |
2006-11-26 04:24:29 by Steven Mestdagh | Files touched by this commit (6) |
Log message: update to 2.8.8 new MULTI_PACKAGES from kili@ with some corrections by me. |
2006-11-13 05:51:15 by Steven Mestdagh | Files touched by this commit (40) |
Log message: USE_X11 |