| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Aug 2008 07:18:49
0.7.5
|
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 Aug 2008 01:57:32
0.7.5
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
25 Jul 2008 10:08:42
0.7.5
|
pav  |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
06 Jun 2008 03:36:00
0.7.5
|
ade  |
Major autotools-related update:
automake 1.10 -> 1.10.1
gettext 0.16.1 -> 0.17
libtool 1.5.24 -> 1.5.26
m4 1.4.9 -> 1.4.11
Please see ports/UPDATING entry 20080605 for further information.
PR: 123450
Tested by: Full -exp package building run
Thanks to: linimon, pav
Approved by: portmgr |
18 Dec 2007 12:18:12
0.7.5
|
db  |
- Update to 0.7.5
Submitted by: self
Approved by: Scott Lambert <lambert@lambertfam.org> (Maintainer) |
05 Oct 2007 22:25:23
0.7.4
|
db  |
- Update to 0.7.4
- unbreak gcc4.2 build on amd64
- fix vendor bug (vendor notified)
PR: ports/116941
Submitted by: db
Approved by: maintainer |
11 Jun 2007 09:41:21
0.6.11
|
itetcu  |
Remove support to FreeBSD 4.x (EOL)
PR: ports/111941
Submitted by: araujo
Approved by: maintainer |
26 May 2007 21:20:37
0.6.11
|
kris  |
BROKEN with gcc 4.2 |
22 Jan 2006 08:22:09
0.6.11
|
edwin  |
SHA256ify
Approved by: krion@ |
21 Jan 2006 17:37:14
0.6.11
|
krion  |
- Fix 'all-depends-list' target in cases if dependencies list is
very long and if some dependencies can't be added into the list.
[1]
- Fix FAM support. Make gamin the default FAM system. [2]
- Introduce new 'quicksearch' target to show only port, path and
info section of the matching ports. [3]
- Introduce new category - rubygems. [4]
- Fix stale dependencies while installing qmail slaveport and
another port that depends on qmail. [5]
- Add commentary for describes target in bsd.port.mk. [6] (Only the first 15 lines of the commit message are shown above ) |
18 Oct 2005 18:17:56
0.6.11
|
garga  |
- Mark it as BROKEN: Doesn't build on 4.x
Reported by: krismail
Approved by: maintainer |
27 Sep 2005 12:08:41
0.6.11
|
garga  |
- Update to 0.6.11
- Change MASTER_SITES and WWW to new ones
PR: ports/86153
Submitted by: Andrej Zverev <az@inec.ru>
Approved by: maintainer |
30 Sep 2004 06:32:00
0.6.3
|
kris  |
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr |
23 Sep 2004 08:12:12
0.6.3
|
danfe  |
The port builds fine now, so remove BROKEN mark.
Approved by: portmgr (marcus), fjoe (mentor, implicit) |
18 Sep 2004 09:17:56
0.6.3
|
danfe  |
Fix small C++ typo and unbreak the build.
Reported by: pointyhat.freebsd.org
Approved by: portmgr (marcus), fjoe (mentor, implicit) |
17 Sep 2004 23:38:39
0.6.3
|
kris  |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
28 May 2004 09:23:11
0.6.3
|
vs  |
Cleanup CC/CFLAGS handling & patch.
PR: ports/65839
Submitted by: Michael Johnson
Approved by: maintainer timeoute (busy) |
29 Mar 2004 22:29:34
0.6.3
|
pav  |
Add aldo, a Morse code tutor. At the moment it has four kinds of
exercises: Classic exercise, the Koch method, Callsign exercise, and
exercises read from files.
PR: ports/64358
Submitted by: Scott Lambert <lambert@lambertfam.org> |