26 Commits

Author SHA1 Message Date
giovanni
9ac41ceb53 Update to 6.4.0
ok jung@
2018-11-24 11:27:49 +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
2f245ea74d WANTLIB+=m for a bunch of things (chasing sqlite3 fts5 addition) 2017-09-22 21:37:18 +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
jung
610f0dd1a4 update to newer (bugfix) snapshot from today 2017-03-13 20:35:47 +00:00
sthen
12055ca9f9 WANTLIB += pthread 2016-11-08 21:53:16 +00:00
jung
59f8c14d42 update to latest snapshot
ok giovanni
2016-10-18 18:05:19 +00:00
sthen
564c6c344a Cope with moving sqlite3 back to ports. 2016-09-23 09:16:52 +00:00
jung
ad77b3dc1f update to latest snapshot 201607122008 to unbreak after api and header changes
this snapshot also removes most filters, as they are not considered ready

people who started using filters like dkim-signer already, need to look for
other alternatives in ports tree e.g. dkimproxy

ok sthen giovanni
2016-07-13 20:23:40 +00:00
sthen
be8dfb30fb sync WANTLIB 2016-07-09 08:46:24 +00:00
giovanni
ac16c8defb Update to 201606230001 version
ok jung@
2016-06-23 10:15:27 +00:00
jung
07f04c4312 update to snapshot from today 2016-06-21 21:58:09 +00:00
jung
0be508e8c7 update to latest snapshot 201606062304
ok giovanni
2016-06-16 18:26:59 +00:00
jung
075bc2ad30 update to 201605232202 snapshot and add myself as co-maintainer
ok giovanni
2016-05-26 20:12:44 +00:00
giovanni
aacaca8ab3 Update to latest snapshot 201605182041
ok jung@ on a previous diff
2016-05-19 02:50:05 +00:00
jung
22ef0edd29 update to latest snapshot 201602042118 which fixes multiple filter issues
ok giovanni
2016-02-04 22:27:38 +00:00
jung
2d80cfcf4c update to latest snapshot 201601122027
ok giovanni gilles
2016-01-12 21:37:39 +00:00
jung
92c9f36bd0 update to latest snapshot 201601072302
ok giovanni gilles (on a slightly different earlier version)
2016-01-07 22:50:19 +00:00
jung
0dcaffd5d0 add missing libtool dependency spotted by nigel, cluestick by aja and sthen
ok aja sthen
2015-12-01 14:57:20 +00:00
jung
42e24f21cf overdue update of opensmtpd-extras to most recent snapshot
build system changed to autoconf/automake

remove PREFIX=/usr workaround after smtpd was adjusted to look into
/usr/local/libexec as well, thanks gilles

this also brings table-sqlite, table-passwd, and table-ldap up-to-date,
which will be removed from base soon

with help and input from giovanni, landry, sthen, and aja

ok giovanni (maintainer)
2015-11-30 19:47:32 +00:00
giovanni
c304a94ca6 Unbreak after netdb.h include change
ok naddy@
2015-01-19 14:08:02 +00:00
giovanni
673e176749 Update to latest Github commit (2015.01.15) 2015-01-16 23:37:54 +00:00
ajacoutot
9a4b38d169 Fix COMMENT. 2014-09-30 18:31:45 +00:00
giovanni
cf4fa7e90b Import opensmtpd-extras, some extra tools for smtpd(8)
input & ok zhuk@

Extra tools for OpenSMTPD:
  * Null and RAM-only queues
  * Stub and socket-based table implementations
  * table(5) authentication backends for mysql and postgresql
2014-09-30 18:17:09 +00:00