Commit Graph

110 Commits

Author SHA1 Message Date
robert
e22c1ed53c bad robert missed this file from previous update 2021-04-02 10:02:33 +00:00
robert
d21f162859 update to 10.0.8 2021-04-02 06:43:01 +00:00
naddy
fb3a6dfea5 mail/kopano/core: fix build with LLVM11
LLVM 11 no longer tolerates assigning NULL to bool variables.
The error shows up in code generated by swig, but the problem is
in swig's input.

ok robert@
2021-03-15 20:31:10 +00:00
robert
4eeaf88a1f add missing build dependency on cppunit 2021-03-08 16:42:21 +00:00
sthen
06e20cb110 switch default MODPHP_VERSION to 7.4 and bump ports which have changed
version. (as of 6 Dec 2020, 7.3 went into "security fixes only" mode).
2021-02-24 16:48:59 +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
robert
63a4243f18 update to kopano-10.0.7 2021-02-09 10:32:33 +00:00
sthen
8e98638a48 Set MODPHP_BUILDDEP to No by default, set it to Yes in the ports that
need it. The typical ports for PHP-based software are just untarring
files and there's no need to have PHP itself on build machines for that.
2021-01-25 14:01:51 +00:00
kn
3614615340 Convert quirky .rpm handling to regular EXTRACT_SUFX=.rpm
OK espie robert
2021-01-10 22:33:22 +00:00
sthen
cde7b18b3e sync WANTLIB; xapian changed from libuuid to libc uuid functions 2020-12-21 15:00:34 +00:00
robert
af8defcb4e add missing libs to the ldflags of tests to unbreak build with llvm 10 2020-08-06 06:03:52 +00:00
robert
2d507fd7c8 update to 10.0.6 2020-07-29 13:04:05 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
cwen
c134ee9662 kopano: don't build on ld.bfd archs
'USE_LLD=Yes' does not prevent building the port on ld.bfd archs, where it
fails to build. Using ld.bfd causes undefined references errors.

Use ONLY_FOR_ARCHS, and remove BROKEN-sparc64 accordingly.

"sure" robert@ (maintainer)
2020-06-12 15:54:49 +00:00
robert
02c6bd9391 update to 4.1.2765 2020-05-30 08:50:13 +00:00
robert
d69ffeaad6 update to 10.0.5 2020-05-29 20:00:21 +00:00
robert
016d31a7ef add missing run dependency for py-tzlocal 2020-04-20 15:31:47 +00:00
robert
5116fb3259 update to 10.0.4 2020-04-19 12:44:21 +00:00
kmos
2964251e0a kopanocore steadfastly refuses to build on sparc64.
Mark it BROKEN-sparc64

ok robert@
2020-03-27 19:04:07 +00:00
robert
7489e1b62a update to 4.0.2676 2020-03-22 11:41:28 +00:00
robert
93f585b4d5 update to 10.0.3 2020-03-22 11:22:37 +00:00
robert
51db9fae17 update to 10.0.3 2020-03-22 11:20:34 +00:00
naddy
d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
robert
76a7052aa3 substitute all /usr/bin/python paths to ${MODPY_BIN}; from Eric JACQUOT 2020-03-08 09:22:39 +00:00
robert
907727df15 update to 10.0.2 and apply fix from Eric JACQUOT to fix python dependencies 2020-03-08 08:17:57 +00:00
robert
567c5fef6f update to 9.0.3 2020-02-22 13:28:48 +00:00
robert
1d5d46556d fix previous commit that updated kopano-core to 9.0.2 by commiting
the missing bit in Makefile.inc
2019-12-18 22:07:03 +00:00
robert
0818d7b582 update to 9.0.2 2019-12-18 20:25:16 +00:00
robert
dac592b883 update to 9.0.1 2019-12-01 20:34:46 +00:00
robert
87881829df update to 3.5.12.2508 2019-11-16 20:01:45 +00:00
robert
04d2a461d0 update to 8.7.85 2019-11-16 20:01:20 +00:00
sthen
a1085b9f12 REVISION bumps for php default version switch to 7.3 2019-09-26 21:59:30 +00:00
robert
13a50b5000 add missing dependency on rrdtool to enable kopano-statsd instead
of randomly picking up the rrd library in the pkg builds

found by sthen@
2019-08-22 18:19:34 +00:00
robert
76313cb1d0 do not explicitly link libstdc++
found by naddy@
2019-08-19 14:37:53 +00:00
robert
8bb94f5f85 kopano removed support for daemonizing so we have to do it ourselves 2019-08-03 10:24:09 +00:00
robert
d227b84ca0 update to 8.7.82.62 2019-08-03 09:44:18 +00:00
robert
d9fe30a4b1 update to 8.7.82.59 2019-07-22 16:10:27 +00:00
sthen
b8d12a3b20 update various simple PERMIT_* in Makefile.inc files 2019-07-13 10:59:26 +00:00
robert
223c48b769 update to 3.5.8.2343 2019-07-05 13:07:48 +00:00
robert
d9efbcd18a add lib dependency on xapian-core and fixup wantlib 2019-06-30 20:07:54 +00:00
robert
57475069d3 actually update the version to 8.7.81.203 2019-06-29 18:12:10 +00:00
robert
7c430d88ec update to 8.7.81.203 2019-06-29 13:52:11 +00:00
robert
08861c67ce add missing dependency on www/tidy and fixup wantlibs 2019-05-28 15:43:19 +00:00
naddy
ebf751b927 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
2019-05-20 22:15:00 +00:00
robert
0ba73b166c update to 8.7.80.943 2019-05-09 14:52:32 +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
robert
f2974dca7c update to 3.5.5.2236 2019-04-17 13:01:21 +00:00
robert
46b3d07af7 update to 8.7.80.856 2019-04-17 13:01:02 +00:00
sthen
a85660e811 add USE_LLD, undefined ref's to libicon*, libintl* with ld.bfd 2019-01-21 17:27:26 +00:00
robert
462c5666fe fix distinfo bceause of a re-rolled tarball 2018-12-22 20:26:27 +00:00