| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
23 Sep 2011 22:26:39
1.7.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 |
03 Jul 2011 14:59:23
1.7.1
|
ohauer  |
-remove MD5 |
10 Nov 2009 16:12:55
1.7.1
|
acm  |
- Update to 1.7.1 |
12 Dec 2008 22:49:45
1.6.2
|
acm  |
- Update to 1.6.2
PR: 129480
Submitted by: Pedro F. Giffuni <giffunip at tutopia.com> |
21 Aug 2008 06:18:49
1.6.0
|
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 ) |
22 Dec 2007 06:32:52
1.6.0
|
acm  |
- Update to 1.6.0 |
02 Oct 2007 15:42:21
1.5.2
|
acm  |
- Update to 1.5.2 |
05 Oct 2006 06:31:32
1.5.0
|
acm  |
- Update to 1.5.0 |
25 Jul 2006 17:39:19
1.4.1
|
aaron  |
Adding port devel/ccrtp, Implementation of the real-time transport
protocol.
PR: ports/97508
Submitted by: acm |