| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
1.0_5
|
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. |
20 Mar 2011 12:54:45
1.0_5
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
1.0_5
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
04 Jan 2010 01:58:40
1.0_5
|
pgollucci  |
- use SUB_FILES for installguide.txt too
PR: ports/142241
Submitted by: maintainer |
18 Oct 2009 15:03:03
1.0_5
|
rafan  |
- Drop the old .sh extension for rc script
- Remove ipfilter from PROVIDER so that chillispot can start up correctly
at boot time
- Utilize @stopdaemon
- Bump PORTREVISION
PR: ports/137967
Submitted by: Sevan Janiyan <venture37 at geeklan.co.uk> (maintainer) |
20 Jan 2009 11:58:02
1.0_4
|
amdmi3  |
- Add conflicts with newly added net-mgmt/coovachilli
PR: 130358
Submitted by: Sevan Janiyan <venture37 at geeklan dot co dot uk> (maintainer) |
21 Aug 2008 06:18:49
1.0_3
|
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 ) |
25 Jun 2008 19:03:11
1.0_3
|
itetcu  |
- use s/[NO]PORTDOCS/[NO]PORTDATA/ where necessary
- bump PORTREVISION
Submitted by: maintainer on private email |
16 Apr 2008 22:01:04
1.0_2
|
pav  |
- Fix fetch, update WWW |
20 Mar 2008 09:56:52
1.0_2
|
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
28 Aug 2006 17:55:24
1.0_2
|
pav  |
- A small addition to the install guide.
PR: ports/102610
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> (maintainer) |
28 Aug 2006 12:42:54
1.0_2
|
pav  |
- Provide rc script
- Install sample configuration and detailed installation instructions
PR: ports/102586
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> (maintainer) |
01 Feb 2006 01:08:07
1.0_1
|
edwin  |
SHA256ify
Approved by: krion@ |
10 Jan 2006 12:40:06
1.0_1
|
pav  |
- Update Apache dependencies
PR: ports/91443
Submitted by: Sevan Janiyan <venture37@hotmail.com> (maintainer) |
25 Dec 2005 21:39:49
1.0_1
|
edwin  |
make it buildable on 4.x |
20 Dec 2005 20:41:17
1.0
|
edwin  |
New port: net-mgmt/chillispot
Chillispot is used for authenticating users of a wireless
LAN. It support WPA (Wireless Protected Access) encryption.
Authentication, authorization and accounting (AAA) is handled
by your favorite radius server.
PR: ports/90397
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> |