102 Commits

Author SHA1 Message Date
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
robert
0b73faa592 update to 3.5.1.2047 2018-12-22 17:55:23 +00:00
robert
d0c5a9a82e update to 8.7.80.355 2018-12-22 12:17:49 +00:00
robert
9321324341 remove dep on lang/python/2.7,-bsddb and avoid using libexecinfo 2018-12-20 10:01:18 +00:00
sthen
1bc02feda1 BUILD_DEPENDS on everybody's favourite libexecinfo 2018-12-19 20:51:31 +00:00
ajacoutot
430ee36fc4 Unbreak: needs to depends on the python3 FLAVOR. 2018-12-19 08:39:17 +00:00
robert
8a0019eaea update to 8.7.80.312 2018-12-17 15:19:40 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
sthen
44f8a14fd9 switch default php version from 7.0 to 7.1 (not 7.2 yet as some things are still
using mcrypt).
2018-10-17 14:15:55 +00:00