1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

248 Commits

Author SHA1 Message Date
Hajimu UMEMOTO
b39a664d41 Update to 2.1.27. 2018-11-17 18:47:45 +00:00
Alexey Dokuchaev
936a36e30d Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support.  Due to shlib
version change, bump port revisions of the consumer ports.

PR:		233059
Exp-run by:	antoine
Approved by:	maintainer (johans, numerous timeouts)
2018-11-11 15:38:50 +00:00
Hajimu UMEMOTO
e01dcf134a Fix build the saslauthd when the OPENLDAP option is enabled.
PR:		231871
Reported by:	Nathan <ndowens [...] yahoo.com>
2018-10-06 04:39:47 +00:00
Hajimu UMEMOTO
7821430e45 Add OpenSSL 1.1.0 support for saslauthd.
There are the patches to support OpenSSL 1.1.0 in cyrus-sasl2
port, already.  But, it was incomplete for saslauthd.

PR:		231647
Submitted by:	dewayne [...] heuristicsystems.com.au (with some modifications)
2018-09-24 12:46:12 +00:00
Hajimu UMEMOTO
dd78413cfe - Backport from 2.1.27-rc7 OpenSSL 1.1 fixes
- Fix WWW

PR:		225891
Submitted by:	brnrd
2018-06-16 06:16:51 +00:00
Hajimu UMEMOTO
2c2d9313d1 Make local DB-errors more descriptive.
This patch will be included into comming 2.1.27.

PR:		198323
Submitted by:	Mikhail Teterin
2018-01-13 05:57:26 +00:00
Mathieu Arnold
bb5196a149 Remove support for variables that have been deprecated for a while.
variables                  deprecation       revision
WITHOUT_NLS                2013-12-13        r336337
WITH_/WITHOUT_             2014-02-24        r345870
NOPORT(DOC|EXAMPLE)S       2014-04-19        r351587
WITH_BDB_VER               2016-05-02        r414444
OVERRIDE_LINUX_BASE_PORT   2016-09-05        r421387
WITH_OPENSSL_(BASE|PORT)   2016-06-16        r416965

While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.

Cleanup bsd.sanity.mk a bit.

Fix fallout.

PR:		224613
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D13490
2018-01-09 07:40:55 +00:00
Mahdi Mokhtari
feeb5a15e8 security/cyrus-sasl2: separate sql plugins into security/cyrus-sasl2-sql
Fix circular-dependency problem happens after SASL/LDAP was added as
plugin to mysql57-client in r446496

Reviewed by:	bapt, mat (mentor), ume (maintainer)
Approved by:	mat (mentor), ume (maintainer)
MFH:		2017Q3
Differential Revision:	https://reviews.freebsd.org/D11805
2017-08-11 18:47:20 +00:00
Antoine Brodin
94693094df Unbreak, do not overwrite USES 2017-03-15 20:28:53 +00:00
Mathieu Arnold
a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00
Hajimu UMEMOTO
dc4d5f48f0 Use USES=bdb and USES=mysql. 2016-05-12 11:06:41 +00:00
Mathieu Arnold
21bc5c0345 Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
2016-04-25 16:13:38 +00:00
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00
Hajimu UMEMOTO
edf26a4683 Make it buildable with GDBM on.
PR:		208194
Reported by:	vas__at__mpeks.tomsk.su
2016-03-22 05:58:51 +00:00
Hajimu UMEMOTO
0031c305d9 Add the forgot patch at my previous commit. 2016-03-02 14:27:55 +00:00
Hajimu UMEMOTO
b49e7032a3 - Make SASLdb excludable.
- Make SASLdb buildable with GDBM.
- Make sure to disable the plugins where it is not required.
2016-03-02 14:13:45 +00:00
Hajimu UMEMOTO
342be81f93 Move PLIST_FILES for plugins into cyrus-sasl2/Makefile.common. 2016-02-27 17:02:11 +00:00
Hajimu UMEMOTO
90e622d893 Move the common part of the cyrus-sasl2 separated ports into
Makefile.common, to make further maintenance easier.
2016-02-27 05:15:57 +00:00
Hajimu UMEMOTO
629168f305 Revert r409585 to avoid dependency loop.
I've completely forgot this issue.

PR:		207512
2016-02-26 11:27:30 +00:00
Hajimu UMEMOTO
6d181df987 OPTIONSfy ANONYMOUS authentication.
On by default.
2016-02-26 08:59:39 +00:00
Hajimu UMEMOTO
718dd9ecd9 Add OPTIONS for the separeted cyrus-sasl2 ports. 2016-02-26 07:51:37 +00:00
Hajimu UMEMOTO
c0f7910237 Add Cyrus SASL SRP authentication plugin.
Requested by:	Kyle Amon <amonk__at__backwatcher.com>
2016-02-24 10:39:50 +00:00
Hajimu UMEMOTO
01d64fe98c Use OPTIONS helper. 2015-11-12 11:16:30 +00:00
Dag-Erling Smørgrav
b43a2bc820 r398691 placed the patch in the wrong directory, where it had no effect.
Move it to the master port and bump the subport again.

Reviewed by:	ume@
2015-10-07 07:19:26 +00:00
Mathieu Arnold
7f5ef38c3f Backout r398328 and r398370, they break packages depending on them.
With hat:	portmgr
MFH:		2015Q4
Sponsored by:	Absolight, The FreeBSD Foundation
2015-10-02 10:41:09 +00:00
Hajimu UMEMOTO
f571a16345 Use SUB_FILES. 2015-10-01 17:08:36 +00:00
Hajimu UMEMOTO
d4d22ea900 Fix DOCSDIR. 2015-10-01 16:52:45 +00:00
Hajimu UMEMOTO
d2c500d787 Sync package name with origin.
PR:		202756
2015-10-01 15:58:07 +00:00
Hajimu UMEMOTO
d996228059 Add CPE information. 2015-04-09 17:06:11 +00:00
Hajimu UMEMOTO
c1041567fb fix option of pw.
Spotted by:	Sean Eric Fagan <sef__at__Kithrup.COM>
2015-04-02 15:50:49 +00:00
Chris Rees
1e94b6fb2f Switch to USES=pgsql 2014-11-22 19:13:49 +00:00
Baptiste Daroussin
f972be4eb9 Simplify plist 2014-09-23 09:43:38 +00:00
Tijl Coosemans
ed98d435ba databases/sqlite2:
- Convert to USES=libtool and bump dependent ports
2014-09-11 21:54:45 +00:00
Adam Weinberger
08a006d08a Rename all patches that contain '::' as a path separator, and use
'__' instead.
2014-07-29 17:12:47 +00:00
Tijl Coosemans
ec94e4d5eb Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery

Approved by:	portmgr (implicit)
2014-07-05 12:19:32 +00:00
Tijl Coosemans
e4fcc8d7e2 - Keep .la files for now and delete a libtool patch. [1]
- Replace a Makefile.in patch with USES=pathfix.

Reported by:	Willy Offermans <Willy@Offermans.Rompen.nl> [1]
2014-05-09 18:47:24 +00:00
Hajimu UMEMOTO
f8c08fe340 A postscript was added to pkg-messase so that those who
need them for existence of cyrus-sasl2-gssapi and
cyrus-sasl2-ldapdb might notice.

Spotted by:	zi
2014-05-08 16:50:22 +00:00
Hajimu UMEMOTO
6b0e583dfc - Use USES=libtool
- Add one more MASTER_SITE
- Add DOCS to OPTIONS_DEFINE
2014-05-08 15:12:55 +00:00
Hajimu UMEMOTO
0e27ad08e5 Fix build with enabling SQLITE on recent 10-STABLE and later.
Spotted by:	Marc Fournier <scrappy__at__hub.org>
2014-03-25 14:55:39 +00:00
Hajimu UMEMOTO
c91636cecb Make libsasl2.pc usable.
Spotted by:	davide
2014-03-21 17:53:02 +00:00
Hajimu UMEMOTO
64249e8f85 SASL GSSAPI authentication plugin is divided into port
different from cyrus-sasl2.

Spotted by:	Erick Turnquist <jhujhiti__at__adjectivism.org>,
		Scot Hetzel <swhetzel__at__gmail.com>
2013-12-25 18:05:51 +00:00
Hajimu UMEMOTO
03458237af Strip shared library. 2013-11-02 18:01:26 +00:00
Hajimu UMEMOTO
ac566968aa use opt_USE knob.
Spotted by:	sunpoet
2013-10-13 18:35:41 +00:00
Hajimu UMEMOTO
85f83d7fd4 enable stage. 2013-10-13 17:04:48 +00:00
Hajimu UMEMOTO
1213dbb0bc - use modern OPTIONS helper.
- remove LATEST_LINK as this port has no package name collision.
2013-10-13 16:24:18 +00:00
Alexey Dokuchaev
27f024e3d5 - Try to unbreak parallel (-jX) builds
- Improve knobs sort order within Makefile

Reported by:	crees, marino
Approved by:	ume (maintainer timeout, 3 weeks)
2013-09-24 02:16:35 +00:00
Baptiste Daroussin
a65ed2e51b Add NO_STAGE all over the place in preparation for the staging support (cat: security) 2013-09-20 22:55:24 +00:00
Hajimu UMEMOTO
a0cb745994 Mark security/cyrus-sasl2 MAKE_JOBS_UNSAFE.
PR:		ports/181626
Submitted by:	amdmi3
2013-08-30 15:47:17 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Baptiste Daroussin
20a7afc2fa - Add http mirror in case FTP is not available
Approved by:	portmgr (implicit)
2013-04-06 11:10:15 +00:00