notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: mail/cyrus-imapd23/Makefile
SVNWeb

Number of commits found: 120 (showing only 100 on this page)

1 | 2  »  

Wed, 8 Feb 2023
[ 10:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  6e1233b  (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap

Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 2 Apr 2022
[ 22:55 Hajimu UMEMOTO (ume) search for other commits by this committer ]    commit hash:793e755318b1041c49374161295511a874eca48e  commit hash:793e755318b1041c49374161295511a874eca48e  commit hash:793e755318b1041c49374161295511a874eca48e  793e755 
mail/cyrus-imapd2[345]: Remove INVALID_BDB_VER

PR:		263013
Reported by:	yasu
Mon, 10 Jan 2022
[ 15:15 Stefan Eßer (se) search for other commits by this committer ]    commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  bcaf25a  (Only the first 10 of 491 ports in this commit are shown above. View all ports for this commit)
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 12 Apr 2020
[ 09:19 ume search for other commits by this committer ] Original commit   Revision:531495
Remove obsolete site.
Sun, 17 Nov 2019
[ 03:04 ume search for other commits by this committer ] Original commit   Revision:517796
Update master site and unmark BROKEN.
Wed, 6 Nov 2019
[ 14:00 antoine search for other commits by this committer ] Original commit   Revision:516887 (Only the first 10 of 184 ports in this commit are shown above. View all ports for this commit)
Mark a few ports BROKEN (unfetchable)
Sun, 20 Oct 2019
[ 21:29 tobik search for other commits by this committer ] Original commit   Revision:515070
mail/cyrus-imapd23: Spell AUTOSIEVE_PATCH_SITES correctly
Wed, 9 Oct 2019
[ 12:06 bapt search for other commits by this committer ] Original commit   Revision:514142 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
Drop the ipv6 virtual category for m* category as it is not relevant anymore
Wed, 16 Jan 2019
[ 10:38 rene search for other commits by this committer ] Original commit   Revision:490463
mail/cyrus-imapd23: remove support for expired mail/drac and pet portlint
Sat, 16 Jun 2018
[ 06:42 ume search for other commits by this committer ] Original commit   Revision:472520
cyrus-imapd should start after saslauthd

PR:		228996
Submitted by:	ohauer
[ 05:22 ume search for other commits by this committer ] Original commit   Revision:472518
add reload to init script

PR:		228992
Submitted by:	Johan Bergstrom <bugs [...] bergstroem.nu>
Sun, 24 Dec 2017
[ 12:44 tijl search for other commits by this committer ] Original commit   Revision:457153
Convert to USES=autoreconf.
Mon, 8 May 2017
[ 14:12 ume search for other commits by this committer ] Original commit   Revision:440433
Update to 2.3.20.
Wed, 15 Mar 2017
[ 14:45 mat search for other commits by this committer ] Original commit   Revision:436247 (Only the first 10 of 257 ports in this commit are shown above. View all ports for this commit)
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
Fri, 10 Mar 2017
[ 02:05 ume search for other commits by this committer ] Original commit   Revision:435817 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Add Cyrus IMAP 3.0 series.
Now, it is the third release candidate from the Cyrus IMAP 3.0 series:
3.0.0-rc3.
As a release candidate, it is considered near-stable for production
usage.   Interfaces, APIs, features, etc are not likely to change
between now and the full release.
Fri, 21 Oct 2016
[ 12:51 mat search for other commits by this committer ] Original commit   Revision:424411 (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Fri, 17 Jun 2016
[ 23:28 mat search for other commits by this committer ] Original commit   Revision:417041 (Only the first 10 of 750 ports in this commit are shown above. View all ports for this commit)
Rename all files containing a : in their filename.

While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
Thu, 12 May 2016
[ 11:06 ume search for other commits by this committer ] Original commit   Revision:415058
Use USES=bdb and USES=mysql.
Mon, 25 Apr 2016
[ 16:13 mat search for other commits by this committer ] Original commit   Revision:414014 (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
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
Tue, 12 Apr 2016
[ 17:19 ume search for other commits by this committer ] Original commit   Revision:413146
Remove needless MURDER_CFLAGS since r38220.
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Sat, 19 Mar 2016
[ 13:35 mat search for other commits by this committer ] Original commit   Revision:411395
Fix build on 9.

Pointy hat on:	ume
Sponsored by:	Absolight
Fri, 18 Mar 2016
[ 11:39 ume search for other commits by this committer ] Original commit   Revision:411341 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Don't install garbage into DOCSDIR.
- Rework handling of conf files.
Thu, 17 Mar 2016
[ 08:56 ume search for other commits by this committer ] Original commit   Revision:411262
Install cyrus.conf and imapd.conf even when
EXAMPLES is off.

Spotted by:	Karl Pielorz <kpielorz_lst__at__tdx.co.uk>
Thu, 17 Dec 2015
[ 17:19 mat search for other commits by this committer ] Original commit   Revision:403913 (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
Fix usage of ${PERL5}.

${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.

While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.

PR:		205367
With hat:	portmgr
Sponsored by:	Absolight
Thu, 8 Oct 2015
[ 15:12 olgeni search for other commits by this committer ] Original commit   Revision:398833 (Only the first 10 of 83 ports in this commit are shown above. View all ports for this commit)
Remove trailing whitespace from Makefiles, M-X.
Mon, 14 Sep 2015
[ 12:19 mat search for other commits by this committer ] Original commit   Revision:396892 (Only the first 10 of 546 ports in this commit are shown above. View all ports for this commit)
Make it so that the default Perl is always called perl5.

- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
Fri, 11 Sep 2015
[ 17:58 mat search for other commits by this committer ] Original commit   Revision:396689
Put back man pages definitions in the Makefile.

Requested by:	maintainer
Sponsored by:	Absolight
[ 14:56 mat search for other commits by this committer ] Original commit   Revision:396672 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
Cleanup and modernization of mail/cyrus-imapd2*.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 6 Jul 2015
[ 10:52 ume search for other commits by this committer ] Original commit   Revision:391397
Update to 2.3.19.
Fri, 8 May 2015
[ 12:25 ume search for other commits by this committer ] Original commit   Revision:385771
Drop @dirrm* from plist.
Thu, 9 Apr 2015
[ 17:06 ume search for other commits by this committer ] Original commit   Revision:383663
Add CPE information.
Fri, 3 Apr 2015
[ 11:26 mat search for other commits by this committer ] Original commit   Revision:383107 (Only the first 10 of 120 ports in this commit are shown above. View all ports for this commit)
Remove OSVERSION checks that do not make sense any more.

For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
Wed, 25 Mar 2015
[ 11:41 marino search for other commits by this committer ] Original commit   Revision:382203 (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
mail category: Remove $PTHREAD_LIBS

Note: The following ports did not pass check-plist (CP) or stage-qa (QA)
tests.   The sendmail port has many problems, but this was already known
by myself as I fixed it properly on DPorts last week.  It's a forward
action to submit a PR against mail/sendmail.

  * antivirus-milter (CP)
  * dk-milter        (CP)
  * milter-regex     (CP)
  * sendmail         (CP, QA)

approved by:	PTHREAD blanket
Wed, 26 Nov 2014
[ 13:08 mat search for other commits by this committer ] Original commit   Revision:373448 (Only the first 10 of 10077 ports in this commit are shown above. View all ports for this commit)
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 22 Nov 2014
[ 19:13 crees search for other commits by this committer ] Original commit   Revision:373091 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Switch to USES=pgsql
Tue, 18 Nov 2014
[ 14:31 ume search for other commits by this committer ] Original commit   Revision:372723
Fix .packlist

PR:		195115
Thu, 21 Aug 2014
[ 22:50 mandree search for other commits by this committer ] Original commit   Revision:365599 (Only the first 10 of 119 ports in this commit are shown above. View all ports for this commit)
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- 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)
Thu, 24 Jul 2014
[ 18:34 tijl search for other commits by this committer ] Original commit   Revision:362835 (Only the first 10 of 208 ports in this commit are shown above. View all ports for this commit)
net/openldap24-*:
- 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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 15 Jul 2014
[ 16:14 adamw search for other commits by this committer ] Original commit   Revision:361961 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Sat, 5 Jul 2014
[ 12:19 tijl search for other commits by this committer ] Original commit   Revision:360738 (Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 11 Jun 2014
[ 14:50 tijl search for other commits by this committer ] Original commit   Revision:357486 (Only the first 10 of 297 ports in this commit are shown above. View all ports for this commit)
Support LIBS like LDFLAGS.

- 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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 5 Jun 2014
[ 14:58 ume search for other commits by this committer ] Original commit   Revision:356641
Install the manpages of HTML version which were no longer installed
accidentally at the time of stagefy.
Mon, 30 Dec 2013
[ 16:01 ume search for other commits by this committer ] Original commit   Revision:338127
Update LICENSE.
Mon, 14 Oct 2013
[ 17:21 ume search for other commits by this committer ] Original commit   Revision:330337
use modern OPTIONS helper.
Sat, 5 Oct 2013
[ 18:35 ume search for other commits by this committer ] Original commit   Revision:329494
avoid package name collisions.

Spotted by:	bapt
[ 17:52 ume search for other commits by this committer ] Original commit   Revision:329484
- enable stage.
- use new LIB_DEPENDS format.
Fri, 20 Sep 2013
[ 19:59 bapt search for other commits by this committer ] Original commit   Revision:327742 (Only the first 10 of 748 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Sun, 15 Sep 2013
[ 07:14 az search for other commits by this committer ] Original commit   Revision:327333 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Mon, 15 Jul 2013
[ 19:44 ume search for other commits by this committer ] Original commit   Revision:323074
Add Cyrus man pages to manpath.

PR:		ports/180362
Wed, 12 Jun 2013
[ 13:00 az search for other commits by this committer ] Original commit   Revision:320679 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
- lang/perl5.12 upgrade to 5.12.5
- 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@
Mon, 10 Dec 2012
[ 19:11 mm search for other commits by this committer ] Original commit   Revision:308630 (Only the first 10 of 233 ports in this commit are shown above. View all ports for this commit)
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
[ 15:10 ume search for other commits by this committer ] Original commit   Revision:308609 (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
Sun, 5 Aug 2012
[ 23:19 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 936 ports in this commit are shown above. View all ports for this commit)
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Fri, 29 Jun 2012
[ 16:43 az search for other commits by this committer ] Original commit 
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Tue, 12 Jun 2012
[ 17:39 ume search for other commits by this committer ] Original commit 
Convert to use new OPTIONS framework.
Tue, 14 Feb 2012
[ 12:45 mm search for other commits by this committer ] Original commit  (Only the first 10 of 140 ports in this commit are shown above. View all ports for this commit)
Bump pcre library dependency due to 8.30 update
Wed, 5 Oct 2011
[ 16:11 ume search for other commits by this committer ] Original commit 
Update to 2.3.18.
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
Thu, 15 Sep 2011
[ 11:29 ume search for other commits by this committer ] Original commit 
Specify the version number explicitly in the file name of
the 3rd party's auto* patches, sigh.
Wed, 14 Sep 2011
[ 11:19 ume search for other commits by this committer ] Original commit 
Update to 2.3.17.
Thu, 28 Jul 2011
[ 12:43 sylvio search for other commits by this committer ] Original commit  (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
- Chase net-snmp shlib version bump.
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Fri, 26 Nov 2010
[ 15:23 ume search for other commits by this committer ] Original commit 
Use PCRE explicitly.  If PCRE was installed, the header of PCRE was
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.
Sat, 16 Oct 2010
[ 11:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 445 ports in this commit are shown above. View all ports for this commit)
Punt autoconf267->autoconf268
Tue, 5 Oct 2010
[ 19:13 mm search for other commits by this committer ] Original commit 
Add optional UoA patches:
- Autocreate INBOX patch
- Autosievefolder patch

PR:             ports/150719
Approved by:    maintainer (timeout)
Wed, 15 Sep 2010
[ 18:35 ade search for other commits by this committer ] Original commit  (Only the first 10 of 652 ports in this commit are shown above. View all ports for this commit)
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Wed, 2 Jun 2010
[ 19:14 sylvio search for other commits by this committer ] Original commit  (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
- Chase net-snmp shlib bump
Sat, 10 Apr 2010
[ 04:35 ume search for other commits by this committer ] Original commit 
Fix build with enabling DRAC on FreeBSD 7.X and earlier.

Submitted by:   kuriyama
Sun, 7 Feb 2010
[ 10:56 kuriyama search for other commits by this committer ] Original commit 
- Revert post-build: target because there are patch-*::Makefile.PL
  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
Fri, 5 Feb 2010
[ 17:42 skv search for other commits by this committer ] Original commit 
Do not update "perllocal.pod" (to make Tinderbox happy).

Approved by:    pav (implicit)
Thu, 24 Dec 2009
[ 12:14 ume search for other commits by this committer ] Original commit 
Fix build with MySQL option is enabled.

Submitted by:   Jonathan Frazier <jfrazier__at__purpleheartservices.com>
Mon, 21 Dec 2009
[ 16:07 ume search for other commits by this committer ] Original commit 
The patch to configure.in is required only when WITH_DRAC=YES and
FreeBSD 8.X and later.
[ 15:39 ume search for other commits by this committer ] Original commit 
Update to 2.3.16.
Tue, 8 Dec 2009
[ 08:59 pav search for other commits by this committer ] Original commit 
- Remove support for ucd-snmp4 in ports, that also support net-snmp5.
  (ucd-snmp4 port is past expiration date)
Thu, 19 Nov 2009
[ 22:07 pav search for other commits by this committer ] Original commit  (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
Wed, 9 Sep 2009
[ 16:07 ume search for other commits by this committer ] Original commit 
Update to 2.3.15.

Security:       Potential buffer overflow in Sieve
Thu, 3 Sep 2009
[ 08:27 ume search for other commits by this committer ] Original commit 
Fix buffer size calculations for sieve actions_string

Submitted by:   Bron Gondwana <brong__at__fastmail.fm>
Obtained from:  Project Cyrus
Tue, 7 Apr 2009
[ 14:14 ume search for other commits by this committer ] Original commit 
Remove dependency to p5-Pod-Parser and p5-File-Temp.
Wed, 25 Mar 2009
[ 17:02 ume search for other commits by this committer ] Original commit 
Update to 2.3.14.
Mon, 5 Jan 2009
[ 21:05 pav search for other commits by this committer ] Original commit  (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
- Remove conditional checks for FreeBSD 5.x and older
Mon, 20 Oct 2008
[ 16:11 ume search for other commits by this committer ] Original commit 
Update to 2.3.13.
Wed, 1 Oct 2008
[ 17:59 rnoland search for other commits by this committer ] Original commit 
Fix build on -CURRENT due to library shuffle.

Approved by:    garga (mentor), maintainer timeout (2 weeks)
Wed, 20 Aug 2008
[ 00:57 ade search for other commits by this committer ] Original commit  (Only the first 10 of 398 ports in this commit are shown above. View all ports for this commit)
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Sun, 22 Jun 2008
[ 18:39 pav search for other commits by this committer ] Original commit 
- Mark BROKEN after recent kerberos import
Sat, 26 Apr 2008
[ 13:40 ume search for other commits by this committer ] Original commit 
The tarball was rerolled with actual fix for imapd.conf parsing
problem.
Thu, 24 Apr 2008
[ 16:36 ume search for other commits by this committer ] Original commit 
Update to 2.3.12p2.
The memory corruption problem was not fixed in 2.3.12p1, actually.
It should be fixed now.
[ 15:40 ume search for other commits by this committer ] Original commit 
Update to 2.3.12p1.
The only change from 2.3.12 is a patch to fix a memory corruption
in the imapd.conf parsing code which could cause segfaults on
certain platforms.
Mon, 21 Apr 2008
[ 15:32 ume search for other commits by this committer ] Original commit 
Update to 2.3.12.
Thu, 27 Mar 2008
[ 17:20 ume search for other commits by this committer ] Original commit 
Chase shlib version bump of net-snmp.
Wed, 12 Dec 2007
[ 00:16 ume search for other commits by this committer ] Original commit 
Update to 2.3.11.
Sun, 30 Sep 2007
[ 04:47 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 300 ports in this commit are shown above. View all ports for this commit)
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
Sat, 8 Sep 2007
[ 01:01 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 112 ports in this commit are shown above. View all ports for this commit)
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
Mon, 20 Aug 2007
[ 15:21 ume search for other commits by this committer ] Original commit 
Update to 2.3.9.

Upgrading from 2.3.8

  * The default value of the allowplaintext option has been changed to
    disabled (0). If you need to allow cleartext passwords on the wire,
    then you will have to explicitly enable the allowplaintext option
    in imapd.conf.
Thu, 9 Aug 2007
[ 14:54 ume search for other commits by this committer ] Original commit 
Add an option to not use Berkeley DB.

PR:             ports/101383
Submitted by:   Sean Farley <sean-freebsd__at__farley.org>
Tue, 7 Aug 2007
[ 16:50 ume search for other commits by this committer ] Original commit 
Obey the default BDB version defined in bsd.database.mk.
Mon, 6 Aug 2007
[ 15:01 ume search for other commits by this committer ] Original commit 
Allow to build with db45 and db46 as well.

Number of commits found: 120 (showing only 100 on this page)

1 | 2  »