hidden conflicts with some older lang/gcc ports.
Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead
of hardcoding the version number 33.
Always build both shared and static libraries instead of having these as
two exclusive options defaulting to the former. This requires a hack to
set LD_LIBRARY_PATH from MAKE_ENV which makes me think the WANT_SHAREDLIBS
case really failed to build previously.
Make MAKE_ARGS non-cumulative.
Fix handling of shared libraries via rc.d for non-default prefixes and
move the rc.d script from PLIST_FILES to pkg-plist.
Do not strip some of the the binaries any longer.
No longer hardcode the version number in LATEST_LINK.
Remove the cklatest target which we just do not need any longer.
Bump PORTREVISION.
series. Move from tracking snapshots to the official release sources,
which requires an EPOCH bump, unfortunately.
Remove the cklatest target which we just do not need any longer.
Always build both shared and static libraries instead of having these as
two exclusive options defaulting to the former.
Fix handling of shared libraries via rc.d for non-default prefixes and
move the rc.d script from PLIST_FILES to pkg-plist.
Do not strip some of the the binaries any longer.
No longer hardcode the version number in LATEST_LINK.
- Make use of DISTVERSION to handle the version number
- Convert to use the new versions of devel/pwlib and net/openh323
- Convert to the new USE_RC_SUBR style
- Remove NOCLEANDEPENDS, its only of use for the old pwlib/openh323
- Remove other useless stuff (pre-install, USE_BISON, ...)
- Make use of DOCSDIR and EXAMPLESDIR like in net/openam
- Add WITH_RADIUS knob instead of enabling it by default
- Enable the MySQL and PostGreSQL backends
- Add pre-everything to give users a hint about the available knobs
- Adjust directories in do-install, add DOCS installation
- Remove useless line from post-install
PR: ports/94914
Submitted by: maintainer
- and posted another usb bugfix affecting FreeBSD guests
- (optionally) seperate out the two WITH_HACKS patches after I learned the
cirrus patch can cause problems with xp guests too
PR: ports/94949
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
prevent brute-force attacks on services like SSH or Telnet. It's highly
configurable and very fast.
WWW: http://mbsd.msk.ru/pam_af.html
PR: ports/94113
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>