| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
24 Oct 2011 09:11:38
7.2
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
24 Oct 2011 03:33:20
7.2
|
stas  |
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval). |
03 Apr 2011 01:03:01
7.2
|
stas  |
- Update cross-binutils to 2.21.
- Update cross-gcc to 4.5.2.
- Update cross-gdb to 7.2
- Update corresponding rtems patches.
PR: ports/155301 (based on)
Submitted by: ARAI Toshihiko <arai.toshihiko@gmail.com> |
19 Mar 2010 09:29:53
7.1
|
stas  |
- Update to 7.1. |
03 Jan 2010 05:42:28
7.0.1
|
stas  |
- Update to 7.0.1. |
16 Dec 2009 02:22:02
7.0
|
stas  |
- Update to 7.0. |
10 Apr 2009 20:13:04
6.8
|
stas  |
- Update to 6.8. |
21 Aug 2008 06:18:49
6.7.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 ) |
14 Apr 2008 21:08:12
6.7.1
|
stas  |
- Update to 6.7.1. |
27 Jun 2007 22:23:04
6.6
|
stas  |
- Fix INDEX building by setting correct PKGNAMEPREFIX.
Reported by: erwin |
26 Jun 2007 08:21:48
6.6
|
stas  |
- Fix dependency list generation.
Reported by: pav |
24 Jun 2007 08:06:54
6.6
|
stas  |
- Add devel/cross-gdb port.
GNU gdb for cross-target application development.
WWW: http://sourceware.org/gdb/ |