adam
435af01a8b
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8
2019-09-02 13:19:35 +00:00
wiz
1ac2210b6f
*: recursive bump for gdk-pixbuf2-2.38.1
2019-07-21 22:23:57 +00:00
maya
7820bc7a2f
fix some whitespace, mostly introduced in the previous
...
python 3.4 / 3.5 removal commit.
2019-04-26 14:12:31 +00:00
maya
5901ac0824
Omit mentions of python 34 and 35, after those were removed.
...
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-26 13:13:41 +00:00
maya
f34a8c24a3
PKGREVISION bump for anything using python without a PYPKGPREFIX.
...
This is a semi-manual PKGREVISION bump.
2019-04-25 07:32:34 +00:00
ryoon
6fc378bce9
Recursive revbump from textproc/icu
2019-04-03 00:32:25 +00:00
adam
16dd5de231
revbump after updating textproc/icu
2018-12-09 18:51:58 +00:00
kleink
f1a683c990
Revbump after cairo 1.16.0 update.
2018-11-14 22:20:58 +00:00
ryoon
b86dfe6873
Recursive revbump from hardbuzz-2.1.1
2018-11-12 03:51:07 +00:00
ryoon
b9c1e1d533
Recursive revbump from textproc/icu-62.1
2018-07-20 03:33:47 +00:00
adam
a31bce9748
extend PYTHON_VERSIONS_ for Python 3.7
2018-07-03 05:03:01 +00:00
wiz
8ee21bdcf0
Recursive bump for new fribidi dependency in pango.
2018-04-16 14:33:44 +00:00
adam
299d329d51
revbump after icu update
2018-04-14 07:33:52 +00:00
wiz
c57215a7b2
Recursive bumps for fontconfig and libzip dependency changes.
2018-03-12 11:15:24 +00:00
rillig
c77d3c5335
pkgtools/*: Realign variables in Makefiles
...
Mainly done by pkglint, manually reviewed and improved in some few cases.
2018-01-27 19:07:46 +00:00
adam
8977d31a36
Revbump after textproc/icu update
2017-11-30 16:45:00 +00:00
maya
33ebf687dc
revbump for requiring ICU 59.x
2017-09-18 09:52:56 +00:00
adam
75a9285105
Revbump after icu update
2017-04-22 21:03:07 +00:00
ryoon
72c3cb198b
Recursive revbump from fonts/harfbuzz
2017-02-12 06:24:36 +00:00
wiz
7ac05101c6
Recursive bump for harfbuzz's new graphite2 dependency.
2017-02-06 13:54:36 +00:00
wiz
7f84153239
Add python-3.6 to incompatible versions.
2017-01-01 14:43:22 +00:00
wiz
7135fcadcc
Revert "Specify readline requirement on 30 packages"
...
Many of these definitely do not depend on readline.
So there must be a different underlying problem, and that
should be tracked down instead of papering over it.
2016-12-12 14:22:01 +00:00
ryoon
36ed025474
Recursive revbump from textproc/icu 58.1
2016-12-04 05:17:03 +00:00
marino
938dfe006b
Specify readline requirement on 30 packages
...
Solves:
/usr/libexec/binutils225/elf/ld.gold: error: cannot find -lreadline
The missing specification is obvious on DragonFly because there's
no publically accessible version of readline in base.
2016-12-04 03:51:14 +00:00
adam
77b8ed74db
Revbump after graphics/gd update
2016-08-03 10:22:08 +00:00
wiz
ad0031c15e
Remove python33: adapt all packages that refer to it.
2016-07-09 13:03:30 +00:00
ryoon
ac20a93574
Recursive revbump from textproc/icu 57.1
2016-04-11 19:01:33 +00:00
adam
7f3b4730ad
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
2015-12-05 21:25:27 +00:00
agc
771abda008
Add SHA512 digests for distfiles for pkgtools category
...
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-11-04 00:38:39 +00:00
ryoon
b141232e29
Recursive revbump from textproc/icu
2015-10-10 01:57:50 +00:00
tnn
6a69e9522b
Recursive revbump following MesaLib update, categories p through x.
2015-04-25 14:24:44 +00:00
adam
9071d6b787
Revbump after updating textproc/icu
2015-04-06 08:17:13 +00:00
obache
aa22e096b1
Update MASTER_SITES and HOMEPAGE.
2015-01-17 04:47:17 +00:00
adam
243c29c4cc
Revbump after updating libwebp and icu
2014-10-07 16:47:10 +00:00
wiz
c1b44346cd
Mark packages that are not ready for python-3.3 also not ready for 3.4,
...
until proven otherwise.
2014-05-09 07:36:53 +00:00
ryoon
60806aa001
Recursive revbump from x11/pixman
...
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
obache
d8fc20e0b0
recursive bump from icu shlib major bump.
2014-04-09 07:26:56 +00:00
obache
44f6db20a9
LICENSE=gnu-gpl-v2
2014-03-03 04:26:38 +00:00
wiz
aa67e11089
Mark packages as not ready for python-3.x where applicable;
...
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00
adam
63c018902c
Revbump after updating textproc/icu
2013-10-19 09:06:55 +00:00
ryoon
3fba1a52dd
Recursive revbump from pango-1.36.0
2013-10-10 14:41:44 +00:00
adam
d2cb6dec32
Revbump after cairo update
2013-09-02 19:50:38 +00:00
jperkin
0a0fe7bc14
Fix for missing LOG_AUTHPRIV on SunOS.
2013-06-23 18:21:41 +00:00
wiz
e0b49a2fed
Bump PKGREVISION for libXft changes for NetBSD native X support on
...
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
tron
a36fb86593
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
...
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
53745b22ea
Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
...
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
2013-06-03 10:05:17 +00:00
obache
cfa4f34d48
Allow to use glib deprecated API, for g_thread_suppoted()
2013-05-11 02:23:54 +00:00
adam
1ab43a036f
Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.
2013-05-09 07:39:04 +00:00
wiz
d1b820f37b
Recursive bump for png-1.6.
2013-02-16 11:18:58 +00:00
adam
f4c3b89da7
Revbump after graphics/jpeg and textproc/icu
2013-01-26 21:36:13 +00:00