| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Aug 2008 07:18:49
1.0
|
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 ) |
20 Aug 2008 14:40:41
1.0
|
stefan  |
Update to 1.0.
PR: 126667
Submitted by: "Hirohisa Yamaguchi" <umq@ueo.co.jp> |
20 Mar 2008 10:03:51
0.3
|
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
20 Mar 2007 21:02:06
0.3
|
stefan  |
Fix build with gcc 4.x.
Reported by: kris/pointyhat |
13 May 2006 05:15:53
0.3
|
edwin  |
Remove USE_REINPLACE from all categories starting with S |
07 May 2006 14:32:13
0.3
|
stefan  |
Convert MAINTAINER to my freebsd.org account. |
24 Jan 2006 01:03:33
0.3
|
edwin  |
SHA256ify
Approved by: krion@ |
12 Apr 2005 04:26:57
0.3
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 09:04:41
0.3
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
17 Jul 2004 14:11:47
0.3
|
krion  |
Add fcrackzip 0.3,
Fcrackzip is a fast and featureful ZIP password cracker,
written in portable C (and optional x86 assembly). It allows
the user to recover forgotten ZIP archive passwords, using
either a brute force or dictionary attack on the provided
files.
PR: ports/69159
Submitted by: Stefan Walter <sw@gegenunendlich.de> |