97 Commits

Author SHA1 Message Date
sthen 0b3fcf33c2 sync WANTLIB 2025-07-25 11:34:05 +00:00
giovanni a3334de428 bugfix update to 0.72.3 2024-12-16 09:20:43 +00:00
espie f1df01912f MASTER_SITES -> SITES 2023-09-26 12:28:08 +00:00
giovanni 1d9bf9cedb fix dependency
spotted by ajacoutot@
2023-07-19 13:47:10 +00:00
giovanni d7943a52d9 update to 0.72 version 2023-07-12 08:08:53 +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
giovanni 814f921d97 bugfix update to 0.71.5 2022-10-11 07:49:27 +00:00
ajacoutot 4043dab9cc Remove manually crafted rc_start and use daemon_flags for the same effect. 2022-05-21 11:16:52 +00:00
ajacoutot 9e45440fb2 Use the rc_exec function instead of ${rcexec}. 2022-05-21 10:50:49 +00:00
naddy 348a3e29c5 drop RCS Ids 2022-03-11 19:34:31 +00:00
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