summaryrefslogtreecommitdiff
path: root/net/kphone/patches
AgeCommit message (Collapse)AuthorFilesLines
2011-11-25Fix C++ syntaxjoerg1-0/+21
2006-07-02Remove class name from member declarations to make this build with GCC 4.x.tron2-0/+26
2006-05-22fix a possible information disclosure (CVE-2006-2442), from Debiandrochner1-0/+22
bump PKGREVISION
2006-03-08One more /dev/dsp -> DEVOSSAUDIO.martin1-0/+13
Fixes PR 32920
2006-01-22kphone uses lrelease from qt3-tools, so depend on it and change Makefilejoerg3-9/+37
to not expect it in PATH. Add DragonFly support and don't try to link with libresolv on DragonFly.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig4-0/+8
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-11-29Update "kphone" package to version 4.2. Change since version 4.1.0:tron4-35/+27
- ILBC 20ms implementation added - Some new translations - Alsa support updated - Some qt3 fixes - Saved password support added - DTMF support updated - Command line call support added - SRTP support added (see INSTALL file) - Some new translations - Alsa support updated Update contributed by Stephen Borrill in PR pkg/32159.
2005-05-26Correct broken SSL "configure" test which causes link failures undertron1-3/+12
NetBSD 2.x. This fixes PR pkg/30315 by Torsten Harenberg,
2005-04-14Added missing headers to previously committed patches.schwarz4-4/+14
Changed patch-af to ensure that the pkgsrc CFLAGS will be used for building kphone.
2005-04-14Updated kphone to 4.1.0 (approved by tron)schwarz4-25/+18
Changes from previous version 4.0.5 are: * support for ALSA (not yet enabled in pkgsrc) * support for jack (not yet enabled in pkgsrc) * some bug fixes
2004-11-13Update "kphone" package to version 4.0.5. Changes since version 4.0.3:tron5-71/+50
- Fixed bug in localization - Memory leak fixed - Localization added, thanks to Mario Scheel - Tray icon support added, thanks to Thomas Zell - Some errors fixed
2004-11-12Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're addedjlam1-3/+2
automatically by pthread.buildlink3.mk. Also, factor out the pthread library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS and use it in packages where necessary (usually the ones that don't have a GNU configure script).
2004-07-21Initial import of KPhone 4.0.3, a SIP (Session Initiation Protocol) userscw11-0/+410
agent for *nix. (Basically, a VoIP client) There are some rough edges in the NetBSD audio support of this package, but it runs well enough on my esa(4)-equipped laptop to make and receive FWD calls. A couple of minor patches are courtesy of the FreeBSD port of Kphone. Alistair Crooks also tidied up my first amateurish attempt at packaging this.