27 Commits

Author SHA1 Message Date
sthen
18323762b9 use MODPY_PYBUILD 2022-11-26 15:02:49 +00:00
sthen
81d581665c bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:27:35 +00:00
ajacoutot
f50fdd748e Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:14:43 +00:00
sthen
5b707fdaba regen plist with setuptools installed 2022-08-18 12:48:08 +00:00
naddy
85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +00:00
espie
737fb8bb76 zap a few PKGNAME-sub which are now default
(and also duplicated EPOCH-sub which make little sense in db/{v3,v4}
2021-11-22 13:55:54 +00:00
sthen
75261975b1 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:22 +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
sthen
3fd8656015 reinstate accidentally deleted line; reported by naddy 2021-01-31 20:47:25 +00:00
sthen
2f997f4bc8 update to distcc-3.3.5 2021-01-31 19:28:02 +00:00
sthen
d80c418015 regen PLISTs for python ports with .so files that end up renamed due to
the EXT_SUFFIX change in Python 3.8.7
2021-01-04 14:06:26 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
sthen
3beba617d5 update to distcc-3.3.3, sync WANTLIB, update HOMEPAGE, install the
update-distcc-symlinks script which works ok as long as you have the
-main subpackage installed, move --daemon from daemon_flags in the
rc script to daemon.
2020-06-12 14:19:11 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +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
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
jasper
69bf443f19 update to distcc-3.3 2018-04-26 16:25:14 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
jasper
6a9c627fab fix package name
pointed out by naddy@
2017-11-05 18:49:09 +00:00
naddy
5b5b968a1a replace gettext module; ok jasper@ 2017-11-04 10:46:26 +00:00
espie
8d860230fd adjust distinfo post DISTFILES change 2017-05-06 15:10:17 +00:00
espie
bd56cee689 obvious fix for clang 2017-05-03 08:55:23 +00:00
jasper
ee7c8d42db update to distcc-3.2.0-rc1, the last tag before googlecode went belly-up 2017-04-16 19:29:27 +00:00
jasper
8b1c6384c7 submitted upstream 2015-12-28 15:15:36 +00:00
jasper
3456ccd806 snuck in; no bump as not hooked up yet 2015-12-28 08:16:44 +00:00
jasper
d09d380526 import distcc-3.1 (git head)
distcc is a program to distribute compilation of C or C++ code across
several machines on a network. distcc should always generate the same
results as a local compile, is simple to install and use, and is often
two or more times faster than a local compile.

feedback/ok sthen@
2015-12-28 08:15:31 +00:00