| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
03 Jul 2011 14:59:23
1.5
|
ohauer  |
-remove MD5 |
19 Sep 2009 19:40:49
1.5
|
miwi  |
- Update to 1.5
PR: 138369
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: maintainer timeout
Feature safe: yes |
21 Aug 2008 06:18:49
1.3.2
|
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 ) |
30 Oct 2007 02:49:13
1.3.2
|
lwhsu  |
- Update to 1.3.2
- Remove %%DATADIR%% in pkg-plist, this port doesn't support it
PR: ports/116555
Submitted by: Peter Johnson <johnson.peter AT gmail.com> (maintainer) |
23 Jul 2007 09:36:52
1.3.1
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
01 Apr 2007 09:45:03
1.3.1
|
ehaupt  |
Update to 1.3.1
PR: 111083
Submitted by: Peter Johnson <johnson.peter@gmail.com> (maintainer) |
22 Feb 2007 07:29:50
1.3
|
rafan  |
Add autodist 1.3, distribution creation system.
PR: ports/109384
Submitted by: Peter Johnson <johnson.peter at gmail.com> |