| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
05 Nov 2012 00:05:15
2.0
|
db  |
- upgrade to version 2.0
- unbreak on x64
- clean up header
Feature safe: yes |
19 Mar 2011 12:38:54
1.12
|
miwi  |
- Get Rid MD5 support |
22 Aug 2009 00:13:27
1.12  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
21 Aug 2008 06:18:49
1.12
|
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 ) |
28 Jul 2008 18:56:45
1.12
|
db  |
- xoscope is a digital oscilloscope using input from a sound card or EsounD
and/or a ProbeScope/osziFOX and will soon support Bitscope hardware.
Includes 8 signal displays, variable time scale, math, memory, measurements,
and file save/load.
- Unfortunately will not work on amd64 due to many int vs. string coding errors. |