Commit Graph

42 Commits

Author SHA1 Message Date
sthen
dae9f91e31 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:28:39 +00:00
ajacoutot
d3aaddb10c WANTLIB: pcre -> pcre2-8 after recent glib2 update. 2022-11-05 17:06:22 +00:00
naddy
c715eab9a5 drop RCS Ids 2022-03-11 19:38:05 +00:00
sthen
3fb7cdbcf6 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:01:35 +00:00
sthen
3cbe1c2f30 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.
2021-02-23 19:39:08 +00:00
ajacoutot
9890d8665a Bump after py-gobject3 merge. 2020-10-03 15:39:57 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
espie
c36d0659b9 @tag gtk-update-icon-cache 2018-06-29 22:16:08 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
ajacoutot
da9bcb1fbd Update to redshift-1.12. 2018-06-23 15:33:44 +00:00
kn
95b23ab1f7 Switch from autogenerated github tarballs to stable release ones.
Use the now prebuilt configure script and drop AUTO_*.

ok sthen
2018-02-27 23:55:31 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
sthen
b9064dc0ff Handle pthread-stubs removal. 2017-10-23 17:10:49 +00:00
shadchin
023286d19f Add a MODPY_PYOEXTENSION variable.
Beginning with Python 3.5 .pyo files are no longer used and
have been replaced by a more flexible scheme that includes
the optimization level explicitly in .pyc name (See PEP-488).
2017-01-03 18:54:48 +00:00
sthen
57bea271df update to redshift-1.11, from Ryan Freeman, input from gsoares@ ajacoutot@ 2016-05-21 10:49:24 +00:00
sthen
25c9fb6555 sync WANTLIB 2015-08-24 10:01:10 +00:00
ajacoutot
f33b253e38 x11/gtk+2,-guic -> x11/gtk+3,-guic && bump 2015-03-27 08:41:04 +00:00
ajacoutot
d8800d8f1f Missing RUN_DEPENDS. 2015-01-24 17:50:42 +00:00
ajacoutot
7430ff2f56 Update to redshift-1.10.
based on a diff from scarlett at xavin dot net
2015-01-10 09:39:21 +00:00
ajacoutot
49bb32c7d7 Missing dependency.
breakage reported by stsp@
2014-09-12 06:24:01 +00:00
ajacoutot
8eaea732bc Missing BUILD_DEPENDS. 2014-09-01 15:11:11 +00:00
ajacoutot
0fcb9af26c Update to redshift-1.9.1. 2014-08-29 22:07:38 +00:00
ajacoutot
05257ae527 Update to redshift-1.8.
initial submission from 'Fred'
2014-03-13 18:11:43 +00:00
ajacoutot
de423d4d84 Bump after devel/gconf2,-main is gone. 2013-09-27 17:49:01 +00:00
ajacoutot
edbd4cb711 Remove the librsvg dependency from the gtk ports, _except_ when it's a
build or lib depends... i.e. just remove the RUN_DEPENDS.
2013-04-02 16:41:21 +00:00
espie
0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
ajacoutot
a1b7c39eb5 gtk-update-icon-cache:
Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.

Some hidden issues may appear, in which case please contact me.

discussed with and ok blind jasper@
2012-06-15 08:32:14 +00:00
ajacoutot
84963604d9 Add a dependency on x11/gtk+2,-guic. 2011-12-03 20:30:09 +00:00
espie
e820071495 normalize pkgpath 2011-09-16 10:31:20 +00:00
kili
80f93683f7 Add geo/geoclue to LIB_DEPENDS instead of picking it up silently
if it's installed. Noticed by frantisek holop.

While here regenerate WANTLIB.

Add --enable-geoclue to CONFIGURE_ARGS (demanded by rpointel@).

ok dcoppa@ rpointel@
2011-07-23 19:48:09 +00:00
rpointel
e744571ff6 Update redshift to 1.7.
ok ajacoutot@.
2011-07-17 08:05:36 +00:00
jasper
eec0417831 bump after default python version switch 2011-06-08 17:31:05 +00:00
kili
27f99a5541 --disable-silent-rules is now added to CONFIGURE_ARGS per default,
if CONFIGURE_STYLE = gnu.
2011-06-02 17:09:31 +00:00
ajacoutot
454b1e3a85 Grrr. 2011-05-18 21:11:16 +00:00
ajacoutot
dfb4363ada Nothing in the dep chain provides librsvg, so explicitely depend on it
so that the icon is correctly displayed.
2011-05-18 21:06:28 +00:00
ajacoutot
5b265fd0da Add missing RUN_DEPENDS on x11/py-gtk2. 2011-03-02 06:41:33 +00:00
espie
bc8dc9adb1 new depends 2010-11-19 07:23:05 +00:00
ajacoutot
eed07dd171 Update to redshift-1.6.
Use MODPY_ADJ_FILES.

prodded by Remi Pointel on ports@
2010-11-03 07:12:40 +00:00
ajacoutot
491cfdea06 Ooops tyop. 2010-09-06 06:22:08 +00:00
ajacoutot
1201e8903c Import redshift-1.5
Redshift adjusts the color temperature of your screen according to your
surroundings. This may help your eyes hurt less if you are working in
front of the screen at night.
<...>


Input and ok sthen@ kili@
2010-09-06 06:21:19 +00:00