aboutsummaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd23
Commit message (Collapse)AuthorAgeFilesLines
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) Notes: svn path=/head/; revision=365599
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-2916-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* net/openldap24-*:Tijl Coosemans2014-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=362835
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-152-2/+2
| | | | Notes: svn path=/head/; revision=361961
* Bump more ports that depend on libsqlite3.so:Tijl Coosemans2014-07-051-1/+1
| | | | | | | | | | - 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) Notes: svn path=/head/; revision=360738
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-2/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* Install the manpages of HTML version which were no longer installedHajimu UMEMOTO2014-06-051-13/+17
| | | | | | | accidentally at the time of stagefy. Notes: svn path=/head/; revision=356641
* Update LICENSE.Hajimu UMEMOTO2013-12-301-1/+1
| | | | Notes: svn path=/head/; revision=338127
* use modern OPTIONS helper.Hajimu UMEMOTO2013-10-141-81/+31
| | | | Notes: svn path=/head/; revision=330337
* avoid package name collisions.Hajimu UMEMOTO2013-10-051-3/+2
| | | | | | | Spotted by: bapt Notes: svn path=/head/; revision=329494
* - enable stage.Hajimu UMEMOTO2013-10-052-69/+78
| | | | | | | - use new LIB_DEPENDS format. Notes: svn path=/head/; revision=329484
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - convert to the new perl5 frameworkAndrej Zverev2013-09-151-1/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327333
* Add Cyrus man pages to manpath.Hajimu UMEMOTO2013-07-153-3/+17
| | | | | | | PR: ports/180362 Notes: svn path=/head/; revision=323074
* - lang/perl5.12 upgrade to 5.12.5Andrej Zverev2013-06-121-2/+4
| | | | | | | | | | | | | | | | | - lang/perl5.14 upgrade to 5.14.4 - lang/perl5.16 upgrade to 5.16.3 - Global modify SITE_PERL[1][2] [1] - See more info: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=26605+0+archive/2013/freebsd-perl/20130609.freebsd-perl [2] - Fix for mail/cyrus-imapd* - Approved by portmrg(bapt@) Please, see ports/UPDATING for upgrade procedure. Reviewed by: bapt@ (exp-run), culot@ Notes: svn path=/head/; revision=320679
* Update PCRE to 8.32Martin Matuska2012-12-101-1/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Update cyrus-sasl2 to 2.1.26.Hajimu UMEMOTO2012-12-101-8/+3
| | | | | | | This bumps shlib version of libsasl2. Notes: svn path=/head/; revision=308609
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-291-1/+1
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300219
* Convert to use new OPTIONS framework.Hajimu UMEMOTO2012-06-121-35/+37
| | | | Notes: svn path=/head/; revision=299123
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-2/+2
| | | | Notes: svn path=/head/; revision=291338
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Make it buildable with clang.Hajimu UMEMOTO2012-01-071-0/+13
| | | | Notes: svn path=/head/; revision=288692
* Update to 2.3.18.Hajimu UMEMOTO2011-10-052-3/+3
| | | | Notes: svn path=/head/; revision=282990
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+2
| | | | | | | | | | | | - 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
* Specify the version number explicitly in the file name ofHajimu UMEMOTO2011-09-151-3/+3
| | | | | | | the 3rd party's auto* patches, sigh. Notes: svn path=/head/; revision=281798
* Update to 2.3.17.Hajimu UMEMOTO2011-09-146-59/+32
| | | | Notes: svn path=/head/; revision=281762
* - Chase net-snmp shlib version bump.Sylvio Cesar Teixeira2011-07-281-2/+2
| | | | Notes: svn path=/head/; revision=278482
* - remove MD5Olli Hauer2011-07-031-3/+0
| | | | Notes: svn path=/head/; revision=276989
* Make it buildable with perl 5.14.0. Perl 5.14.0 doesn't defineHajimu UMEMOTO2011-05-201-0/+21
| | | | | | | sv_undef, sv_yes nor sv_no, anymore. Notes: svn path=/head/; revision=274368
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Use PCRE explicitly. If PCRE was installed, the header of PCRE wasHajimu UMEMOTO2010-11-263-6/+26
| | | | | | | | | picked upped. However, since there was bash-ism in the configure script, libpcre was not linked, correctly. As the result, the regex in our libc was used, but the header of PCRE was referred. Notes: svn path=/head/; revision=265186
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Add optional UoA patches:Martin Matuska2010-10-054-17/+33
| | | | | | | | | | | - Autocreate INBOX patch - Autosievefolder patch PR: ports/150719 Approved by: maintainer (timeout) Notes: svn path=/head/; revision=262458
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Chase net-snmp shlib bumpSylvio Cesar Teixeira2010-06-021-2/+2
| | | | Notes: svn path=/head/; revision=255579
* Make it buildable with db50.Hajimu UMEMOTO2010-05-271-0/+49
| | | | Notes: svn path=/head/; revision=255180
* Fix build with enabling DRAC on FreeBSD 7.X and earlier.Hajimu UMEMOTO2010-04-101-2/+2
| | | | | | | Submitted by: kuriyama Notes: svn path=/head/; revision=252512
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Revert post-build: target because there are patch-*::Makefile.PLJun Kuriyama2010-02-071-4/+0
| | | | | | | | | | files for same purpose (but supported only old ExtUtils::MakaMaker, I updated them to work with 5.10.1 in previous commit). Discussed with: skv Notes: svn path=/head/; revision=249364
* - Unbreak with perl5.10.Jun Kuriyama2010-02-062-2/+2
| | | | | | | Approved by: ume Notes: svn path=/head/; revision=249326
* Do not update "perllocal.pod" (to make Tinderbox happy).Sergey Skvortsov2010-02-051-0/+4
| | | | | | | Approved by: pav (implicit) Notes: svn path=/head/; revision=249294
* Fix build with MySQL option is enabled.Hajimu UMEMOTO2009-12-241-1/+3
| | | | | | | Submitted by: Jonathan Frazier <jfrazier__at__purpleheartservices.com> Notes: svn path=/head/; revision=246534
* The patch to configure.in is required only when WITH_DRAC=YES andHajimu UMEMOTO2009-12-211-2/+4
| | | | | | | FreeBSD 8.X and later. Notes: svn path=/head/; revision=246373
* Update to 2.3.16.Hajimu UMEMOTO2009-12-216-27/+51
| | | | Notes: svn path=/head/; revision=246372
* - Remove support for ucd-snmp4 in ports, that also support net-snmp5.Pav Lucistnik2009-12-081-10/+2
| | | | | | | (ucd-snmp4 port is past expiration date) Notes: svn path=/head/; revision=245389
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-191-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244489
* Update to 2.3.15.Hajimu UMEMOTO2009-09-095-84/+25
| | | | | | | Security: Potential buffer overflow in Sieve Notes: svn path=/head/; revision=241127
* Fix buffer size calculations for sieve actions_stringHajimu UMEMOTO2009-09-032-1/+74
| | | | | | | | Submitted by: Bron Gondwana <brong__at__fastmail.fm> Obtained from: Project Cyrus Notes: svn path=/head/; revision=240774