| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
02 Mar 2012 06:40:50
3.0.715
|
wen  |
- Update to 3.0.715
PR: ports/165578
Submitted by: Emil Mikulic <emikulic@gmail.com> (maintainer) |
14 Jan 2012 08:57:23
3.0.714
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
24 Oct 2011 09:11:38
3.0.714
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
07 Jun 2011 11:50:42
3.0.714
|
culot  |
- Update to 3.0.714
PR: ports/157683
Submitted by: Emil Mikulic <emikulic@gmail.com> (maintainer) |
15 May 2011 02:49:17
3.0.713
|
dougb  |
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps |
20 Mar 2011 12:54:45
3.0.713
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
3.0.713
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
21 Mar 2010 12:58:39
3.0.713
|
miwi  |
- Update to 3.0.713
- Enable MAKE_JOBS_SAFE
PR: 144820
Submitted by: Emil Mikulic <emikulic@gmail.com> (maintainer) |
15 Jul 2009 16: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 06: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 00: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 03: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 21: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 09: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 21: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 14: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 03: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 03: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 08: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 03: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 |