Commit graph

969 commits

Author SHA1 Message Date
joerg
caa939db59 Add DragonFly support.
Fix C++ RTL usage: c_str is how to get the representation, not getCStr.
Attempt to fix declaration of static template members. Be conditional
for GCC 3.4+ for now, it conflicts with the constructor in GCC 3.3.
Attempt to fix timezone usage as found in other packages.
Use PTHREAD_* variables instead of hard-coded -lpthread.
Don't look for _nl_domain_bindings in -lintl, libintl uses a different
prefix.
Remove harmfull class keywords in friend declarations.
2006-02-02 15:03:19 +00:00
mjl
2cb4bb2909 Update to asterisk 1.2.4. This is a bugfix release.
* channels/chan_zap.c: disable buggy PRI user-user code until it
	  can be fixed
	* channels/chan_sip.c: Issue 6182 - Don't remove scheduled event
	  until it's really done.
	* channels/chan_sip.c: Issue 6362 - Register without Contact: and
	  Expires: fails
	* ast_expr2.h, ast_expr2f.c, ast_expr2.c: Bug 6072 - Revisions to
	  the source bison and flex files don't auto-regenerate these files
	* channels/chan_zap.c: fix problem with dtmf on e&m (issue #6364)
	* channels/chan_sip.c: Issue 5898: Registrations does not get
	  deleted if there's an active SIP dialog
	* channels/chan_sip.c: don't call ast_update_realtime with
	  uninitialized variables if we get a registration with an expirey
	  of 0 seconds (issue #6173)
	* channels/chan_features.c: fix memory leak (inspired by issue
	  #6351)
2006-02-01 01:45:29 +00:00
riz
1e38a3791e Update to handle NetBSD-current, post ktrace-lwp merge. No functional
changes.
2006-02-01 00:10:53 +00:00
rillig
70d8e3cece Fixed the remaining pkglint -Wall warnings. 2006-01-29 01:30:20 +00:00
rillig
fab1e7860e - Fixed some pkglint warnings.
- Replaced absolute directories like /usr/pkg and /var with ${PREFIX} and
  ${VARBASE}.
- USE_TOOLS+=perl:run, since there is one Perl program installed with the
  package.
- Bumped PKGREVISION.
2006-01-29 01:21:45 +00:00
riz
b745272eb7 Update to the latest sounds package (1.2.1), and sort the PLIST. 2006-01-25 18:41:14 +00:00
riz
917b9c38f1 Update to asterisk 1.2.3 - bugfixes only. 2006-01-25 17:48:43 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
riz
72255e472d Patch the default path for music-on-hold files. 2006-01-24 02:09:38 +00:00
adrianp
770f810183 Update to HylaFAX 4.2.5
From the CHANGES:
> Changelog for HylaFAX 4.2.5
>
> * change notify to not rely on echo -e (BUG 724) (11 Jan 2005)
> * add prototype config catch for Digicom Leonardo modems (11 Jan 2005)
> * make sure probemodem removes lock files (BUG 691) (9 Jan 2005)
> * portability cleanup to MemoryDecoder.c++ (BUG 224) (9 Jan 2005)
> * include crypt.h where necessary (BUG 722) (9 Jan 2005)
> * fix eval sed in faxrcvd script (BUG 719) (9 Jan 2006)
> * fix shell comments in nofity AWK script (BUG 719) (9 Jan 2006)
>
> Changelog for HylaFAX 4.2.4
>
> * CVE-2005-3539: Fix for faxrcvd/notify script vulnerabilites
>   (4 Jan 2004)
> * don't lock-down pagingProtocol by default (15 Dec 2005)
> * CVE-2005-3538: fix possible hfaxd login vulnerability due
>   to PAM library absence during build (15 Dec 2005)
> * fix a Solaris compile error due to PAM_CONV_AGAIN (15 Dec 2005)
> * fix Solaris 9 compile error due to PAM (15 Dec 2005)
> * all Mainpine boards no longer identified as the DUO+
>   2-port model (5 Dec 2005)
> * update hfaxd 'site adduser' functionality (29 Nov 2005)
> * prevent some faxgetty hangs in Phase C EOL sync (29 Nov 2005)
> * fix for clients specifying TZONE LOCAL/GMT and using %Y for
>   JobFmt and RcvFmt (22 Nov 2005)
2006-01-22 14:06:02 +00:00
jmmv
d971a332da Drop maintainership. I can't seriously be the maintainer of so many
packages - specially of packages that I haven't touched for a long
while or those that other people can handle better than me.
2006-01-20 16:15:52 +00:00
mjl
062d71c80f Update to asterisk 1.2.2
Changes are bugfixes only.
2006-01-18 11:39:54 +00:00
adam
d3cb962ca9 Changes 3.0.8:
Update Greek translation (Hellenic Linux Users Group).

	Add German translation (po/de.po and mainwindow.cpp).

	Destroy thread attribute object correctly (utils/thread.h and
	utils/thread.cpp).

	Use GtkSpinButton objects in the settings dialog where relevant
	(settings.h, settings.cpp and settings_help.cpp).

	Improve documentation/commenting of write_error() function
	(mainwindow.cpp).

	Update gettext tools to latest version (gettext-0.14.5)
	(po/Makevars and po/Rules-quot).

	Move typedef of InstanceMap into the Notifier class
	(utils/notifier.h and utils/notifier.cpp).

	Provide specific CFLAGS and CXXFLAGS specification in rpm spec
	file (efax-gtk.spec.in and efax-gtk.spec).
2006-01-16 14:24:53 +00:00
mjl
a8c4123bbf Update to asterisk-sounds-de-x9media-20060114
No changes but four renamed sound files.
2006-01-15 14:14:25 +00:00
riz
28723e33e3 Update asterisk to version 1.2.1. Many, many bugfixes, and some
new features, including support for DUNDi.  (http://www.dundi.com/ for
more information)

The initial framework and porting of this package upgrade was done by
Martin J. Laubach, with lots of feature/PLIST fixes by me.  DragonFly
support added by Joerg Sonnenberger.
2006-01-13 20:32:38 +00:00
rillig
734218ea9a The script interpreter of libdata/asterisk/agi-bin/agi-test.agi had been
/usr/bin/perl -- added the file to REPLACE_PERL. Because the binary
package changed, bump PKGREVISION.
2006-01-12 19:30:15 +00:00
rillig
2ca458613c Fixed a whole lot of pkglint warnings regarding the use of backslashes
in double quoted strings, variable definition alignments, variable names
starting with an underscore and other quoting issues.
2006-01-12 19:11:55 +00:00
joerg
c543f759ff Fix errno. Add DragonFly. 2006-01-12 17:13:58 +00:00
joerg
469c555b4d Fix Darwin build. 2006-01-10 18:58:33 +00:00
wiz
751d30d637 DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
joerg
001ed5ee6d _BSD_SOURCE should go as well, according to wiz@. 2006-01-05 23:25:30 +00:00
joerg
cf73562ffd Use SUBST framework. 2006-01-05 21:34:39 +00:00
joerg
3acd0de959 Add DragonFly support. 2006-01-05 17:32:52 +00:00
joerg
d088d3da03 Regenerate patch like it (hopefully) was intended. 2006-01-05 17:29:04 +00:00
joerg
7d0b3d06dc Fix template referening for GCC 3.4+. 2006-01-05 17:12:35 +00:00
wiz
2af379ab76 Accept tiff-3.8 (build fix). 2006-01-04 22:36:50 +00:00
taca
435219cbd2 Bump PKGREVISION by update of ruby18-base package. 2006-01-03 15:07:28 +00:00
taca
dccd827fac Stop handling DIST_SUBDIR default for Ruby based packages.
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-03 14:25:49 +00:00
joerg
1c0fceebcd DragonFly support. Add mkfontdir as build tool. 2006-01-02 16:17:09 +00:00
joerg
1f5065df19 Don't reference matherr on DragonFly, it doesn't exist here. 2006-01-02 16:14:04 +00:00
joerg
c39008d1c9 DragonFly support. Override config.guess and config.sub. 2006-01-02 16:02:10 +00:00
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
joerg
769f3fd6ed Fix ctype issues. Bump revision. 2005-12-29 23:31:35 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
joerg
4f11547ff5 Works fine on DragonFly. 2005-12-27 22:45:25 +00:00
reed
9f534afdb6 Also if Linux, then the local suffix is "mo" and include the gettext-lib. 2005-12-27 18:07:21 +00:00
reed
181cd13bcc Sort PLIST. No change, but makes it easier for later checks. 2005-12-27 18:05:44 +00:00
joerg
984cda224e Fix errno and dirent usage. Remove .depend file from distfile,
it breaks build on DragonFly.
2005-12-27 13:51:27 +00:00
schmonz
463f43526a Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
2005-12-26 23:39:30 +00:00
joerg
ff810db8f2 Fix GCC 3.4+ by making the friend declaration an explicit template. 2005-12-23 16:59:46 +00:00
joerg
a3ce3b5bff Unconditionally include stdlib.h, it is a standard header and needed
for exit().
2005-12-23 16:10:05 +00:00
joerg
257ca9c347 build uses msgfmt. 2005-12-23 15:30:33 +00:00
rillig
f419e8a607 Added patch-ax, which fixes ctype issues. Bumped PKGREVISION because the
generated code changes.
2005-12-20 10:19:09 +00:00
joerg
65e54b0ea5 Remove redundant errno and use stdlib.h instead of defining the
prototypes manually and possibly mismatching. Update FreeBSD
config to match both DragonFly and FreeBSD 4+ reality.
2005-12-19 15:10:18 +00:00
joerg
840fe72e12 Remove redundant errno. Prefer NAME_MAX over MAXNAMLEN. 2005-12-19 14:34:33 +00:00
joerg
9adacc0de9 Include ERRNO_H in CFLAGS to get proper errno. 2005-12-18 23:18:40 +00:00
joerg
1ec06b074e Add read-ahead hack for DragonFly, manually casting to the "public"
version of FILE. Kids, don't try that at home.

Fix errno.
2005-12-18 23:15:43 +00:00
mjl
d68564efc6 Update asterisk-sounds-de-x9media to 20051128
All standard voice prompts are now translated.
2005-12-07 12:21:04 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00