Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-30 | *: Revbump packages that use Python at runtime without a PKGNAME prefix | nia | 1 | -2/+2 | |
2022-06-29 | lilypond: fix builds with GNU grep >= 3.5 | gutteridge | 3 | -5/+21 | |
As of 3.5, GNU grep changed so by default, "The message that a binary file matches is now sent to standard error", which broke the expectations of the configure script, which was calling grep on font files without using -a or equivalent options. If we change to use -a, this will break non-GNU grep implementations that don't have it, so also universally require GNU grep for consistency/simplicity. We should be fine here, as -a was added to GNU grep 2.4.1 back twenty years ago and pkgsrc sets 2.5.1 as its minimum tool version if building it itself. (Really this package should be updated to a newer stable release branch but I don't have time right now.) | |||||
2022-06-28 | lilypond: update licensing information | gutteridge | 1 | -2/+2 | |
This package switched to GPL v3 in 2009, so it's evidently been wrong for a while in pkgsrc. There are two other main licenses specified for documentation and fonts, too. | |||||
2022-06-28 | *: recursive bump for perl 5.36 | wiz | 1 | -2/+2 | |
2022-06-25 | lilypond: update some comments concerning language dependencies | gutteridge | 1 | -6/+7 | |
Note current state of upstream support for recent Guile and Python. | |||||
2022-03-27 | print/lilypond: Fix documentation build. | riastradh | 2 | -1/+47 | |
No revbump because this simply didn't build before. | |||||
2022-03-07 | *: switch to lang/guile18 | wiz | 1 | -3/+3 | |
2022-03-05 | lilypond: Explain more clearly the guile situation | gdt | 1 | -2/+5 | |
Upstream chooses to support only ancient guile. | |||||
2021-12-08 | revbump for icu and libffi | adam | 1 | -2/+2 | |
2021-10-26 | print: Replace RMD160 checksums with BLAKE2s checksums | nia | 1 | -2/+2 | |
All checksums have been double-checked against existing RMD160 and SHA512 hashes | |||||
2021-10-07 | print: Remove SHA1 hashes for distfiles | nia | 1 | -2/+1 | |
2021-05-24 | *: recursive bump for perl 5.34 | wiz | 1 | -2/+2 | |
2020-12-04 | Revbump packages with a runtime Python dep but no version prefix. | nia | 1 | -2/+2 | |
For the Python 3.8 default switch. | |||||
2020-08-31 | *: bump PKGREVISION for perl-5.32. | wiz | 1 | -2/+2 | |
2020-08-17 | *: revbump after fontconfig bl3 changes (libuuid removal) | leot | 1 | -2/+2 | |
2020-03-10 | librsvg: update bl3.mk to remove libcroco in rust case | wiz | 1 | -2/+2 | |
recursive bump for the dependency change | |||||
2020-03-08 | *: recursive bump for libffi | wiz | 1 | -2/+2 | |
2019-12-28 | lilypond: fix building on NetBSD >8.0 and on some other OSes | gutteridge | 3 | -5/+351 | |
NetBSD's /bin/sh no longer accepts "type -p". The same is true for some other OSes (e.g. recent DragonFly BSD). Use "command -v" instead. | |||||
2019-11-04 | print: align variable assignments | rillig | 1 | -3/+3 | |
pkglint -Wall -F --only aligned --only indent -r No manual corrections. | |||||
2019-09-02 | Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for ↵ | adam | 1 | -2/+2 | |
future Python 3.8 | |||||
2019-08-11 | Bump PKGREVISIONs for perl 5.30.0 | wiz | 1 | -2/+2 | |
2019-04-26 | fix some whitespace, mostly introduced in the previous | maya | 1 | -2/+2 | |
python 3.4 / 3.5 removal commit. | |||||
2019-04-26 | Omit mentions of python 34 and 35, after those were removed. | maya | 1 | -2/+2 | |
- Includes some whitespace changes, to be handled in a separate commit. | |||||
2019-04-25 | PKGREVISION bump for anything using python without a PYPKGPREFIX. | maya | 1 | -2/+2 | |
This is a semi-manual PKGREVISION bump. | |||||
2018-11-14 | Revbump after cairo 1.16.0 update. | kleink | 1 | -2/+2 | |
2018-11-12 | Recursive revbump from hardbuzz-2.1.1 | ryoon | 1 | -2/+2 | |
2018-08-22 | Recursive bump for perl5-5.28.0 | wiz | 1 | -2/+2 | |
2018-07-03 | extend PYTHON_VERSIONS_ for Python 3.7 | adam | 1 | -2/+2 | |
2018-06-19 | print/lilypond: Fix patch by removing an empty if/fi block. | fhajny | 2 | -8/+12 | |
2018-04-16 | Recursive bump for new fribidi dependency in pango. | wiz | 1 | -2/+2 | |
2018-03-12 | Recursive bumps for fontconfig and libzip dependency changes. | wiz | 1 | -2/+2 | |
2017-02-12 | Recursive revbump from fonts/harfbuzz | ryoon | 1 | -2/+2 | |
2017-02-06 | Recursive bump for harfbuzz's new graphite2 dependency. | wiz | 1 | -2/+2 | |
2017-01-01 | Add python-3.6 to incompatible versions. | wiz | 1 | -2/+2 | |
2016-09-15 | Note that lilypond rejects guile20 | gdt | 1 | -1/+2 | |
"ERROR: Please install required programs: guile-config < 1.9.0 (installed: 2.0.12)" | |||||
2016-09-15 | After guile's and guile20's installation prefixes have changed, it's time | wiz | 1 | -2/+2 | |
to bump their dependencies (except those that were bumped in the last 24 hours already). | |||||
2016-08-02 | Ignore result of broken pkg-config version test. | wiz | 2 | -4/+14 | |
2016-07-09 | Remove python33: adapt all packages that refer to it. | wiz | 1 | -2/+2 | |
2016-07-09 | Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. | wiz | 1 | -2/+2 | |
2016-01-09 | Since we use a file from the flex package, make sure we use the | wiz | 1 | -1/+4 | |
same version of flex. Otherwise stuff breaks in weird ways. | |||||
2015-12-05 | Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 | adam | 1 | -2/+2 | |
2015-11-04 | Add SHA512 digests for distfiles for print category | agc | 1 | -1/+2 | |
Problems found locating distfiles: Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz Package dvidvi: missing distfile dvidvi-1.0.tar.gz Package lgrind: missing distfile lgrind.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. | |||||
2015-06-12 | Recursive PKGREVISION bump for all packages mentioning 'perl', | wiz | 1 | -2/+2 | |
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0. | |||||
2015-04-28 | Needs tex-lh; this was indirectly provided by dblatex until a couple of | wiz | 1 | -2/+3 | |
days ago. Depend on it directly and bump PKGREVISION. | |||||
2015-04-25 | Recursive revbump following MesaLib update, categories p through x. | tnn | 1 | -2/+2 | |
2014-05-29 | Bump for perl-5.20.0. | wiz | 1 | -2/+2 | |
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time. | |||||
2014-05-09 | Mark packages that are not ready for python-3.3 also not ready for 3.4, | wiz | 1 | -2/+2 | |
until proven otherwise. | |||||
2014-05-05 | Recursive revbump from x11/pixman | ryoon | 1 | -1/+2 | |
Fix PR pkg/48777 | |||||
2014-04-01 | Update to 2.18.2. Changes not found. | wiz | 2 | -6/+6 | |
2014-02-24 | Update to 2.18.1: if I understand correctly, the documentation was updated. | wiz | 2 | -6/+6 | |