| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Aug 2008 07:18:49
0.5.3_1
|
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 ) |
20 Mar 2008 09:23:28
0.5.3_1
|
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
14 Jun 2006 16:27:13
0.5.3_1
|
miwi  |
Chase lib version bump
Bump PORTREVISION
Submitted by: Kris m
Approved by: krion (mentor) |
22 Jan 2006 08:22:34
0.5.3
|
edwin  |
SHA256ify
Approved by: krion@ |
12 Apr 2005 04:26:57
0.5.3
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 09:04:41
0.5.3
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
16 Oct 2004 16:21:29
0.5.3
|
thierry  |
Upgrade to 0.5.3.
PR: ports/71768
Submitted by: maintainer. |
08 Jun 2004 09:18:33
0.5.2_1
|
pav  |
- Chase enca shlib bump |
08 Mar 2004 11:13:14
0.5.2
|
krion  |
- SIZEify
PR: ports/63925
Submitted by: maintainer |
06 Feb 2004 13:12:53
0.5.2
|
trevor  |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
08 Jan 2004 02:50:16
0.5.2
|
edwin  |
New port: converters/fix-mime-charset - Fix incorrect Content-Type
MIME headers of e-mail messages
Categories: converters textproc russian ukrainian
Fix-mime-charset automatically detects character sets of
email message and modifies the Content-Type header
appropriately. It can be used as mail filter in mailing
lists where users often set the charset of their messages
incorrectly. It processes messages fast and accurately,
ignoring attachments, and correctly interprets transfer-encodings.
None but the Content-Type header is changed.
PR: ports/61050
Submitted by: Nosov Artem <chip-set@mail.ru> |