Hi Marc,
Thanks, the patch is working ;)
I've already a port for FreeBSD on the start, missing only some test
and proper rc-scripts (tasklist for the weekend).
Before committing the port I will ask for your permission to mirror
the source but keep your site as Master.
Additional I'm searching for a portname, I think about something like
"tac_plus-mavis", since "mavis" or "event-driven-servers" do not
reflect with a first look the power of this tacacs implementation. Is
"tac_plus-mavis" as portname acceptable for you?
--
Regards,
olli
I've already a port for FreeBSD on the start, missing only some testand proper rc-scripts (tasklist for the weekend).
Before committing the port I will ask for your permission to mirror
the source but keep your site as Master.
Additional I'm searching for a portname, I think about something like
"tac_plus-mavis", since "mavis" or "event-driven-servers" do not
reflect with a first look the power of this tacacs implementation. Is
"tac_plus-mavis" as portname acceptable for you?
Hi Mark,
I have the port nearly finish, not all parts are tested until now
(running out of time ...)
During build testing I found the following issue (maybe it is FreeBSD
specific, I haven''t tested on other platforms until now.)
If I specify "--with-freeradius=$location" or "--with-pam" the build
fails the following error message
gmake: Entering an unknown directory
gmake: *** mavis/radmavis: No such file or directory. Stop.
gmake: Leaving an unknown directory
The following patch solves this issue (maybe relevant on other platforms too)
--- ./configure.orig 2011-09-05 12:58:49.000000000 +0200
+++ ./configure 2011-09-19 19:19:01.000000000 +0200
@@ -366,11 +366,11 @@
delete $A{"--with-$a-include"};
- $content .=
"DIRS+=mavis/radmavis\n"
- if $a
eq "freeradius";
+# $content .=
"DIRS+=mavis/radmavis\n"
+# if $a
eq "freeradius";
- $content .=
"DIRS+=mavis/pammavis\n"
- if $a eq "pam";
+# $content .=
"DIRS+=mavis/pammavis\n"
+# if $a eq "pam";
}
}
PS:
a preview of the port is available as shar file here.
http://people.freebsd.org/~ohauer/shar/tac_plus-mavis.shar
--
Regards
olli
patch located here:
http://people.freebsd.org/~ohauer/shar/patch-configure.txt
and as attachement.
This is the other site of porting, if it is possible and it makes
sense offer it to the users ...
> I've had a quick look at the distfile and saw that DEVEL.201109191948
> is referenced there, explicitely. However, I cannot guarantee that
> this file will be available forever on *my* server. I tend to simply
> remove older snapshots at arbitrary times, and non-existing tarballs
> will be redirected to the current snapshot.
That's, no issue if I have your permission to mirror a given distfile
I can commit the port as soon everything is done.
I will regularly update the version if there are changes which affect
users or on your or user / request.
Not possible will be a 1/1 portversion/ current distversion since you
are very fast with fixes and new releases which is indeed a good sign
;)
I hope I find the time to do some more tests and finish the rc.scripts
until end of next week.
--
Regards,
olli