| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
20 Mar 2011 12:54:45
2.2.0
|
miwi  |
- Get Rid MD5 support |
28 Mar 2009 10:28:25
2.2.0
|
stefanf  |
Update to 2.2.0. Don't install a .DS_Store file.
Approved by: maintainer, brix |
21 Aug 2008 06:18:49
2.1.v1_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 ) |
01 Apr 2006 22:50:56
2.1.v1_1
|
thierry  |
- Fix installation;
- Add an entry in ports/LEGAL;
- Clean up the port;
- Make pkg-descr look pretty and make some sligth adjustments to pkg-plist.
PR: 93879
Submitted by: Daniel Thiele <dthiele (at) gmx.net> (maintainer) |
25 Jan 2006 21:33:54
2.1.v1
|
edwin  |
fix SHA256 line (was wrapped) |
22 Jan 2006 01:26:41
2.1.v1
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
18 Dec 2005 11:23:43
2.1.v1
|
lawrance  |
Add systemc 2.1.v1, a modeling platform for system-level C++ models.
PR: ports/89987
Submitted by: Daniel Thiele |