Commit graph

247 commits

Author SHA1 Message Date
Martin Matuska
dbbf004162 Bump pcre library dependency due to 8.30 update 2012-02-14 12:45:35 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Hajimu UMEMOTO
949003713d Make it buildable with clang. 2012-01-07 18:25:29 +00:00
Hajimu UMEMOTO
770b66d06e Update to 2.3.18. 2011-10-05 16:11:13 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Hajimu UMEMOTO
f3fb67d98e Specify the version number explicitly in the file name of
the 3rd party's auto* patches, sigh.
2011-09-15 11:29:38 +00:00
Hajimu UMEMOTO
b5f99d8a45 Update to 2.3.17. 2011-09-14 11:19:36 +00:00
Sylvio Cesar Teixeira
c9e4736d26 - Chase net-snmp shlib version bump. 2011-07-28 12:43:22 +00:00
Olli Hauer
c5284f2b4e - remove MD5 2011-07-03 13:53:52 +00:00
Hajimu UMEMOTO
7dab3d2942 Make it buildable with perl 5.14.0. Perl 5.14.0 doesn't define
sv_undef, sv_yes nor sv_no, anymore.
2011-05-20 12:17:03 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Hajimu UMEMOTO
d97299712d 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.
2010-11-26 15:23:45 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Martin Matuska
f25cf7ccd8 Add optional UoA patches:
- Autocreate INBOX patch
- Autosievefolder patch

PR:		ports/150719
Approved by:	maintainer (timeout)
2010-10-05 19:13:35 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Sylvio Cesar Teixeira
da2897022c - Chase net-snmp shlib bump 2010-06-02 19:14:17 +00:00
Hajimu UMEMOTO
cad2b8b876 Make it buildable with db50. 2010-05-27 15:41:43 +00:00
Hajimu UMEMOTO
5c86cc70db Fix build with enabling DRAC on FreeBSD 7.X and earlier.
Submitted by:	kuriyama
2010-04-10 04:35:00 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Jun Kuriyama
532f86b38a - 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
2010-02-07 10:56:33 +00:00
Jun Kuriyama
31554d138a - Unbreak with perl5.10.
Approved by:	ume
2010-02-06 04:49:52 +00:00
Sergey Skvortsov
46b21ca446 Do not update "perllocal.pod" (to make Tinderbox happy).
Approved by:	pav (implicit)
2010-02-05 17:42:25 +00:00
Hajimu UMEMOTO
bb8bfa965a Fix build with MySQL option is enabled.
Submitted by:	Jonathan Frazier <jfrazier__at__purpleheartservices.com>
2009-12-24 12:14:42 +00:00
Hajimu UMEMOTO
57baf6eab6 The patch to configure.in is required only when WITH_DRAC=YES and
FreeBSD 8.X and later.
2009-12-21 16:07:47 +00:00
Hajimu UMEMOTO
60366b3953 Update to 2.3.16. 2009-12-21 15:39:10 +00:00
Pav Lucistnik
680174eb06 - Remove support for ucd-snmp4 in ports, that also support net-snmp5.
(ucd-snmp4 port is past expiration date)
2009-12-08 08:59:28 +00:00
Pav Lucistnik
07b2788864 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-19 22:07:43 +00:00
Hajimu UMEMOTO
8b4e8714ac Update to 2.3.15.
Security:	Potential buffer overflow in Sieve
2009-09-09 16:07:39 +00:00
Hajimu UMEMOTO
935c2ad004 Fix buffer size calculations for sieve actions_string
Submitted by:	Bron Gondwana <brong__at__fastmail.fm>
Obtained from:	Project Cyrus
2009-09-03 08:27:57 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Hajimu UMEMOTO
279c740562 Remove dependency to p5-Pod-Parser and p5-File-Temp. 2009-04-07 14:14:06 +00:00
Hajimu UMEMOTO
7410cfd0c8 Update to 2.3.14. 2009-03-25 17:02:25 +00:00
Pav Lucistnik
f28d272707 - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 21:05:49 +00:00
Hajimu UMEMOTO
d485346ba1 Update to 2.3.13. 2008-10-20 16:11:47 +00:00
Robert Noland
a5f9e02bb4 Fix build on -CURRENT due to library shuffle.
Approved by:	garga (mentor), maintainer timeout (2 weeks)
2008-10-01 17:59:46 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Pav Lucistnik
8fbb36dcd2 - Mark BROKEN after recent kerberos import 2008-06-22 18:39:30 +00:00
Hajimu UMEMOTO
44bcffaf76 The tarball was rerolled with actual fix for imapd.conf parsing
problem.
2008-04-26 13:40:33 +00:00
Hajimu UMEMOTO
756ece651b Update to 2.3.12p2.
The memory corruption problem was not fixed in 2.3.12p1, actually.
It should be fixed now.
2008-04-24 16:36:58 +00:00
Hajimu UMEMOTO
f514f5121e 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.
2008-04-24 15:40:10 +00:00
Hajimu UMEMOTO
0c7436304c Add the statuscache_db option to imapd.conf. If WITHOUT_BDB is set,
this will need to be set to skiplist else messages such as the
following will result:
"Fatal error: cyrusdb backend berkeley-nosync not supported"

This patch just makes it a bit easier to find.

PR:		ports/122995
Submitted by:	scf
2008-04-24 15:38:24 +00:00
Hajimu UMEMOTO
9cae52bb20 Update to 2.3.12. 2008-04-21 15:32:14 +00:00
Hajimu UMEMOTO
27f051e196 Chase shlib version bump of net-snmp. 2008-03-27 17:20:34 +00:00
Hajimu UMEMOTO
7893489d81 Update to 2.3.11. 2007-12-12 00:16:52 +00:00
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Mark Linimon
9839011ec3 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
2007-09-08 01:12:10 +00:00
Hajimu UMEMOTO
5951abf322 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.
2007-08-20 15:21:49 +00:00
Hajimu UMEMOTO
643e6833ff Add an option to not use Berkeley DB.
PR:		ports/101383
Submitted by:	Sean Farley <sean-freebsd__at__farley.org>
2007-08-09 14:54:16 +00:00
Hajimu UMEMOTO
4f9c403aa8 Obey the default BDB version defined in bsd.database.mk. 2007-08-07 16:50:29 +00:00
Hajimu UMEMOTO
80f4aee1b7 Allow to build with db45 and db46 as well. 2007-08-06 15:01:21 +00:00