aboutsummaryrefslogtreecommitdiff
path: root/mail/courier-authlib-vchkpw
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update courier-authlib to 0.71.2Guido Falsi2021-03-221-1/+1
| | | | Notes: svn path=/head/; revision=568975
* - Update courier-unicode to 2.2.2Guido Falsi2021-03-221-1/+1
| | | | | | | - Bump PORTREVISION of depdendent ports due to shlib version bum Notes: svn path=/head/; revision=568974
* - Update devel/courier-unicode to 2.0Guido Falsi2017-07-061-1/+1
| | | | | | | | | | | | | | | | | - Update mail/cone to 0.96 - Update mail/courier-imap to 4.18.0 [1] - Update mail/maildrop to 2.9.0 - Update mail/sqwebmail to 5.9.0 [1] - Update security/courier-authlib (and slaves) to 0.68.0 [1] On request from oliver@, take maintainership of the courier-authlib ports and the courier-imap port. Approved by: oliver@ (maintainer) [1] Differential Revision: https://reviews.freebsd.org/D11467 Notes: svn path=/head/; revision=445136
* Remove -fPIC. Problem was in mail/vpopmail.Tijl Coosemans2017-02-141-3/+1
| | | | Notes: svn path=/head/; revision=434128
* Add -fPIC to various ports to enable them to build on armv6.Mark Linimon2017-02-091-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=433767
* - Update to devel/courier-unicode to 1.4Guido Falsi2015-09-071-1/+1
| | | | | | | - Chase shlib bump Notes: svn path=/head/; revision=396348
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* - Update courier-unicode to 1.2Guido Falsi2015-04-301-1/+1
| | | | | | | | | | | | | | - Update courier-imap to 4.16.1 - Update maildrop to 2.8.2 - Update sqwebmail to 5.8.2 - Update courier-authlib to 0.66.2 - Some plist and Makefile modernization Approved by: oliver@ (as maintainer of various of these ports) Differential Revision: https://reviews.freebsd.org/D2391 Notes: svn path=/head/; revision=385029
* */courier-authlib*:Tijl Coosemans2014-09-071-0/+1
| | | | | | | | | | | | | | | - Add USES=libtool - Remove USE_LDCONFIG, not needed for modules - Disable static modules - Remove install-configure from INSTALL_TARGET, no impact with staging - Add manpages to pkg-plist - Use @sample - Replace pkg-(de)install and pre-install target with USERS and GROUPS - Create /var/run/authdaemond at package installation instead of in rc script Notes: svn path=/head/; revision=367564
* add STAGE supportOliver Lehmann2014-06-111-1/+0
| | | | Notes: svn path=/head/; revision=357504
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* move mail/courier-authlib to security/courier-authlib which is a meta-port now.Oliver Lehmann2005-04-2611-644/+8
| | | | | | | | Submitted by: Yarema <yds@CoolRat.org> In corporation with: Jose M Rodriguez <josemi@freebsd.jazztel.es>, Milan Obuch <ports@dino.sk>, myself Notes: svn path=/head/; revision=134220
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Merge sysconfdir and userdb configurable from courier-imap [1]Oliver Lehmann2005-04-022-9/+20
| | | | | | | | | | | - Make the port conflicts with mail/courier [1] - add an option to disable make install-configure to merge new otpions into old cfg files PR: ports/79062 [1] Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> [1] Notes: svn path=/head/; revision=132191
* - stop creatng /var/run/authdaemond during the package installationOliver Lehmann2005-03-153-10/+14
| | | | | | | | | | | - create /var/run/authdaemond within the rc.subr Script in case the directory doesn't exist. - Bump PORTREVISION Suggested By: brooks Notes: svn path=/head/; revision=131330
* - change socket and pid location from /usr/local/var/spool/authdaemon/ to ↵Oliver Lehmann2005-03-153-16/+14
| | | | | | | | | | | | /var/run/authdaemond/ - fix default user/group premissions. PR: 78866 Submitted by: Artis Caune <Artis.Caune@latnet.lv> Notes: svn path=/head/; revision=131315
* fix building for cases where WRKDIR is a nfs mountOliver Lehmann2005-03-121-0/+5
| | | | Notes: svn path=/head/; revision=131029
* update to 0.55Oliver Lehmann2005-03-052-16/+21
| | | | | | | | | | | | migrate to OPTIONS [1] add WITH_SYSLOG_FACILITY knob [2] PR: 78362 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1] Sascha Holzleiter <sascha@daemonground.de> [2] Notes: svn path=/head/; revision=130407
* Add BSD master.passwd processing to pw2userdbOliver Lehmann2005-03-012-1/+105
| | | | | | | | | | Bump PORTREVISION PR: ports/78163 Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> Notes: svn path=/head/; revision=130118
* - fix Makefile [1]Oliver Lehmann2005-03-012-1/+5
| | | | | | | | | | | | - Bump PORTREVISION - create and remove PREFIX/var/spool/authdaemon on (de)installation [2] PR: ports/78613 [1] - partly Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> [1] Noted by: Gustavo A. Baratto <gbaratto@superb.net> [2] Notes: svn path=/head/; revision=130112
* update to 0.54Oliver Lehmann2005-02-132-3/+3
| | | | Notes: svn path=/head/; revision=128690
* VPOPMAILDIR?= ${LOCALBASE}/vpopmailOliver Lehmann2005-02-043-12/+32
| | | | | | | | | | update to 0.53 new knobs: WITH_MAILUSER WITH_MAILGROUP WITHOUT_AUTHUSERDB Submitted by: "Gustavo A. Baratto" <gbaratto@superb.net> Notes: svn path=/head/; revision=128045
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-2/+1
| | | | | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) Notes: svn path=/head/; revision=127737
* fix pkg-plistOliver Lehmann2005-01-251-2/+4
| | | | | | | Noted by: kris Notes: svn path=/head/; revision=127338
* don't sed ${WRKSRC}/Makefile.in twiceOliver Lehmann2005-01-211-2/+2
| | | | | | | Noted By: Atanas <atanas@aplus.net> Notes: svn path=/head/; revision=126984
* upadate to courier-authlib 0.52, courier-imap 4.0.1 and sqwebmail 5.0.0Oliver Lehmann2005-01-084-7/+28
| | | | | | | Special thanks for testing and sugestions to: Brian Candler <B.Candler@pobox.com> Notes: svn path=/head/; revision=125759
* Add courier-authlibOliver Lehmann2004-12-1910-0/+478
<quote> Copies of this library code used to exist in other tarballs: Courier, Courier-IMAP, and SqWebMail. Building and installing any of these packages would've automatically installed this authentication code. The authentication library is now a separate, standalone package. This authentication library must now be installed, separately, before upgrading to the following builds (or if installing them for the first time): Courier 0.48, Courier-IMAP 4.0, and SqWebMail 5.0. See NEWS for more information. </quote> http://www.courier-mta.org/authlib/ Notes: svn path=/head/; revision=124478