OpenBSD CVS

CVS log for ports/telephony/iaxclient/Makefile


[BACK] Up to [local] / ports / telephony / iaxclient

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.55 / (download) - annotate - [select for diffs], Tue Nov 7 14:19:46 2023 UTC (6 months, 3 weeks ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (unified)

http://*sourceforge.net now redirect to https

Update SITES, HOMEPAGE, and comments.

Revision 1.54 / (download) - annotate - [select for diffs], Wed Sep 27 17:20:39 2023 UTC (8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.53: +1 -1 lines
Diff to previous 1.53 (unified)

MASTER_SITES -> SITES

Revision 1.53 / (download) - annotate - [select for diffs], Sat Nov 5 17:07:25 2022 UTC (18 months, 4 weeks ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (unified)

WANTLIB: pcre -> pcre2-8 after recent glib2 update.

Revision 1.52 / (download) - annotate - [select for diffs], Thu Mar 31 13:44:42 2022 UTC (2 years, 2 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.51: +3 -3 lines
Diff to previous 1.51 (unified)

sync WANTLIB

Revision 1.51 / (download) - annotate - [select for diffs], Fri Mar 11 19:58:31 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
Changes since 1.50: +0 -2 lines
Diff to previous 1.50 (unified)

drop RCS Ids

Revision 1.50 / (download) - annotate - [select for diffs], Sun Jun 21 13:58:47 2020 UTC (3 years, 11 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.49: +5 -5 lines
Diff to previous 1.49 (unified)

iaxclient: honour CC in Tcl build parts, from Brad

Revision 1.49 / (download) - annotate - [select for diffs], Thu Apr 16 08:51:57 2020 UTC (4 years, 1 month ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.48: +5 -12 lines
Diff to previous 1.48 (unified)

iaxclient: stop trying to use functions which were removed from ffmpeg
some time ago. They were causing the build to fail on arch using a linker
which cares about such things as the functions existing, and would have
caused crashes if the relevant code was actually called on other arches
(I guess this port is not really very widely used..)

Diff from Brad, I merged with newer commit.

Revision 1.48 / (download) - annotate - [select for diffs], Thu Apr 16 06:45:19 2020 UTC (4 years, 1 month ago) by ratchov
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (unified)

Use /dev/null instead of /dev/mixer

Ports using -lossaudio still call open(2) to get a file descriptor.
They don't need it to change the volume, but expect various syscalls
to succeed. Using /dev/null ensures programs will continue to work
once /dev/mixer is disabled.

"go ahead" landry@ and naddy@

Revision 1.47 / (download) - annotate - [select for diffs], Wed Apr 15 16:31:15 2020 UTC (4 years, 1 month ago) by kmos
Branch: MAIN
Changes since 1.46: +4 -1 lines
Diff to previous 1.46 (unified)

Mark iaxclient broken for sparc64 like it is for aarch64. The same
linking error keeps it from building.

ok sthen@

Revision 1.46 / (download) - annotate - [select for diffs], Tue Apr 14 21:57:14 2020 UTC (4 years, 1 month ago) by sthen
Branch: MAIN
Changes since 1.45: +5 -1 lines
Diff to previous 1.45 (unified)

mark BROKEN-aarch64; linker error, undefined refs to
avcodec_encode_video and avcodec_alloc_frame.

strangely, though aarch64 *only* uses LLD, the same failure can be
reproduced on amd64 by forcing ld.bfd (USE_LLD=No).

Revision 1.45 / (download) - annotate - [select for diffs], Fri Jul 12 20:49:55 2019 UTC (4 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (unified)

replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

Revision 1.44 / (download) - annotate - [select for diffs], Fri Jul 5 11:52:59 2019 UTC (4 years, 11 months ago) by sthen
Branch: MAIN
Changes since 1.43: +6 -6 lines
Diff to previous 1.43 (unified)

sync WANTLIB

Revision 1.43 / (download) - annotate - [select for diffs], Thu Jun 13 15:48:54 2019 UTC (4 years, 11 months ago) by sthen
Branch: MAIN
Changes since 1.42: +3 -2 lines
Diff to previous 1.42 (unified)

sync some WANTLIBs

Revision 1.42 / (download) - annotate - [select for diffs], Thu Feb 21 22:37:58 2019 UTC (5 years, 3 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.41: +3 -3 lines
Diff to previous 1.41 (unified)

clean up ffmpeg dep's, from Brad.

Revision 1.41 / (download) - annotate - [select for diffs], Mon Feb 18 10:05:39 2019 UTC (5 years, 3 months ago) by ajacoutot
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (unified)

Update for newer FFmpeg API.

from Brad

Revision 1.40 / (download) - annotate - [select for diffs], Mon Dec 17 01:08:29 2018 UTC (5 years, 5 months ago) by jca
Branch: MAIN
Changes since 1.39: +3 -20 lines
Diff to previous 1.39 (unified)

Remove iaxcomm subpackage

iaxcomm doesn't build with wxWidgets3, not very surprising since the
last beta release was in 2008.

Maintainer timeout, ok kn@ rsadowski@ sthen@

Revision 1.39 / (download) - annotate - [select for diffs], Wed Oct 24 14:28:11 2018 UTC (5 years, 7 months ago) by sthen
Branch: MAIN
Changes since 1.38: +4 -2 lines
Diff to previous 1.38 (unified)

Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.

Revision 1.38 / (download) - annotate - [select for diffs], Sat Nov 4 21:48:06 2017 UTC (6 years, 6 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.37: +8 -9 lines
Diff to previous 1.37 (unified)

replace gettext module

Revision 1.37 / (download) - annotate - [select for diffs], Mon Oct 23 17:11:03 2017 UTC (6 years, 7 months ago) by sthen
Branch: MAIN
Changes since 1.36: +4 -6 lines
Diff to previous 1.36 (unified)

Handle pthread-stubs removal.

Revision 1.36 / (download) - annotate - [select for diffs], Wed Jul 26 22:45:30 2017 UTC (6 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.35: +4 -4 lines
Diff to previous 1.35 (unified)

bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports.

Revision 1.35 / (download) - annotate - [select for diffs], Sun Jul 16 19:19:02 2017 UTC (6 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.34: +3 -3 lines
Diff to previous 1.34 (unified)

use COMPILER_LIBCXX where applicable

Revision 1.34 / (download) - annotate - [select for diffs], Mon Apr 10 11:46:34 2017 UTC (7 years, 1 month ago) by sthen
Branch: MAIN
Changes since 1.33: +3 -3 lines
Diff to previous 1.33 (unified)

use LIBCXX

Revision 1.33 / (download) - annotate - [select for diffs], Mon Jan 2 12:56:06 2017 UTC (7 years, 5 months ago) by sebastia
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (unified)

a memcpy -> memmove transition to prevent an abort, observed with
coccinella IAX client.

OK sthen@

Revision 1.32 / (download) - annotate - [select for diffs], Mon Apr 4 16:09:10 2016 UTC (8 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (unified)

g/c PFRAG.shared

Revision 1.31 / (download) - annotate - [select for diffs], Sat Jul 18 23:59:54 2015 UTC (8 years, 10 months ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (unified)

kill trailing whitespace

Revision 1.30 / (download) - annotate - [select for diffs], Mon May 18 18:04:24 2015 UTC (9 years ago) by sebastia
Branch: MAIN
Changes since 1.29: +7 -6 lines
Diff to previous 1.29 (unified)

As pointed out by espie@, theora gets picked up if available, so add it
explicitly to the deps.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Apr 28 06:35:06 2015 UTC (9 years, 1 month ago) by ajacoutot
Branch: MAIN
Changes since 1.28: +16 -14 lines
Diff to previous 1.28 (unified)

Cope with FFmpeg 20150412.

from brad

Revision 1.28 / (download) - annotate - [select for diffs], Thu Mar 19 20:25:27 2015 UTC (9 years, 2 months ago) by naddy
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (unified)

fold lib-only PFRAG.shared into PLIST, and some related cleanups

Revision 1.27 / (download) - annotate - [select for diffs], Sun Apr 27 20:52:50 2014 UTC (10 years, 1 month ago) by brad
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.26: +4 -4 lines
Diff to previous 1.26 (unified)

Update for newer FFmpeg API.

ok sebastia@

Revision 1.26 / (download) - annotate - [select for diffs], Fri Aug 9 19:06:41 2013 UTC (10 years, 9 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.25: +4 -4 lines
Diff to previous 1.25 (unified)

Remove -lpthread patching.

Revision 1.25 / (download) - annotate - [select for diffs], Thu Mar 21 08:48:54 2013 UTC (11 years, 2 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.24: +1 -2 lines
Diff to previous 1.24 (unified)

USE_LIBTOOL=Yes is the default now.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Mar 11 11:41:33 2013 UTC (11 years, 2 months ago) by espie
Branch: MAIN
Changes since 1.23: +1 -4 lines
Diff to previous 1.23 (unified)

PERMIT_* / REGRESS->TEST sweep

Revision 1.23 / (download) - annotate - [select for diffs], Sun Jan 20 12:52:34 2013 UTC (11 years, 4 months ago) by brad
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.22: +9 -10 lines
Diff to previous 1.22 (unified)

Update for newer FFmpeg API.

ok sebastia@

Revision 1.22 / (download) - annotate - [select for diffs], Thu Aug 23 17:42:27 2012 UTC (11 years, 9 months ago) by sthen
Branch: MAIN
Changes since 1.21: +5 -5 lines
Diff to previous 1.21 (unified)

sync wantlib

Revision 1.21 / (download) - annotate - [select for diffs], Mon Apr 30 09:48:21 2012 UTC (12 years, 1 month ago) by sebastia
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (unified)

Make iaxclient work wiht newer ffmpeg API
tested on i386 and macppc by myself with net/coccinella.
From Brad.

OK ajacoutot@

Revision 1.20 / (download) - annotate - [select for diffs], Wed Nov 2 08:32:17 2011 UTC (12 years, 7 months ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.19: +5 -5 lines
Diff to previous 1.19 (unified)

- regen WANTLIB

Revision 1.19 / (download) - annotate - [select for diffs], Fri Sep 16 11:41:40 2011 UTC (12 years, 8 months ago) by espie
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (unified)

normalize pkgpath

Revision 1.18 / (download) - annotate - [select for diffs], Wed Jul 6 21:09:56 2011 UTC (12 years, 11 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.17: +6 -6 lines
Diff to previous 1.17 (unified)

Use the devel/gettext MODULE.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Jun 27 13:38:30 2011 UTC (12 years, 11 months ago) by sthen
Branch: MAIN
Changes since 1.16: +6 -6 lines
Diff to previous 1.16 (unified)

sync WANTLIB and bump.
zap a few stray space-tabs while there.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jun 24 11:17:05 2011 UTC (12 years, 11 months ago) by sthen
Branch: MAIN
Changes since 1.15: +9 -9 lines
Diff to previous 1.15 (unified)

Chase ffmpeg dep changes. Mostly from Brad ok dcoppa@, plus opencv from me.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Jun 13 08:22:44 2011 UTC (12 years, 11 months ago) by sthen
Branch: MAIN
Changes since 1.14: +7 -7 lines
Diff to previous 1.14 (unified)

sync WANTLIB; iaxclient picks up theora now that pkg-config version
comparison is fixed.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jun 7 11:34:43 2011 UTC (12 years, 11 months ago) by sthen
Branch: MAIN
Changes since 1.13: +3 -1 lines
Diff to previous 1.13 (unified)

build requires Tcl/Tk; set BUILD_DEPENDS appropriately.
remaining problem with -current pkg-config to be fixed separately.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Apr 18 23:11:53 2011 UTC (13 years, 1 month ago) by sthen
Branch: MAIN
Changes since 1.12: +29 -32 lines
Diff to previous 1.12 (unified)

sync WANTLIB (re: ffmpeg update), from Brad

Revision 1.12 / (download) - annotate - [select for diffs], Tue Mar 29 23:22:17 2011 UTC (13 years, 2 months ago) by jakemsr
Branch: MAIN
Changes since 1.11: +7 -7 lines
Diff to previous 1.11 (unified)

more ports that need faad removed from WANTLIB after ffmpeg update,
as noted on ports@.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jan 5 18:00:10 2011 UTC (13 years, 5 months ago) by sebastia
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.10: +8 -4 lines
Diff to previous 1.10 (unified)

Update to new Tcl layout.

OK landry@ stu@

Revision 1.10 / (download) - annotate - [select for diffs], Sat Nov 20 19:56:47 2010 UTC (13 years, 6 months ago) by espie
Branch: MAIN
Changes since 1.9: +12 -12 lines
Diff to previous 1.9 (unified)

new depends

Revision 1.9 / (download) - annotate - [select for diffs], Thu Nov 11 19:52:40 2010 UTC (13 years, 6 months ago) by espie
Branch: MAIN
Changes since 1.8: +19 -13 lines
Diff to previous 1.8 (unified)

missed WANTLIB

Revision 1.8 / (download) - annotate - [select for diffs], Tue Nov 9 16:58:55 2010 UTC (13 years, 6 months ago) by jasper
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (unified)

- we have sched_get_priority_{min|max} now.

from brad, ok sebastia@ (MAINTAINER)

Revision 1.7 / (download) - annotate - [select for diffs], Mon Oct 11 08:18:20 2010 UTC (13 years, 7 months ago) by jasper
Branch: MAIN
Changes since 1.6: +5 -5 lines
Diff to previous 1.6 (unified)

- fix WANTLIB after cairo update.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Sep 30 07:21:20 2010 UTC (13 years, 8 months ago) by ajacoutot
Branch: MAIN
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 (unified)

Fix DEPENDS after gtk+2 and gdk-pixbuf split.

ok jasper@

Revision 1.5 / (download) - annotate - [select for diffs], Sun Sep 26 15:10:39 2010 UTC (13 years, 8 months ago) by ajacoutot
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (unified)

Missed bump.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Sep 26 15:09:29 2010 UTC (13 years, 8 months ago) by ajacoutot
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (unified)

Set proper thread priorities.

ok sebastia@ (maintainer)

Revision 1.3 / (download) - annotate - [select for diffs], Wed Aug 25 23:27:21 2010 UTC (13 years, 9 months ago) by sthen
Branch: MAIN
Changes since 1.2: +7 -5 lines
Diff to previous 1.2 (unified)

- chase the library change in multimedia/schroedinger; oil->orc
- add various other missing WANTLIB (and LIB_DEPENDS in some cases)
- while there move PKGNAME=..pX to REVISION, and move some ports
to new-style LIB_DEPENDS

original diff from Brad, extensive checking by me (clean build of everything
related to liboil).

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jun 18 17:37:46 2010 UTC (13 years, 11 months ago) by sebastia
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (unified)

Strip trailing spaces on WANTLIB lines, as suggested by sthen.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jun 18 17:32:21 2010 UTC (13 years, 11 months ago) by sebastia
Branch: MAIN

Initial import of iaxclient 2.1beta3

A lightweight cross platform IP telephony client using
the IAX protocol, designed for use with the asterisk
open source PBX.

OK, landry@ jasper@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.