- Convert pkg-plist into PLIST_FILES, PORTDOCS, and PORTEXAMPLES
- Sanitize installation procedure, improve files/pkg-message.in
- Reformat port description, point WWW to a more canonical URL
awgn.c: In function 'awgn_init_dbov':
awgn.c:114: error: 'cpowl' undeclared (first use in this function)
awgn.c:114: error: (Each undeclared identifier is reported only once
awgn.c:114: error: for each function it appears in.)
awgn.c:114: error: 'cpow' undeclared (first use in this function)
awgn.c:114: error: 'cpowf' undeclared (first use in this function)
awgn.c:114: error: 'powl' undeclared (first use in this function)
Multiple instances of iaxmodem are being spawned due to a badly placed
closedir call. The fix has been submitted (and accepted) upstream, however
there has been no new release since the fix was submitted.
PR: ports/176178
Submitted by: John Bayly <freebsd.ports@tipstrade.net>
Approved by: maintainer timeout (93 days)
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.
- Replace the build system to hand-written configure/Makefile
- Mark it as BROKEN on 4.x: does not compile
PR: ports/101961
Submitted by: Anish Mistry <amistry at am-productions.biz>
Approved by: Filippo Natali" <filippo.natali at gmail.com> (maintainer)
an IAX channel (commonly provided by an Asterisk PBX
system) instead of a traditional phone line and uses
a DSP library instead of DSP hardware chipsets.
WWW: http://sourceforge.net/projects/iaxmodem
PR: ports/99238
Submitted by: Filippo Natali <filippo.natali@gmail.com>