From c1e3ca022588c3236b0a70930a134d1aab245f75 Mon Sep 17 00:00:00 2001 From: ume Date: Fri, 25 Feb 2005 17:45:03 +0000 Subject: some cleanup. --- mail/cyrus-imapd24/Makefile | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) (limited to 'mail/cyrus-imapd24') diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index a0386f8bb2c6..0ca3bf6a3a64 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -101,15 +101,15 @@ OPTIONS+= PASS8BITHACK "Add pass8bit option (not recommended)" off BROKEN= "You need to select one BDB version. Run 'make config' again!" .endif .if ${USE_BDB_VER} == 3 -WITH_BDB_3= yes +WITH_BDB_3= true .elif ${USE_BDB_VER} == 4 -WITH_BDB_4= yes +WITH_BDB_4= true .elif ${USE_BDB_VER} == 41 -WITH_BDB_41= yes +WITH_BDB_41= true .elif ${USE_BDB_VER} == 42 -WITH_BDB_42= yes +WITH_BDB_42= true .elif ${USE_BDB_VER} == 43 -WITH_BDB_43= yes +WITH_BDB_43= true .endif .endif .if (defined(WITH_BDB_3) && defined(WITH_BDB_4)) || \ @@ -125,21 +125,27 @@ WITH_BDB_43= yes BROKEN= "Multiple BDB versions selected. Run 'make config' again!" .endif .if defined(WITH_BDB_3) -LIB_DEPENDS+= db3.3:${PORTSDIR}/databases/db3 -CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db3 --with-bdb=db3 +BDB_VER= 3 +BDB_MAJOR= 3 .elif defined(WITH_BDB_4) -LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db4 -CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db4 --with-bdb=db4 +BDB_VER= 4 +BDB_MAJOR= 0 .elif defined(WITH_BDB_41) -LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41 -CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db41 --with-bdb=db41 +BDB_VER= 41 +BDB_MAJOR= 1 .elif defined(WITH_BDB_42) -LIB_DEPENDS+= db-4.2.2:${PORTSDIR}/databases/db42 -CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db42 --with-bdb=db-4.2 +BDB_VER= 42 +BDB_SUFFIX= -4.2 +BDB_MAJOR= 2 .elif defined(WITH_BDB_43) -LIB_DEPENDS+= db-4.3.0:${PORTSDIR}/databases/db43 -CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db43 --with-bdb=db-4.3 +BDB_VER= 43 +BDB_SUFFIX= -4.3 +BDB_MAJOR= 0 .endif +BDB_SUFFIX?= ${BDB_VER} +LIB_DEPENDS= db${BDB_SUFFIX}.${BDB_MAJOR}:${PORTSDIR}/databases/db${BDB_VER} +CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db${BDB_VER} \ + --with-bdb=db${BDB_SUFFIX} .if defined(WITH_NNTP) CONFIGURE_ARGS+=--enable-nntp -- cgit electron4/files/lodash.merge-4.6.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/security/sudo
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.wxs2012-06-211-1/+1
* Add option to enable OPIE support (off by default). [1]wxs2012-06-191-19/+28
* Update to 1.8.5p2.wxs2012-06-042-3/+3
* Update to 1.8.5p1.wxs2012-05-213-5/+11
* Update to 1.8.4p5wxs2012-05-162-4/+4
* Update to 1.8.4p4wxs2012-03-132-3/+4
* Update to 1.8.4p2wxs2012-03-014-7/+13
* If you used LDAP and NOPORTDOCS then the documentation directory would bewxs2012-02-062-1/+2
* Update to 1.8.3p2wxs2012-01-312-4/+4
* Switch to using MASTER_SITE_SUDO.wxs2011-11-101-28/+1
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0
* - Use DISTNAME instead of DISTFILES and remove WRKSRC.wxs2011-11-011-2/+1
* Fix version number going backwards.wxs2011-10-301-1/+4
* - Update to 1.8.3p1wxs2011-10-302-3/+3
* Fix build on FreeBSD 10kwm2011-10-291-0/+1
* - Update to 1.8.3.wxs2011-10-233-3/+8
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
* - Switch to using bsd.port.options.mk.wxs2011-09-071-2/+2
* - Update to 1.8.2wxs2011-09-073-7/+28
* - Remove dead MASTER_SITES.wxs2011-08-031-5/+0
* Update to 1.8.1p2wxs2011-05-232-5/+5
* Add an AUDIT option, which is off by default for now. I will turn it onwxs2011-05-131-1/+6
* Update to 1.8.1p1.wxs2011-04-174-33/+7
* Fix a typo in pkg-install. Should use -m and not -M for install(1).wxs2011-04-121-1/+1
* The install process checks the validity of sudoers before installingwxs2011-04-122-1/+19
* Revert the removal of sudoers.d. It is a POLA violation. While here removewxs2011-04-124-17/+11
* We don't install a sudoers.d, remove that from the default sudoers file.wxs2011-04-112-2/+11
* Update to 1.8.1. There are a lot of behind-the-scenes changes in this port,wxs2011-04-106-38/+48
* Update to 1.7.4p6.wxs2011-01-202-4/+4
* Update to 1.7.4p5.wxs2011-01-142-6/+4
* Work around annoying, but harmless, bug with install(1) using "-b~" by changingwxs2010-10-251-1/+2
* Add a bunch of new mirrors and remove dead ones. The mirror list now matcheswxs2010-10-171-2/+30
* Add two missing files when LDAP knob is on. No need to bump PORTREVISION as itwxs2010-09-141-0/+2
* Remove SHELL_SETS_HOME knob since as far as I can tell it doesn't do anythingwxs2010-09-141-5/+0
* Fix packaging.wxs2010-09-142-6/+10
* Update to 1.7.4p4 to address a couple of minor bugs and Runas groupwxs2010-09-083-19/+13
* Fix package installation by correcting usage of %B and installing a filewxs2010-09-062-1/+4
* Strip the binaries by default. No need to bump PORTREVISION for such awxs2010-08-221-0/+2
* Update to 1.7.4p3wxs2010-08-225-14/+21
* Fix problems when upgrading using packages:wxs2010-08-163-20/+7
* Update to 1.7.4p2.wxs2010-08-165-45/+56
* Remove unsupported argument to configure.wxs2010-07-061-1/+0
* Update to 1.7.3wxs2010-07-053-7/+7
* Update to 1.7.2p7.wxs2010-06-032-5/+5
* - Update to 1.7.2p6 (security fix).wxs2010-04-162-5/+5
* - Update to 1.7.2p5. Security fix (1.7.2p4) and general bug fixes beyond that.wxs2010-03-022-5/+5
* - Fix options screen to have a shorter description.wxs2010-01-051-1/+1
* - Update to 1.7.2.2wxs2010-01-053-17/+19
* - Take maintainer. Thanks Tom for all your hard work on this.wxs2009-10-131-1/+1
* Add OPTIONS for WITH_DISABLE_ROOT_SUDO, WITH_DISABLE_AUTH, andtmclaugh2009-06-121-1/+16
* Security update for sudo to 1.6.9p20 for CVE 2009-0034tmclaugh2009-02-072-5/+5
* - Add FTP_PASSIVE_MODE to example env_keep line for pkg utilities and fetch.tmclaugh2008-10-121-8/+7
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
* - Update to 1.6.9p17tmclaugh2008-07-072-6/+5
* - Fix pkg-plist, libtool archive is no longer installed.tmclaugh2008-04-102-1/+1
* - Update to 1.6.9p15tmclaugh2008-04-103-6/+6
* - Update to 1.6.9p14tmclaugh2008-03-102-5/+5
* Update to 1.6.9p12tmclaugh2008-01-282-5/+5
* - Make fetchable again. Add my MASTER_SITE_LOCAL to the mix and replacetmclaugh2007-11-121-9/+7
* Update to 1.6.9p6tmclaugh2007-10-232-5/+5
* Update to 1.6.9p5:tmclaugh2007-09-172-5/+5
* Install schema.OpenLDAP into DOCSDIR.tmclaugh2007-09-042-0/+2
* Update to 1.6.9p4tmclaugh2007-08-283-8/+23
* - Work around broken configure script and explicitly set location oftmclaugh2007-08-132-4/+12
* Fix session stack in default pam file.tmclaugh2007-08-032-1/+2
* Update to 1.6.9p3tmclaugh2007-08-032-5/+5
* Update to 1.6.9p2tmclaugh2007-07-302-5/+5
* Fix PORTVERSIONtmclaugh2007-07-271-1/+1
* - Update to 1.6.9p1tmclaugh2007-07-264-22/+9
* - Fix segfault when there is no TTY when executing. [1]tmclaugh2007-07-233-1/+17
* Update to 1.6.9tmclaugh2007-07-215-23/+47
* - Add an option to enable insultssat2007-05-031-0/+6
* Install a PAM policy, rather than just suggesting that the admin do so.des2007-04-10