| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
15 Jul 2009 17:56:10
3.0.712
|
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
06 Dec 2008 06:27:37
3.0.712
|
beech  |
- Update to 3.0.712
- Use PORTDOCS and remove pkg-plist
PR: ports/129450
Submitted by: Emil Mikulic <emikulic@gmail.com> (maintainer) |
21 Aug 2008 07:18:49
3.0.711
|
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 ) |
12 Aug 2008 01:28:20
3.0.711
|
araujo  |
- Update to 3.0.711.
PR: ports/126393
Submitted by: Emil Mikulic <emikulic@gmail.com> (maintainer) |
10 Jun 2008 04:32:15
3.0.708
|
rafan  |
- Update to 3.0.708
- Update maintainer's mail
PR: ports/124413
Submitted by: Emil Mikulic <emil at cs.rmit.edu.au> (maintainer) |
05 Oct 2007 22:53:35
3.0.707
|
miwi  |
- Update to 3.0.707
PR: 116869
Submitted by: Emil Mikulic <emil@cs.rmit.edu.au> (maintainer) |
23 Jul 2007 10:36:52
3.0.619
|
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 |
29 Apr 2007 22:04:43
3.0.619
|
miwi  |
- Update to 3.0.619
PR: 112241
Submitted by: Emil Mikulic <emil@cs.rmit.edu.au> (maintainer) |
09 Aug 2006 15:20:07
3.0.540
|
clsung  |
- update to 3.0.540
- fix build on 4.X
PR: ports/101545
Submitted by: maintainer (Emil Mikulic)
Reviewed by: clsung |
03 Jul 2006 04:13:57
3.0.524
|
clsung  |
- update to 3.0.524
- darkstat 3 is almost a complete rewrite of v2 and greatly
improves speed, features, and reliability.
PR: ports/99714
Submitted by: maintanier (Emil Mikulic) |
01 Feb 2006 01:08:07
2.6_1
|
edwin  |
SHA256ify
Approved by: krion@ |
12 Apr 2005 04:26:57
2.6_1
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 09:04:41
2.6_1
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
31 Mar 2004 04:12:58
2.6_1
|
trevor  |
SIZEify (maintainer timeout) |
18 Mar 2004 16:56:06
2.6_1
|
trevor  |
Restore Emil Mikulik as maintainer. He sent me his new e-mail
address. |
18 Mar 2004 03:37:21
2.6_1
|
trevor  |
E-mail to the maintainer bounced:
<emikulic@optushome.com.au>: host mail.optusnet.com.au[211.29.132.250] said:
553 5.3.0 <emikulic@optushome.com.au>... No such user |
23 Feb 2004 04:42:13
2.6_1
|
wollman  |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus |