Hajimu UMEMOTO
1ba51ef48f
avoid package name collisions.
...
Spotted by: bapt
2013-10-05 18:35:40 +00:00
Baptiste Daroussin
fd61959c15
Add NO_STAGE all over the place in preparation for the staging support (cat: mail)
2013-09-20 19:59:12 +00:00
Andrej Zverev
69b6f05b28
- convert to the new perl5 framework
...
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
2013-09-14 18:12:50 +00:00
Andrej Zverev
8c7d7ff2bd
- 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@
2013-06-12 13:00:55 +00:00
Hajimu UMEMOTO
dda3fab6a5
Update cyrus-sasl2 to 2.1.26.
...
This bumps shlib version of libsasl2.
2012-12-10 15:10:02 +00:00
Doug Barton
9aac569eaa
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
2012-08-05 23:19:36 +00:00
Sergey Skvortsov
8ff1cbff64
Mark as ignored when build with Perl 5.14+
2012-06-20 05:20:06 +00:00
Hajimu UMEMOTO
e317ca1cff
Convert to use new OPTIONS framework.
2012-06-12 17:39:22 +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
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
Ade Lovett
4a8684e352
Sync to new bsd.autotools.mk
2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b
Punt autoconf267->autoconf268
2010-10-16 11:52:47 +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
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
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
Hajimu UMEMOTO
f9ea442d22
Unmark BROKEN by disabling gssapi on 8.X and later.
2009-12-07 15:38:39 +00:00
Hajimu UMEMOTO
a894bd0cec
Update to 2.2.13p1.
...
Security: Potential buffer overflow in Sieve
2009-09-09 16:05:28 +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
Pav Lucistnik
f28d272707
- Remove conditional checks for FreeBSD 5.x and older
2009-01-05 21:05:49 +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
27f051e196
Chase shlib version bump of net-snmp.
2008-03-27 17:20:34 +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
4f9c403aa8
Obey the default BDB version defined in bsd.database.mk.
2007-08-07 16:50:29 +00:00
Jun Kuriyama
384985f41e
- Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.
2007-02-28 01:19:04 +00:00
Hajimu UMEMOTO
098bd5bc3a
Change the MASTER_SITES entries from
...
ftp://ftp.hanse.de/sites/transit/mirror/
to
http://www.transit.hanse.de/mirror/
Requested by: Stefan Bethke <stb__at__lassitu.de>
2006-10-07 10:26:49 +00:00
Hajimu UMEMOTO
7d3eafbc27
unquote BROKEN.
2006-06-19 12:28:06 +00:00
Hajimu UMEMOTO
2afaa37bc2
Fixed imtest to be compatible with SASL 2.1.22.
...
Obtained from: https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imtest/imtest.c.diff?r1=1.107&r2=1.108&f=u
2006-05-27 06:51:09 +00:00
Edwin Groothuis
efe7d5f7f4
Remove USE_REINPLACE from ports starting with M
2006-05-10 22:37:39 +00:00
Hajimu UMEMOTO
0749f8feb8
Make it buildable on 4.X without Kerberos5 stuff.
...
Reported by: Mark Edwards <mark__at__antsclimbtree.com>
2006-04-30 20:19:18 +00:00
Hajimu UMEMOTO
2fe92812bb
--with-auth configure option was deprecated.
2006-04-30 19:56:06 +00:00
Hajimu UMEMOTO
7863fd84d3
Give sensible sentences for IGNORE.
...
Requested by: kris
2006-04-18 17:48:29 +00:00
Hajimu UMEMOTO
a73ece0305
Replace BROKEN with IGNORE.
2006-04-18 12:33:21 +00:00
Hajimu UMEMOTO
c6dd85752c
Enable support for db-4.4.
2006-04-16 15:49:24 +00:00
Hajimu UMEMOTO
03e1a4e6bd
Fix build with WITH_NNTP=yes.
...
PR: ports/95690
Obtained from: https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/fetchnews.c.diff?r1=1.14&r2=1.15&f=u
2006-04-14 14:42:44 +00:00
Hajimu UMEMOTO
02796e393b
deliver segfaulted when using without -l.
...
Submitted by: André Böhm <andre__at__abtime.de>
Obtained from: https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2786
2006-04-02 04:45:28 +00:00
Hajimu UMEMOTO
8408ec8077
The Project Cyrus web site is migrated to a new server.
2006-04-01 03:38:36 +00:00
Hajimu UMEMOTO
a86c2cd961
Update to 2.2.13.
...
This is possibly the last release of the 2.2 series. The 2.2 code
is now in maintenance mode only, and all new development is taking
place on the 2.3 code.
2006-03-31 17:19:00 +00:00
Doug Barton
c49d1a3273
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
...
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Jun Kuriyama
b650876e96
Chase shlib version bump of net-snmp.
2005-11-30 05:23:10 +00:00
Ade Lovett
54a0b86543
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
...
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
2005-11-15 06:52:12 +00:00
Hajimu UMEMOTO
cf9f09fb33
- use USE_BDB.
...
- add SHA256.
2005-11-08 16:21:54 +00:00