| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
29 Mar 2013 19:33:42
0.81_1
|
cs  |
- Remove A/An in COMMENT
- Trim Header where applicable |
05 Aug 2012 23:19:40
0.81_1
|
dougb  |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
21 Jan 2012 17:40:15
0.81_1
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
14 Jan 2012 08:57:23
0.81_1
|
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
0.81_1
|
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 |
03 Jul 2011 14:03:52
0.81_1
|
ohauer  |
-remove MD5 |
27 Mar 2010 00:15:24
0.81_1
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
22 Aug 2009 00:35:32
0.81_1  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
21 Aug 2008 06:18:49
0.81_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 ) |
04 Oct 2007 06:00:24
0.81_1
|
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
13 May 2006 04:15:53
0.81_1
|
edwin  |
Remove USE_REINPLACE from all categories starting with S |
20 Feb 2006 20:47:50
0.81_1
|
dougb  |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
22 Jan 2006 02:50:55
0.81_1
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
22 Nov 2005 12:24:35
0.81_1
|
mnag  |
Fix build in 4.x
PR: 89405
Submitted by: maintainer |
31 Oct 2005 14:53:37
0.81
|
garga  |
- Update to 0.81
PR: ports/88240
Submitted by: maintainer |
30 May 2005 16:31:52
0.8_1
|
pav  |
- Fix doormand to work on FreeBSD
- Replace broken ipf* script
- RCng script
PR: ports/81615
Submitted by: Lupe Christoph <lupe@lupe-christoph.de> (maintainer) |
23 May 2005 07:08:50
0.8
|
pav  |
- Mark IGNORE for now, it does not run properly
PR: ports/81367
Submitted by: Aaron Dalton <aaron@daltons.ca>
OK'ed by: maintainer |
22 May 2005 21:07:44
0.8
|
pav  |
- New maintainer
PR: ports/78777, ports/81367 for details |
12 Aug 2004 17:27:31
0.8
|
sem  |
Doorman is a port knocking implementation which allows a server to run
silently, invisibly, with all TCP ports closed except to those who know...
the secret knock!
PR: ports/70186
Submitted by: Aaron Dalton <aaron@daltons.ca> |