Fix some problems in the new rc.d script:
PROVIDE requires a trailing colon
There is no radiusd_start_precmd defined, so don't call it
Style issue, the - expansion is better than :- (see Porter's Handbook)
The FreeBSD KEYWORD is no longer needed
Bump PORTREVISION so that packages and users get the new rc.d script
- pwlib -> 1.9.2
- openh323 -> 1.17.3
The decission of porting the development releases instead of the stable
releases is based upon a discussion with the openh323 developers.
They serve as a start to be able to porting newer versions of e.g.
gnomemeeting et al.
Further tweaks/improvements to them may be required when other ports
start to use these versions.
Unlike the previous versions of those ports, they install a shared lib
now. So ports which depend upon them in the future should add a RUN_DEPENDS
upon them. Additionally the build time for those ports will decrease,
since they don't need to build pwlib/openh323 each time and grab them
from the build directory.
PR: 83396
Submitted by: Steve Ames <steve@energistic.com>
In colaboration with: Steve Ames <steve@energistic.com>
transition to newer versions of pwlib and openh323 without breaking ports
which depend upon them.
PR: 83396
Submitted by: Steve Ames <steve@energistic.com>
In colaboration with: Steve Ames <steve@energistic.com>
Approved by: linimon ("no weeping changes ATM"-Heads-Up)
It makes convenient in administration of package,
like yum, apt-get, and dpkg.
* Display a list of files in package (list)
* Display a package information (info)
* Install package from ftp server (install)
* Fetching package list (update)
* Package name search on package list (search)
* All text search on package list (allsearch)
WWW: http://www.shimazu.org/fpkg/
Submitted by: Yuki SHIMAZU <y.shimazu@nifty.com> via mixi
- Query the repository's files if $user is already in there
before attempting to adding him/her.
- Exit status with 0 instead of 1 in interactive mode.
- Fix a bug crash with 'disable' function. Look if user is already
disable before attempting to disable him/her again.
- Print if user is 'enable' or 'disable' in Query mode
- Fix some others minors bugs.
I'm considering, now, that cvsdadm have passed from alpha state to
beta. It is more stable than before, but not complete.
PR: 92833
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> (maintainer)
This port provides a FreeBSD kernel module implementing the Linux joystick
interface (/dev/input/js0), as well as calibration (jscal) and test (jstest)
utilities.
with a short REINPLACE_CMD in post-patch.
- Fix build so it will work with Gnome 2.14 when that lands
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
use ltverhack. For the remianing two libraries just do the patching
using REINPLACE_CMD in post-patch
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>