head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.36 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.34 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.32 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.30 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.28 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.26 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.24 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.22 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.20 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.18 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.16 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.14 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.12 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.10 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.8 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.6 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.4 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.2 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.3.0.2 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.2.0.14 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.12 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.10 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.8 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.6 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.4 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.2 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.1.1.1.0.2 pkgsrc-2003Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2006.02.28.00.10.04; author wulf; state dead; branches; next 1.3; 1.3 date 2005.09.28.07.44.59; author wiz; state Exp; branches; next 1.2; 1.2 date 2004.02.18.04.00.44; author wulf; state dead; branches; next 1.1; 1.1 date 2003.06.26.22.42.23; author wulf; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2003.06.26.22.42.23; author wulf; state Exp; branches; next ; desc @@ 1.4 log @Updated hamlib to 1.2.5: New in 1.2.5: * frontend API: support for clonable rigs rigmem: CSV format change rigctl: new send_cmd for protocol debugging purpose easy USB devices support * new models: AR8600, AR2700, DWT (DLL based under Windows, libusb based under other OS, need test) * fixes: big AOR update, AR7030, Orion, NRD-545, RX-320, FT-817, FT-990, TS-2000, Easycomm * port: BSD fix of parallel port support @ text @$NetBSD: patch-aa,v 1.3 2005/09/28 07:44:59 wiz Exp $ --- hamlib.m4.orig 2002-05-28 23:33:10.000000000 +0200 +++ hamlib.m4 @@@@ -10,7 +10,7 @@@@ dnl dnl For backwards compatibility, if ACTION_IF_NOT_FOUND is not specified, dnl and the hamlib libraries are not found, a fatal AC_MSG_ERROR() will result. dnl -AC_DEFUN(AM_PATH_HAMLIB, +AC_DEFUN([AM_PATH_HAMLIB], [dnl Save the original CFLAGS, LDFLAGS, and LIBS hamlib_save_CFLAGS="$CFLAGS" hamlib_save_LDFLAGS="$LDFLAGS" @ 1.3 log @Fix quoting problem in autoconf file. Since this only interests few people, no PKGREVISION bump. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update hamlib to 1.2.0: Support for additional radios and many bug fixes @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2003/06/26 22:42:23 wulf Exp $ d3 11 a13 11 --- src/event.c.orig 2003-06-22 16:01:28.000000000 +0930 +++ src/event.c 2003-06-22 16:04:30.000000000 +0930 @@@@ -74,7 +74,7 @@@@ sigemptyset(&act.sa_mask); -#ifdef HAVE_SIGINFO_T +#if defined(HAVE_SIGINFO_T) && defined(SA_SIGINFO) act.sa_flags = SA_SIGINFO; #else act.sa_flags = 0; @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Added hamlib-1.1.4: API for digital communications equipment @ text @@