| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
5.5.3
|
dougb  |
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. |
11 Dec 2011 19:14:22
5.5.3
|
oliver  |
patchfile is no longer needed
Noted by: pav
Feature safe: yes |
09 Dec 2011 09:24:03
5.5.3
|
oliver  |
update to 5.5.3
Feature safe: yes |
27 Sep 2011 01:00:09
5.5.2_1
|
gerald  |
Pacify a number of portlint warnings around formatting and the order of
elements.
Approved by: maintainer (oliver) |
23 Sep 2011 22:26:39
5.5.2_1
|
amdmi3  |
- 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 |
12 Sep 2011 13:46:59
5.5.2_1
|
gabor  |
- Track dependencies after databases/gdbm update |
11 Sep 2011 03:46:02
5.5.2
|
gerald  |
Remove (disabled) USE_GCC=3.4
Approved by: maintainer (oliver) |
28 Jul 2011 11:31:42
5.5.2
|
oliver  |
update to 5.5.2 |
29 Apr 2011 11:07:02
5.5.1
|
oliver  |
update to 5.5.1 |
13 Jan 2011 11:33:58
5.4.3
|
oliver  |
update sqwebmail to 5.4.3
Feature safe: yes |
17 Oct 2010 10:34:57
5.4.2
|
oliver  |
update to 5.4.2 |
31 May 2010 14:43:09
5.4.1
|
oliver  |
update to 5.4.1 |
31 May 2010 02:01:56
5.4.0_1
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
29 Mar 2010 15:57:26
5.4.0
|
oliver  |
use new RC_SUBR structure
Submitted By: dougb |
27 Mar 2010 05:21:36
5.4.0
|
dougb  |
For those ports that have been fully adapted to USE_RC_SUBR remove the
old RC_SCRIPTS_SUB as it has not been needed for a long time.
For those that have not yet been updated, remove RC_SUBR=${RC_SUBR}
from the list. |
27 Mar 2010 00:15:24
5.4.0
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
02 Jan 2010 17:33:05
5.4.0
|
oliver  |
update to 5.4.0 |
22 Aug 2009 00:28:34
5.3.2  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
02 Jul 2009 14:45:06
5.3.2
|
oliver  |
update to 5.3.2 |
07 Feb 2009 19:11:57
5.3.1
|
oliver  |
- update to 5.3.1
- use /var instead of /usr/local/var [1]
PR: ports/130191 [1]
Submitted By: Nick Hibma <nick@anywi.com> |
21 Aug 2008 06:18:49
5.2.2
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
16 Jul 2008 07:58:29
5.2.2
|
oliver  |
update to 5.2.2 |
06 Jun 2008 13:43:09
5.2.0_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
03 Oct 2007 12:10:59
5.2.0
|
oliver  |
update to 5.2.0 |
23 Jul 2007 09:36:52
5.1.6
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
27 May 2007 09:27:27
5.1.6
|
oliver  |
fix --enable-unicode handling and remove --disable-utf7-folder-encoding
option which is not longer supported |
26 Apr 2007 19:59:10
5.1.6
|
oliver  |
update to 5.1.6 |
11 Jan 2007 05:12:50
5.1.5
|
oliver  |
update to 5.1.5 |
02 Jan 2007 05:35:42
5.1.4
|
oliver  |
update to 5.1.4 |
06 Nov 2006 17:44:20
5.1.3
|
oliver  |
- OPTIONify FAM support
- fix compilation with FAM support enabled
Noted by: Jason Woofenden <jason@jasonwoof.com> |
30 Aug 2006 18:38:26
5.1.3
|
oliver  |
update to5.1.3 |
30 May 2006 04:34:47
5.1.2
|
oliver  |
update to 5.1.2 |
16 May 2006 11:33:40
5.1.1
|
oliver  |
fix pointyhat and 4 build
Noted by: Patrick Mackinlay <patrick@spacesurfer.com> |
10 May 2006 22:37:39
5.1.1
|
edwin  |
Remove USE_REINPLACE from ports starting with M |
07 Apr 2006 17:57:06
5.1.1
|
oliver  |
resort CXXFLAGS to make pointyhat happy
Noted by: kris |
23 Mar 2006 10:27:14
5.1.1
|
oliver  |
switch CONFIGURE_ENV definition to fix pointyhat build
Noted by: kris |
21 Mar 2006 14:37:46
5.1.1
|
oliver  |
make gdbm chooseable (OPTIONS)
use a cache file to speed up configure |
20 Mar 2006 17:00:43
5.1.1
|
oliver  |
fix OpenSSL support
Noted by: Manuel Trujillo Albarral <mtrujillo@vlex.com> |
19 Mar 2006 22:52:38
5.1.1
|
oliver  |
startscript gets installed without .sh suffix |
19 Mar 2006 21:58:51
5.1.1
|
oliver  |
install charset.alias in the correct place |
15 Mar 2006 05:16:35
5.1.1
|
oliver  |
update to 5.1.1 |
23 Feb 2006 10:40:45
5.0.7
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
20 Feb 2006 20:47:50
5.0.7
|
dougb  |
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. |
04 Feb 2006 20:21:28
5.0.7
|
oliver  |
fix pkg-plist
Noted by: kris via pointyhat |
28 Dec 2005 06:20:31
5.0.7
|
oliver  |
update to 5.0.7 |
15 Nov 2005 06:52:12
5.0.6
|
ade  |
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. |
24 Sep 2005 12:53:30
5.0.6
|
oliver  |
update tp 5.0.6 |
17 Sep 2005 10:51:56
5.0.5
|
oliver  |
update to 5.0.5 |
13 Sep 2005 14:45:03
5.0.4
|
oliver  |
fix a small typo
Submitted by: Marian Cerny <jojo@matfyz.cz> |
25 Jul 2005 12:46:47
5.0.4
|
oliver  |
update to 5.0.4 |
01 Jul 2005 16:14:26
5.0.2
|
oliver  |
fix a circular dependency - don't depend on yourself
Submitted by: Billy Newsom <billy@nlcc.us> |
10 Jun 2005 14:55:49
5.0.2
|
oliver  |
fix the WITH_HTTPS_LOGIN knob
PR: 82118
Submitted By: Cristiano Deana <cris@gufi.org> |
13 May 2005 17:15:52
5.0.2
|
oliver  |
update to 5.0.2 |
27 Apr 2005 14:50:48
5.0.1
|
oliver  |
- move WITH/WITHOUT knobs to OPTIONS where possible
- stop sqwebmaild on deinstall
- use USE_RC_SUBR/USE_RCORDER instead of SED+INSTALL sqwebmail-sqwebmaild.sh
- depend on mime-support if WITH_MIMETYPES (--enable-mimetypes) is specified |
26 Apr 2005 19:22:11
5.0.1
|
oliver  |
chase courier-authlib move |
12 Apr 2005 03:26:57
5.0.1
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
5.0.1
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
05 Mar 2005 14:02:13
5.0.1
|
oliver  |
update to 5.0.2 |
28 Jan 2005 22:20:24
5.0.0
|
oliver  |
add options for --enable-autopurge and --enable-maxpurge configure options
Submitted by: "Gustavo A. Baratto" <gbaratto@superb.net> |
09 Jan 2005 14:31:01
5.0.0
|
oliver  |
deinstal config files when they are left unchanged
Noted by: pointyhat via kris
Stolen from: mail/mutt |
08 Jan 2005 10:25:05
5.0.0
|
oliver  |
upadate to courier-authlib 0.52, courier-imap 4.0.1 and sqwebmail 5.0.0
Special thanks for testing and sugestions to: Brian Candler
<B.Candler@pobox.com> |
20 Dec 2004 15:10:59
4.0.7_1
|
oliver  |
depend on gettext
bump PORTREVISION
Noted By: pointyhat via kris |
23 Sep 2004 20:11:07
4.0.7
|
oliver  |
The comment in mal/sqwebmail/Makefile is talking about VCHKPW as
vpopmail's home. But the variable is named VCHKPWLOC, not VCHKPW.
Fix that...
Noted by: "R. Love" <roblove@zoominternet.net>
Approved by: portmgr (marcus) |
08 Aug 2004 08:56:54
4.0.7
|
oliver  |
update to 4.0.7 |
31 Jul 2004 11:52:02
4.0.6
|
oliver  |
mkdir -p -- ... gets confused when there is a /bin/sh in front... so remove
it. |
23 Jul 2004 18:39:03
4.0.6
|
oliver  |
setting USE_LIBTOOL_VER forces USE_GNU_CONFIGURE which modifies CONFIGURE_ARGS
and by adding --prefix to it, the port gets installed into a wrong directory.
Thats fixed now.
Noted by: ale |
20 Jul 2004 16:27:19
4.0.6
|
oliver  |
use ${MKDIR} instead of "mkdir" and replace @LIBTOOL@ |
19 Jul 2004 13:10:00
4.0.6
|
oliver  |
update to 4.0.6 |
20 Jun 2004 07:21:20
4.0.5_1
|
oliver  |
Fix the incorrectly calculation of maildir quotas due to missuse of
pointer to off_t (64bit) vs pointer to long (32 bit).
Bump PORTREVISION |
12 Jun 2004 13:11:47
4.0.5
|
oliver  |
update to 4.0.5 |
31 May 2004 12:33:03
4.0.4_1
|
oliver  |
- Add an "insta-configure" target. It's mandatory to run after the initial
installation, and recommended to run for all updates.
- Bump PORTREVISION |
28 May 2004 19:47:45
4.0.4
|
oliver  |
fix build in case WITHOUT_IMAP is defined |
16 May 2004 19:04:42
4.0.4
|
oliver  |
update to 4.0.4 |
06 Apr 2004 13:00:55
4.0.3
|
oliver  |
update to 4.0.3 |
30 Mar 2004 19:44:22
4.0.2_1
|
oliver  |
change CGIBINDIR and WEBDATADIR from .default to -dist
Noted By: Nelis Lamprecht <nelis@brabys.co.za> |
30 Mar 2004 06:18:49
4.0.2_1
|
oliver  |
- add WITH_CHARSETS which allows you to enable unicode charsets
- fix creating rfc2047 message headers
Submitted By: Dmitry Sukhodoev <raven@bingo.ru>
PR: 64900 |
17 Mar 2004 17:51:32
4.0.2
|
oliver  |
update to 4.0.2 |
16 Mar 2004 21:21:40
4.0.1
|
oliver  |
Our iso3166.tab differs a bit from the linux one and it's also located in a
different directory. |
16 Mar 2004 20:09:29
4.0.1
|
oliver  |
add the courier-imap patch to sqwebmail too |
11 Mar 2004 08:26:12
4.0.1
|
ale  |
Update to 4.0.1 release.
Approved by: maintainer |
08 Mar 2004 21:10:55
4.0.0
|
oliver  |
update sqwebmail to 4.0.0 |
19 Feb 2004 20:37:21
3.6.2_2  |
oliver  |
revert last change and set CONFIGURE_TARGET
Noted By: kris, Jeremy L.Stock <jstock@visi.com> |
17 Feb 2004 20:22:19
3.6.2_1  |
oliver  |
fix build on amd64 (s/HAS_CONFIGURE/GNU_CONFIGURE/) |
06 Dec 2003 15:22:11
3.6.2  |
oliver  |
update mail/sqwebmail to 3.6.2
PR: ports/59763
Submitted By: Alex Dupre <sysadmin@alexdupre.com> |
22 Nov 2003 13:23:19
3.6.1  |
oliver  |
utilize USE_OPENLDAP |
30 Oct 2003 20:31:10
3.6.1  |
oliver  |
uodate sqwebmail to 3.6.1 |
28 Oct 2003 07:31:26
3.6.0_1  |
oliver  |
Does not use the included version of libintl, use the one which is provided
by gettext.
PR: ports/58568
Submitted By: Simon Barner <barner@in.tum.de> |
17 Aug 2003 18:57:04
3.6.0  |
oliver  |
update sqwebmail to 3.6.0 |
03 Aug 2003 09:30:34
3.5.3_1  |
oliver  |
Reflect the renaming of authdaemond.sh (PR) to sqwebmail-authdaemond.sh (CVS)
Noted by: Alex Dupre <sysadmin@alexdupre.com> |
03 Aug 2003 09:04:52
3.5.3_1  |
oliver  |
- don't use @cwd in pkg-plist
- add a startupscript for authdaemond
PR: ports/55193
Submitted by: Alex Dupre <sysadmin@alexdupre.com> |
22 Jul 2003 10:40:44
3.5.3  |
oliver  |
add a WITHOUT_AUTHDAEMON knob |
16 May 2003 13:50:20
3.5.3  |
oliver  |
Update sqwebmail to 3.5.3
Approved by: alex (mentor) |
15 May 2003 16:42:16
3.5.2  |
oliver  |
Update sqwebmail to 3.5.2
Approved by: alex (mentor) |
12 May 2003 20:08:19
3.5.1  |
oliver  |
Update sqwebmail to 3.5.1
Take maintainership
PR: 50910
Approved by: nbm, alex (mentor) |
07 Mar 2003 06:06:02
3.3.7  |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
24 Feb 2003 02:26:55
3.3.7  |
edwin  |
Point dependencies on net/openldap to net/openldap12 |
09 Jan 2003 14:28:40
3.3.7  |
nbm  |
New user config options for sqwebmail
PR: 44888
Submitted by: Scott Lampert <scott@lampert.org> |
05 Nov 2002 01:57:25
3.3.7  |
edwin  |
port needs perl to build -> USE_PERL5=yes
Noticed on: bento |
10 Oct 2002 20:50:49
3.3.7  |
seanc  |
Add tunables for setting the hard and soft timeouts for sqwebmail.
Reviewed by: nbm
Approved by: knu (mentor) |
04 Aug 2002 20:23:11
3.3.7  |
nbm  |
Upgrade to sqwebmail 3.3.7 |