Commit graph

31 commits

Author SHA1 Message Date
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
wiz
2ab82f4340 Update HOMEPAGE. 2007-09-08 13:03:28 +00:00
rillig
144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
2006-07-22 04:46:13 +00:00
tron
edc64e0620 Remove class name from member declarations to make this build with GCC 4.x. 2006-07-02 14:44:27 +00:00
drochner
1411bce11b fix a possible information disclosure (CVE-2006-2442), from Debian
bump PKGREVISION
2006-05-22 16:39:00 +00:00
dsainty
a1a024cdae USE_LANGUAGES=c++ 2006-05-22 14:39:44 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
6ad6aef9d4 Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09 21:04:39 +00:00
martin
252be03832 One more /dev/dsp -> DEVOSSAUDIO.
Fixes PR 32920
2006-03-08 10:05:52 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
tron
ab8f937fb0 Remove me as maintainer of this package. I've never really used it. 2006-02-28 21:41:57 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +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
joerg
cb36df50f7 Update distinfo to match patches. 2006-01-23 17:04:13 +00:00
joerg
6a1f571296 kphone uses lrelease from qt3-tools, so depend on it and change Makefile
to not expect it in PATH. Add DragonFly support and don't try to link
with libresolv on DragonFly.
2006-01-22 01:31:43 +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
tron
ecc5bd7489 Update "kphone" package to version 4.2. Change since version 4.1.0:
- 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-11-29 10:15:18 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
tron
f542b9c34d Correct broken SSL "configure" test which causes link failures under
NetBSD 2.x. This fixes PR pkg/30315 by Torsten Harenberg,
2005-05-26 21:01:07 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
schwarz
f66302c311 added option for Alsa support. Changes approved by tron. 2005-04-25 19:01:32 +00:00
schwarz
32a16e2ec5 Added missing headers to previously committed patches.
Changed patch-af to ensure that the pkgsrc CFLAGS will be used for building
kphone.
2005-04-14 17:53:40 +00:00
schwarz
7f1ab5620c Updated kphone to 4.1.0 (approved by tron)
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
2005-04-14 13:46:04 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
jlam
00686c240d Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changed
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to
the configure and build processes.
2004-12-04 23:09:06 +00:00
tron
d17ba739e8 Update "kphone" package to version 4.0.5. Changes since version 4.0.3:
- 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-13 18:33:44 +00:00
jlam
af591191d2 Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
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-11-12 06:39:19 +00:00
grant
fd488f1b21 whitespace police 2004-10-19 02:26:39 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
scw
4314051acd Initial import of KPhone 4.0.3, a SIP (Session Initiation Protocol) user
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.
2004-07-21 21:49:02 +00:00