87 Commits

Author SHA1 Message Date
giovanni
41129e8ae3 update to 0.71.3 2021-12-14 07:49:39 +00:00
sthen
f77bf34abf sync WANTLIB to unbreak following MariaDB dep change 2020-11-05 19:49:52 +00:00
giovanni
b7f1cb6e74 update to 0.70.0 2020-06-01 07:17:28 +00:00
giovanni
7cd1375808 Update to 0.69.1
some ldap related fixes
2019-08-02 13:27:17 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
giovanni
fd3d09b271 update to 0.69 and fix dependencies only needed for regression tests
hints and ok sthen@ jca@
2019-07-08 09:46:54 +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
landry
add9760921 Add LIB_DEPENDS to LIB_DEPENDS-main so that COMPILER_LIBCXX is in scope
for non-clang archs - fixes packaging there, no change on clang archs,
no bump.
2018-12-06 10:19:28 +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
naddy
16ff511184 fix bad bump 2018-01-12 16:09:42 +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
naddy
9a7941e186 Simplify: avoid triggering autotools cascade after patching configure.ac.
No need to pull in automake and libtool.
2017-09-29 22:05:30 +00:00
naddy
a576a9556f run autotools before configure, not during build 2017-09-29 19:32:18 +00:00
sthen
dd80acd341 needs libtool.m4 2017-09-29 09:04:04 +00:00
giovanni
3fe8cdd1d6 missing automake build_depends
spotted by naddy@
2017-09-27 13:20:02 +00:00
giovanni
726719ab41 Unbreak autoconf checks with clang by not using nested functions
with input from sthen@
2017-09-26 16:14:07 +00:00
sthen
3459a7d4bd Add missing devel/libidn dependency. List the statically linked libraries
in WANTLIB+LIB_DEPENDS with a warning comment, to encourage pkg_add to update
courier-authlib when there are changes to the libs. ok giovanni@ (maintainer)
2017-08-15 11:11:40 +00:00
giovanni
f733cec2e6 drop gettext module
prodded and ok sthen@
2017-08-09 20:36:40 +00:00
giovanni
241f2338ff Update to 0.68
ok portwise sthen@ on a similar diff
2017-08-04 23:14:32 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
giovanni
81e1a887f2 unbreak and regen patches
spotted by Nygel Tailor, thanks
2017-02-10 09:40:01 +00:00
giovanni
c9da08050a bugfix update to 0.67.0
patch committed upstream
2017-02-09 14:43:04 +00:00
sthen
564c6c344a Cope with moving sqlite3 back to ports. 2016-09-23 09:16:52 +00:00
sthen
0e374834c8 fix REVISION-userdb in courier-authlib 2016-09-06 12:10:05 +00:00
giovanni
18e930575e unbreak userdbpw(8), spotted by Stanley Lieber, thanks 2016-09-04 11:40:25 +00:00
giovanni
1fa876901e wrong directory, sorry 2016-05-27 16:25:58 +00:00
giovanni
147f8f1da5 Import p5-Mail-Milter-Authentication, a perl implementation of email
authentication standards, dmarc included.

hints and ok sthen@

pkg/DESCR:
A Perl implementation of email authentication standards rolled up
into a single easy to use milter.

This milter verifies using the following standards.

- SPF
- SenderID
- DKIM (including ADSP)
- DMARC
- IPRev
- Check HELO matches it's IP address
2016-05-27 16:23:33 +00:00
giovanni
a80bd18137 Use getpwnam_shadow(3) where needed
remove trailing whitespaces
ok on a similar diff sthen@
2016-05-27 16:18:28 +00:00
naddy
ca9b81b7fe g/c PFRAG.shared; ok giovanni@ 2016-03-23 12:12:26 +00:00
giovanni
6c72dac3a9 bugfix update to 0.66.4 2016-03-18 21:37:51 +00:00
naddy
c253f424ca garbage collect CONFIGURE_SHARED 2016-03-11 19:59:11 +00:00
jca
436fab4b26 Unbreak, courier-unicode is now required by the configure script.
This is only used by two tests, thus it is only a BUILD_DEPENDS, not
a LIB_DEPENDS.

ok giovanni@ (maintainer)
2015-08-28 21:14:42 +00:00
giovanni
7db7a94f88 Bugfix update to 0.66.3, a patch has been committed upstream 2015-08-27 09:29:53 +00:00
ajacoutot
8df641bf62 Fix pexp. 2015-07-15 21:14:06 +00:00
giovanni
11758a8702 unbreak after MySQL -> Mariadb switch and remove useless patches.
hints and ok sthen@
2014-10-28 09:19:29 +00:00
naddy
b58e217dc9 missing bump after switch to MariaDB 2014-09-15 15:18:16 +00:00
brad
b94a402501 Switch from using MySQL to using MariaDB attempt #2. MariaDB is a drop-in replacement.
ok sthen@
2014-09-13 18:09:20 +00:00
sthen
c3b4ae4568 sync wantlib (kerberos) 2014-04-21 16:27:20 +00:00
giovanni
878c2ed320 bugfix update to 0.66.1
remove an hidden dependency on db/v4 spotted by espie@ and naddy@, thanks
2014-04-11 09:35:04 +00:00
espie
2c945a5ec4 fix rights on sample files 2014-01-25 13:12:12 +00:00
zhuk
12194cff0f Oops, RUN_DEPENDS were affected by devel/gettext, too. Make sure
nothing except -userdb depends on it (bump again).

Noticed by sthen@
2013-08-23 08:24:23 +00:00
sthen
84eca939d4 Missing bumps. 2013-08-23 08:08:33 +00:00
zhuk
6fc1547ec9 Fix dependencies handling, add MODULES=devel/gettext.
Affects only -userdb package.

okay giovanni@ (MAINTAINER)
2013-08-23 07:58:38 +00:00
ajacoutot
64a6588efb No need for pthread. 2013-06-20 08:26:13 +00:00
ajacoutot
25b3041f91 Unbreak after hx509 and ntlm removal from Kerberos. 2013-06-20 06:54:36 +00:00
ajacoutot
8613536758 Some trivial WANTLIB and tweaks to unbreak after the Heimdal update.
Stop hardcoding the Kerberos libs and use krb5-config(1).
2013-06-17 19:28:36 +00:00
brad
17833ea850 Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.

Input from and Ok sthen@ jasper@
2013-06-12 20:36:33 +00:00
brad
0b77cf86a5 Switch from using MySQL to using MariaDB. MariaDB is a drop-in replacement.
ok sthen aja
2013-05-25 00:33:09 +00:00