| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
24 Apr 2013 18:10:32
2.14
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
23 Sep 2011 22:26:39
2.14
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
20 Mar 2011 12:54:45
2.14
|
miwi  |
- Get Rid MD5 support |
08 Sep 2010 20:20:01
2.14
|
thierry  |
Upgrade to 2.14.
Changelog at <http://billposer.org/Software/Ascii2BinaryChangeLog.html>. |
31 May 2010 02:01:56
2.13_2
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
21 Aug 2008 06: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 13: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 05: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 21: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 |