| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
02 Jan 2010 17:33:05
5.4.0
|
oliver  |
update to 5.4.0 |
22 Aug 2009 01:28:34
5.3.2  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
02 Jul 2009 15: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 07: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 08:58:29
5.2.2
|
oliver  |
update to 5.2.2 |
06 Jun 2008 14: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 13:10:59
5.2.0
|
oliver  |
update to 5.2.0 |
23 Jul 2007 10: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 10: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 20: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 19:38:26
5.1.3
|
oliver  |
update to5.1.3 |
30 May 2006 05:34:47
5.1.2
|
oliver  |
update to 5.1.2 |
16 May 2006 12:33:40
5.1.1
|
oliver  |
fix pointyhat and 4 build
Noted by: Patrick Mackinlay <patrick@spacesurfer.com> |
10 May 2006 23:37:39
5.1.1
|
edwin  |
Remove USE_REINPLACE from ports starting with M |
07 Apr 2006 18: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 13:53:30
5.0.6
|
oliver  |
update tp 5.0.6 |
17 Sep 2005 11:51:56
5.0.5
|
oliver  |
update to 5.0.5 |
13 Sep 2005 15:45:03
5.0.4
|
oliver  |
fix a small typo
Submitted by: Marian Cerny <jojo@matfyz.cz> |
25 Jul 2005 13:46:47
5.0.4
|
oliver  |
update to 5.0.4 |
01 Jul 2005 17: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 15:55:49
5.0.2
|
oliver  |
fix the WITH_HTTPS_LOGIN knob
PR: 82118
Submitted By: Cristiano Deana <cris@gufi.org> |
13 May 2005 18:15:52
5.0.2
|
oliver  |
update to 5.0.2 |
27 Apr 2005 15: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 20:22:11
5.0.1
|
oliver  |
chase courier-authlib move |
12 Apr 2005 04: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 09: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 21: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 09:56:54
4.0.7
|
oliver  |
update to 4.0.7 |
31 Jul 2004 12:52:02
4.0.6
|
oliver  |
mkdir -p -- ... gets confused when there is a /bin/sh in front... so remove
it. |
23 Jul 2004 19: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 17:27:19
4.0.6
|
oliver  |
use ${MKDIR} instead of "mkdir" and replace @LIBTOOL@ |
19 Jul 2004 14:10:00
4.0.6
|
oliver  |
update to 4.0.6 |
20 Jun 2004 08: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 14:11:47
4.0.5
|
oliver  |
update to 4.0.5 |
31 May 2004 13: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 20:47:45
4.0.4
|
oliver  |
fix build in case WITHOUT_IMAP is defined |
16 May 2004 20:04:42
4.0.4
|
oliver  |
update to 4.0.4 |
06 Apr 2004 14:00:55
4.0.3
|
oliver  |
update to 4.0.3 |
30 Mar 2004 20: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 07: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 19:57:04
3.6.0  |
oliver  |
update sqwebmail to 3.6.0 |
03 Aug 2003 10: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 10: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 11:40:44
3.5.3  |
oliver  |
add a WITHOUT_AUTHDAEMON knob |
16 May 2003 14:50:20
3.5.3  |
oliver  |
Update sqwebmail to 3.5.3
Approved by: alex (mentor) |
15 May 2003 17:42:16
3.5.2  |
oliver  |
Update sqwebmail to 3.5.2
Approved by: alex (mentor) |
12 May 2003 21: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 21: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 21:23:11
3.3.7  |
nbm  |
Upgrade to sqwebmail 3.3.7 |
18 Nov 2001 12:23:14 
|
nbm  |
Upgrade to 3.2.0. |
24 May 2001 17:04:01 
|
nbm  |
Update to 2.0.0 |
30 Jan 2001 08:27:41 
|
nbm  |
Upgrade to sqwebmail 1.2.4, which fixes a stack overflow bug. |
29 Jan 2001 12:02:29 
|
nbm  |
Update to sqwebmail 1.2.3. |
03 Jan 2001 15:39:31 
|
nbm  |
Upgrade to 1.1.2 |
10 Nov 2000 19:49:54 
|
nbm  |
Upgrade to sqwebmail 1.0.3 |
03 Nov 2000 23:42:37 
|
nbm  |
Allow package to build by disabling the check for mime.types file - port users
are directed in the Makefile to use WITH_MIMETYPES to let the configure script
try to find a mime.types file somewhere. |
08 Oct 2000 05:16:42 
|
asami  |
Convert category mail to new layout. |
23 Sep 2000 00:28:02 
|
nbm  |
Change 'Date created:' and 'Whom:' to reflect reality. |
23 Sep 2000 00:24:44 
|
nbm  |
Add sqwebmail, a web-based mail reader for use with compatible setups like
courier-imap and vpopmail (and both). |