| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Aug 2008 07:18:49
2.4.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 ) |
25 Jul 2008 15:34:52
2.4.1
|
pav  |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
15 Apr 2006 21:23:38
2.4.1
|
arved  |
Update to 2.4.1
PR: 93434
Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
Approved by: maintainer |
22 Jan 2006 09:47:46
2.3
|
edwin  |
SHA256ify
Approved by: krion@ |
19 Jan 2006 18:49:28
2.3
|
pav  |
- Don't remove mtree created symlinks
Approved by: maintainer timeout (14 days) |
02 Nov 2005 16:25:16
2.3
|
vs  |
- Unbreak on 4.x by USE_GCC=3.2+
- Fix libxmlparse-detection while here
Approved by: maintainer timeout (2w) |
03 Jul 2005 17:37:59
2.3
|
dannyboy  |
'Ledger' is a command-line accounting program, which uses a simple text file
as a ledger, yet provides powerful facilities for working with commodities,
accounts, transactions, etc. It will read Gnucash data files directly.
PR: 82685
Submitted by: Woody Carey <woodycarey@hotmail.com> |