| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Aug 2008 07:18:49
2.13_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 ) |
06 Jun 2008 14:15:29
2.13_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
13 Feb 2007 22:01:37
2.13
|
thierry  |
Upgrade to 2.13.
Changelog at <http://billposer.org/Software/a2b.html#changelog>. |
19 Dec 2006 21:34:10
2.12
|
thierry  |
Upgrade to v. 2.12.
Changelog at <http://billposer.org/Software/a2b.html#changelog>. |
20 Apr 2006 06:39:05
2.11
|
thierry  |
Tarball has been re-rolled, with only minor changes in man pages.
Full diff available at
<http://people.freebsd.org/~thierry/ports/ascii2binary-2.11.diff>.
Reported by: Ion-Mihai Tetcu <itetcu (at) people.tecnik93.com> |
19 Apr 2006 22:52:56
2.11
|
thierry  |
Upgrade to 2.11.
Changelog at <http://billposer.org/Software/a2b.html#changelog>. |
15 Mar 2006 20:46:13
2.10
|
thierry  |
Switch to a versionned tarball. No diff after extraction. |
13 Mar 2006 06:32:36
2.10
|
thierry  |
Upgrade to 2.10 and make fetchable again.
Approved by: portmgr (linimon) |
05 Mar 2006 08:29:04
2.9
|
thierry  |
Upgrade to 2.9 to make fetchable again.
Changelog at <http://billposer.org/Software/a2b.html#changelog>.
Approved by: portmgr (linimon) |
30 Jan 2006 23:25:17
2.8.1
|
thierry  |
ascii2binary and binary2ascii convert between textual and binary
representations of numbers.
The two programs are useful for generating test data, for inspecting binary
files, and for interfacing programs that generate textual output to programs
that require binary input and conversely. They can also be useful when it is
desired to reformat numbers.
WWW: http://billposer.org/Software/a2b.html |