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
Hajimu UMEMOTO
e17b4f7b57
Don't search lib32 on FreeBSD/i386.
2013-01-08 15:15:57 +00:00
Hajimu UMEMOTO
b63862b5e7
Use proper krb5-config when using HEIMDAL in ports.
2013-01-06 16:37:52 +00:00
Hajimu UMEMOTO
7e9e4ddc3a
When building with security/krb5 (specifying KRB5_HOME), make
...
sure to link mit-krb5 libs.
2013-01-05 18:01:02 +00:00
Hajimu UMEMOTO
9e797d382c
Mark cyrus-sasl2 as MAKE_JOBS_SAFE.
...
Submitted by: Kevin Zheng <kevinz5000__at__gmail.com>
2012-12-27 15:37:03 +00:00
Hajimu UMEMOTO
292403246c
Add upstream commit to define size_t in sasl.h.
...
PR: ports/174379, ports/174692
Submitted by: rakuco
Obtained from: http://git.cyrusimap.org/cyrus-sasl/commit/include/sasl.h?id=67a188693796a14e3a76ac603104807fbbfddfc4
2012-12-25 17:02:10 +00:00
Hajimu UMEMOTO
7c78d8848e
- Use OPTIONS_RADIO and OPTIONS_GROUP.
...
- Remove useless DEV_URANDOM option. [1]
Spotted by: des[1]
2012-12-15 19:16:30 +00:00
Hajimu UMEMOTO
c45d2ef830
Commit the patch that was forgotten when my
...
previous commit.
Pointy hat to: ume
2012-12-11 04:14:37 +00:00
Hajimu UMEMOTO
dda3fab6a5
Update cyrus-sasl2 to 2.1.26.
...
This bumps shlib version of libsasl2.
2012-12-10 15:10:02 +00:00