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.
script attempted to load other modules. This issue was reported by Robert
Martens to the maintainer via private mail.
PR: ports/153739
Submitted by: Ryan Steinmetz <rpsfa@rit.edu> (maintainer)
This will make FreeRADIUS to respond from the IP the initial request
was received to.
PR: ports/148965
Submitted by: Alexander Kriventsov <avk AT vl.ru>
Approved by: Ryan Steinmetz <rpsfa AT rit.edu> (maintainer)
Use USE_GMAKE instead of RUN_DEPENDS
Use ${FILESDIR} for EXTRA_PATCHES
Use USERS and GROUPS and simply pkg-install.in and update pkg-message to
reflect these new changes.
PR: ports/147188
Submitted by: Ryan Steinmetz <rpsfa@rit.edu> (maintainer)
to required_dirs and cause the script to block.
- If radiusd_flags contains -s the daemon never forks so deal with this by
adding & to command_args.
PR: ports/144969, ports/144970
Submitted by: Ryan Steinmetz <rpsfa@rit.edu> (maintainer)
- Pass maintainer to Ryan Steinmetz who has been active with this port in
the past.
PR: ports/143950
Submitted by: YAMAMOTO@FreeBSD.org, Shigeru <shigeru@iij.ad.jp>
Approved by: maintainer timeout, portmgr (linimon@)
Feature safe: yes
the last commit. There is still support for building with developer support
but it is explicitly not wanted as an option in "make config".
Pointed out by: David Wood <david@wood2.org.uk> (maintainer)
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
- Use bsd.port.options.mk and re-organize Makefile accordingly
- New options added:
- UNIXODBC
- PERL
- PYTHON
- RUBY
- DHCP
- No longer need to support WITH_NOPERL hack
PR: ports/136254
Submitted by: David Wood <david@wood2.org.uk>
- Change handling and structure of configuration files
- Add new options to startup script ("reload", "debug")
- Introduce pkg-message
- Other fixes and enhancements
PR: ports/124439
Submitted by: David Wood <david@wood2.org.uk> (maintainer)
Tested by: mm
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
simplification in WITH_NOPERL handling in Makefile).
- Use MASTER_SITE_SUBDIR rather than an explicit /old reference in
MASTER_SITES.
- Tidy pkg-plist, including the use of @stopdaemon and some mild reordering
so that it is more logical.
- Avoid spurious -L/usr/lib in the radiusd build step when using base OpenSSL.
- Use ${PTHREAD_LIBS} rather than -pthread.
- Remove the -p flag to cp when copying files into /usr/local/etc/raddb (this
may help stop FreeRADIUS stomping over explicitly set ownership and
permissions in this directory). [1]
- Generalise CONFLICTS.
- Support WITH_DEVELOPER (though it has to be used as a knob - I see no reason
to add this to the OPTIONS).
- Bump PORTREVISION.
[1] May address a concern of sem@ (maintainer had discussion by private mail)
PR: ports/117160
Submitted by: David Wood <david AT wood2.org.uk> (maintainer)