aboutsummaryrefslogtreecommitdiff
path: root/security/courier-authlib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+8
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Fix shebang for expect script in courier-authlib-base to work withGuido Falsi2017-10-081-1/+1
| | | | | | | | | | the ports provided expect command (if installed). PR: 208036 Submitted by: jay-fbbu@g-cipher.net Notes: svn path=/head/; revision=451514
* Make courier-autlib ports run the sysconftool on installation, asGuido Falsi2017-09-281-5/+7
| | | | | | | | | | | | | | | | | suggested by upstream, like courier-imap port does. The sample files are renamed to ".dist" because that is the name the tool expects. Also added a note to UPDATING to warn users about the sysconftool expecting the comments not to be removed. While here convert to localbase. Suggested by: Doug McIntyre <merlyn at iphouse.net> Notes: svn path=/head/; revision=450857
* - Update devel/courier-unicode to 2.0Guido Falsi2017-07-061-2/+2
| | | | | | | | | | | | | | | | | - 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
* Cleanup NO_BUILD and NO_INSTALL usage.Mathieu Arnold2016-12-291-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=429892
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Update mail/courier-imap to 4.16.2Guido Falsi2015-07-031-1/+1
| | | | | | | | | | | | - Update mail/sqwebmail to 5.8.3 - Update security/courier-authlib to 0.66.3 - Remove no more needed patch from mail/maildrop Approved by: oliver (maintainer) Differential Revision: https://reviews.freebsd.org/D2975 Notes: svn path=/head/; revision=391221
* Remove deprecated USE_RCORDER which was already off except if one enforcedBaptiste Daroussin2015-06-221-4/+0
| | | | | | | WITH_RCORDER Notes: svn path=/head/; revision=390319
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Update courier-unicode to 1.2Guido Falsi2015-04-301-3/+7
| | | | | | | | | | | | | | - 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
* Finally retire USE_PGSQLChris Rees2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373100
* Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.Tijl Coosemans2014-09-171-1/+2
| | | | | | | | | | There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=368356
* */courier-authlib*:Tijl Coosemans2014-09-071-36/+15
| | | | | | | | | | | | | | | - 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
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* Convert to modern LIB_DEPENDSBaptiste Daroussin2014-07-011-1/+1
| | | | Notes: svn path=/head/; revision=360012
* add STAGE supportOliver Lehmann2014-06-111-3/+2
| | | | Notes: svn path=/head/; revision=357504
* update to 0.66.1Oliver Lehmann2014-02-211-2/+2
| | | | Notes: svn path=/head/; revision=345390
* update to 0.66.0Oliver Lehmann2013-10-171-1/+1
| | | | Notes: svn path=/head/; revision=330610
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Convert to new perl frameworkBaptiste Daroussin2013-09-161-8/+2
| | | | | | | Convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327417
* add USES=iconv which it doesOliver Lehmann2013-07-071-0/+1
| | | | | | | Noted by: mat Notes: svn path=/head/; revision=322423
* - adoption of optionsNGJason Helfman2013-05-231-2/+2
| | | | | | | Approved by: portmgr (miwi) Notes: svn path=/head/; revision=318826
* disable SQLite support for the time being (no child port exists)Oliver Lehmann2012-10-151-1/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305912
* update to 0.65.0Oliver Lehmann2012-10-141-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305872
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-2/+2
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* update courier-authlib to 0.64.0Oliver Lehmann2012-06-241-2/+1
| | | | Notes: svn path=/head/; revision=299872
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Track dependencies after databases/gdbm updateGabor Kovesdan2011-09-121-2/+2
| | | | Notes: svn path=/head/; revision=281668
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* remove PORTREVISION definition from net/courier-authlib-ldapOliver Lehmann2010-10-171-1/+1
| | | | | | | bump PORTREVISION to 2 Notes: svn path=/head/; revision=263133
* set UNIQUENAME, thus fix slave ports after switching to USE_LDCONFIG.Max Brazhnikov2010-06-111-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=256415
* Convert LDCONFIG_DIRS to USE_LDCONFIG.Max Brazhnikov2010-06-081-2/+2
| | | | | | | | | PR: based on ports/146365 Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua> Approved by: maintainers timeout (two weeks) Notes: svn path=/head/; revision=256132
* update to 0.63.0Oliver Lehmann2010-01-021-1/+1
| | | | Notes: svn path=/head/; revision=247010
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* update to 0.62.4Oliver Lehmann2009-07-021-1/+1
| | | | Notes: svn path=/head/; revision=236923
* update to 0.62.2Oliver Lehmann2009-04-041-1/+1
| | | | Notes: svn path=/head/; revision=231574
* update to 0.62.1Oliver Lehmann2009-01-041-1/+1
| | | | Notes: svn path=/head/; revision=225225
* update to 0.61.1Oliver Lehmann2008-12-051-2/+3
| | | | Notes: svn path=/head/; revision=223818
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* update to 0.61.0Oliver Lehmann2008-07-161-1/+1
| | | | Notes: svn path=/head/; revision=216901
* update to 0.60.6Oliver Lehmann2008-06-131-1/+1
| | | | Notes: svn path=/head/; revision=214742
* update to 0.60.4Oliver Lehmann2008-06-121-3/+4
| | | | | | | | | | the vpopmail support was removed with 0.60.3 (because none felt responsible for maintaining it in courier-authlib) - this commit adds - togehter with this update - a patch which patches the vpopmail support back into 0.60.4 (because at least I need the interaction with vpopmail!). Notes: svn path=/head/; revision=214721
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* update to 0.60.2Oliver Lehmann2007-10-141-1/+1
| | | | Notes: svn path=/head/; revision=201466
* update to 0.60.1Oliver Lehmann2007-10-091-1/+1
| | | | Notes: svn path=/head/; revision=201211
* update to 0.60.0Oliver Lehmann2007-10-031-1/+1
| | | | Notes: svn path=/head/; revision=200727
* update to 0.59.3Oliver Lehmann2007-04-261-2/+1
| | | | Notes: svn path=/head/; revision=190939
* update to 0.59.2Oliver Lehmann2007-04-081-1/+1
| | | | Notes: svn path=/head/; revision=189482