diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
commit | 66fee909266a1dedf3dfc1f03bb0841380d78805 (patch) | |
tree | 4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /comms | |
parent | eec2cb8d7407c5628cc8016e7349abbee6c98e3f (diff) | |
download | ports-66fee909266a1dedf3dfc1f03bb0841380d78805.tar.gz ports-66fee909266a1dedf3dfc1f03bb0841380d78805.zip |
Notes
Diffstat (limited to 'comms')
124 files changed, 0 insertions, 3812 deletions
diff --git a/comms/Makefile b/comms/Makefile index 4b275dfc56f2..eabb396987e2 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -71,21 +71,15 @@ SUBDIR += java-commapi-freebsd SUBDIR += jerm SUBDIR += jsdr - SUBDIR += kallers SUBDIR += kb SUBDIR += kermit - SUBDIR += klog - SUBDIR += kmobiletools - SUBDIR += kpsk SUBDIR += kremotecontrol - SUBDIR += ktrack SUBDIR += libfec SUBDIR += libimobiledevice SUBDIR += libirman SUBDIR += libmodbus SUBDIR += libticables2 SUBDIR += libticalcs2 - SUBDIR += linpsk SUBDIR += linrad SUBDIR += lirc SUBDIR += locator @@ -132,8 +126,6 @@ SUBDIR += qico SUBDIR += qpage SUBDIR += qrq - SUBDIR += qsstv - SUBDIR += qtel SUBDIR += remserial SUBDIR += rtl-sdr SUBDIR += rubygem-callsign diff --git a/comms/kallers/Makefile b/comms/kallers/Makefile deleted file mode 100644 index c1464e35fe06..000000000000 --- a/comms/kallers/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: kallers -# Date created: 15 March 2003 -# Whom: Scott A. Moberly <smoberly@karamazov.org> -# -# $FreeBSD$ - -PORTNAME= kallers -PORTVERSION= 0.3.0 -PORTREVISION= 13 -CATEGORIES= comms kde -MASTER_SITES= http://www.nadmm.com/kallers/src/ - -MAINTAINER= smoberly@karamazov.org -COMMENT= KDE Applet that displays Caller IDs - -USE_BZIP2= yes -USE_KDELIBS_VER= 3 -USE_GMAKE= yes -INSTALLS_ICONS= yes -USE_AUTOTOOLS= libtool - -post-patch: - @${REINPLACE_CMD} -e 's|@CXXFLAGS@|@CXXFLAGS@ -fPIC|' \ - ${WRKSRC}/${PORTNAME}/Makefile.in - -.include <bsd.port.mk> diff --git a/comms/kallers/distinfo b/comms/kallers/distinfo deleted file mode 100644 index 21a7c68f21cc..000000000000 --- a/comms/kallers/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (kallers-0.3.0.tar.bz2) = 2380f11c0b98e5a9e4bdf954c8e6a4352266860fa557ddf00c927c6d35ea3d37 -SIZE (kallers-0.3.0.tar.bz2) = 499937 diff --git a/comms/kallers/files/patch-configure b/comms/kallers/files/patch-configure deleted file mode 100644 index 9b71d9ade875..000000000000 --- a/comms/kallers/files/patch-configure +++ /dev/null @@ -1,425 +0,0 @@ ---- configure.orig Sun May 4 20:49:00 2003 -+++ configure Thu Nov 11 18:24:36 2004 -@@ -21474,16 +21474,39 @@ - - - --echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 --echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6 --if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then -+ LIBPTHREAD="" -+ -+ if test -n "$PTHREAD_LIBS"; then -+ if test "x$PTHREAD_LIBS" = "x-pthread" ; then -+ LIBPTHREAD="PTHREAD" -+ else -+ PTHREAD_LIBS_save="$PTHREAD_LIBS" -+ PTHREAD_LIBS=`echo "$PTHREAD_LIBS_save" | sed -e 's,^-l,,g'` -+ echo "$as_me:$LINENO: checking for pthread_create in $PTHREAD_LIBS" >&5 -+echo $ECHO_N "checking for pthread_create in $PTHREAD_LIBS... $ECHO_C" >&6 -+ -+ kde_save_LDFLAGS="$LDFLAGS" -+ kde_save_LIBS="$LIBS" -+ LDFLAGS="$LDFLAGS $all_libraries" -+ case $host_os in -+ aix*) LDFLAGS="-brtl $LDFLAGS" -+ test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS" -+ ;; -+ esac -+ as_ac_Lib=`echo "ac_cv_lib_$PTHREAD_LIBS''_pthread_create" | $as_tr_sh` -+echo "$as_me:$LINENO: checking for pthread_create in -l$PTHREAD_LIBS" >&5 -+echo $ECHO_N "checking for pthread_create in -l$PTHREAD_LIBS... $ECHO_C" >&6 -+if eval "test \"\${$as_ac_Lib+set}\" = set"; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lpthread $LIBS" -+LIBS="-l$PTHREAD_LIBS $LIBS" - cat >conftest.$ac_ext <<_ACEOF --#line $LINENO "configure" --#include "confdefs.h" -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ - - /* Override any gcc2 internal prototype to avoid an error. */ - #ifdef __cplusplus -@@ -21492,12 +21515,6 @@ - /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ - char pthread_create (); --#ifdef F77_DUMMY_MAIN --# ifdef __cplusplus -- extern "C" --# endif -- int F77_DUMMY_MAIN() { return 1; } --#endif - int - main () - { -@@ -21508,231 +21525,187 @@ - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext - if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+ (eval $ac_link) 2>conftest.er1 - ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && -- { ac_try='test -s conftest$ac_exeext' -+ { ac_try='test -z "$ac_c_werror_flag" -+ || test ! -s conftest.err' -+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -+ (eval $ac_try) 2>&5 -+ ac_status=$? -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); }; } && -+ { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -- ac_cv_lib_pthread_pthread_create=yes -+ eval "$as_ac_Lib=yes" - else - echo "$as_me: failed program was:" >&5 --cat conftest.$ac_ext >&5 --ac_cv_lib_pthread_pthread_create=no -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+eval "$as_ac_Lib=no" - fi --rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -+rm -f conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 --echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6 --if test $ac_cv_lib_pthread_pthread_create = yes; then -- LIBPTHREAD="-lpthread" -+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5 -+echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6 -+if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ LIBPTHREAD="$PTHREAD_LIBS_save" - fi - -+ LDFLAGS="$kde_save_LDFLAGS" -+ LIBS="$kde_save_LIBS" - -+ PTHREAD_LIBS="$PTHREAD_LIBS_save" -+ fi -+ fi - -- -- # Check whether --enable-kernel-threads or --disable-kernel-threads was given. --if test "${enable_kernel_threads+set}" = set; then -- enableval="$enable_kernel_threads" -- kde_use_kernthreads=$enableval --else -- kde_use_kernthreads=no --fi; -- -- if test "$kde_use_kernthreads" = "yes"; then -- ac_save_CXXFLAGS="$CXXFLAGS" -- ac_save_CFLAGS="$CFLAGS" -- CXXFLAGS="-I/usr/local/include/pthread/linuxthreads $CXXFLAGS" -- CFLAGS="-I/usr/local/include/pthread/linuxthreads $CFLAGS" -- --for ac_header in pthread/linuxthreads/pthread.h --do --as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --if eval "test \"\${$as_ac_Header+set}\" = set"; then -- echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+ if test -z "$LIBPTHREAD"; then -+ echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 -+echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6 -+if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 --fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 - else -- # Is the header compilable? --echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-lpthread $LIBS" - cat >conftest.$ac_ext <<_ACEOF --#line $LINENO "configure" --#include "confdefs.h" --$ac_includes_default --#include <$ac_header> -+/* confdefs.h. */ - _ACEOF --rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>&5 -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+ -+/* Override any gcc2 internal prototype to avoid an error. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+/* We use char because int might match the return type of a gcc2 -+ builtin and then its argument prototype would still apply. */ -+char pthread_create (); -+int -+main () -+{ -+pthread_create (); -+ ; -+ return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext conftest$ac_exeext -+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -+ (eval $ac_link) 2>conftest.er1 - ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && -- { ac_try='test -s conftest.$ac_objext' -+ { ac_try='test -z "$ac_c_werror_flag" -+ || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -- ac_header_compiler=yes --else -- echo "$as_me: failed program was:" >&5 --cat conftest.$ac_ext >&5 --ac_header_compiler=no --fi --rm -f conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -- --# Is the header present? --echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 --cat >conftest.$ac_ext <<_ACEOF --#line $LINENO "configure" --#include "confdefs.h" --#include <$ac_header> --_ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+ (exit $ac_status); }; } && -+ { ac_try='test -s conftest$ac_exeext' -+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -+ (eval $ac_try) 2>&5 - ac_status=$? -- egrep -v '^ *\+' conftest.er1 >conftest.err -- rm -f conftest.er1 -- cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -- ac_header_preproc=yes -+ (exit $ac_status); }; }; then -+ ac_cv_lib_pthread_pthread_create=yes - else - echo "$as_me: failed program was:" >&5 -- cat conftest.$ac_ext >&5 -- ac_header_preproc=no --fi --rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -- --# So? What about this header? --case $ac_header_compiler:$ac_header_preproc in -- yes:no ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; -- no:yes ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 --echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; --esac --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -- eval "$as_ac_Header=$ac_header_preproc" --fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -+sed 's/^/| /' conftest.$ac_ext >&5 - -+ac_cv_lib_pthread_pthread_create=no - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -- cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 --_ACEOF -- -+rm -f conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 -+echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6 -+if test $ac_cv_lib_pthread_pthread_create = yes; then -+ LIBPTHREAD="-lpthread" - fi - --done -- -- CXXFLAGS="$ac_save_CXXFLAGS" -- CFLAGS="$ac_save_CFLAGS" -- if test "$ac_cv_header_pthread_linuxthreads_pthread_h" = "no"; then -- kde_use_kernthreads=no -- else -- echo "$as_me:$LINENO: checking for pthread_join in -llthread" >&5 --echo $ECHO_N "checking for pthread_join in -llthread... $ECHO_C" >&6 --if test "${ac_cv_lib_lthread_pthread_join+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -- ac_check_lib_save_LIBS=$LIBS --LIBS="-llthread $LIBS" --cat >conftest.$ac_ext <<_ACEOF --#line $LINENO "configure" --#include "confdefs.h" -+ fi - --/* Override any gcc2 internal prototype to avoid an error. */ --#ifdef __cplusplus --extern "C" --#endif --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ --char pthread_join (); --#ifdef F77_DUMMY_MAIN --# ifdef __cplusplus -- extern "C" --# endif -- int F77_DUMMY_MAIN() { return 1; } --#endif -+ if test -z "$LIBPTHREAD" ; then -+ echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 -+echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6 -+ kde_safe_libs=$LIBS -+ LIBS="$LIBS -lpthread" -+ cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+#include <pthread.h> - int - main () - { --pthread_join (); -+(void)pthread_create(0,0,0,0); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext - if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+ (eval $ac_link) 2>conftest.er1 - ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && -- { ac_try='test -s conftest$ac_exeext' -+ { ac_try='test -z "$ac_c_werror_flag" -+ || test ! -s conftest.err' -+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -+ (eval $ac_try) 2>&5 -+ ac_status=$? -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); }; } && -+ { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -- ac_cv_lib_lthread_pthread_join=yes -+ -+ echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6 -+ LIBPTHREAD="-lpthread" - else - echo "$as_me: failed program was:" >&5 --cat conftest.$ac_ext >&5 --ac_cv_lib_lthread_pthread_join=no --fi --rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext --LIBS=$ac_check_lib_save_LIBS --fi --echo "$as_me:$LINENO: result: $ac_cv_lib_lthread_pthread_join" >&5 --echo "${ECHO_T}$ac_cv_lib_lthread_pthread_join" >&6 --if test $ac_cv_lib_lthread_pthread_join = yes; then -- LIBPTHREAD="-llthread -llgcc_r" -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ -+ echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6 - fi -- if test "x$LIBPTHREAD" = "x"; then -- kde_use_kernthreads=no -- else -- USE_THREADS="-D_THREAD_SAFE -I/usr/local/include/pthread/linuxthreads" -- fi -- fi -- else -+rm -f conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+ LIBS=$kde_safe_libs -+ fi -+ -+ if test "x$LIBPTHREAD" = "xPTHREAD" ; then -+ LIBPTHREAD="" -+ fi -+ -+ -+ -+ - USE_THREADS="" - if test -z "$LIBPTHREAD"; then - -@@ -21815,7 +21788,6 @@ - fi - - fi -- fi - - - diff --git a/comms/kallers/pkg-descr b/comms/kallers/pkg-descr deleted file mode 100644 index b2f3b7211b0d..000000000000 --- a/comms/kallers/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Kallers is KDE system tray applet that displays caller id information -sent by your local phone company using a caller id capable modem. It -is licensed under GPL v2 and currently has the following features: - -- Unobtrusive display of call information using a popup -- An optional ring sound when a call is received -- An option to ignore anonymous calls -- Call logging using an XML format, with a configurable call history size -- A handy call browser for viewing the call history - -Author: Nadeem Hasan <nhasan@kde.org> -WWW: http://www.nadmm.com/kallers/ diff --git a/comms/kallers/pkg-plist b/comms/kallers/pkg-plist deleted file mode 100644 index a98129d94a89..000000000000 --- a/comms/kallers/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -bin/kallers -lib/kallers.a -lib/kallers.la -lib/kallers.so -share/applnk/Toys/kallers.desktop -share/apps/kallers/pics/kallers_dock.png -share/apps/kallers/sound/ring.wav -share/autostart/kallers.desktop -share/icons/hicolor/16x16/apps/kallers.png -share/icons/hicolor/32x32/apps/kallers.png -share/icons/hicolor/48x48/apps/kallers.png -@dirrmtry share/applnk/Toys -@dirrmtry share/applnk -@dirrm share/apps/kallers/sound -@dirrm share/apps/kallers/pics -@dirrm share/apps/kallers diff --git a/comms/klog/Makefile b/comms/klog/Makefile deleted file mode 100644 index cec6974dd400..000000000000 --- a/comms/klog/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: klog -# Date created: 2004-07-05 -# Whom: Matt Dawson <matt@mattsnetwork.co.uk> -# -# $FreeBSD$ - -PORTNAME= klog -PORTVERSION= 0.4.2 -PORTREVISION= 6 -CATEGORIES= comms hamradio -MASTER_SITES= BERLIOS - -MAINTAINER= hamradio@FreeBSD.org -COMMENT= A ham radio logging application for KDE - -LIB_DEPENDS= hamlib.2:${PORTSDIR}/comms/hamlib - -USE_KDELIBS_VER= 3 -USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:env automake:env libtool:env -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes - -AUTOTOOLSFILES= admin/cvs.sh - -post-extract: - @${RM} -f ${WRKSRC}/po/gl.po - -pre-configure: - @cd ${WRKSRC} \ - && ${RM} -f admin/libtool.m4.in admin/ltmain.sh \ - && ${CP} -f ${LIBTOOL_M4} admin/libtool.m4.in \ - && ${CP} -f ${LTMAIN} admin/ltmain.sh \ - && ${SETENV} ${MAKE_ENV} ${GMAKE} -f admin/Makefile.common - -.include <bsd.port.mk> diff --git a/comms/klog/distinfo b/comms/klog/distinfo deleted file mode 100644 index 8673b426b138..000000000000 --- a/comms/klog/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (klog-0.4.2.tar.gz) = bdb0f2077468a8c5958b0c4ac1512319e02a505eb3cc897b1d3d5eb6eb6df2e1 -SIZE (klog-0.4.2.tar.gz) = 776550 diff --git a/comms/klog/files/patch-admin__cvs.sh b/comms/klog/files/patch-admin__cvs.sh deleted file mode 100644 index 8e57006be0b2..000000000000 --- a/comms/klog/files/patch-admin__cvs.sh +++ /dev/null @@ -1,12 +0,0 @@ ---- admin/cvs.sh.orig 2007-08-28 09:56:00.000000000 -0700 -+++ admin/cvs.sh 2012-04-24 09:19:01.000000000 -0700 -@@ -65,8 +65,3 @@ - case $AUTOMAKE_STRING in -- automake*1.5d* | automake*1.5* | automake*1.5-* ) -- echo "*** YOU'RE USING $AUTOMAKE_STRING." -- echo "*** KDE requires automake $required_automake_version" -- exit 1 -- ;; -- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*) -+ automake*%%AUTOMAKE_VERSION%%* ) - echo "*** $AUTOMAKE_STRING found." diff --git a/comms/klog/pkg-descr b/comms/klog/pkg-descr deleted file mode 100644 index f0b28abc3cb6..000000000000 --- a/comms/klog/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -KLog is a Ham Radio Logging program for KDE. It manages QSL, awards, DXCC, -WAS, TPEA, (local awards), IOTA, has a dxcluster client, import and export -from different format and works with ADIF by default. - -WWW: http://developer.berlios.de/projects/klog/ diff --git a/comms/klog/pkg-plist b/comms/klog/pkg-plist deleted file mode 100644 index 3171785ffbd8..000000000000 --- a/comms/klog/pkg-plist +++ /dev/null @@ -1,24 +0,0 @@ -bin/klog -share/applnk/Utilities/klog.desktop -share/apps/klog/klogui.rc -share/doc/HTML/en/klog/common -share/doc/HTML/en/klog/index.cache.bz2 -share/doc/HTML/en/klog/index.docbook -share/icons/hicolor/16x16/apps/klog.png -share/icons/hicolor/32x32/apps/klog.png -share/icons/locolor/16x16/apps/klog.png -share/icons/locolor/32x32/apps/klog.png -share/locale/de/LC_MESSAGES/klog.mo -share/locale/es/LC_MESSAGES/klog.mo -share/locale/pt/LC_MESSAGES/klog.mo -share/locale/pt_BR/LC_MESSAGES/klog.mo -share/locale/sr/LC_MESSAGES/klog.mo -share/locale/sv/LC_MESSAGES/klog.mo -@dirrm share/apps/klog -@dirrm share/doc/HTML/en/klog -@dirrmtry share/icons/locolor/32x32/apps -@dirrmtry share/icons/locolor/32x32 -@dirrmtry share/icons/locolor/16x16/apps -@dirrmtry share/icons/locolor/16x16 -@dirrmtry share/icons/locolor -@dirrmtry share/applnk/Applications diff --git a/comms/kmobiletools/Makefile b/comms/kmobiletools/Makefile deleted file mode 100644 index 137685c226ef..000000000000 --- a/comms/kmobiletools/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: kmobiletools -# Date created: 2006-12-19 -# Whom: Stefan Ehmann <shoesoft@gmx.net> -# -# $FreeBSD$ -# - -PORTNAME= kmobiletools -PORTVERSION= 0.4.3.3 -PORTREVISION= 6 -CATEGORIES= comms kde -MASTER_SITES= ${MASTER_SITE_BERLIOS} -MASTER_SITE_SUBDIR= kmobiletools - -MAINTAINER= shoesoft@gmx.net -COMMENT= Control mobile phones with your PC - -USE_KDELIBS_VER=3 - -USE_BZIP2= yes -USE_AUTOTOOLS= libtool -USE_GMAKE= yes - -.include <bsd.port.mk> diff --git a/comms/kmobiletools/distinfo b/comms/kmobiletools/distinfo deleted file mode 100644 index 6424e1619ed8..000000000000 --- a/comms/kmobiletools/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (kmobiletools-0.4.3.3.tar.bz2) = 35e3e6249da39847155db240a325933476f4f9af6156be68b340f937c6799c7e -SIZE (kmobiletools-0.4.3.3.tar.bz2) = 800936 diff --git a/comms/kmobiletools/pkg-descr b/comms/kmobiletools/pkg-descr deleted file mode 100644 index d8fb425fabb4..000000000000 --- a/comms/kmobiletools/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -KMobileTools is a nice KDE-based application that allows to control mobile -phones with your PC. It handles full SMS control, dialing calls, phonebook, and -phone status monitoring. It's also integrated with the KDE environment, so it -can be embedded in Kontact, or import/export from and to KAddressBook. It has -been tested on Motorola, Nokia, Siemens, Sony Ericsson and LG mobile phones. -Anyway each AT Command compliant device should be well supported. - -WWW: http://www.kmobiletools.org/ diff --git a/comms/kmobiletools/pkg-plist b/comms/kmobiletools/pkg-plist deleted file mode 100644 index 6f97041c15cd..000000000000 --- a/comms/kmobiletools/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/kmobiletools -share/applications/kde/kmobiletools.desktop -share/apps/kmobiletools/eventsrc -share/icons/hicolor/16x16/apps/kmobiletools.png -share/icons/hicolor/32x32/apps/kmobiletools.png -share/icons/hicolor/48x48/apps/kmobiletools.png -share/icons/hicolor/64x64/apps/kmobiletools.png -@dirrm share/apps/kmobiletools diff --git a/comms/kpsk/Makefile b/comms/kpsk/Makefile deleted file mode 100644 index 9d7ea7f601af..000000000000 --- a/comms/kpsk/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: kpsk -# Date created: 2002-06-12 -# Whom: Patrick Gardella <patrick@FreeBSD.org> -# -# $FreeBSD$ - -PORTNAME= kpsk -PORTVERSION= 1.0 -PORTREVISION= 10 -CATEGORIES= comms kde hamradio -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/_.tar.bz2%20files - -MAINTAINER= hamradio@FreeBSD.org -COMMENT= A PSK31 digital radio communications application for the KDE - -LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" USER_LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --enable-debug=full - -post-patch: - @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g; \ - s,-pedantic,,g" ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's/-ldb-4.0/-ldb4/g' ${WRKSRC}/configure - -post-install: -.if !defined(NOPORTDOCS) - ${INSTALL_MAN} ${WRKSRC}/doc/en/HTML/handbook.html ${PREFIX}/share/doc/HTML/en/kpsk/ -.endif - -.include <bsd.port.mk> diff --git a/comms/kpsk/distinfo b/comms/kpsk/distinfo deleted file mode 100644 index f550e20cab56..000000000000 --- a/comms/kpsk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (kpsk-1.0.tar.bz2) = 353b88d1a91a57fc25a057f616b5cc117981083c809312f0c0a873fc09d8b1b7 -SIZE (kpsk-1.0.tar.bz2) = 494016 diff --git a/comms/kpsk/files/patch-aa b/comms/kpsk/files/patch-aa deleted file mode 100644 index 5834ce3ffdae..000000000000 --- a/comms/kpsk/files/patch-aa +++ /dev/null @@ -1,38 +0,0 @@ ---- configure.orig Wed Oct 9 00:32:30 2002 -+++ configure Sat Feb 18 22:49:57 2006 -@@ -3830,13 +3830,2 @@ - --# Actually configure libtool. ac_aux_dir is where install-sh is found. --AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ --MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ --LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \ --AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \ --objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \ --deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \ --${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ --$libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \ --|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; } -- - # Reload cache, that may have been modified by ltconfig -@@ -3864,16 +3853,2 @@ - LIBTOOL_DEPS=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-cxx.sh" --lt_save_CC="$CC" --lt_save_CFLAGS="$CFLAGS" --AR="$AR" LTCC="$CC" CC="$CXX" CXX="$CXX" CFLAGS="$CXXFLAGS" CPPFLAGS="$CPPFLAGS" \ --MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ --LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \ --AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \ --objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \ --deplibs_check_method="$deplibs_check_method" \ --file_magic_cmd="$file_magic_cmd" \ --${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \ ----build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \ --|| { echo "configure: error: libtool tag configuration failed" 1>&2; exit 1; } --CC="$lt_save_CC" --CFLAGS="$lt_save_CFLAGS" - -@@ -8705,3 +8680,3 @@ - ac_save_LIBS="$LIBS" --LIBS="-ldb-4.0 $LIBS" -+LIBS="-ldb-4.0 $USER_LDFLAGS $LIBS" - cat > conftest.$ac_ext <<EOF diff --git a/comms/kpsk/files/patch-ab b/comms/kpsk/files/patch-ab deleted file mode 100644 index c745b731655e..000000000000 --- a/comms/kpsk/files/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ ---- kpsk/server/server-main.C.orig Mon Oct 21 22:07:45 2002 -+++ kpsk/server/server-main.C Wed Oct 23 07:11:02 2002 -@@ -18,6 +18,9 @@ - * mutex operations for accesing en-/decoder classes from en/decoding - * thread and from user interface thread (==interface functions) - */ -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#endif - - #include <sys/mman.h> - diff --git a/comms/kpsk/files/patch-ac b/comms/kpsk/files/patch-ac deleted file mode 100644 index dc9f911b20fc..000000000000 --- a/comms/kpsk/files/patch-ac +++ /dev/null @@ -1,14 +0,0 @@ ---- kpsk/modes/psk31-transmitter.C.orig Thu Oct 24 10:44:21 2002 -+++ kpsk/modes/psk31-transmitter.C Thu Oct 24 10:46:41 2002 -@@ -11,7 +11,11 @@ - #include <errno.h>
- #include <stdio.h>
- #include <stdlib.h>
-+#ifdef __FreeBSD__ -+#include <sys/soundcard.h>
-+#else - #include <linux/soundcard.h>
-+#endif - #include <sys/ioctl.h>
- #include "psk31-coder.h"
- #include "psk31-transmitter.h"
diff --git a/comms/kpsk/pkg-descr b/comms/kpsk/pkg-descr deleted file mode 100644 index 3f6578dde3cc..000000000000 --- a/comms/kpsk/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -KPSK is a PSK31 digital radio communications application for use by -licensed amateur radio operators and designed specifically for the -KDE 3.x desktop environment. - -Features include: - - * Simple, feature-filled user interface - * Simultaneous monitoring of up to four PSK31 signals - * User-configurable waterfall colors, fonts. - * Auto-scaling waterfall - * Optimization to provide IMD data only when the measurement is valid - * Twelve user-defined fixedtexts (TX macros), available by mouse - or F1-F12 keys - * Integral BerkeleyDB-based QSO logbook - * BPSK or QPSK operation - * Automatic and manual modes for calling CQ - * Ability to send an ASCII text file - * Extensive application documentation - -WWW: http://kpsk.sourceforge.net/ diff --git a/comms/kpsk/pkg-plist b/comms/kpsk/pkg-plist deleted file mode 100644 index 127b5fb6c3f5..000000000000 --- a/comms/kpsk/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -bin/kpsk -share/applnk/Applications/HamRadio/kpsk.desktop -share/icons/locolor/32x32/apps/kpsk.png -share/icons/locolor/16x16/apps/kpsk.png -share/locale/es/LC_MESSAGES/kpsk.mo -share/doc/HTML/en/kpsk/index.docbook -share/doc/HTML/en/kpsk/index.cache.bz2 -share/apps/kpsk/dxcc.db -share/doc/HTML/en/kpsk/common -%%PORTDOCS%%share/doc/HTML/en/kpsk/handbook.html -@dirrm share/apps/kpsk -@dirrm share/doc/HTML/en/kpsk -@dirrm share/applnk/Applications/HamRadio diff --git a/comms/ktrack/Makefile b/comms/ktrack/Makefile deleted file mode 100644 index 66b0ce65c4d6..000000000000 --- a/comms/ktrack/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: ktrack -# Date created: 22 February 2006 -# Whom: Diane Bruce <db@db.net> -# -# $FreeBSD$ - -PORTNAME= ktrack -PORTVERSION= 0.3.0r1 -PORTREVISION= 9 -CATEGORIES= comms hamradio -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.3.0-rc1 -DISTNAME= ${PORTNAME}-0.3.0-rc1 - -MAINTAINER= db@FreeBSD.org -COMMENT= Amateur Radio satellite tracking and prediction - -RUN_DEPENDS= xplanet:${PORTSDIR}/astro/xplanet -LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib \ - jpeg:${PORTSDIR}/graphics/jpeg - -WRKSRC= ${WRKDIR}/${DISTNAME} - -USE_BZIP2= yes -USE_KDEBASE_VER=3 -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool -USES= gettext - -post-patch: - @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/HTML/en/ktrack - ${MKDIR} ${PREFIX}/share/doc/HTML/en/ktrack/common - ${INSTALL_MAN} ${WRKSRC}/doc/en/index.cache.bz2 ${PREFIX}/share/doc/HTML/en/ktrack/ - ${INSTALL_MAN} ${WRKSRC}/doc/en/index.docbook ${PREFIX}/share/doc/HTML/en/ktrack/ -.endif - -.include <bsd.port.mk> diff --git a/comms/ktrack/distinfo b/comms/ktrack/distinfo deleted file mode 100644 index 1652bedb113e..000000000000 --- a/comms/ktrack/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ktrack-0.3.0-rc1.tar.bz2) = 595e4314ae611eac55ad5add46ba4e5c881c29e40c8261bfd5f65df318d35740 -SIZE (ktrack-0.3.0-rc1.tar.bz2) = 913764 diff --git a/comms/ktrack/files/patch-doc_Makefile.in b/comms/ktrack/files/patch-doc_Makefile.in deleted file mode 100644 index 6bcbe7e07de7..000000000000 --- a/comms/ktrack/files/patch-doc_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/en/Makefile.in.orig Thu Feb 23 20:34:39 2006 -+++ doc/en/Makefile.in Thu Feb 23 20:34:53 2006 -@@ -372,7 +372,7 @@ - - #>- install-data-am: - #>+ 1 --install-data-am: install-docs install-nls -+install-data-am: - - install-exec-am: - diff --git a/comms/ktrack/files/patch-ktrack_calculator.cpp b/comms/ktrack/files/patch-ktrack_calculator.cpp deleted file mode 100644 index b55c61c84c11..000000000000 --- a/comms/ktrack/files/patch-ktrack_calculator.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- ktrack/calculator.cpp.orig Fri Jul 28 12:18:13 2006 -+++ ktrack/calculator.cpp Fri Jul 28 12:18:46 2006 -@@ -17,6 +17,7 @@ - - #include <stdlib.h> - #include <stdio.h> -+#include <sys/time.h> - #include <kstandarddirs.h> - #include <qfile.h> - #include <qtimer.h> diff --git a/comms/ktrack/files/patch-ktrack_hamlibwrapper.cpp b/comms/ktrack/files/patch-ktrack_hamlibwrapper.cpp deleted file mode 100644 index f0519b8022eb..000000000000 --- a/comms/ktrack/files/patch-ktrack_hamlibwrapper.cpp +++ /dev/null @@ -1,53 +0,0 @@ ---- ktrack/hamlibwrapper.cpp.orig Sun Jan 18 03:25:00 2004 -+++ ktrack/hamlibwrapper.cpp Thu Feb 23 11:23:18 2006 -@@ -18,6 +18,7 @@ - #include <string.h> - #include <stdlib.h> - #include <kapplication.h> -+#include <math.h> - - #include "hamlibwrapper.h" - -@@ -100,6 +101,7 @@ - // open the rig - if (rig_open(downlinkRig) != RIG_OK) { - retval--; -+ downlinkRig->caps->rig_model=RIG_MODEL_DUMMY; - } - - -@@ -116,8 +118,9 @@ - uplinkRig=rig_init(urig); - uplinkRig->state.rigport.parm.serial.rate=uspeed; - strcpy(downlinkRig->state.rigport.pathname, uport); -- if (rig_open(downlinkRig) != RIG_OK) { -+ if (rig_open(uplinkRig) != RIG_OK) { - retval--; -+ uplinkRig->caps->rig_model=RIG_MODEL_DUMMY; - } - } - -@@ -248,13 +251,16 @@ - int errorcode; - freq_t frequency=0; - mutex.lock(); -- errorcode=rig_get_freq(downlinkRig, downlinkvfo, &frequency); -- if (errorcode!=RIG_OK) { -- fprintf(stderr, "WARNING: Error fetching frequency from Radio! Using default Frequency!\n"); -- errorstring=rigerror(errorcode); -- if (errorstring) -- fprintf(stderr, "The reported error was: %s\n", errorstring); -- frequency=433000000; -+ if (downlinkRig->caps->rig_model != RIG_MODEL_DUMMY) { -+ errorcode=rig_get_freq(downlinkRig, downlinkvfo, &frequency); -+ if (errorcode!=RIG_OK) { -+ fprintf(stderr, "WARNING: Error fetching frequency from Radio! Using default Frequency!\n"); -+ errorstring=rigerror(errorcode); -+ if (errorstring) -+ fprintf(stderr, "The reported error was: %s\n", errorstring); -+ downlinkRig->caps->rig_model = RIG_MODEL_DUMMY; -+ frequency=433000000; -+ } - } - // sleep on dummy rig - that saves CPU power - if (downlinkRig->caps->rig_model == RIG_MODEL_DUMMY) diff --git a/comms/ktrack/files/patch-ktrack_predictionlist.cpp b/comms/ktrack/files/patch-ktrack_predictionlist.cpp deleted file mode 100644 index 23b9bcd19d68..000000000000 --- a/comms/ktrack/files/patch-ktrack_predictionlist.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- ktrack/predictionlist.cpp.orig Wed Feb 22 19:58:26 2006 -+++ ktrack/predictionlist.cpp Wed Feb 22 19:58:39 2006 -@@ -132,7 +132,7 @@ - /** No descriptions */ - double predictionList::qDateTime2daynum(QDateTime date){ - struct tm TM; -- extern int daylight; -+// extern int daylight; - tzset(); - - TM.tm_sec=date.time().second(); -@@ -141,7 +141,7 @@ - TM.tm_mday=date.date().day(); - TM.tm_mon=date.date().month()-1; - TM.tm_year=date.date().year()-1900; -- TM.tm_isdst=daylight; -+ TM.tm_isdst=0; // daylight; - time_t t = mktime(&TM); - - // gmtime_r(&t, &TM); diff --git a/comms/ktrack/files/patch-ktrack_rigConfigBase.ui b/comms/ktrack/files/patch-ktrack_rigConfigBase.ui deleted file mode 100644 index 13c3924b3c55..000000000000 --- a/comms/ktrack/files/patch-ktrack_rigConfigBase.ui +++ /dev/null @@ -1,11 +0,0 @@ ---- ktrack/rigConfigBase.ui.orig Thu Feb 23 13:17:48 2006 -+++ ktrack/rigConfigBase.ui Thu Feb 23 13:17:57 2006 -@@ -390,7 +390,7 @@ - <cstring>downlinkCheckBox</cstring> - </property> - <property name="text"> -- <string>Seperate downlink receiver</string> -+ <string>Separate downlink receiver</string> - </property> - </widget> - <widget class="QGroupBox"> diff --git a/comms/ktrack/pkg-descr b/comms/ktrack/pkg-descr deleted file mode 100644 index c1e10d0fec20..000000000000 --- a/comms/ktrack/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -K-Track is an graphical satellite prediction Program that runs under KDE. -It's really accurate as it calculates using the NORAD SGP4/SDP4 Models. -It Controls your Rig for doppler compensation / antenna pointing - -Written by lx2gt AT users.sourceforge.net - -WWW: http://ktrack.sourceforge.net/ diff --git a/comms/ktrack/pkg-plist b/comms/ktrack/pkg-plist deleted file mode 100644 index ba2700900b84..000000000000 --- a/comms/ktrack/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/ktrack -share/applnk/Applications/HamRadio/ktrack.desktop -share/apps/ktrack/earth.jpg -share/apps/ktrack/nasa.tle -share/apps/ktrack/night.jpg -share/icons/hicolor/16x16/apps/ktrack.png -share/icons/hicolor/32x32/apps/ktrack.png -share/icons/locolor/16x16/apps/ktrack.png -share/icons/locolor/32x32/apps/ktrack.png -share/locale/de/LC_MESSAGES/ktrack.mo -share/locale/fr/LC_MESSAGES/ktrack.mo -@dirrm share/applnk/Applications/HamRadio -@dirrm share/apps/ktrack -%%PORTDOCS%%share/doc/HTML/en/ktrack/index.cache.bz2 -%%PORTDOCS%%share/doc/HTML/en/ktrack/index.docbook -%%PORTDOCS%%@dirrm share/doc/HTML/en/ktrack/common -%%PORTDOCS%%@dirrm share/doc/HTML/en/ktrack diff --git a/comms/linpsk/Makefile b/comms/linpsk/Makefile deleted file mode 100644 index 71ef4b3b36a3..000000000000 --- a/comms/linpsk/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: linpsk -# Date created: 29 May 2005 -# Whom: Søren Straarup <xride@x12.dk> -# -# $FreeBSD$ -# - -PORTNAME= linpsk -PORTVERSION= 0.8.1 -PORTREVISION= 10 -CATEGORIES= comms hamradio -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} - -MAINTAINER= hamradio@FreeBSD.org -COMMENT= A qt psk31 client - -LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ - portaudio:${PORTSDIR}/audio/portaudio -RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/bitstream-vera/fonts.dir:${PORTSDIR}/x11-fonts/bitstream-vera - -USE_PERL5_BUILD=yes -USE_QT_VER= 3 -USE_GMAKE= yes -GNU_CONFIGURE= yes - -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -CONFIGURE_ARGS= --with-qtdir=${LOCALBASE} --prefix=${PREFIX} - -SUB_FILES= pkg-message - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread||' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-I$$(top_srcdir)/src/portaudio||' \ - ${WRKSRC}/src/Makefile.in \ - ${WRKSRC}/src/interfaces/Makefile.in - @${REINPLACE_CMD} -e \ - 's|$$(top_builddir)/src/portaudio/libportaudio\.a|-lportaudio|; \ - /^SUBDIRS =/ s|portaudio||' \ - ${WRKSRC}/src/Makefile.in - @${REINPLACE_CMD} -e \ - 's|-O2|${CXXFLAGS}|; \ - /^install-exec-am/ s|install-libLIBRARIES||' \ - ${WRKSRC}/src/interfaces/Makefile.in - -post-install: - ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${FILESDIR}/LinPSKConfig.xml ${EXAMPLESDIR} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/comms/linpsk/distinfo b/comms/linpsk/distinfo deleted file mode 100644 index 58e04d7802e7..000000000000 --- a/comms/linpsk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (linpsk-0.8.1.tar.gz) = f4363bf4d72e4720f190d9e96ebc2a8f40bc77ac9345c187cbc6512d939f5c10 -SIZE (linpsk-0.8.1.tar.gz) = 435463 diff --git a/comms/linpsk/files/LinPSKConfig.xml b/comms/linpsk/files/LinPSKConfig.xml deleted file mode 100644 index 142bf1b1c1f8..000000000000 --- a/comms/linpsk/files/LinPSKConfig.xml +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE LinpskConfiguration> -<Parameters> - <WindowsParameter> - <MinimumWindowWidth Value="640" /> - <WindowWidth Value="640" /> - <MinimumWindowHeight Value="540" /> - <Xpos Value="108" /> - <Ypos Value="45" /> - <WindowHeight Value="589" /> - <StatusBarHeight Value="20" /> - <Font Size="10" Name="Helvetica" /> - </WindowsParameter> - <Colors> - <Color g="0" r="0" b="0" /> - </Colors> - <Mode DemoTypeNumber="0" DemoMode="false" /> - <Operating> - <Callsign></Callsign> - <PTT Device="None" /> - <QsoFile FileName="QSOData.adif" /> - <Timeoffset Value="-2" /> - <Slashed0 Value="false" /> - <InputDevice Value="/dev/dsp" /> - <OutputDevice Value="/dev/dsp" /> - <InputVolume Value="50" /> - <OutputVolume Value="50" /> - </Operating> -</Parameters> diff --git a/comms/linpsk/files/pkg-message.in b/comms/linpsk/files/pkg-message.in deleted file mode 100644 index 5feba4cfc8a2..000000000000 --- a/comms/linpsk/files/pkg-message.in +++ /dev/null @@ -1,4 +0,0 @@ -=============================================================================== - You should now copy the default configuration file to your home directory: - cp %%EXAMPLESDIR%%/LinPSKConfig.xml ~ -=============================================================================== diff --git a/comms/linpsk/pkg-descr b/comms/linpsk/pkg-descr deleted file mode 100644 index 1fd435216143..000000000000 --- a/comms/linpsk/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a small PSK31 program that uses QT, and a soundcard as modem. - -WWW: http://linpsk.sourceforge.net/ diff --git a/comms/linpsk/pkg-plist b/comms/linpsk/pkg-plist deleted file mode 100644 index 58184724a46a..000000000000 --- a/comms/linpsk/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/linpsk -%%EXAMPLESDIR%%/LinPSKConfig.xml -@dirrm %%EXAMPLESDIR%% diff --git a/comms/qsstv/Makefile b/comms/qsstv/Makefile deleted file mode 100644 index c3ad418a3a97..000000000000 --- a/comms/qsstv/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# ports collection makefile for: qsstv -# Date created: 28 August 2004 -# Whom: db -# -# $FreeBSD$ -# - -PORTNAME= qsstv -PORTVERSION= 6.0a -PORTREVISION= 7 -CATEGORIES= comms hamradio -MASTER_SITES= http://users.telenet.be/on4qz/snapshots/download/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= db -EXTRACT_SUFX= .tgz - -MAINTAINER= db@FreeBSD.org -COMMENT= Amateur Radio SSTV/FAX reception program for unix - -BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake - -HAS_CONFIGURE= yes -USE_GMAKE= yes -USE_QT_VER= 3 -CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ -CONFIGURE_ARGS= --qtdir=${QT_PREFIX} -MAKE_ARGS+= QTDIR=${QT_PREFIX} \ - QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \ - DESTDIR="" TARGET="qsstv" DOCSDIR="${DOCSDIR}" - -post-patch: - ${REINPLACE_CMD} -e 's|%%DOCSDIR%%|${DOCSDIR}|g' \ - ${WRKSRC}/configdialog.cpp - -do-configure: - cd ${WRKSRC}; \ - ${SETENV} ${CONFIGURE_ENV} ${LOCALBASE}/bin/qmake -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ ${PORTNAME}.pro; \ - -do-install: - ${INSTALL_PROGRAM} -m 755 ${WRKSRC}/qsstv ${PREFIX}/bin -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/*.png ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/comms/qsstv/distinfo b/comms/qsstv/distinfo deleted file mode 100644 index 099b8543ef61..000000000000 --- a/comms/qsstv/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (qsstv-6.0a.tgz) = 21f5d75075ec6181587abb1b9b008ff38de7a7a93e03de0d029fb8275847aeb8 -SIZE (qsstv-6.0a.tgz) = 881154 diff --git a/comms/qsstv/files/patch-configdialog.cpp b/comms/qsstv/files/patch-configdialog.cpp deleted file mode 100644 index e61552ddcd2a..000000000000 --- a/comms/qsstv/files/patch-configdialog.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- configdialog.cpp.orig 2008-03-05 09:37:46.000000000 -0500 -+++ configdialog.cpp 2008-03-05 09:45:55.000000000 -0500 -@@ -104,7 +104,7 @@ - void configDialog::readSettings() - { - QSettings qSettings(QSettings::Ini); -- docPath =qSettings.readEntry(APP_KEY + "docPath",QString("/usr/share/doc/packages/qsstv/")); -+ docPath =qSettings.readEntry(APP_KEY + "docPath",QString("%%DOCSDIR%%")); - audioPath=qSettings.readEntry(APP_KEY + "audioPath",QString(getenv("HOME"))+"/"); - rxImagePath=qSettings.readEntry(APP_KEY + "rxImagePath",QString(getenv("HOME"))+"/"); - templatePath=qSettings.readEntry(APP_KEY + "templatePath",QString(getenv("HOME"))+"/"); -@@ -115,7 +115,7 @@ - rxClock=qSettings.readDoubleEntry(APP_KEY + "rxClock",11025); - txClock=qSettings.readDoubleEntry(APP_KEY + "txClock",11025); - audioDevice=qSettings.readEntry(APP_KEY + "audioDevice","/dev/dsp"); -- serialPort=qSettings.readEntry(APP_KEY + "serialPort","/dev/ttyS0"); -+ serialPort=qSettings.readEntry(APP_KEY + "serialPort","/dev/ttyd0"); - callsign=qSettings.readEntry(APP_KEY + "callsign","NOCALL"); - qth=qSettings.readEntry(APP_KEY + "qth","NOWHERE"); - lastname=qSettings.readEntry(APP_KEY + "lastname","NONAME"); diff --git a/comms/qsstv/files/patch-qsstv.pro b/comms/qsstv/files/patch-qsstv.pro deleted file mode 100644 index 181afb4e8dfb..000000000000 --- a/comms/qsstv/files/patch-qsstv.pro +++ /dev/null @@ -1,22 +0,0 @@ ---- qsstv.pro.orig Tue May 3 23:41:56 2005 -+++ qsstv.pro Mon Jul 18 19:21:35 2005 -@@ -14,16 +14,13 @@ - target.path = /usr/local/bin - docfiles.files += doc/*.html \ - doc/*.png --docfiles.path = /usr/share/doc/packages/qsstv -+docfiles.path = ${DOCSDIR} - INCLUDEPATH += src - MOC_DIR = obj - UI_DIR = obj - OBJECTS_DIR = obj --QMAKE_CXXFLAGS_RELEASE += -O2 --QMAKE_CXXFLAGS_DEBUG += -g3 \ -- -O0 --TARGET = ../bin/qsstv --DESTDIR = ../bin -+ -+TARGET = qsstv - CONFIG += release \ - warn_on \ - qt diff --git a/comms/qsstv/pkg-descr b/comms/qsstv/pkg-descr deleted file mode 100644 index 9fa0bda26dc4..000000000000 --- a/comms/qsstv/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -SSTV decode and Version 5 supports FAX reception - -WWW: http://users.telenet.be/on4qz/ diff --git a/comms/qsstv/pkg-plist b/comms/qsstv/pkg-plist deleted file mode 100644 index 0873ddec70c8..000000000000 --- a/comms/qsstv/pkg-plist +++ /dev/null @@ -1,54 +0,0 @@ -bin/qsstv -%%PORTDOCS%%%%DOCSDIR%%/arrow.png -%%PORTDOCS%%%%DOCSDIR%%/colorpicker.png -%%PORTDOCS%%%%DOCSDIR%%/colorselect.png -%%PORTDOCS%%%%DOCSDIR%%/config_cust.png -%%PORTDOCS%%%%DOCSDIR%%/config_cw.png -%%PORTDOCS%%%%DOCSDIR%%/config_fax.png -%%PORTDOCS%%%%DOCSDIR%%/config_ftp.png -%%PORTDOCS%%%%DOCSDIR%%/config_gen.png -%%PORTDOCS%%%%DOCSDIR%%/config_interf.png -%%PORTDOCS%%%%DOCSDIR%%/config_rep.png -%%PORTDOCS%%%%DOCSDIR%%/edit.png -%%PORTDOCS%%%%DOCSDIR%%/editor.png -%%PORTDOCS%%%%DOCSDIR%%/eraser.png -%%PORTDOCS%%%%DOCSDIR%%/fcircle.png -%%PORTDOCS%%%%DOCSDIR%%/fgbgcolor.png -%%PORTDOCS%%%%DOCSDIR%%/fileopen.png -%%PORTDOCS%%%%DOCSDIR%%/fileprint.png -%%PORTDOCS%%%%DOCSDIR%%/filesave.png -%%PORTDOCS%%%%DOCSDIR%%/font.png -%%PORTDOCS%%%%DOCSDIR%%/frect.png -%%PORTDOCS%%%%DOCSDIR%%/gallery.png -%%PORTDOCS%%%%DOCSDIR%%/help.png -%%PORTDOCS%%%%DOCSDIR%%/image.png -%%PORTDOCS%%%%DOCSDIR%%/imagesize.png -%%PORTDOCS%%%%DOCSDIR%%/index-1.html -%%PORTDOCS%%%%DOCSDIR%%/index-10.html -%%PORTDOCS%%%%DOCSDIR%%/index-11.html -%%PORTDOCS%%%%DOCSDIR%%/index-12.html -%%PORTDOCS%%%%DOCSDIR%%/index-13.html -%%PORTDOCS%%%%DOCSDIR%%/index-2.html -%%PORTDOCS%%%%DOCSDIR%%/index-3.html -%%PORTDOCS%%%%DOCSDIR%%/index-4.html -%%PORTDOCS%%%%DOCSDIR%%/index-5.html -%%PORTDOCS%%%%DOCSDIR%%/index-6.html -%%PORTDOCS%%%%DOCSDIR%%/index-7.html -%%PORTDOCS%%%%DOCSDIR%%/index-8.html -%%PORTDOCS%%%%DOCSDIR%%/index-9.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/line.png -%%PORTDOCS%%%%DOCSDIR%%/penbox.png -%%PORTDOCS%%%%DOCSDIR%%/qsstv.png -%%PORTDOCS%%%%DOCSDIR%%/rot_shear.png -%%PORTDOCS%%%%DOCSDIR%%/rxwindow.png -%%PORTDOCS%%%%DOCSDIR%%/start.png -%%PORTDOCS%%%%DOCSDIR%%/stop.png -%%PORTDOCS%%%%DOCSDIR%%/testsignal.png -%%PORTDOCS%%%%DOCSDIR%%/text.png -%%PORTDOCS%%%%DOCSDIR%%/tone.png -%%PORTDOCS%%%%DOCSDIR%%/transparency.png -%%PORTDOCS%%%%DOCSDIR%%/txwindow.png -%%PORTDOCS%%%%DOCSDIR%%/whatsthis.png -%%PORTDOCS%%%%DOCSDIR%%/zoom.png -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/comms/qtel/Makefile b/comms/qtel/Makefile deleted file mode 100644 index e277cf3cd5b6..000000000000 --- a/comms/qtel/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# $FreeBSD$ - -PORTNAME= qtel -PORTVERSION= 11.05 -PORTREVISION= 1 -CATEGORIES= comms hamradio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= svxlink/svxlink/${PORTVERSION} -DISTNAME= svxlink-${PORTVERSION} - -MAINTAINER= shurd@sasktel.net -COMMENT= Qt EchoLink Client and SvrLink audio server - -LIB_DEPENDS= sigc-1.2:${PORTSDIR}/devel/libsigc++12 \ - speex:${PORTSDIR}/audio/speex \ - gcrypt:${PORTSDIR}/security/libgcrypt \ - gsm:${PORTSDIR}/audio/gsm \ - popt:${PORTSDIR}/devel/popt - -MAN1= svxlink.1 \ - remotetrx.1 \ - siglevdetcal.1 \ - qtel.1 -MAN5= svxlink.conf.5 \ - ModuleHelp.conf.5 \ - ModuleParrot.conf.5 \ - ModuleEchoLink.conf.5 \ - ModuleTclVoiceMail.conf.5 \ - ModuleDtmfRepeater.conf.5 \ - ModulePropagationMonitor.conf.5 \ - ModuleSelCallEnc.conf.5 \ - remotetrx.conf.5 -MANCOMPRESSED= yes -USES= pkgconfig gmake -MAKE_JOBS_UNSAFE= yes -USE_QT_VER= 3 -USE_TCL= yes -USE_RC_SUBR= svxlink remotetrx -USE_LDCONFIG= ${LOCALBASE}/lib ${LOCALBASE}/lib/svxlink - -.include <bsd.port.pre.mk> -.if ${OSVERSION} < 802517 -BROKEN= will not compile before Version 8.2 STABLE -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ - `grep -lr %%LOCALBASE%% ${WRKSRC}` - @${REINPLACE_CMD} -e 's|%%MAN1PREFIX%%|${MAN1PREFIX}|' \ - `grep -lr %%MAN1PREFIX%% ${WRKSRC}` - @${REINPLACE_CMD} -e 's|%%MAN5PREFIX%%|${MAN5PREFIX}|' \ - `grep -lr %%MAN5PREFIX%% ${WRKSRC}` - -.include <bsd.port.post.mk> diff --git a/comms/qtel/distinfo b/comms/qtel/distinfo deleted file mode 100644 index 73e44c6c7da1..000000000000 --- a/comms/qtel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (svxlink-11.05.tar.gz) = 3368b0920cbd55990805027be7492e47d11e1d84a2b1672484bf17b934913474 -SIZE (svxlink-11.05.tar.gz) = 854546 diff --git a/comms/qtel/files/patch-Makefile b/comms/qtel/files/patch-Makefile deleted file mode 100644 index 29bcf383ddb8..000000000000 --- a/comms/qtel/files/patch-Makefile +++ /dev/null @@ -1,47 +0,0 @@ ---- ../svxlink-11.05.orig/Makefile 2011-03-13 08:43:39.000000000 -0700 -+++ Makefile 2012-05-28 10:27:56.000000000 -0700 -@@ -116,7 +116,7 @@ - for dir in $${SUBDIRS}; do \ - if [ -d $$dir ]; then \ - $(PRINT_DIR) $(CURRENT_SUBDIR)$$dir ; \ -- make CURRENT_SUBDIR="$(CURRENT_SUBDIR)$$dir/" -C $$dir $@; \ -+ $(MAKE) CURRENT_SUBDIR="$(CURRENT_SUBDIR)$$dir/" -C $$dir $@; \ - ec=$$?; \ - if [ $$ec -ne 0 ]; then \ - exit $$ec; \ -@@ -151,7 +151,7 @@ - for dir in $(REVDIRS); do \ - if [ -d $$dir ]; then \ - $(PRINT_DIR) $(CURRENT_SUBDIR)$$dir ; \ -- make CURRENT_SUBDIR="$(CURRENT_SUBDIR)$$dir/" -C $$dir $@; \ -+ $(MAKE) CURRENT_SUBDIR="$(CURRENT_SUBDIR)$$dir/" -C $$dir $@; \ - fi \ - done - else -@@ -185,7 +185,7 @@ - for dir in $(REVDIRS); do \ - if [ -d $$dir ]; then \ - $(PRINT_DIR) $(CURRENT_SUBDIR)$$dir ; \ -- make CURRENT_SUBDIR="$(CURRENT_SUBDIR)$$dir/" -C $$dir $@; \ -+ $(MAKE) CURRENT_SUBDIR="$(CURRENT_SUBDIR)$$dir/" -C $$dir $@; \ - fi \ - done - $(RM) *~ $(ARCHIVENAME) .config -@@ -257,7 +257,7 @@ - if [ -r $$dir/makefile.dirs ]; then \ - ( \ - cd $$dir; $(MKSOFT) $${ROOT}/Makefile; \ -- make makefiles; \ -+ $(MAKE) makefiles; \ - ); \ - else \ - ( cd $$dir; $(MKSOFT) $${ROOT}/makefile.sub Makefile ); \ -@@ -294,7 +294,7 @@ - for dir in $${SUBDIRS}; do \ - if [ -d $$dir ]; then \ - $(PRINT_DIR) $(CURRENT_SUBDIR)$$dir ; \ -- make CURRENT_SUBDIR="$(CURRENT_SUBDIR)$$dir/" \ -+ $(MAKE) CURRENT_SUBDIR="$(CURRENT_SUBDIR)$$dir/" \ - MADE_FROM_TOP=1 -C $$dir $@; \ - fi \ - done diff --git a/comms/qtel/files/patch-async-audio-Makefile.default b/comms/qtel/files/patch-async-audio-Makefile.default deleted file mode 100644 index 55c7dc6e568b..000000000000 --- a/comms/qtel/files/patch-async-audio-Makefile.default +++ /dev/null @@ -1,51 +0,0 @@ ---- ../svxlink-11.05.orig/async/audio/Makefile.default 2010-02-21 12:21:23.000000000 -0800 -+++ async/audio/Makefile.default 2012-05-28 10:27:56.000000000 -0700 -@@ -71,7 +71,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PROGS_INSTALL = $(PROGS:%=%[755,root,root]) $(CPPPROGS:%=%[755,root,root]) -+PROGS_INSTALL = $(PROGS:%=%[755,root,wheel]) $(CPPPROGS:%=%[755,root,wheel]) - - # Daemons (server processes) to install. Same format as PROGS_INSTALL. - DAEMONS_INSTALL = -@@ -158,7 +158,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --INC_INSTALL = $(EXPINC:%=%[644,root,root]) -+INC_INSTALL = $(EXPINC:%=%[644,root,wheel]) - - # Library to install (just one at the moment). - # You may optionally specify mode, owner and group if you want to. -@@ -167,7 +167,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - - ############################################################################### -@@ -195,8 +195,8 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) \ -- $(PLUGINS_CPP:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) \ -+ $(PLUGINS_CPP:%=%.so[755,root,wheel]) - - - ############################################################################### -@@ -280,8 +280,8 @@ - - # Additional files to install - install-extras uninstall-extras rpm-extras: --# $(DIRSPEC) /var/spool/myprog[755,root,root] --# $(FILESPEC) install-extras/myprog.conf[644,root,root] /etc -+# $(DIRSPEC) /var/spool/myprog[755,root,wheel] -+# $(FILESPEC) install-extras/myprog.conf[644,root,wheel] /etc - - - # diff --git a/comms/qtel/files/patch-async-core-Makefile.default b/comms/qtel/files/patch-async-core-Makefile.default deleted file mode 100644 index 56a7713c4d16..000000000000 --- a/comms/qtel/files/patch-async-core-Makefile.default +++ /dev/null @@ -1,38 +0,0 @@ ---- ../svxlink-11.05.orig/async/core/Makefile.default 2008-03-20 01:28:38.000000000 -0700 -+++ async/core/Makefile.default 2012-05-28 10:27:56.000000000 -0700 -@@ -69,7 +69,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PROGS_INSTALL = $(PROGS:%=%[755,root,root]) $(CPPPROGS:%=%[755,root,root]) -+PROGS_INSTALL = $(PROGS:%=%[755,root,wheel]) $(CPPPROGS:%=%[755,root,wheel]) - - # Daemons (server processes) to install. Same format as PROGS_INSTALL. - DAEMONS_INSTALL = -@@ -123,7 +123,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --INC_INSTALL = $(EXPINC:%=%[644,root,root]) -+INC_INSTALL = $(EXPINC:%=%[644,root,wheel]) - - # Library to install (just one at the moment). - # You may optionally specify mode, owner and group if you want to. -@@ -132,7 +132,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - - ############################################################################### -@@ -160,7 +160,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) - - - ############################################################################### diff --git a/comms/qtel/files/patch-async-cpp-Makefile.default b/comms/qtel/files/patch-async-cpp-Makefile.default deleted file mode 100644 index a8fe23567136..000000000000 --- a/comms/qtel/files/patch-async-cpp-Makefile.default +++ /dev/null @@ -1,38 +0,0 @@ ---- ../svxlink-11.05.orig/async/cpp/Makefile.default 2008-04-26 12:08:37.000000000 -0700 -+++ async/cpp/Makefile.default 2012-05-28 10:27:56.000000000 -0700 -@@ -69,7 +69,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PROGS_INSTALL = $(PROGS:%=%[755,root,root]) $(CPPPROGS:%=%[755,root,root]) -+PROGS_INSTALL = $(PROGS:%=%[755,root,wheel]) $(CPPPROGS:%=%[755,root,wheel]) - - # Daemons (server processes) to install. Same format as PROGS_INSTALL. - DAEMONS_INSTALL = -@@ -115,7 +115,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --INC_INSTALL = $(EXPINC:%=%[644,root,root]) -+INC_INSTALL = $(EXPINC:%=%[644,root,wheel]) - - # Library to install (just one at the moment). - # You may optionally specify mode, owner and group if you want to. -@@ -124,7 +124,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - - ############################################################################### -@@ -152,7 +152,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) - - - ############################################################################### diff --git a/comms/qtel/files/patch-async-demo-AsyncAudioIO_demo.cpp b/comms/qtel/files/patch-async-demo-AsyncAudioIO_demo.cpp deleted file mode 100644 index f4d5b1509ee2..000000000000 --- a/comms/qtel/files/patch-async-demo-AsyncAudioIO_demo.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- ../svxlink-11.05.orig/async/demo/AsyncAudioIO_demo.cpp 2010-02-21 12:21:23.000000000 -0800 -+++ async/demo/AsyncAudioIO_demo.cpp 2012-05-28 10:27:56.000000000 -0700 -@@ -106,7 +106,7 @@ - MyClass(void) - { - // Create a new audio IO object -- audio_io = new AudioIO("alsa:default", 0); -+ audio_io = new AudioIO("oss:/dev/dsp", 0); - - // Open it for both reading and writing - audio_io->open(AudioIO::MODE_RDWR); -@@ -117,7 +117,7 @@ - // Register the audio device as the audio source for this object - registerSource(audio_io); - -- SineGenerator *sine_gen = new SineGenerator("alsa:default", 1); -+ SineGenerator *sine_gen = new SineGenerator("oss:/dev/dsp", 1); - sine_gen->setFq(1000); - sine_gen->setLevel(2); - sine_gen->enable(true); diff --git a/comms/qtel/files/patch-async-demo-Makefile.default b/comms/qtel/files/patch-async-demo-Makefile.default deleted file mode 100644 index 403a4013ef29..000000000000 --- a/comms/qtel/files/patch-async-demo-Makefile.default +++ /dev/null @@ -1,29 +0,0 @@ ---- ../svxlink-11.05.orig/async/demo/Makefile.default 2011-04-21 04:40:56.000000000 -0700 -+++ async/demo/Makefile.default 2012-05-28 10:27:56.000000000 -0700 -@@ -130,7 +130,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --INC_INSTALL = $(EXPINC:%=%[644,root,root]) -+INC_INSTALL = $(EXPINC:%=%[644,root,wheel]) - - # Library to install (just one at the moment). - # You may optionally specify mode, owner and group if you want to. -@@ -139,7 +139,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - - ############################################################################### -@@ -167,7 +167,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) - - - ############################################################################### diff --git a/comms/qtel/files/patch-async-qt-Makefile.default b/comms/qtel/files/patch-async-qt-Makefile.default deleted file mode 100644 index f1cbce37b538..000000000000 --- a/comms/qtel/files/patch-async-qt-Makefile.default +++ /dev/null @@ -1,38 +0,0 @@ ---- ../svxlink-11.05.orig/async/qt/Makefile.default 2007-07-17 16:03:33.000000000 -0700 -+++ async/qt/Makefile.default 2012-05-28 10:27:56.000000000 -0700 -@@ -72,7 +72,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PROGS_INSTALL = $(PROGS:%=%[755,root,root]) $(CPPPROGS:%=%[755,root,root]) -+PROGS_INSTALL = $(PROGS:%=%[755,root,wheel]) $(CPPPROGS:%=%[755,root,wheel]) - - # Daemons (server processes) to install. Same format as PROGS_INSTALL. - DAEMONS_INSTALL = -@@ -120,7 +120,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --INC_INSTALL = $(EXPINC:%=%[644,root,root]) -+INC_INSTALL = $(EXPINC:%=%[644,root,wheel]) - - # Library to install (just one at the moment). - # You may optionally specify mode, owner and group if you want to. -@@ -129,7 +129,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - endif # QT_BIN - -@@ -159,7 +159,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) - - - ############################################################################### diff --git a/comms/qtel/files/patch-create_config.sh b/comms/qtel/files/patch-create_config.sh deleted file mode 100644 index d26188963d96..000000000000 --- a/comms/qtel/files/patch-create_config.sh +++ /dev/null @@ -1,31 +0,0 @@ ---- create_config.sh.orig 2009-04-19 14:10:53.000000000 -0700 -+++ create_config.sh 2012-06-24 10:20:20.000000000 -0700 -@@ -121,12 +121,15 @@ - # Checking for tcl development library - info "--- Checking for TCL development library..." - tclConfig=$(ls /usr/lib/tclConfig.sh /usr/lib/tcl8.*/tclConfig.sh \ -- /usr/lib64/tclConfig.sh /usr/lib64/tcl8.*/tclConfig.sh \ -+ /usr/lib64/tclConfig.sh /usr/lib64/tcl8.*/tclConfig.sh /usr/local/lib/tcl8.*/tclConfig.sh \ - 2>/dev/null | head -1) - if [ -n "$tclConfig" -a -r "$tclConfig" ]; then - . $tclConfig - info "${TCL_VERSION}\n" -- output "TCL_LIBS=-ltcl${TCL_VERSION}" -+ TCL_SVER=`echo ${TCL_VERSION} | tr -d .` -+ output "TCL_LIBPATH=-L/usr/local/lib" -+ output "TCL_LIBS=-ltcl${TCL_SVER}" -+ output "TCL_INCPATH=-I/usr/local/include/tcl${TCL_VERSION}" - else - info "no (required)\n" - exit_error -@@ -137,8 +140,8 @@ - if which pkg-config > /dev/null 2>&1; then - if pkg-config speex; then - ver=$(pkg-config speex --modversion) -- ver_major=$(echo $ver | sed -r 's/^([0-9]+)\..*$/\1/') -- ver_minor=$(echo $ver | sed -r 's/^([0-9]+)\.([0-9]+).*$/\2/') -+ ver_major=$(echo $ver | sed -E 's/^([0-9]+)\..*$/\1/') -+ ver_minor=$(echo $ver | sed -E 's/^([0-9]+)\.([0-9]+).*$/\2/') - info "$ver\n" - output "SPEEX_LIBPATH=$(pkg-config speex --libs-only-L)" - output "SPEEX_LIBS=$(pkg-config speex --libs-only-l)" diff --git a/comms/qtel/files/patch-doc-man-Makefile.default b/comms/qtel/files/patch-doc-man-Makefile.default deleted file mode 100644 index baed912e59ee..000000000000 --- a/comms/qtel/files/patch-doc-man-Makefile.default +++ /dev/null @@ -1,75 +0,0 @@ ---- ../svxlink-11.05.orig/doc/man/Makefile.default 2011-05-15 01:59:35.000000000 -0700 -+++ doc/man/Makefile.default 2012-05-28 10:27:55.000000000 -0700 -@@ -47,7 +47,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PROGS_INSTALL = $(PROGS:%=%[755,root,root]) $(CPPPROGS:%=%[755,root,root]) -+PROGS_INSTALL = $(PROGS:%=%[755,root,wheel]) $(CPPPROGS:%=%[755,root,wheel]) - - # Daemons (server processes) to install. Same format as PROGS_INSTALL. - DAEMONS_INSTALL = -@@ -94,7 +94,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --INC_INSTALL = $(EXPINC:%=%[644,root,root]) -+INC_INSTALL = $(EXPINC:%=%[644,root,wheel]) - - # Library to install (just one at the moment). - # You may optionally specify mode, owner and group if you want to. -@@ -103,7 +103,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - - ############################################################################### -@@ -131,8 +131,8 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) \ -- $(PLUGINS_CPP:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) \ -+ $(PLUGINS_CPP:%=%.so[755,root,wheel]) - - - ############################################################################### -@@ -227,20 +227,20 @@ - - # Additional files to install - install-extras uninstall-extras rpm-extras: --# $(DIRSPEC) /var/spool/myprog[755,root,root] -- $(FILESPEC) svxlink.1.gz[644,root,root] /usr/share/man/man1 -- $(FILESPEC) svxlink.conf.5.gz[644,root,root] /usr/share/man/man5 -- $(FILESPEC) ModuleHelp.conf.5.gz[644,root,root] /usr/share/man/man5 -- $(FILESPEC) ModuleParrot.conf.5.gz[644,root,root] /usr/share/man/man5 -- $(FILESPEC) ModuleEchoLink.conf.5.gz[644,root,root] /usr/share/man/man5 -- $(FILESPEC) ModuleTclVoiceMail.conf.5.gz[644,root,root] /usr/share/man/man5 -- $(FILESPEC) ModuleDtmfRepeater.conf.5.gz[644,root,root] /usr/share/man/man5 -- $(FILESPEC) ModulePropagationMonitor.conf.5.gz[644,root,root] /usr/share/man/man5 -- $(FILESPEC) ModuleSelCallEnc.conf.5.gz[644,root,root] /usr/share/man/man5 -- $(FILESPEC) remotetrx.1.gz[644,root,root] /usr/share/man/man1 -- $(FILESPEC) remotetrx.conf.5.gz[644,root,root] /usr/share/man/man5 -- $(FILESPEC) siglevdetcal.1.gz[644,root,root] /usr/share/man/man1 -- $(FILESPEC) qtel.1.gz[644,root,root] /usr/share/man/man1 -+# $(DIRSPEC) /var/spool/myprog[755,root,wheel] -+ $(FILESPEC) svxlink.1.gz[644,root,wheel] %%MAN1PREFIX%%/man/man1 -+ $(FILESPEC) svxlink.conf.5.gz[644,root,wheel] %%MAN5PREFIX%%/man/man5 -+ $(FILESPEC) ModuleHelp.conf.5.gz[644,root,wheel] %%MAN5PREFIX%%/man/man5 -+ $(FILESPEC) ModuleParrot.conf.5.gz[644,root,wheel] %%MAN5PREFIX%%/man/man5 -+ $(FILESPEC) ModuleEchoLink.conf.5.gz[644,root,wheel] %%MAN5PREFIX%%/man/man5 -+ $(FILESPEC) ModuleTclVoiceMail.conf.5.gz[644,root,wheel] %%MAN5PREFIX%%/man/man5 -+ $(FILESPEC) ModuleDtmfRepeater.conf.5.gz[644,root,wheel] %%MAN5PREFIX%%/man/man5 -+ $(FILESPEC) ModulePropagationMonitor.conf.5.gz[644,root,wheel] %%MAN5PREFIX%%/man/man5 -+ $(FILESPEC) ModuleSelCallEnc.conf.5.gz[644,root,wheel] %%MAN5PREFIX%%/man/man5 -+ $(FILESPEC) remotetrx.1.gz[644,root,wheel] %%MAN1PREFIX%%/man/man1 -+ $(FILESPEC) remotetrx.conf.5.gz[644,root,wheel] %%MAN5PREFIX%%/man/man5 -+ $(FILESPEC) siglevdetcal.1.gz[644,root,wheel] %%MAN1PREFIX%%/man/man1 -+ $(FILESPEC) qtel.1.gz[644,root,wheel] %%MAN1PREFIX%%/man/man1 - - - diff --git a/comms/qtel/files/patch-doc-man-ModuleDtmfRepeater.conf.5 b/comms/qtel/files/patch-doc-man-ModuleDtmfRepeater.conf.5 deleted file mode 100644 index 6422bc0a5727..000000000000 --- a/comms/qtel/files/patch-doc-man-ModuleDtmfRepeater.conf.5 +++ /dev/null @@ -1,18 +0,0 @@ ---- ../svxlink-11.05.orig/doc/man/ModuleDtmfRepeater.conf.5 2011-05-15 01:59:35.000000000 -0700 -+++ doc/man/ModuleDtmfRepeater.conf.5 2012-05-28 10:27:55.000000000 -0700 -@@ -36,13 +36,13 @@ - .SH FILES - . - .TP --.IR /etc/svxlink/svxlink.conf " (or deprecated " /etc/svxlink.conf ")" -+.IR %%LOCALBASE%%/etc/svxlink/svxlink.conf " (or deprecated " %%LOCALBASE%%/etc/svxlink.conf ")" - The system wide configuration file. - .TP - .IR ~/.svxlink/svxlink.conf - Per user configuration file. - .TP --.I /etc/svxlink/svxlink.d/ModuleDtmfRepeater.conf -+.I %%LOCALBASE%%/etc/svxlink/svxlink.d/ModuleDtmfRepeater.conf - Global modularized configuration file. Depends on the CFG_DIR configuration - variable setting. - .TP diff --git a/comms/qtel/files/patch-doc-man-ModuleEchoLink.conf.5 b/comms/qtel/files/patch-doc-man-ModuleEchoLink.conf.5 deleted file mode 100644 index 8788917bed18..000000000000 --- a/comms/qtel/files/patch-doc-man-ModuleEchoLink.conf.5 +++ /dev/null @@ -1,18 +0,0 @@ ---- ../svxlink-11.05.orig/doc/man/ModuleEchoLink.conf.5 2011-05-15 01:59:35.000000000 -0700 -+++ doc/man/ModuleEchoLink.conf.5 2012-05-28 10:27:55.000000000 -0700 -@@ -171,13 +171,13 @@ - .SH FILES - . - .TP --.IR /etc/svxlink/svxlink.conf " (or deprecated " /etc/svxlink.conf ")" -+.IR %%LOCALBASE%%/etc/svxlink/svxlink.conf " (or deprecated " %%LOCALBASE%%/etc/svxlink.conf ")" - The system wide configuration file. - .TP - .IR ~/.svxlink/svxlink.conf - Per user configuration file. - .TP --.I /etc/svxlink/svxlink.d/ModuleEchoLink.conf -+.I %%LOCALBASE%%/etc/svxlink/svxlink.d/ModuleEchoLink.conf - Global modularized configuration file. Depends on the CFG_DIR configuration - variable setting. - .TP diff --git a/comms/qtel/files/patch-doc-man-ModuleHelp.conf.5 b/comms/qtel/files/patch-doc-man-ModuleHelp.conf.5 deleted file mode 100644 index ed7072d71ad5..000000000000 --- a/comms/qtel/files/patch-doc-man-ModuleHelp.conf.5 +++ /dev/null @@ -1,18 +0,0 @@ ---- ../svxlink-11.05.orig/doc/man/ModuleHelp.conf.5 2011-05-15 01:59:35.000000000 -0700 -+++ doc/man/ModuleHelp.conf.5 2012-05-28 10:27:55.000000000 -0700 -@@ -24,13 +24,13 @@ - .SH FILES - . - .TP --.IR /etc/svxlink/svxlink.conf " (or deprecated " /etc/svxlink.conf ")" -+.IR %%LOCALBASE%%/etc/svxlink/svxlink.conf " (or deprecated " %%LOCALBASE%%/etc/svxlink.conf ")" - The system wide configuration file. - .TP - .IR ~/.svxlink/svxlink.conf - Per user configuration file. - .TP --.I /etc/svxlink/svxlink.d/ModuleHelp.conf -+.I %%LOCALBASE%%/etc/svxlink/svxlink.d/ModuleHelp.conf - Global modularized configuration file. Depends on the CFG_DIR configuration - variable setting. - .TP diff --git a/comms/qtel/files/patch-doc-man-ModuleParrot.conf.5 b/comms/qtel/files/patch-doc-man-ModuleParrot.conf.5 deleted file mode 100644 index b587b721b243..000000000000 --- a/comms/qtel/files/patch-doc-man-ModuleParrot.conf.5 +++ /dev/null @@ -1,18 +0,0 @@ ---- ../svxlink-11.05.orig/doc/man/ModuleParrot.conf.5 2011-05-15 01:59:35.000000000 -0700 -+++ doc/man/ModuleParrot.conf.5 2012-05-28 10:27:55.000000000 -0700 -@@ -41,13 +41,13 @@ - .SH FILES - . - .TP --.IR /etc/svxlink/svxlink.conf " (or deprecated " /etc/svxlink.conf ")" -+.IR %%LOCALBASE%%/etc/svxlink/svxlink.conf " (or deprecated " %%LOCALBASE%%/etc/svxlink.conf ")" - The system wide configuration file. - .TP - .IR ~/.svxlink/svxlink.conf - Per user configuration file. - .TP --.I /etc/svxlink/svxlink.d/ModuleParrot.conf -+.I %%LOCALBASE%%/etc/svxlink/svxlink.d/ModuleParrot.conf - Global modularized configuration file. Depends on the CFG_DIR configuration - variable setting. - .TP diff --git a/comms/qtel/files/patch-doc-man-ModulePropagationMonitor.conf.5 b/comms/qtel/files/patch-doc-man-ModulePropagationMonitor.conf.5 deleted file mode 100644 index 571da6c036ee..000000000000 --- a/comms/qtel/files/patch-doc-man-ModulePropagationMonitor.conf.5 +++ /dev/null @@ -1,36 +0,0 @@ ---- ../svxlink-11.05.orig/doc/man/ModulePropagationMonitor.conf.5 2011-05-15 01:59:35.000000000 -0700 -+++ doc/man/ModulePropagationMonitor.conf.5 2012-05-28 10:27:55.000000000 -0700 -@@ -58,7 +58,7 @@ - utility. When an incoming email is received, the mail server call procmail - which look for a configuration file in the destination users home directory. - For SvxLink, the home directory should be set to --.IR /etc/svxlink . -+.IR %%LOCALBASE%%/etc/svxlink . - In that directory a procmail configuration file, - .BR .procmailrc , - is installed by default. The syntax is a bit cryptic but the file contains -@@ -87,13 +87,13 @@ - .SH FILES - . - .TP --.IR /etc/svxlink/svxlink.conf " (or deprecated " /etc/svxlink.conf ")" -+.IR %%LOCALBASE%%/etc/svxlink/svxlink.conf " (or deprecated " %%LOCALBASE%%/etc/svxlink.conf ")" - The system wide configuration file. - .TP - .IR ~/.svxlink/svxlink.conf - Per user configuration file. - .TP --.I /etc/svxlink/svxlink.d/ModulePropagationMonitor.conf -+.I %%LOCALBASE%%/etc/svxlink/svxlink.d/ModulePropagationMonitor.conf - Global modularized configuration file. Depends on the CFG_DIR configuration - variable setting. - .TP -@@ -105,7 +105,7 @@ - Spool directory for alert mails. This is the default path. What path is - actually used is determined by the SPOOL_DIR configuration variable. - .TP --.I /etc/svxlink/.procmailrc -+.I %%LOCALBASE%%/etc/svxlink/.procmailrc - The configuration file for procmail. Procmail is used to write incoming - alert emails into files in the spool directory. - . diff --git a/comms/qtel/files/patch-doc-man-ModuleSelCallEnc.conf.5 b/comms/qtel/files/patch-doc-man-ModuleSelCallEnc.conf.5 deleted file mode 100644 index fb45f6b8407f..000000000000 --- a/comms/qtel/files/patch-doc-man-ModuleSelCallEnc.conf.5 +++ /dev/null @@ -1,18 +0,0 @@ ---- ../svxlink-11.05.orig/doc/man/ModuleSelCallEnc.conf.5 2011-05-15 01:59:35.000000000 -0700 -+++ doc/man/ModuleSelCallEnc.conf.5 2012-05-28 10:27:55.000000000 -0700 -@@ -27,13 +27,13 @@ - .SH FILES - . - .TP --.IR /etc/svxlink/svxlink.conf " (or deprecated " /etc/svxlink.conf ")" -+.IR %%LOCALBASE%%/etc/svxlink/svxlink.conf " (or deprecated " %%LOCALBASE%%/etc/svxlink.conf ")" - The system wide configuration file. - .TP - .IR ~/.svxlink/svxlink.conf - Per user configuration file. - .TP --.I /etc/svxlink/svxlink.d/ModuleSelCallEnc.conf -+.I %%LOCALBASE%%/etc/svxlink/svxlink.d/ModuleSelCallEnc.conf - Global modularized configuration file. Depends on the CFG_DIR configuration - variable setting. - .TP diff --git a/comms/qtel/files/patch-doc-man-ModuleTclVoiceMail.conf.5 b/comms/qtel/files/patch-doc-man-ModuleTclVoiceMail.conf.5 deleted file mode 100644 index b9a5dc862edd..000000000000 --- a/comms/qtel/files/patch-doc-man-ModuleTclVoiceMail.conf.5 +++ /dev/null @@ -1,35 +0,0 @@ ---- ../svxlink-11.05.orig/doc/man/ModuleTclVoiceMail.conf.5 2011-05-15 01:59:35.000000000 -0700 -+++ doc/man/ModuleTclVoiceMail.conf.5 2012-05-28 10:27:55.000000000 -0700 -@@ -22,20 +22,20 @@ - .P - The TclVoiceMail module does not have any module specific configuration - variables. It is configured in another configuration file. Its default location --is /etc/svxlink/TclVoiceMail.conf. The configuration file is also looked for in -+is %%LOCALBASE%%/etc/svxlink/TclVoiceMail.conf. The configuration file is also looked for in - directory "$HOME/.svxlink/". The comments in that file should be enough to - understand how to configure the voice mail module. - . - .SH FILES - . - .TP --.IR /etc/svxlink/svxlink.conf " (or deprecated " /etc/svxlink.conf ")" -+.IR %%LOCALBASE%%/etc/svxlink/svxlink.conf " (or deprecated " %%LOCALBASE%%/etc/svxlink.conf ")" - The system wide configuration file. - .TP - .IR ~/.svxlink/svxlink.conf - Per user configuration file. - .TP --.I /etc/svxlink/svxlink.d/ModuleTclVoiceMail.conf -+.I %%LOCALBASE%%/etc/svxlink/svxlink.d/ModuleTclVoiceMail.conf - Global modularized configuration file. Depends on the CFG_DIR configuration - variable setting. - .TP -@@ -43,7 +43,7 @@ - Per user modularized configuration file. Depends on the CFG_DIR configuration - variable setting. - .TP --.I /etc/svxlink/TclVoiceMail.conf -+.I %%LOCALBASE%%/etc/svxlink/TclVoiceMail.conf - System wide configuration file for the TclVoiceMail module. - .TP - .I ~/.svxlink/TclVoiceMail.conf diff --git a/comms/qtel/files/patch-doc-man-qtel.1 b/comms/qtel/files/patch-doc-man-qtel.1 deleted file mode 100644 index 86bb918e3c4b..000000000000 --- a/comms/qtel/files/patch-doc-man-qtel.1 +++ /dev/null @@ -1,11 +0,0 @@ ---- ../svxlink-11.05.orig/doc/man/qtel.1 2011-02-20 08:32:21.000000000 -0800 -+++ doc/man/qtel.1 2012-05-28 10:27:55.000000000 -0700 -@@ -51,7 +51,7 @@ - .B http://sourceforge.net/apps/trac/svxlink/wiki/QtelUserDocs - or at - .B --/usr/share/doc/svxlink/qteluserdoc.pdf -+%%LOCALBASE%%/share/doc/svxlink/qteluserdoc.pdf - . - .SH AUTHOR - . diff --git a/comms/qtel/files/patch-doc-man-remotetrx.1 b/comms/qtel/files/patch-doc-man-remotetrx.1 deleted file mode 100644 index d2d88eeaf305..000000000000 --- a/comms/qtel/files/patch-doc-man-remotetrx.1 +++ /dev/null @@ -1,20 +0,0 @@ ---- ../svxlink-11.05.orig/doc/man/remotetrx.1 2011-05-15 01:59:35.000000000 -0700 -+++ doc/man/remotetrx.1 2012-05-28 10:27:55.000000000 -0700 -@@ -61,7 +61,7 @@ - .SH FILES - . - .TP --.IR /etc/svxlink/remotetrx.conf " (or deprecated " /etc/remotetrx.conf ")" -+.IR %%LOCALBASE%%/etc/svxlink/remotetrx.conf " (or deprecated " /etc/remotetrx.conf ")" - The system wide configuration file. See - .BR remotetrx.conf (5) - for further details. -@@ -71,7 +71,7 @@ - .BR remotetrx.conf (5) - for further details. - .TP --.I /etc/svxlink/remotetrx.d/* -+.I %%LOCALBASE%%/etc/svxlink/remotetrx.d/* - Additional configuration files. This directory is setup by the CFG_DIR - configuration variable. - . diff --git a/comms/qtel/files/patch-doc-man-remotetrx.conf.5 b/comms/qtel/files/patch-doc-man-remotetrx.conf.5 deleted file mode 100644 index b010e1fca95f..000000000000 --- a/comms/qtel/files/patch-doc-man-remotetrx.conf.5 +++ /dev/null @@ -1,27 +0,0 @@ ---- ../svxlink-11.05.orig/doc/man/remotetrx.conf.5 2011-05-15 01:59:35.000000000 -0700 -+++ doc/man/remotetrx.conf.5 2012-05-28 10:27:55.000000000 -0700 -@@ -31,7 +31,7 @@ - .BR $HOME/.svxlink/remotetrx.conf . - If no user specific configuration file can be found, remotetrx will look - for the system wide configuration file --.BR /etc/svxlink/remotetrx.conf . -+.BR %%LOCALBASE%%/etc/svxlink/remotetrx.conf . - The - .B --config - command line option may also be used to specify an arbitrary configuration file. -@@ -235,13 +235,13 @@ - .SH FILES - . - .TP --.IR /etc/svxlink/remotetrx.conf " (or deprecated " /etc/remotetrx.conf ")" -+.IR %%LOCALBASE%%/etc/svxlink/remotetrx.conf " (or deprecated " /etc/remotetrx.conf ")" - The system wide configuration file. - .TP - .IR ~/.svxlink/remotetrx.conf - Per user configuration file. - .TP --.I /etc/svxlink/remotetrx.d/* -+.I %%LOCALBASE%%/etc/svxlink/remotetrx.d/* - Additional configuration files. - . - .SH AUTHOR diff --git a/comms/qtel/files/patch-doc-man-svxlink.1 b/comms/qtel/files/patch-doc-man-svxlink.1 deleted file mode 100644 index 7ceaba52e3b0..000000000000 --- a/comms/qtel/files/patch-doc-man-svxlink.1 +++ /dev/null @@ -1,20 +0,0 @@ ---- ../svxlink-11.05.orig/doc/man/svxlink.1 2011-05-15 01:59:35.000000000 -0700 -+++ doc/man/svxlink.1 2012-05-28 10:27:55.000000000 -0700 -@@ -41,7 +41,7 @@ - .SH FILES - . - .TP --.IR /etc/svxlink.conf " (or deprecated " /etc/svxlink.conf ")" -+.IR %%LOCALBASE%%/etc/svxlink.conf " (or deprecated " %%LOCALBASE%%/etc/svxlink.conf ")" - The system wide configuration file. See - .BR svxlink.conf (5) - for further details. -@@ -51,7 +51,7 @@ - .BR svxlink.conf (5) - for further details. - .TP --.I /etc/svxlink/svxlink.d/* -+.I %%LOCALBASE%%/etc/svxlink/svxlink.d/* - Additional configuration files. Typically one configuration file per module. - . - .SH ENVIRONMENT diff --git a/comms/qtel/files/patch-doc-man-svxlink.conf.5 b/comms/qtel/files/patch-doc-man-svxlink.conf.5 deleted file mode 100644 index 5eac133399dd..000000000000 --- a/comms/qtel/files/patch-doc-man-svxlink.conf.5 +++ /dev/null @@ -1,77 +0,0 @@ ---- doc/man/svxlink.conf.5.orig 2011-05-15 01:59:35.000000000 -0700 -+++ doc/man/svxlink.conf.5 2012-06-24 10:45:02.000000000 -0700 -@@ -16,7 +16,7 @@ - .BR $HOME/.svxlink/svxlink.conf . - If no user specific configuration file can be found, SvxLink will look for - the system wide configuration file --.BR /etc/svxlink/svxlink.conf . -+.BR /usr/local/etc/svxlink/svxlink.conf . - The - .B --config - command line option may also be used to specify an arbitrary configuration file. -@@ -185,7 +185,7 @@ - .B EVENT_HANDLER - Point out the TCL event handler script to use. The TCL event handler script is - responsible for playing the correct audio clips when an event occurr. --The default location is /usr/share/svxlink/events.tcl. -+The default location is /usr/local/share/svxlink/events.tcl. - .TP - .B DEFAULT_LANG - Set the default language to use for announcements. It should be set to an ISO -@@ -474,7 +474,7 @@ - Always "Local" for a local receiver. - .TP - .B AUDIO_DEV --Specify the audio device to use. Normally /dev/dsp. -+Specify the audio device to use. Normally oss:/dev/dsp. - .TP - .B AUDIO_CHANNEL - Specify the audio channel to use. SvxLink can use the left/right stereo -@@ -482,7 +482,7 @@ - .TP - .B SQL_DET - Specify the type of squelch detector to use. Possible values are: VOX, CTCSS, --SERIAL, EVDEV or SIGLEV. -+SERIAL or SIGLEV. - - The VOX squelch detector determines if there is a signal - present by calculating a mean value of the sound samples. The VOX squelch -@@ -500,13 +500,6 @@ - hardware indicator of when the squelch is open. Specify which serial port/pin to - use with SERIAL_PORT and SERIAL_PIN. - --The EVDEV squelch detector read squelch events from a /dev/input/eventX device. --An example where this could be useful is if you have a USB audio device with --some buttons on it. Some of these devices generate key press events, much like --a keyboard. Specify which /dev/input device node to use using the EVDEV_DEVNAME --config variable. Set which events that should open and close the squelch using --the EVDEV_OPEN and EVDEV_CLOSE config variables. -- - The SIGLEV squelch detector use signal level measurements to determine if the - squelch is open or not. Which signal level detector to use is determined by the - setting of the SIGLEV_DET configuration variable. The open and close -@@ -902,7 +895,7 @@ - Always "Local" for a local transmitter. - .TP - .B AUDIO_DEV --Specify the audio device to use. Normally /dev/dsp. -+Specify the audio device to use. Normally oss:/dev/dsp. - .TP - .B AUDIO_CHANNEL - Specify the audio channel to use. SvxLink can use the left/right stereo -@@ -1351,13 +1344,13 @@ - .SH FILES - . - .TP --.IR /etc/svxlink/svxlink.conf " (or deprecated " /etc/svxlink.conf ")" -+.IR /usr/local/etc/svxlink/svxlink.conf " (or deprecated " %%LOCALBASE%%/etc/svxlink.conf ")" - The system wide configuration file. - .TP - .IR ~/.svxlink/svxlink.conf - Per user configuration file. - .TP --.I /etc/svxlink/svxlink.d/* -+.I /usr/local/etc/svxlink/svxlink.d/* - Additional configuration files. Typically one configuration file per module. - . - .SH AUTHOR diff --git a/comms/qtel/files/patch-echolib-EchoLinkQsoTest.cpp b/comms/qtel/files/patch-echolib-EchoLinkQsoTest.cpp deleted file mode 100644 index 4e0d2a5a84f1..000000000000 --- a/comms/qtel/files/patch-echolib-EchoLinkQsoTest.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ../svxlink-11.05.orig/echolib/EchoLinkQsoTest.cpp 2011-05-14 00:27:24.000000000 -0700 -+++ echolib/EchoLinkQsoTest.cpp 2012-05-28 10:27:55.000000000 -0700 -@@ -159,7 +159,7 @@ - - //sigc_src = new SigCAudioSource; - -- audio_io = new AudioIO("alsa:default", 0); -+ audio_io = new AudioIO("oss:/dev/dsp", 0); - full_duplex = audio_io->isFullDuplexCapable(); - if (full_duplex) - { diff --git a/comms/qtel/files/patch-echolib-Makefile.default b/comms/qtel/files/patch-echolib-Makefile.default deleted file mode 100644 index a491e529e82d..000000000000 --- a/comms/qtel/files/patch-echolib-Makefile.default +++ /dev/null @@ -1,47 +0,0 @@ ---- echolib/Makefile.default.orig 2011-04-21 04:40:56.000000000 -0700 -+++ echolib/Makefile.default 2012-05-28 13:35:08.000000000 -0700 -@@ -52,7 +52,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --#PROGS_INSTALL = $(PROGS:%=%[755,root,root]) $(CPPPROGS:%=%[755,root,root]) -+#PROGS_INSTALL = $(PROGS:%=%[755,root,wheel]) $(CPPPROGS:%=%[755,root,wheel]) - PROGS_INSTALL = - - # Daemons (server processes) to install. Same format as PROGS_INSTALL. -@@ -102,7 +102,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --INC_INSTALL = $(LIB_INC:%=%[644,root,root]) -+INC_INSTALL = $(LIB_INC:%=%[644,root,wheel]) - - # Library to install (just one at the moment). - # You may optionally specify mode, owner and group if you want to. -@@ -111,7 +111,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - - ############################################################################### -@@ -139,7 +139,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) - - - ############################################################################### -@@ -176,7 +176,7 @@ - - # Paths to library-directories. All directories must be preceeded - # by the "-L" switch. --LIBPATH += -+LIBPATH += -L%%LOCALBASE%%/lib - - # Additional warnings to use. If you want to override the default - # warnings, change the "+=" to "=". diff --git a/comms/qtel/files/patch-locationinfo-LocationInfo.cpp b/comms/qtel/files/patch-locationinfo-LocationInfo.cpp deleted file mode 100644 index 130ba92e0a7b..000000000000 --- a/comms/qtel/files/patch-locationinfo-LocationInfo.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ../svxlink-11.05.orig/locationinfo/LocationInfo.cpp 2011-03-01 16:11:17.000000000 -0800 -+++ locationinfo/LocationInfo.cpp 2012-05-28 10:27:56.000000000 -0700 -@@ -412,7 +412,7 @@ - } - - double tmp = sqrt(2.0 * loc_cfg.height * sqrt((loc_cfg.power / 10.0) * -- pow10(loc_cfg.gain / 10.0) / 2)) * range_factor; -+ pow(10, loc_cfg.gain / 10.0) / 2)) * range_factor; - - return lrintf(tmp); - diff --git a/comms/qtel/files/patch-locationinfo-Makefile.default b/comms/qtel/files/patch-locationinfo-Makefile.default deleted file mode 100644 index 7e1435e7e823..000000000000 --- a/comms/qtel/files/patch-locationinfo-Makefile.default +++ /dev/null @@ -1,38 +0,0 @@ ---- ../svxlink-11.05.orig/locationinfo/Makefile.default 2010-04-10 07:45:52.000000000 -0700 -+++ locationinfo/Makefile.default 2012-05-28 10:27:56.000000000 -0700 -@@ -51,7 +51,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --#PROGS_INSTALL = $(PROGS:%=%[755,root,root]) $(CPPPROGS:%=%[755,root,root]) -+#PROGS_INSTALL = $(PROGS:%=%[755,root,wheel]) $(CPPPROGS:%=%[755,root,wheel]) - PROGS_INSTALL = - - # Daemons (server processes) to install. Same format as PROGS_INSTALL. -@@ -100,7 +100,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --INC_INSTALL = $(LIB_INC:%=%[644,root,root]) -+INC_INSTALL = $(LIB_INC:%=%[644,root,wheel]) - - # Library to install (just one at the moment). - # You may optionally specify mode, owner and group if you want to. -@@ -109,7 +109,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - - ############################################################################### -@@ -137,7 +137,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) - - - ############################################################################### diff --git a/comms/qtel/files/patch-makefile.cfg b/comms/qtel/files/patch-makefile.cfg deleted file mode 100644 index 5036b955fd49..000000000000 --- a/comms/qtel/files/patch-makefile.cfg +++ /dev/null @@ -1,49 +0,0 @@ ---- ../svxlink-11.05.orig/makefile.cfg 2010-02-21 12:21:23.000000000 -0800 -+++ makefile.cfg 2012-05-28 10:27:56.000000000 -0700 -@@ -36,31 +36,31 @@ - - # Path to where to install library files. - ifndef LIB_INSTALL_DIR --LIB_INSTALL_DIR = /usr/lib -+LIB_INSTALL_DIR = %%LOCALBASE%%/lib - endif - - # Path to where to install include files. - ifndef INC_INSTALL_DIR --INC_INSTALL_DIR = /usr/include/svxlink -+INC_INSTALL_DIR = %%LOCALBASE%%/include/svxlink - endif - - # Path to where to install program files. - ifndef BIN_INSTALL_DIR --BIN_INSTALL_DIR = /usr/bin -+BIN_INSTALL_DIR = %%LOCALBASE%%/bin - endif - - # Path to where to install system program files (daemons). - ifndef SBIN_INSTALL_DIR --SBIN_INSTALL_DIR = /usr/sbin -+SBIN_INSTALL_DIR = %%LOCALBASE%%/sbin - endif - - # Path to where to install plugins. - ifndef PLUGIN_INSTALL_DIR --PLUGIN_INSTALL_DIR = /usr/lib/svxlink -+PLUGIN_INSTALL_DIR = %%LOCALBASE%%/lib/svxlink - endif - - # Set default include path --INCPATH = -+INCPATH = -I%%LOCALBASE%%/include - - # CFLAGS (for CC) and CXXFLAGS (for CXX) - CFLAGS += -@@ -78,7 +78,7 @@ - DEBUG_CFLAGS = -g - - # Compile ALSA audio support --ASYNC_AUDIO_ALSA_SUPPORT=1 -+#ASYNC_AUDIO_ALSA_SUPPORT=1 - - # Compile OSS audio support - ASYNC_AUDIO_OSS_SUPPORT=1 diff --git a/comms/qtel/files/patch-makefile.inc b/comms/qtel/files/patch-makefile.inc deleted file mode 100644 index c7ebe87497c5..000000000000 --- a/comms/qtel/files/patch-makefile.inc +++ /dev/null @@ -1,20 +0,0 @@ ---- ../svxlink-11.05.orig/makefile.inc 2011-03-01 16:11:17.000000000 -0800 -+++ makefile.inc 2012-05-28 10:27:56.000000000 -0700 -@@ -43,6 +43,8 @@ - BIN := $(ROOT)/$(BIN) - RPM_DIR := $(ROOT)/$(RPM_DIR) - -+vpath %.h $(INC) %%LOCALBASE%%/include %%LOCALBASE%%/include/tcl8.5 -+ - # Path used by gcc to find library/include files. If you want to add a path - # to the list. Use a "+=" after including this file. - # Ex. LIBPATH += /usr/X11R6/lib -@@ -162,7 +164,7 @@ - else \ - $(ECHO) --- Installing $(BOLD)$$file$(NBOLD) in \ - $(BOLD)$${target_dir}$(NBOLD)...; \ -- cp -pdf $$file $${target_dir}; \ -+ cp -pf $$file $${target_dir}; \ - [ -n "$$perm" -a "$$perm" != '-' ] \ - && chmod $$perm $${target_dir}/`basename $$file`; \ - [ -z "$$NO_CHOWN" -a -n "$$owner" -a "$$owner" != '-' ] \ diff --git a/comms/qtel/files/patch-misc-Makefile.default b/comms/qtel/files/patch-misc-Makefile.default deleted file mode 100644 index 96ed4e150b7d..000000000000 --- a/comms/qtel/files/patch-misc-Makefile.default +++ /dev/null @@ -1,51 +0,0 @@ ---- ../svxlink-11.05.orig/misc/Makefile.default 2010-04-05 14:05:21.000000000 -0700 -+++ misc/Makefile.default 2012-05-28 10:27:55.000000000 -0700 -@@ -47,7 +47,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PROGS_INSTALL = $(PROGS:%=%[755,root,root]) $(CPPPROGS:%=%[755,root,root]) -+PROGS_INSTALL = $(PROGS:%=%[755,root,wheel]) $(CPPPROGS:%=%[755,root,wheel]) - - # Daemons (server processes) to install. Same format as PROGS_INSTALL. - DAEMONS_INSTALL = -@@ -94,7 +94,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --INC_INSTALL = $(EXPINC:%=%[644,root,root]) -+INC_INSTALL = $(EXPINC:%=%[644,root,wheel]) - - # Library to install (just one at the moment). - # You may optionally specify mode, owner and group if you want to. -@@ -103,7 +103,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - - ############################################################################### -@@ -131,8 +131,8 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) \ -- $(PLUGINS_CPP:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) \ -+ $(PLUGINS_CPP:%=%.so[755,root,wheel]) - - - ############################################################################### -@@ -216,8 +216,8 @@ - - # Additional files to install - install-extras uninstall-extras rpm-extras: --# $(DIRSPEC) /var/spool/myprog[755,root,root] --# $(FILESPEC) install-extras/myprog.conf[644,root,root] /etc -+# $(DIRSPEC) /var/spool/myprog[755,root,wheel] -+# $(FILESPEC) install-extras/myprog.conf[644,root,wheel] /etc - - - # diff --git a/comms/qtel/files/patch-qtel-Makefile.default b/comms/qtel/files/patch-qtel-Makefile.default deleted file mode 100644 index e0d1c0223607..000000000000 --- a/comms/qtel/files/patch-qtel-Makefile.default +++ /dev/null @@ -1,90 +0,0 @@ ---- ../svxlink-11.05.orig/qtel/Makefile.default 2011-05-01 06:05:49.000000000 -0700 -+++ qtel/Makefile.default 2012-05-28 10:27:56.000000000 -0700 -@@ -55,7 +55,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PROGS_INSTALL = $(PROGS:%=%[755,root,root]) $(CPPPROGS:%=%[755,root,root]) -+PROGS_INSTALL = $(PROGS:%=%[755,root,wheel]) $(CPPPROGS:%=%[755,root,wheel]) - - # Daemons (server processes) to install. Same format as PROGS_INSTALL. - DAEMONS_INSTALL = -@@ -104,7 +104,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --INC_INSTALL = $(EXPINC:%=%[644,root,root]) -+INC_INSTALL = $(EXPINC:%=%[644,root,wheel]) - - # Library to install (just one at the moment). - # You may optionally specify mode, owner and group if you want to. -@@ -113,7 +113,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - - ############################################################################### -@@ -141,7 +141,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) - - - ############################################################################### -@@ -245,29 +245,29 @@ - # Additional files to install - install-extras uninstall-extras rpm-extras: - ifdef QT_BIN -- $(FILESPEC) translations/qtel_sv.qm[644,root,root] \ -- /usr/share/qtel/translations -- $(FILESPEC) translations/qtel_de.qm[644,root,root] \ -- /usr/share/qtel/translations -- $(FILESPEC) translations/qtel_tr.qm[644,root,root] \ -- /usr/share/qtel/translations -- $(FILESPEC) translations/qtel_nl.qm[644,root,root] \ -- /usr/share/qtel/translations -- $(FILESPEC) translations/qtel_uk.qm[644,root,root] \ -- /usr/share/qtel/translations -- $(FILESPEC) translations/qtel_ru.qm[644,root,root] \ -- /usr/share/qtel/translations -- $(FILESPEC) translations/qtel_hu.qm[644,root,root] \ -- /usr/share/qtel/translations -- $(FILESPEC) translations/qtel_es.qm[644,root,root] \ -- /usr/share/qtel/translations -- $(FILESPEC) translations/qtel_ja.qm[644,root,root] \ -- /usr/share/qtel/translations -- $(FILESPEC) connect.raw[644,root,root] /usr/share/qtel/sounds -- $(FILESPEC) qtel.desktop[644,root,root] /usr/share/applications -- $(FILESPEC) images/link.xpm[644,root,root] /usr/share/icons -+ $(FILESPEC) translations/qtel_sv.qm[644,root,wheel] \ -+ %%LOCALBASE%%/share/qtel/translations -+ $(FILESPEC) translations/qtel_de.qm[644,root,wheel] \ -+ %%LOCALBASE%%/share/qtel/translations -+ $(FILESPEC) translations/qtel_tr.qm[644,root,wheel] \ -+ %%LOCALBASE%%/share/qtel/translations -+ $(FILESPEC) translations/qtel_nl.qm[644,root,wheel] \ -+ %%LOCALBASE%%/share/qtel/translations -+ $(FILESPEC) translations/qtel_uk.qm[644,root,wheel] \ -+ %%LOCALBASE%%/share/qtel/translations -+ $(FILESPEC) translations/qtel_ru.qm[644,root,wheel] \ -+ %%LOCALBASE%%/share/qtel/translations -+ $(FILESPEC) translations/qtel_hu.qm[644,root,wheel] \ -+ %%LOCALBASE%%/share/qtel/translations -+ $(FILESPEC) translations/qtel_es.qm[644,root,wheel] \ -+ %%LOCALBASE%%/share/qtel/translations -+ $(FILESPEC) translations/qtel_ja.qm[644,root,wheel] \ -+ %%LOCALBASE%%/share/qtel/translations -+ $(FILESPEC) connect.raw[644,root,wheel] %%LOCALBASE%%/share/qtel/sounds -+ $(FILESPEC) qtel.desktop[644,root,wheel] %%LOCALBASE%%/share/applications -+ $(FILESPEC) images/link.xpm[644,root,wheel] %%LOCALBASE%%/share/icons - endif --# $(DIRSPEC) /var/spool/myprog[755,root,root] -+# $(DIRSPEC) /var/spool/myprog[755,root,wheel] - - - diff --git a/comms/qtel/files/patch-qtel-Settings.cpp b/comms/qtel/files/patch-qtel-Settings.cpp deleted file mode 100644 index 5efddb6b6afc..000000000000 --- a/comms/qtel/files/patch-qtel-Settings.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- ../svxlink-11.05.orig/qtel/Settings.cpp 2010-02-21 15:01:06.000000000 -0800 -+++ qtel/Settings.cpp 2012-05-28 10:27:56.000000000 -0700 -@@ -119,9 +119,9 @@ - #define CONF_LIST_REFRESH_TIME_DEFAULT 5 - #define CONF_START_AS_BUSY_DEFAULT false - --#define CONF_AUDIO_DEVICE_DEFAULT "alsa:default" -+#define CONF_AUDIO_DEVICE_DEFAULT "oss:/dev/dsp" - #define CONF_USE_FULL_DUPLEX_DEFAULT false --#define CONF_CONNECT_SOUND_DEFAULT "/usr/share/qtel/sounds/connect.raw" -+#define CONF_CONNECT_SOUND_DEFAULT "%%LOCALBASE%%/share/qtel/sounds/connect.raw" - - #define CONF_CHAT_ENCODING_DEFAULT "ISO8859-1" - diff --git a/comms/qtel/files/patch-qtel-SettingsDialog.ui b/comms/qtel/files/patch-qtel-SettingsDialog.ui deleted file mode 100644 index fff3653dd62c..000000000000 --- a/comms/qtel/files/patch-qtel-SettingsDialog.ui +++ /dev/null @@ -1,11 +0,0 @@ ---- ../svxlink-11.05.orig/qtel/SettingsDialog.ui 2010-02-21 15:01:06.000000000 -0800 -+++ qtel/SettingsDialog.ui 2012-05-28 10:27:56.000000000 -0700 -@@ -344,7 +344,7 @@ - <cstring>audio_device</cstring> - </property> - <property name="toolTip" stdset="0"> -- <string>The audio device to use (e.g. alsa:default)</string> -+ <string>The audio device to use (e.g. oss:/dev/dsp)</string> - </property> - </widget> - <widget class="QCheckBox" row="1" column="1" rowspan="1" colspan="3"> diff --git a/comms/qtel/files/patch-qtel-qtel.cpp b/comms/qtel/files/patch-qtel-qtel.cpp deleted file mode 100644 index 511968eaa892..000000000000 --- a/comms/qtel/files/patch-qtel-qtel.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ../svxlink-11.05.orig/qtel/qtel.cpp 2009-07-19 15:51:16.000000000 -0700 -+++ qtel/qtel.cpp 2012-05-28 10:27:56.000000000 -0700 -@@ -141,7 +141,7 @@ - - QTranslator translator(0); - translator.load(QString("qtel_") + QTextCodec::locale(), -- "/usr/share/qtel/translations"); -+ "%%LOCALBASE%%/share/qtel/translations"); - app.installTranslator(&translator); - - Settings *settings = Settings::instance(); diff --git a/comms/qtel/files/patch-qtel-qtel.desktop b/comms/qtel/files/patch-qtel-qtel.desktop deleted file mode 100644 index d60486ee6d2b..000000000000 --- a/comms/qtel/files/patch-qtel-qtel.desktop +++ /dev/null @@ -1,14 +0,0 @@ ---- qtel/qtel.desktop.orig 2006-12-03 13:49:57.000000000 -0800 -+++ qtel/qtel.desktop 2012-05-28 13:28:36.000000000 -0700 -@@ -2,9 +2,9 @@ - Encoding=UTF-8 - Name=Qtel - GenericName=EchoLink Client --Exec=/usr/bin/qtel -+Exec=%%LOCALBASE%%/bin/qtel - Terminal=false - Categories=Application;HamRadio;Qt;Network; --Icon=/usr/share/icons/link.xpm -+Icon=%%LOCALBASE%%/share/icons/link.xpm - Comment=The Qt EchoLink Client - Type=Application diff --git a/comms/qtel/files/patch-qtel-translations-qtel_de.ts b/comms/qtel/files/patch-qtel-translations-qtel_de.ts deleted file mode 100644 index 401cb65d8d58..000000000000 --- a/comms/qtel/files/patch-qtel-translations-qtel_de.ts +++ /dev/null @@ -1,13 +0,0 @@ ---- ../svxlink-11.05.orig/qtel/translations/qtel_de.ts 2011-04-23 01:43:50.000000000 -0700 -+++ qtel/translations/qtel_de.ts 2012-05-28 10:27:56.000000000 -0700 -@@ -679,8 +679,8 @@ - <translation>Passworte stimmen nicht überein</translation> - </message> - <message> -- <source>The audio device to use (e.g. alsa:default)</source> -- <translation>Das Audiogerät, welches genutzt werden soll (z.B. alsa:default)</translation> -+ <source>The audio device to use (e.g. oss:/dev/dsp)</source> -+ <translation>Das Audiogerät, welches genutzt werden soll (z.B. oss:/dev/dsp)</translation> - </message> - </context> - </TS> diff --git a/comms/qtel/files/patch-qtel-translations-qtel_es.ts b/comms/qtel/files/patch-qtel-translations-qtel_es.ts deleted file mode 100644 index 5b4bd365c783..000000000000 --- a/comms/qtel/files/patch-qtel-translations-qtel_es.ts +++ /dev/null @@ -1,13 +0,0 @@ ---- ../svxlink-11.05.orig/qtel/translations/qtel_es.ts 2011-05-01 07:03:20.000000000 -0700 -+++ qtel/translations/qtel_es.ts 2012-05-28 10:27:56.000000000 -0700 -@@ -580,8 +580,8 @@ - <translation>Dúplex completo</translation> - </message> - <message> -- <source>The audio device to use (e.g. alsa:default)</source> -- <translation>El dispositivo de audio a utilizar (ej. alsa:default)</translation> -+ <source>The audio device to use (e.g. oss:/dev/dsp)</source> -+ <translation>El dispositivo de audio a utilizar (ej. oss:/dev/dsp)</translation> - </message> - <message> - <source>Check this check box to enable full duplex operation</source> diff --git a/comms/qtel/files/patch-qtel-translations-qtel_hu.ts b/comms/qtel/files/patch-qtel-translations-qtel_hu.ts deleted file mode 100644 index 7f770cfada36..000000000000 --- a/comms/qtel/files/patch-qtel-translations-qtel_hu.ts +++ /dev/null @@ -1,11 +0,0 @@ ---- ../svxlink-11.05.orig/qtel/translations/qtel_hu.ts 2011-04-21 06:45:13.000000000 -0700 -+++ qtel/translations/qtel_hu.ts 2012-05-28 10:27:56.000000000 -0700 -@@ -582,7 +582,7 @@ - <translation>Válaszd-ki-a-kapcsolódási-hangot</translation> - </message> - <message> -- <source>The audio device to use (e.g. alsa:default)</source> -+ <source>The audio device to use (e.g. oss:/dev/dsp)</source> - <translation type="unfinished"></translation> - </message> - <message> diff --git a/comms/qtel/files/patch-qtel-translations-qtel_it.ts b/comms/qtel/files/patch-qtel-translations-qtel_it.ts deleted file mode 100644 index 787b984ba3d4..000000000000 --- a/comms/qtel/files/patch-qtel-translations-qtel_it.ts +++ /dev/null @@ -1,13 +0,0 @@ ---- ../svxlink-11.05.orig/qtel/translations/qtel_it.ts 2011-05-01 06:13:25.000000000 -0700 -+++ qtel/translations/qtel_it.ts 2012-05-28 10:27:56.000000000 -0700 -@@ -678,8 +678,8 @@ - <translation>Password divercere</translation> - </message> - <message> -- <source>The audio device to use (e.g. alsa:default)</source> -- <translation>Il dispositivo audio da utilizzare (p.e. alsa:default)</translation> -+ <source>The audio device to use (e.g. oss:/dev/dsp)</source> -+ <translation>Il dispositivo audio da utilizzare (p.e. oss:/dev/dsp)</translation> - </message> - </context> - </TS> diff --git a/comms/qtel/files/patch-qtel-translations-qtel_ja.ts b/comms/qtel/files/patch-qtel-translations-qtel_ja.ts deleted file mode 100644 index 6e1927111f50..000000000000 --- a/comms/qtel/files/patch-qtel-translations-qtel_ja.ts +++ /dev/null @@ -1,13 +0,0 @@ ---- ../svxlink-11.05.orig/qtel/translations/qtel_ja.ts 2011-05-01 06:05:49.000000000 -0700 -+++ qtel/translations/qtel_ja.ts 2012-05-28 10:27:56.000000000 -0700 -@@ -675,8 +675,8 @@ - <translation>パスワードが合っていません</translation> - </message> - <message> -- <source>The audio device to use (e.g. alsa:default)</source> -- <translation>使用するオーディオデバイス (e.g. alsa:default, ex. alsa:hw:0, alsa:plughw:0, oss:/dev/dsp)</translation> -+ <source>The audio device to use (e.g. oss:/dev/dsp)</source> -+ <translation>使用するオーディオデバイス (e.g. oss:/dev/dsp, ex. alsa:hw:0, alsa:plughw:0, oss:oss:/dev/dsp)</translation> - </message> - </context> - </TS> diff --git a/comms/qtel/files/patch-qtel-translations-qtel_nl.ts b/comms/qtel/files/patch-qtel-translations-qtel_nl.ts deleted file mode 100644 index 85785ae72ea6..000000000000 --- a/comms/qtel/files/patch-qtel-translations-qtel_nl.ts +++ /dev/null @@ -1,11 +0,0 @@ ---- ../svxlink-11.05.orig/qtel/translations/qtel_nl.ts 2011-04-21 06:45:13.000000000 -0700 -+++ qtel/translations/qtel_nl.ts 2012-05-28 10:27:56.000000000 -0700 -@@ -674,7 +674,7 @@ - <translation type="unfinished"></translation> - </message> - <message> -- <source>The audio device to use (e.g. alsa:default)</source> -+ <source>The audio device to use (e.g. oss:/dev/dsp)</source> - <translation type="unfinished"></translation> - </message> - </context> diff --git a/comms/qtel/files/patch-qtel-translations-qtel_ru.ts b/comms/qtel/files/patch-qtel-translations-qtel_ru.ts deleted file mode 100644 index a8711e201182..000000000000 --- a/comms/qtel/files/patch-qtel-translations-qtel_ru.ts +++ /dev/null @@ -1,13 +0,0 @@ ---- ../svxlink-11.05.orig/qtel/translations/qtel_ru.ts 2011-04-23 01:43:50.000000000 -0700 -+++ qtel/translations/qtel_ru.ts 2012-05-28 10:27:56.000000000 -0700 -@@ -679,8 +679,8 @@ - <translation>Пароли не совпадают</translation> - </message> - <message> -- <source>The audio device to use (e.g. alsa:default)</source> -- <translation>Использовать аудио устройство (напр. alsa:default)</translation> -+ <source>The audio device to use (e.g. oss:/dev/dsp)</source> -+ <translation>Использовать аудио устройство (напр. oss:/dev/dsp)</translation> - </message> - </context> - </TS> diff --git a/comms/qtel/files/patch-qtel-translations-qtel_sv.ts b/comms/qtel/files/patch-qtel-translations-qtel_sv.ts deleted file mode 100644 index faee37311410..000000000000 --- a/comms/qtel/files/patch-qtel-translations-qtel_sv.ts +++ /dev/null @@ -1,13 +0,0 @@ ---- ../svxlink-11.05.orig/qtel/translations/qtel_sv.ts 2011-04-21 06:45:13.000000000 -0700 -+++ qtel/translations/qtel_sv.ts 2012-05-28 10:27:56.000000000 -0700 -@@ -680,8 +680,8 @@ - <translation>De två lösenord du angav är ej lika</translation> - </message> - <message> -- <source>The audio device to use (e.g. alsa:default)</source> -- <translation>Den ljudenhet som skall användas (ex: alsa:default)</translation> -+ <source>The audio device to use (e.g. oss:/dev/dsp)</source> -+ <translation>Den ljudenhet som skall användas (ex: oss:/dev/dsp)</translation> - </message> - </context> - </TS> diff --git a/comms/qtel/files/patch-qtel-translations-qtel_tmpl.ts b/comms/qtel/files/patch-qtel-translations-qtel_tmpl.ts deleted file mode 100644 index 1bc61e8f1c32..000000000000 --- a/comms/qtel/files/patch-qtel-translations-qtel_tmpl.ts +++ /dev/null @@ -1,11 +0,0 @@ ---- ../svxlink-11.05.orig/qtel/translations/qtel_tmpl.ts 2011-04-21 07:32:55.000000000 -0700 -+++ qtel/translations/qtel_tmpl.ts 2012-05-28 10:27:56.000000000 -0700 -@@ -548,7 +548,7 @@ - <translation type="unfinished"></translation> - </message> - <message> -- <source>The audio device to use (e.g. alsa:default)</source> -+ <source>The audio device to use (e.g. oss:/dev/dsp)</source> - <translation type="unfinished"></translation> - </message> - <message> diff --git a/comms/qtel/files/patch-qtel-translations-qtel_tr.ts b/comms/qtel/files/patch-qtel-translations-qtel_tr.ts deleted file mode 100644 index 9377a2d8c133..000000000000 --- a/comms/qtel/files/patch-qtel-translations-qtel_tr.ts +++ /dev/null @@ -1,11 +0,0 @@ ---- ../svxlink-11.05.orig/qtel/translations/qtel_tr.ts 2011-04-21 06:45:13.000000000 -0700 -+++ qtel/translations/qtel_tr.ts 2012-05-28 10:27:56.000000000 -0700 -@@ -673,7 +673,7 @@ - <translation type="unfinished"></translation> - </message> - <message> -- <source>The audio device to use (e.g. alsa:default)</source> -+ <source>The audio device to use (e.g. oss:/dev/dsp)</source> - <translation type="unfinished"></translation> - </message> - </context> diff --git a/comms/qtel/files/patch-qtel-translations-qtel_uk.ts b/comms/qtel/files/patch-qtel-translations-qtel_uk.ts deleted file mode 100644 index 2a3b2cda9259..000000000000 --- a/comms/qtel/files/patch-qtel-translations-qtel_uk.ts +++ /dev/null @@ -1,13 +0,0 @@ ---- ../svxlink-11.05.orig/qtel/translations/qtel_uk.ts 2011-04-23 01:43:50.000000000 -0700 -+++ qtel/translations/qtel_uk.ts 2012-05-28 10:27:56.000000000 -0700 -@@ -678,8 +678,8 @@ - <translation>Введено різні паролі</translation> - </message> - <message> -- <source>The audio device to use (e.g. alsa:default)</source> -- <translation>Задіяти аудіо пристрій (напр. alsa:default)</translation> -+ <source>The audio device to use (e.g. oss:/dev/dsp)</source> -+ <translation>Задіяти аудіо пристрій (напр. oss:/dev/dsp)</translation> - </message> - </context> - </TS> diff --git a/comms/qtel/files/patch-svxlink-ChangeLog b/comms/qtel/files/patch-svxlink-ChangeLog deleted file mode 100644 index 33156bb0f5f2..000000000000 --- a/comms/qtel/files/patch-svxlink-ChangeLog +++ /dev/null @@ -1,20 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/ChangeLog 2011-05-14 00:34:49.000000000 -0700 -+++ svxlink/ChangeLog 2012-05-28 10:27:56.000000000 -0700 -@@ -172,7 +172,7 @@ - * Configuration variable VOX_LIMIT has been renamed to VOX_THRESH. - - * SvxLink system global configuration files are now by default stored in -- the /etc/svxlink directory. -+ the %%LOCALBASE%%/etc/svxlink directory. - - * New directory layout for event scripts and sound clips. The main event - scripts are now stored in /usr/share/svxlink/events.d. The sound clip -@@ -489,7 +489,7 @@ - * Now also looking for the configuration file at $HOME/.svxlink/svxlink.conf - - * New configuration variable GLOBAL/CFG_DIR. It should point out a directory -- (e.g. /etc/svxlink.d) where additional configuration files can be found. -+ (e.g. %%LOCALBASE%%/etc/svxlink.d) where additional configuration files can be found. - This will make it possible for each module to have its own configuration - file. Good for modularity and it's easier to install third party modules. - diff --git a/comms/qtel/files/patch-svxlink-dtmf_plot-Makefile.default b/comms/qtel/files/patch-svxlink-dtmf_plot-Makefile.default deleted file mode 100644 index f925cbf5b863..000000000000 --- a/comms/qtel/files/patch-svxlink-dtmf_plot-Makefile.default +++ /dev/null @@ -1,51 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/dtmf_plot/Makefile.default 2008-04-12 08:45:44.000000000 -0700 -+++ svxlink/dtmf_plot/Makefile.default 2012-05-28 10:27:56.000000000 -0700 -@@ -52,7 +52,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PROGS_INSTALL = $(PROGS:%=%[755,root,root]) $(CPPPROGS:%=%[755,root,root]) -+PROGS_INSTALL = $(PROGS:%=%[755,root,wheel]) $(CPPPROGS:%=%[755,root,wheel]) - - # Daemons (server processes) to install. Same format as PROGS_INSTALL. - DAEMONS_INSTALL = -@@ -101,7 +101,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --INC_INSTALL = $(EXPINC:%=%[644,root,root]) -+INC_INSTALL = $(EXPINC:%=%[644,root,wheel]) - - # Library to install (just one at the moment). - # You may optionally specify mode, owner and group if you want to. -@@ -110,7 +110,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - - ############################################################################### -@@ -138,8 +138,8 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) \ -- $(PLUGINS_CPP:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) \ -+ $(PLUGINS_CPP:%=%.so[755,root,wheel]) - - - ############################################################################### -@@ -243,8 +243,8 @@ - - # Additional files to install - install-extras uninstall-extras rpm-extras: --# $(DIRSPEC) /var/spool/myprog[755,root,root] --# $(FILESPEC) install-extras/myprog.conf[644,root,root] /etc -+# $(DIRSPEC) /var/spool/myprog[755,root,wheel] -+# $(FILESPEC) install-extras/myprog.conf[644,root,wheel] /etc - - - realclean:: diff --git a/comms/qtel/files/patch-svxlink-dtmf_plot-dtmf_plot.cpp b/comms/qtel/files/patch-svxlink-dtmf_plot-dtmf_plot.cpp deleted file mode 100644 index 4aadf7a8b6ab..000000000000 --- a/comms/qtel/files/patch-svxlink-dtmf_plot-dtmf_plot.cpp +++ /dev/null @@ -1,15 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/dtmf_plot/dtmf_plot.cpp 2008-08-26 12:35:08.000000000 -0700 -+++ svxlink/dtmf_plot/dtmf_plot.cpp 2012-05-28 10:27:56.000000000 -0700 -@@ -230,10 +230,10 @@ - overtone_plot = new BarPlot(plot_win->overtone_plot, end_ko-start_ko+1); - overtone_plot->setHighlight(dtmf_ko); - -- AudioIO audio_io("/dev/dsp", 0); -+ AudioIO audio_io("oss:/dev/dsp", 0); - if (!audio_io.open(AudioIO::MODE_RD)) - { -- printf("*** ERROR: Could not open audio device /dev/dsp\n"); -+ printf("*** ERROR: Could not open audio device oss:/dev/dsp\n"); - exit(1); - } - diff --git a/comms/qtel/files/patch-svxlink-modules-dtmf_repeater-Makefile.default b/comms/qtel/files/patch-svxlink-modules-dtmf_repeater-Makefile.default deleted file mode 100644 index fbdfc7973371..000000000000 --- a/comms/qtel/files/patch-svxlink-modules-dtmf_repeater-Makefile.default +++ /dev/null @@ -1,53 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/modules/dtmf_repeater/Makefile.default 2010-12-04 06:27:53.000000000 -0800 -+++ svxlink/modules/dtmf_repeater/Makefile.default 2012-05-28 10:27:56.000000000 -0700 -@@ -47,7 +47,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PROGS_INSTALL = $(PROGS:%=%[755,root,root]) $(CPPPROGS:%=%[755,root,root]) -+PROGS_INSTALL = $(PROGS:%=%[755,root,wheel]) $(CPPPROGS:%=%[755,root,wheel]) - - # Daemons (server processes) to install. Same format as PROGS_INSTALL. - DAEMONS_INSTALL = -@@ -94,7 +94,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --INC_INSTALL = $(EXPINC:%=%[644,root,root]) -+INC_INSTALL = $(EXPINC:%=%[644,root,wheel]) - - # Library to install (just one at the moment). - # You may optionally specify mode, owner and group if you want to. -@@ -103,7 +103,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - - ############################################################################### -@@ -131,8 +131,8 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) \ -- $(PLUGINS_CPP:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) \ -+ $(PLUGINS_CPP:%=%.so[755,root,wheel]) - - - ############################################################################### -@@ -216,9 +216,9 @@ - - # Additional files to install - install-extras uninstall-extras rpm-extras: --# $(DIRSPEC) /var/spool/myprog[755,root,root] -- $(FILESPEC) DtmfRepeater.tcl[644,root,root] /usr/share/svxlink/events.d -- $(FILESPEC) ModuleDtmfRepeater.conf[644,root,root,config] /etc/svxlink/svxlink.d -+# $(DIRSPEC) /var/spool/myprog[755,root,wheel] -+ $(FILESPEC) DtmfRepeater.tcl[644,root,wheel] %%LOCALBASE%%/share/svxlink/events.d -+ $(FILESPEC) ModuleDtmfRepeater.conf[644,root,wheel,config] %%LOCALBASE%%/etc/svxlink/svxlink.d - - - diff --git a/comms/qtel/files/patch-svxlink-modules-echolink-Makefile.default b/comms/qtel/files/patch-svxlink-modules-echolink-Makefile.default deleted file mode 100644 index a9739ebd0a90..000000000000 --- a/comms/qtel/files/patch-svxlink-modules-echolink-Makefile.default +++ /dev/null @@ -1,69 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/modules/echolink/Makefile.default 2010-12-04 06:27:53.000000000 -0800 -+++ svxlink/modules/echolink/Makefile.default 2012-05-28 10:27:56.000000000 -0700 -@@ -47,7 +47,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PROGS_INSTALL = $(PROGS:%=%[755,root,root]) $(CPPPROGS:%=%[755,root,root]) -+PROGS_INSTALL = $(PROGS:%=%[755,root,wheel]) $(CPPPROGS:%=%[755,root,wheel]) - - # Daemons (server processes) to install. Same format as PROGS_INSTALL. - DAEMONS_INSTALL = -@@ -94,7 +94,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --INC_INSTALL = $(EXPINC:%=%[644,root,root]) -+INC_INSTALL = $(EXPINC:%=%[644,root,wheel]) - - # Library to install (just one at the moment). - # You may optionally specify mode, owner and group if you want to. -@@ -103,7 +103,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - - ############################################################################### -@@ -131,8 +131,8 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) \ -- $(PLUGINS_CPP:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) \ -+ $(PLUGINS_CPP:%=%.so[755,root,wheel]) - - - ############################################################################### -@@ -189,11 +189,11 @@ - - # Paths to includefile-directories. All directories must be preceeded - # by the "-I" switch. --INCPATH += $(SIGC_INCPATH) -I/usr/include/gsm -I/usr/include/tcl8.4 -+INCPATH += $(TCL_INCPATH) $(SIGC_INCPATH) -I/usr/include/gsm -I/usr/include/tcl8.4 - - # Paths to library-directories. All directories must be preceeded - # by the "-L" switch. --LIBPATH += -+LIBPATH += $(TCL_LIBPATH) - - # Additional warnings to use. If you want to override the default - # warnings, change the "+=" to "=". -@@ -216,10 +216,10 @@ - - # Additional files to install - install-extras uninstall-extras rpm-extras: --# $(DIRSPEC) /var/spool/myprog[755,root,root] --# $(FILESPEC) install-extras/myprog.conf[644,root,root] /etc -- $(FILESPEC) EchoLink.tcl[644,root,root] /usr/share/svxlink/events.d -- $(FILESPEC) ModuleEchoLink.conf[644,root,root,config] /etc/svxlink/svxlink.d -+# $(DIRSPEC) /var/spool/myprog[755,root,wheel] -+# $(FILESPEC) install-extras/myprog.conf[644,root,wheel] /etc -+ $(FILESPEC) EchoLink.tcl[644,root,wheel] %%LOCALBASE%%/share/svxlink/events.d -+ $(FILESPEC) ModuleEchoLink.conf[644,root,wheel,config] %%LOCALBASE%%/etc/svxlink/svxlink.d - - - # diff --git a/comms/qtel/files/patch-svxlink-modules-help-Makefile.default b/comms/qtel/files/patch-svxlink-modules-help-Makefile.default deleted file mode 100644 index 07d8a7366ca6..000000000000 --- a/comms/qtel/files/patch-svxlink-modules-help-Makefile.default +++ /dev/null @@ -1,53 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/modules/help/Makefile.default 2010-12-04 06:27:53.000000000 -0800 -+++ svxlink/modules/help/Makefile.default 2012-05-28 10:27:56.000000000 -0700 -@@ -47,7 +47,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PROGS_INSTALL = $(PROGS:%=%[755,root,root]) $(CPPPROGS:%=%[755,root,root]) -+PROGS_INSTALL = $(PROGS:%=%[755,root,wheel]) $(CPPPROGS:%=%[755,root,wheel]) - - # Daemons (server processes) to install. Same format as PROGS_INSTALL. - DAEMONS_INSTALL = -@@ -94,7 +94,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --INC_INSTALL = $(EXPINC:%=%[644,root,root]) -+INC_INSTALL = $(EXPINC:%=%[644,root,wheel]) - - # Library to install (just one at the moment). - # You may optionally specify mode, owner and group if you want to. -@@ -103,7 +103,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - - ############################################################################### -@@ -131,8 +131,8 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) \ -- $(PLUGINS_CPP:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) \ -+ $(PLUGINS_CPP:%=%.so[755,root,wheel]) - - - ############################################################################### -@@ -216,9 +216,9 @@ - - # Additional files to install - install-extras uninstall-extras rpm-extras: --# $(DIRSPEC) /var/spool/myprog[755,root,root] -- $(FILESPEC) Help.tcl[644,root,root] /usr/share/svxlink/events.d -- $(FILESPEC) ModuleHelp.conf[644,root,root,config] /etc/svxlink/svxlink.d -+# $(DIRSPEC) /var/spool/myprog[755,root,wheel] -+ $(FILESPEC) Help.tcl[644,root,wheel] %%LOCALBASE%%/share/svxlink/events.d -+ $(FILESPEC) ModuleHelp.conf[644,root,wheel,config] %%LOCALBASE%%/etc/svxlink/svxlink.d - - - # diff --git a/comms/qtel/files/patch-svxlink-modules-metarinfo-Makefile.default b/comms/qtel/files/patch-svxlink-modules-metarinfo-Makefile.default deleted file mode 100644 index 7280a143b4e6..000000000000 --- a/comms/qtel/files/patch-svxlink-modules-metarinfo-Makefile.default +++ /dev/null @@ -1,53 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/modules/metarinfo/Makefile.default 2010-12-04 06:27:53.000000000 -0800 -+++ svxlink/modules/metarinfo/Makefile.default 2012-05-28 10:27:56.000000000 -0700 -@@ -47,7 +47,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PROGS_INSTALL = $(PROGS:%=%[755,root,root]) $(CPPPROGS:%=%[755,root,root]) -+PROGS_INSTALL = $(PROGS:%=%[755,root,wheel]) $(CPPPROGS:%=%[755,root,wheel]) - - # Daemons (server processes) to install. Same format as PROGS_INSTALL. - DAEMONS_INSTALL = -@@ -94,7 +94,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --INC_INSTALL = $(EXPINC:%=%[644,root,root]) -+INC_INSTALL = $(EXPINC:%=%[644,root,wheel]) - - # Library to install (just one at the moment). - # You may optionally specify mode, owner and group if you want to. -@@ -103,7 +103,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - - ############################################################################### -@@ -131,8 +131,8 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) \ -- $(PLUGINS_CPP:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) \ -+ $(PLUGINS_CPP:%=%.so[755,root,wheel]) - - - ############################################################################### -@@ -216,9 +216,9 @@ - - # Additional files to install - install-extras uninstall-extras rpm-extras: --# $(DIRSPEC) /var/spool/myprog[755,root,root] -- $(FILESPEC) MetarInfo.tcl[644,root,root] /usr/share/svxlink/events.d -- $(FILESPEC) ModuleMetarInfo.conf[644,root,root,config] /etc/svxlink/svxlink.d -+# $(DIRSPEC) /var/spool/myprog[755,root,wheel] -+ $(FILESPEC) MetarInfo.tcl[644,root,wheel] %%LOCALBASE%%/share/svxlink/events.d -+ $(FILESPEC) ModuleMetarInfo.conf[644,root,wheel,config] %%LOCALBASE%%/etc/svxlink/svxlink.d - - - diff --git a/comms/qtel/files/patch-svxlink-modules-metarinfo-ModuleMetarInfo.conf.5 b/comms/qtel/files/patch-svxlink-modules-metarinfo-ModuleMetarInfo.conf.5 deleted file mode 100644 index 9284c8a6c2d4..000000000000 --- a/comms/qtel/files/patch-svxlink-modules-metarinfo-ModuleMetarInfo.conf.5 +++ /dev/null @@ -1,18 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/modules/metarinfo/ModuleMetarInfo.conf.5 2010-02-13 03:11:36.000000000 -0800 -+++ svxlink/modules/metarinfo/ModuleMetarInfo.conf.5 2012-05-28 10:27:56.000000000 -0700 -@@ -51,13 +51,13 @@ - .SH FILES - . - .TP --.I /etc/svxlink.conf -+.I %%LOCALBASE%%/etc/svxlink.conf - The system wide configuration file. - .TP - .IR ~/.svxlink/svxlink.conf " or " ~/.svxlinkrc - Per user configuration file. - .TP --.I /etc/svxlink.d/ModuleMetarInfo.conf -+.I %%LOCALBASE%%/etc/svxlink.d/ModuleMetarInfo.conf - Global modularized configuration file. Depends on the CFG_DIR configuration - variable setting. - .TP diff --git a/comms/qtel/files/patch-svxlink-modules-metarinfo-README b/comms/qtel/files/patch-svxlink-modules-metarinfo-README deleted file mode 100644 index 6adf96387717..000000000000 --- a/comms/qtel/files/patch-svxlink-modules-metarinfo-README +++ /dev/null @@ -1,20 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/modules/metarinfo/README 2009-10-24 06:34:04.000000000 -0700 -+++ svxlink/modules/metarinfo/README 2012-05-28 10:27:56.000000000 -0700 -@@ -72,7 +72,7 @@ - INSTALL: - - - recompile and reinstall the latest trunk of SvxLink --- edit the /etc/svxlink/ModuleMetarInfo.conf as your own needs -+- edit the %%LOCALBASE%%/etc/svxlink/ModuleMetarInfo.conf as your own needs - - create the directory: /usr/share/svxlink/sounds/MetarInfo and copy the raw-files - into it - - to activate the module, you also have to add an entry "ModuleMetarInfo" in -@@ -85,7 +85,7 @@ - - - CONFIGURATION: --In /etc/svxlink.d/ModuleMetarInfo.conf -+In %%LOCALBASE%%/etc/svxlink.d/ModuleMetarInfo.conf - - ID=5 - ID-Number of your module, you can activate it by sending 5 and # diff --git a/comms/qtel/files/patch-svxlink-modules-parrot-Makefile.default b/comms/qtel/files/patch-svxlink-modules-parrot-Makefile.default deleted file mode 100644 index 2dd5d0a456ef..000000000000 --- a/comms/qtel/files/patch-svxlink-modules-parrot-Makefile.default +++ /dev/null @@ -1,55 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/modules/parrot/Makefile.default 2010-12-04 06:27:53.000000000 -0800 -+++ svxlink/modules/parrot/Makefile.default 2012-05-28 10:27:56.000000000 -0700 -@@ -47,7 +47,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PROGS_INSTALL = $(PROGS:%=%[755,root,root]) $(CPPPROGS:%=%[755,root,root]) -+PROGS_INSTALL = $(PROGS:%=%[755,root,wheel]) $(CPPPROGS:%=%[755,root,wheel]) - - # Daemons (server processes) to install. Same format as PROGS_INSTALL. - DAEMONS_INSTALL = -@@ -94,7 +94,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --INC_INSTALL = $(EXPINC:%=%[644,root,root]) -+INC_INSTALL = $(EXPINC:%=%[644,root,wheel]) - - # Library to install (just one at the moment). - # You may optionally specify mode, owner and group if you want to. -@@ -103,7 +103,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - - ############################################################################### -@@ -131,8 +131,8 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) \ -- $(PLUGINS_CPP:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) \ -+ $(PLUGINS_CPP:%=%.so[755,root,wheel]) - - - ############################################################################### -@@ -216,10 +216,10 @@ - - # Additional files to install - install-extras uninstall-extras rpm-extras: --# $(DIRSPEC) /var/spool/myprog[755,root,root] --# $(FILESPEC) install-extras/myprog.conf[644,root,root] /etc -- $(FILESPEC) Parrot.tcl[644,root,root] /usr/share/svxlink/events.d -- $(FILESPEC) ModuleParrot.conf[644,root,root,config] /etc/svxlink/svxlink.d -+# $(DIRSPEC) /var/spool/myprog[755,root,wheel] -+# $(FILESPEC) install-extras/myprog.conf[644,root,wheel] /etc -+ $(FILESPEC) Parrot.tcl[644,root,wheel] %%LOCALBASE%%/share/svxlink/events.d -+ $(FILESPEC) ModuleParrot.conf[644,root,wheel,config] %%LOCALBASE%%/etc/svxlink/svxlink.d - - - # diff --git a/comms/qtel/files/patch-svxlink-modules-propagation_monitor-Makefile.default b/comms/qtel/files/patch-svxlink-modules-propagation_monitor-Makefile.default deleted file mode 100644 index 85223910b857..000000000000 --- a/comms/qtel/files/patch-svxlink-modules-propagation_monitor-Makefile.default +++ /dev/null @@ -1,55 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/modules/propagation_monitor/Makefile.default 2010-12-05 09:34:33.000000000 -0800 -+++ svxlink/modules/propagation_monitor/Makefile.default 2012-05-28 10:27:56.000000000 -0700 -@@ -47,7 +47,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PROGS_INSTALL = $(PROGS:%=%[755,root,root]) $(CPPPROGS:%=%[755,root,root]) -+PROGS_INSTALL = $(PROGS:%=%[755,root,wheel]) $(CPPPROGS:%=%[755,root,wheel]) - - # Daemons (server processes) to install. Same format as PROGS_INSTALL. - DAEMONS_INSTALL = -@@ -94,7 +94,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --INC_INSTALL = $(EXPINC:%=%[644,root,root]) -+INC_INSTALL = $(EXPINC:%=%[644,root,wheel]) - - # Library to install (just one at the moment). - # You may optionally specify mode, owner and group if you want to. -@@ -103,7 +103,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - - ############################################################################### -@@ -131,8 +131,8 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) \ -- $(PLUGINS_CPP:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) \ -+ $(PLUGINS_CPP:%=%.so[755,root,wheel]) - - - ############################################################################### -@@ -217,10 +217,10 @@ - # Additional files to install - install-extras uninstall-extras rpm-extras: - $(DIRSPEC) /var/spool/svxlink/propagation_monitor[755,svxlink,daemon] -- $(FILESPEC) ModulePropagationMonitor.tcl[644,root,root] /usr/share/svxlink/modules.d -- $(FILESPEC) PropagationMonitor.tcl[644,root,root] /usr/share/svxlink/events.d -- $(FILESPEC) ModulePropagationMonitor.conf[644,root,root,config] /etc/svxlink/svxlink.d -- $(FILESPEC) .procmailrc[644,root,root,config] /etc/svxlink -+ $(FILESPEC) ModulePropagationMonitor.tcl[644,root,wheel] %%LOCALBASE%%/share/svxlink/modules.d -+ $(FILESPEC) PropagationMonitor.tcl[644,root,wheel] %%LOCALBASE%%/share/svxlink/events.d -+ $(FILESPEC) ModulePropagationMonitor.conf[644,root,wheel,config] %%LOCALBASE%%/etc/svxlink/svxlink.d -+ $(FILESPEC) .procmailrc[644,root,wheel,config] %%LOCALBASE%%/etc/svxlink - - - # diff --git a/comms/qtel/files/patch-svxlink-modules-selcallenc-Makefile.default b/comms/qtel/files/patch-svxlink-modules-selcallenc-Makefile.default deleted file mode 100644 index 1c32b3c50cdf..000000000000 --- a/comms/qtel/files/patch-svxlink-modules-selcallenc-Makefile.default +++ /dev/null @@ -1,53 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/modules/selcallenc/Makefile.default 2010-12-05 09:34:33.000000000 -0800 -+++ svxlink/modules/selcallenc/Makefile.default 2012-05-28 10:27:56.000000000 -0700 -@@ -47,7 +47,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PROGS_INSTALL = $(PROGS:%=%[755,root,root]) $(CPPPROGS:%=%[755,root,root]) -+PROGS_INSTALL = $(PROGS:%=%[755,root,wheel]) $(CPPPROGS:%=%[755,root,wheel]) - - # Daemons (server processes) to install. Same format as PROGS_INSTALL. - DAEMONS_INSTALL = -@@ -94,7 +94,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --INC_INSTALL = $(EXPINC:%=%[644,root,root]) -+INC_INSTALL = $(EXPINC:%=%[644,root,wheel]) - - # Library to install (just one at the moment). - # You may optionally specify mode, owner and group if you want to. -@@ -103,7 +103,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - - ############################################################################### -@@ -131,8 +131,8 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) \ -- $(PLUGINS_CPP:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) \ -+ $(PLUGINS_CPP:%=%.so[755,root,wheel]) - - - ############################################################################### -@@ -216,9 +216,9 @@ - - # Additional files to install - install-extras uninstall-extras rpm-extras: -- $(FILESPEC) ModuleSelCallEnc.tcl[644,root,root] /usr/share/svxlink/modules.d -- $(FILESPEC) SelCallEnc.tcl[644,root,root] /usr/share/svxlink/events.d -- $(FILESPEC) ModuleSelCallEnc.conf[644,root,root,config] /etc/svxlink/svxlink.d -+ $(FILESPEC) ModuleSelCallEnc.tcl[644,root,wheel] %%LOCALBASE%%/share/svxlink/modules.d -+ $(FILESPEC) SelCallEnc.tcl[644,root,wheel] %%LOCALBASE%%/share/svxlink/events.d -+ $(FILESPEC) ModuleSelCallEnc.conf[644,root,wheel,config] %%LOCALBASE%%/etc/svxlink/svxlink.d - - - # diff --git a/comms/qtel/files/patch-svxlink-modules-tcl-Makefile.default b/comms/qtel/files/patch-svxlink-modules-tcl-Makefile.default deleted file mode 100644 index 2b0bec53a90c..000000000000 --- a/comms/qtel/files/patch-svxlink-modules-tcl-Makefile.default +++ /dev/null @@ -1,53 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/modules/tcl/Makefile.default 2010-12-05 09:34:33.000000000 -0800 -+++ svxlink/modules/tcl/Makefile.default 2012-05-28 10:27:56.000000000 -0700 -@@ -47,7 +47,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PROGS_INSTALL = $(PROGS:%=%[755,root,root]) $(CPPPROGS:%=%[755,root,root]) -+PROGS_INSTALL = $(PROGS:%=%[755,root,wheel]) $(CPPPROGS:%=%[755,root,wheel]) - - # Daemons (server processes) to install. Same format as PROGS_INSTALL. - DAEMONS_INSTALL = -@@ -94,7 +94,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --INC_INSTALL = $(EXPINC:%=%[644,root,root]) -+INC_INSTALL = $(EXPINC:%=%[644,root,wheel]) - - # Library to install (just one at the moment). - # You may optionally specify mode, owner and group if you want to. -@@ -103,7 +103,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - - ############################################################################### -@@ -131,8 +131,8 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) \ -- $(PLUGINS_CPP:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) \ -+ $(PLUGINS_CPP:%=%.so[755,root,wheel]) - - - ############################################################################### -@@ -216,9 +216,9 @@ - - # Additional files to install - install-extras uninstall-extras rpm-extras: --# $(DIRSPEC) /var/spool/myprog[755,root,root] -- $(FILESPEC) ModuleTcl.tcl.example[644,root,root] /usr/share/svxlink/modules.d -- $(FILESPEC) Tcl.tcl.example[644,root,root] /usr/share/svxlink/events.d -+# $(DIRSPEC) /var/spool/myprog[755,root,wheel] -+ $(FILESPEC) ModuleTcl.tcl.example[644,root,wheel] %%LOCALBASE%%/share/svxlink/modules.d -+ $(FILESPEC) Tcl.tcl.example[644,root,wheel] %%LOCALBASE%%/share/svxlink/events.d - - - # diff --git a/comms/qtel/files/patch-svxlink-modules-tcl_voice_mail-Makefile.default b/comms/qtel/files/patch-svxlink-modules-tcl_voice_mail-Makefile.default deleted file mode 100644 index aada513658da..000000000000 --- a/comms/qtel/files/patch-svxlink-modules-tcl_voice_mail-Makefile.default +++ /dev/null @@ -1,55 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/modules/tcl_voice_mail/Makefile.default 2010-12-05 09:34:33.000000000 -0800 -+++ svxlink/modules/tcl_voice_mail/Makefile.default 2012-05-28 10:27:56.000000000 -0700 -@@ -47,7 +47,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PROGS_INSTALL = $(PROGS:%=%[755,root,root]) $(CPPPROGS:%=%[755,root,root]) -+PROGS_INSTALL = $(PROGS:%=%[755,root,wheel]) $(CPPPROGS:%=%[755,root,wheel]) - - # Daemons (server processes) to install. Same format as PROGS_INSTALL. - DAEMONS_INSTALL = -@@ -94,7 +94,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --INC_INSTALL = $(EXPINC:%=%[644,root,root]) -+INC_INSTALL = $(EXPINC:%=%[644,root,wheel]) - - # Library to install (just one at the moment). - # You may optionally specify mode, owner and group if you want to. -@@ -103,7 +103,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - - ############################################################################### -@@ -131,8 +131,8 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) \ -- $(PLUGINS_CPP:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) \ -+ $(PLUGINS_CPP:%=%.so[755,root,wheel]) - - - ############################################################################### -@@ -217,10 +217,10 @@ - # Additional files to install - install-extras uninstall-extras rpm-extras: - $(DIRSPEC) /var/spool/svxlink/voice_mail[755,svxlink,daemon] -- $(FILESPEC) ModuleTclVoiceMail.tcl[644,root,root] /usr/share/svxlink/modules.d -- $(FILESPEC) TclVoiceMail.tcl[644,root,root] /usr/share/svxlink/events.d -- $(FILESPEC) TclVoiceMail.conf[644,root,root,config] /etc/svxlink -- $(FILESPEC) ModuleTclVoiceMail.conf[644,root,root,config] /etc/svxlink/svxlink.d -+ $(FILESPEC) ModuleTclVoiceMail.tcl[644,root,wheel] %%LOCALBASE%%/share/svxlink/modules.d -+ $(FILESPEC) TclVoiceMail.tcl[644,root,wheel] %%LOCALBASE%%/share/svxlink/events.d -+ $(FILESPEC) TclVoiceMail.conf[644,root,wheel,config] %%LOCALBASE%%/etc/svxlink -+ $(FILESPEC) ModuleTclVoiceMail.conf[644,root,wheel,config] %%LOCALBASE%%/etc/svxlink/svxlink.d - - - # diff --git a/comms/qtel/files/patch-svxlink-modules-tcl_voice_mail-ModuleTclVoiceMail.tcl b/comms/qtel/files/patch-svxlink-modules-tcl_voice_mail-ModuleTclVoiceMail.tcl deleted file mode 100644 index aac4fbe5a860..000000000000 --- a/comms/qtel/files/patch-svxlink-modules-tcl_voice_mail-ModuleTclVoiceMail.tcl +++ /dev/null @@ -1,11 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/modules/tcl_voice_mail/ModuleTclVoiceMail.tcl 2010-12-05 09:34:33.000000000 -0800 -+++ svxlink/modules/tcl_voice_mail/ModuleTclVoiceMail.tcl 2012-05-28 10:27:56.000000000 -0700 -@@ -47,7 +47,7 @@ - # - # Configuration file names - # --set cfg_etc "/etc/svxlink/TclVoiceMail.conf"; -+set cfg_etc "%%LOCALBASE%%/etc/svxlink/TclVoiceMail.conf"; - set cfg_home "$env(HOME)/.svxlink/TclVoiceMail.conf"; - - diff --git a/comms/qtel/files/patch-svxlink-modules-template-Makefile.default b/comms/qtel/files/patch-svxlink-modules-template-Makefile.default deleted file mode 100644 index a85965ea0292..000000000000 --- a/comms/qtel/files/patch-svxlink-modules-template-Makefile.default +++ /dev/null @@ -1,53 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/modules/template/Makefile.default 2006-12-05 13:17:42.000000000 -0800 -+++ svxlink/modules/template/Makefile.default 2012-05-28 10:27:56.000000000 -0700 -@@ -47,7 +47,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PROGS_INSTALL = $(PROGS:%=%[755,root,root]) $(CPPPROGS:%=%[755,root,root]) -+PROGS_INSTALL = $(PROGS:%=%[755,root,wheel]) $(CPPPROGS:%=%[755,root,wheel]) - - # Daemons (server processes) to install. Same format as PROGS_INSTALL. - DAEMONS_INSTALL = -@@ -94,7 +94,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --INC_INSTALL = $(EXPINC:%=%[644,root,root]) -+INC_INSTALL = $(EXPINC:%=%[644,root,wheel]) - - # Library to install (just one at the moment). - # You may optionally specify mode, owner and group if you want to. -@@ -103,7 +103,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - - ############################################################################### -@@ -131,8 +131,8 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) \ -- $(PLUGINS_CPP:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) \ -+ $(PLUGINS_CPP:%=%.so[755,root,wheel]) - - - ############################################################################### -@@ -216,9 +216,9 @@ - - # Additional files to install - install-extras uninstall-extras rpm-extras: --# $(DIRSPEC) /var/spool/myprog[755,root,root] -- $(FILESPEC) Template.tcl[644,root,root] /usr/share/svxlink/sounds/events.d -- $(FILESPEC) ModuleTemplate.conf[644,root,root,config] /etc/svxlink.d -+# $(DIRSPEC) /var/spool/myprog[755,root,wheel] -+ $(FILESPEC) Template.tcl[644,root,wheel] %%LOCALBASE%%/share/svxlink/sounds/events.d -+ $(FILESPEC) ModuleTemplate.conf[644,root,wheel,config] %%LOCALBASE%%/etc/svxlink.d - - - diff --git a/comms/qtel/files/patch-svxlink-remotetrx-Makefile.default b/comms/qtel/files/patch-svxlink-remotetrx-Makefile.default deleted file mode 100644 index d68b5c5caddc..000000000000 --- a/comms/qtel/files/patch-svxlink-remotetrx-Makefile.default +++ /dev/null @@ -1,51 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/remotetrx/Makefile.default 2011-04-21 04:40:56.000000000 -0700 -+++ svxlink/remotetrx/Makefile.default 2012-05-28 10:27:55.000000000 -0700 -@@ -48,7 +48,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PROGS_INSTALL = $(PROGS:%=%[755,root,root]) $(CPPPROGS:%=%[755,root,root]) -+PROGS_INSTALL = $(PROGS:%=%[755,root,wheel]) $(CPPPROGS:%=%[755,root,wheel]) - - # Daemons (server processes) to install. Same format as PROGS_INSTALL. - DAEMONS_INSTALL = -@@ -95,7 +95,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --INC_INSTALL = $(EXPINC:%=%[644,root,root]) -+INC_INSTALL = $(EXPINC:%=%[644,root,wheel]) - - # Library to install (just one at the moment). - # You may optionally specify mode, owner and group if you want to. -@@ -104,7 +104,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - - ############################################################################### -@@ -132,8 +132,8 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) \ -- $(PLUGINS_CPP:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) \ -+ $(PLUGINS_CPP:%=%.so[755,root,wheel]) - - - ############################################################################### -@@ -218,8 +218,8 @@ - - # Additional files to install - install-extras uninstall-extras rpm-extras: --# $(DIRSPEC) /var/spool/myprog[755,root,root] -- $(FILESPEC) remotetrx.conf[644,root,root,config] /etc/svxlink -+# $(DIRSPEC) /var/spool/myprog[755,root,wheel] -+ $(FILESPEC) remotetrx.conf[644,root,wheel,config] %%LOCALBASE%%/etc/svxlink - - - # diff --git a/comms/qtel/files/patch-svxlink-remotetrx-remotetrx.cpp b/comms/qtel/files/patch-svxlink-remotetrx-remotetrx.cpp deleted file mode 100644 index ab28af56eb86..000000000000 --- a/comms/qtel/files/patch-svxlink-remotetrx-remotetrx.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/remotetrx/remotetrx.cpp 2011-04-21 06:45:13.000000000 -0700 -+++ svxlink/remotetrx/remotetrx.cpp 2012-05-28 10:27:55.000000000 -0700 -@@ -371,7 +371,7 @@ - cfg_filename += "/.svxlink/remotetrx.conf"; - if (!cfg.open(cfg_filename)) - { -- cfg_filename = "/etc/svxlink/remotetrx.conf"; -+ cfg_filename = "%%LOCALBASE%%/etc/svxlink/remotetrx.conf"; - if (!cfg.open(cfg_filename)) - { - cfg_filename = "/etc/remotetrx.conf"; -@@ -379,7 +379,7 @@ - { - cerr << "*** ERROR: Could not open configuration file. Tried:\n" - << "\t" << home_dir << "/.svxlink/remotetrx.conf\n" -- << "\t/etc/svxlink/remotetrx.conf\n" -+ << "\t%%LOCALBASE%%/etc/svxlink/remotetrx.conf\n" - << "\t/etc/remotetrx.conf\n" - << "Possible reasons for failure are: None of the files exist,\n" - << "you do not have permission to read the file or there was a\n" diff --git a/comms/qtel/files/patch-svxlink-scripts-Makefile.default b/comms/qtel/files/patch-svxlink-scripts-Makefile.default deleted file mode 100644 index 1cbc2503ebce..000000000000 --- a/comms/qtel/files/patch-svxlink-scripts-Makefile.default +++ /dev/null @@ -1,63 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/scripts/Makefile.default 2010-12-04 06:27:53.000000000 -0800 -+++ svxlink/scripts/Makefile.default 2012-05-28 10:27:56.000000000 -0700 -@@ -47,7 +47,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PROGS_INSTALL = $(PROGS:%=%[755,root,root]) $(CPPPROGS:%=%[755,root,root]) -+PROGS_INSTALL = $(PROGS:%=%[755,root,wheel]) $(CPPPROGS:%=%[755,root,wheel]) - - # Daemons (server processes) to install. Same format as PROGS_INSTALL. - DAEMONS_INSTALL = -@@ -94,7 +94,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --INC_INSTALL = $(EXPINC:%=%[644,root,root]) -+INC_INSTALL = $(EXPINC:%=%[644,root,wheel]) - - # Library to install (just one at the moment). - # You may optionally specify mode, owner and group if you want to. -@@ -103,7 +103,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - - ############################################################################### -@@ -131,8 +131,8 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) \ -- $(PLUGINS_CPP:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) \ -+ $(PLUGINS_CPP:%=%.so[755,root,wheel]) - - - ############################################################################### -@@ -217,14 +217,14 @@ - # Additional files to install - install-extras uninstall-extras rpm-extras: - $(DIRSPEC) /var/spool/svxlink[755,svxlink,daemon] -- $(FILESPEC) etc/logrotate.d/svxlink[644,root,root,config] /etc/logrotate.d -- $(FILESPEC) etc/logrotate.d/remotetrx[644,root,root,config] /etc/logrotate.d -- $(FILESPEC) etc/init.d/svxlink[755,root,root] /etc/init.d -- $(FILESPEC) etc/sysconfig/svxlink[755,root,root,config] /etc/sysconfig -- $(FILESPEC) etc/10-svxlink.rules[644,root,root,config] /etc/udev/rules.d -- $(FILESPEC) etc/90-svxlink.perms[644,root,root,config] /etc/security/console.perms.d -- $(FILESPEC) etc/init.d/remotetrx[755,root,root] /etc/init.d -- $(FILESPEC) etc/sysconfig/remotetrx[755,root,root,config] /etc/sysconfig -+# $(FILESPEC) etc/logrotate.d/svxlink[644,root,wheel,config] /etc/logrotate.d -+# $(FILESPEC) etc/logrotate.d/remotetrx[644,root,wheel,config] /etc/logrotate.d -+# $(FILESPEC) etc/init.d/svxlink[755,root,wheel] /etc/init.d -+# $(FILESPEC) etc/sysconfig/svxlink[755,root,wheel,config] /etc/sysconfig -+# $(FILESPEC) etc/10-svxlink.rules[644,root,wheel,config] /etc/udev/rules.d -+# $(FILESPEC) etc/90-svxlink.perms[644,root,wheel,config] /etc/security/console.perms.d -+# $(FILESPEC) etc/init.d/remotetrx[755,root,wheel] /etc/init.d -+# $(FILESPEC) etc/sysconfig/remotetrx[755,root,wheel,config] /etc/sysconfig - - - # diff --git a/comms/qtel/files/patch-svxlink-scripts-etc-sysconfig-svxlink b/comms/qtel/files/patch-svxlink-scripts-etc-sysconfig-svxlink deleted file mode 100644 index 180c6864b644..000000000000 --- a/comms/qtel/files/patch-svxlink-scripts-etc-sysconfig-svxlink +++ /dev/null @@ -1,11 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/scripts/etc/sysconfig/svxlink 2006-03-19 05:17:35.000000000 -0800 -+++ svxlink/scripts/etc/sysconfig/svxlink 2012-05-28 10:27:56.000000000 -0700 -@@ -11,7 +11,7 @@ - USER=svxlink - - # Specify which configuration file to use --CFGFILE=/etc/svxlink.conf -+CFGFILE=%%LOCALBASE%%/etc/svxlink.conf - - # Environment variables to set up. Separate variables with a space. - ENV="ASYNC_AUDIO_NOTRIGGER=1" diff --git a/comms/qtel/files/patch-svxlink-siglevdetcal-Makefile.default b/comms/qtel/files/patch-svxlink-siglevdetcal-Makefile.default deleted file mode 100644 index dcd0f498fee0..000000000000 --- a/comms/qtel/files/patch-svxlink-siglevdetcal-Makefile.default +++ /dev/null @@ -1,51 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/siglevdetcal/Makefile.default 2011-04-21 04:40:56.000000000 -0700 -+++ svxlink/siglevdetcal/Makefile.default 2012-05-28 10:27:55.000000000 -0700 -@@ -47,7 +47,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PROGS_INSTALL = $(PROGS:%=%[755,root,root]) $(CPPPROGS:%=%[755,root,root]) -+PROGS_INSTALL = $(PROGS:%=%[755,root,wheel]) $(CPPPROGS:%=%[755,root,wheel]) - - # Daemons (server processes) to install. Same format as PROGS_INSTALL. - DAEMONS_INSTALL = -@@ -94,7 +94,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --INC_INSTALL = $(EXPINC:%=%[644,root,root]) -+INC_INSTALL = $(EXPINC:%=%[644,root,wheel]) - - # Library to install (just one at the moment). - # You may optionally specify mode, owner and group if you want to. -@@ -103,7 +103,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - - ############################################################################### -@@ -131,8 +131,8 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) \ -- $(PLUGINS_CPP:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) \ -+ $(PLUGINS_CPP:%=%.so[755,root,wheel]) - - - ############################################################################### -@@ -216,8 +216,8 @@ - - # Additional files to install - install-extras uninstall-extras rpm-extras: --# $(DIRSPEC) /var/spool/myprog[755,root,root] --# $(FILESPEC) install-extras/myprog.conf[644,root,root] /etc -+# $(DIRSPEC) /var/spool/myprog[755,root,wheel] -+# $(FILESPEC) install-extras/myprog.conf[644,root,wheel] /etc - - - # diff --git a/comms/qtel/files/patch-svxlink-svxlink-Makefile.default b/comms/qtel/files/patch-svxlink-svxlink-Makefile.default deleted file mode 100644 index 8d6b2386c405..000000000000 --- a/comms/qtel/files/patch-svxlink-svxlink-Makefile.default +++ /dev/null @@ -1,92 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/svxlink/Makefile.default 2011-04-21 04:40:56.000000000 -0700 -+++ svxlink/svxlink/Makefile.default 2012-05-28 10:27:55.000000000 -0700 -@@ -34,7 +34,7 @@ - PROJLIBS = -ltrx -llocationinfo -lasynccpp -lasyncaudio -lasynccore - - # Libraries external to the project --LIBS = -ldl -lpopt -lgsm $(TCL_LIBS) $(GCRYPT_LIBS) $(SIGC_LIBS) -+LIBS = -lpopt -lgsm $(TCL_LIBS) $(GCRYPT_LIBS) $(SIGC_LIBS) - - # Specify Qt header files here that you want to run the - # Qt Meta Object Compiler on (for programs). -@@ -49,7 +49,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PROGS_INSTALL = $(PROGS:%=%[755,root,root]) $(CPPPROGS:%=%[755,root,root]) -+PROGS_INSTALL = $(PROGS:%=%[755,root,wheel]) $(CPPPROGS:%=%[755,root,wheel]) - - # Daemons (server processes) to install. Same format as PROGS_INSTALL. - DAEMONS_INSTALL = -@@ -96,7 +96,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --#INC_INSTALL = $(EXPINC:%=%[644,root,root]) -+#INC_INSTALL = $(EXPINC:%=%[644,root,wheel]) - INC_INSTALL = - - # Library to install (just one at the moment). -@@ -106,7 +106,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - - ############################################################################### -@@ -134,7 +134,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) - - - ############################################################################### -@@ -191,11 +191,11 @@ - - # Paths to includefile-directories. All directories must be preceeded - # by the "-I" switch. --INCPATH += $(SIGC_INCPATH) -I/usr/include/gsm -I/usr/include/tcl8.4 -+INCPATH += $(TCL_INCPATH) $(SIGC_INCPATH) -I/usr/include/gsm -I/usr/include/tcl8.4 - - # Paths to library-directories. All directories must be preceeded - # by the "-L" switch. --LIBPATH += -+LIBPATH += $(TCL_LIBPATH) - - # Additional warnings to use. If you want to override the default - # warnings, change the "+=" to "=". -@@ -219,19 +219,19 @@ - - # Additional files to install - install-extras uninstall-extras rpm-extras: -- $(DIRSPEC) /etc/svxlink/svxlink.d[755,root,root] -+ $(DIRSPEC) %%LOCALBASE%%/etc/svxlink/svxlink.d[755,root,wheel] - $(DIRSPEC) /var/spool/svxlink/qso_recorder[755,svxlink,daemon] -- $(FILESPEC) svxlink.conf[644,root,root,config] /etc/svxlink -- $(FILESPEC) events.tcl[644,root,root] /usr/share/svxlink -- $(FILESPEC) RepeaterLogic.tcl[644,root,root] /usr/share/svxlink/events.d -- $(FILESPEC) SimplexLogic.tcl[644,root,root] /usr/share/svxlink/events.d -- $(FILESPEC) Module.tcl[644,root,root] /usr/share/svxlink/events.d -- $(FILESPEC) Logic.tcl[644,root,root] /usr/share/svxlink/events.d -- $(FILESPEC) CW.tcl[644,root,root] /usr/share/svxlink/events.d -- $(FILESPEC) SelCall.tcl[644,root,root] /usr/share/svxlink/events.d -- $(FILESPEC) locale.tcl[644,root,root] /usr/share/svxlink/events.d -+ $(FILESPEC) svxlink.conf[644,root,wheel,config] %%LOCALBASE%%/etc/svxlink -+ $(FILESPEC) events.tcl[644,root,wheel] %%LOCALBASE%%/share/svxlink -+ $(FILESPEC) RepeaterLogic.tcl[644,root,wheel] %%LOCALBASE%%/share/svxlink/events.d -+ $(FILESPEC) SimplexLogic.tcl[644,root,wheel] %%LOCALBASE%%/share/svxlink/events.d -+ $(FILESPEC) Module.tcl[644,root,wheel] %%LOCALBASE%%/share/svxlink/events.d -+ $(FILESPEC) Logic.tcl[644,root,wheel] %%LOCALBASE%%/share/svxlink/events.d -+ $(FILESPEC) CW.tcl[644,root,wheel] %%LOCALBASE%%/share/svxlink/events.d -+ $(FILESPEC) SelCall.tcl[644,root,wheel] %%LOCALBASE%%/share/svxlink/events.d -+ $(FILESPEC) locale.tcl[644,root,wheel] %%LOCALBASE%%/share/svxlink/events.d - --#$(FILESPEC) event_test.tcl[755,root,root] /usr/share/svxlink -+#$(FILESPEC) event_test.tcl[755,root,wheel] %%LOCALBASE%%/share/svxlink - - - # diff --git a/comms/qtel/files/patch-svxlink-svxlink-svxlink.conf b/comms/qtel/files/patch-svxlink-svxlink-svxlink.conf deleted file mode 100644 index 8831b377fab2..000000000000 --- a/comms/qtel/files/patch-svxlink-svxlink-svxlink.conf +++ /dev/null @@ -1,20 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/svxlink/svxlink.conf 2011-02-24 15:24:30.000000000 -0800 -+++ svxlink/svxlink/svxlink.conf 2012-05-28 10:27:55.000000000 -0700 -@@ -22,7 +22,7 @@ - LONG_IDENT_INTERVAL=60 - #IDENT_ONLY_AFTER_TX=4 - #EXEC_CMD_ON_SQL_CLOSE=500 --EVENT_HANDLER=/usr/share/svxlink/events.tcl -+EVENT_HANDLER=%%LOCALBASE%%/share/svxlink/events.tcl - DEFAULT_LANG=en_US - RGR_SOUND_DELAY=0 - REPORT_CTCSS=136.5 -@@ -45,7 +45,7 @@ - LONG_IDENT_INTERVAL=60 - #IDENT_ONLY_AFTER_TX=4 - #EXEC_CMD_ON_SQL_CLOSE=500 --EVENT_HANDLER=/usr/share/svxlink/events.tcl -+EVENT_HANDLER=%%LOCALBASE%%/share/svxlink/events.tcl - DEFAULT_LANG=en_US - RGR_SOUND_DELAY=0 - REPORT_CTCSS=136.5 diff --git a/comms/qtel/files/patch-svxlink-svxlink-svxlink.cpp b/comms/qtel/files/patch-svxlink-svxlink-svxlink.cpp deleted file mode 100644 index 695dbfc84e29..000000000000 --- a/comms/qtel/files/patch-svxlink-svxlink-svxlink.cpp +++ /dev/null @@ -1,23 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/svxlink/svxlink.cpp 2011-04-21 05:46:47.000000000 -0700 -+++ svxlink/svxlink/svxlink.cpp 2012-05-28 10:27:55.000000000 -0700 -@@ -345,16 +345,16 @@ - cfg_filename += "/.svxlink/svxlink.conf"; - if (!cfg.open(cfg_filename)) - { -- cfg_filename = "/etc/svxlink/svxlink.conf"; -+ cfg_filename = "%%LOCALBASE%%/etc/svxlink/svxlink.conf"; - if (!cfg.open(cfg_filename)) - { -- cfg_filename = "/etc/svxlink.conf"; -+ cfg_filename = "%%LOCALBASE%%/etc/svxlink.conf"; - if (!cfg.open(cfg_filename)) - { - cerr << "*** ERROR: Could not open configuration file. Tried:\n" - << "\t" << home_dir << "/.svxlink/svxlink.conf\n" -- << "\t/etc/svxlink/svxlink.conf\n" -- << "\t/etc/svxlink.conf\n" -+ << "\t%%LOCALBASE%%/etc/svxlink/svxlink.conf\n" -+ << "\t%%LOCALBASE%%/etc/svxlink.conf\n" - << "Possible reasons for failure are: None of the files exist,\n" - << "you do not have permission to read the file or there was a\n" - << "syntax error in the file\n"; diff --git a/comms/qtel/files/patch-svxlink-trx-LocalRx.cpp b/comms/qtel/files/patch-svxlink-trx-LocalRx.cpp deleted file mode 100644 index 4347fc74de7e..000000000000 --- a/comms/qtel/files/patch-svxlink-trx-LocalRx.cpp +++ /dev/null @@ -1,21 +0,0 @@ ---- svxlink/trx/LocalRx.cpp.orig 2012-06-24 10:40:14.000000000 -0700 -+++ svxlink/trx/LocalRx.cpp 2012-06-24 10:40:33.000000000 -0700 -@@ -448,15 +448,17 @@ - { - squelch_det = new SquelchSigLev(siglevdet); - } -+#if 0 - else if (sql_det_str == "EVDEV") - { - squelch_det = new SquelchEvDev; - } -+#endif - else - { - cerr << "*** ERROR: Unknown squelch type specified in config variable " - << name() << "/SQL_DET. Legal values are: VOX, CTCSS, SIGLEV, " -- << "EVDEV and SERIAL\n"; -+ << "and SERIAL\n"; - // FIXME: Cleanup - return false; - } diff --git a/comms/qtel/files/patch-svxlink-trx-Makefile.default b/comms/qtel/files/patch-svxlink-trx-Makefile.default deleted file mode 100644 index 423ace1d34d2..000000000000 --- a/comms/qtel/files/patch-svxlink-trx-Makefile.default +++ /dev/null @@ -1,51 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/trx/Makefile.default 2011-02-24 15:24:30.000000000 -0800 -+++ svxlink/trx/Makefile.default 2012-05-28 10:27:56.000000000 -0700 -@@ -47,7 +47,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PROGS_INSTALL = $(PROGS:%=%[755,root,root]) $(CPPPROGS:%=%[755,root,root]) -+PROGS_INSTALL = $(PROGS:%=%[755,root,wheel]) $(CPPPROGS:%=%[755,root,wheel]) - - # Daemons (server processes) to install. Same format as PROGS_INSTALL. - DAEMONS_INSTALL = -@@ -100,7 +100,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --#INC_INSTALL = $(EXPINC:%=%[644,root,root]) -+#INC_INSTALL = $(EXPINC:%=%[644,root,wheel]) - INC_INSTALL = - - # Library to install (just one at the moment). -@@ -110,7 +110,7 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --LIB_INSTALL = $(LIBNAME:%=%[-,root,root]) -+LIB_INSTALL = $(LIBNAME:%=%[-,root,wheel]) - - - ############################################################################### -@@ -138,8 +138,8 @@ - # Where: 750 = The mode - # - = Preserve owner - # mygroup = Set group mygroup --PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,root]) \ -- $(PLUGINS_CPP:%=%.so[755,root,root]) -+PLUGINS_INSTALL = $(PLUGINS:%=%.so[755,root,wheel]) \ -+ $(PLUGINS_CPP:%=%.so[755,root,wheel]) - - - ############################################################################### -@@ -224,8 +224,8 @@ - - # Additional files to install - install-extras uninstall-extras rpm-extras: --# $(DIRSPEC) /var/spool/myprog[755,root,root] --# $(FILESPEC) install-extras/myprog.conf[644,root,root] /etc -+# $(DIRSPEC) /var/spool/myprog[755,root,wheel] -+# $(FILESPEC) install-extras/myprog.conf[644,root,wheel] /etc - - # - # EOF -- This file has not been truncated. diff --git a/comms/qtel/files/patch-svxlink-trx-NetTrxMsg.h b/comms/qtel/files/patch-svxlink-trx-NetTrxMsg.h deleted file mode 100644 index 1d7da5ac7b2d..000000000000 --- a/comms/qtel/files/patch-svxlink-trx-NetTrxMsg.h +++ /dev/null @@ -1,12 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/trx/NetTrxMsg.h 2010-05-09 07:16:30.000000000 -0700 -+++ svxlink/trx/NetTrxMsg.h 2012-05-28 10:27:56.000000000 -0700 -@@ -59,6 +59,9 @@ - * - ****************************************************************************/ - -+// From sys/types.h -+#undef major -+#undef minor - - - /**************************************************************************** diff --git a/comms/qtel/files/patch-svxlink-trx-SigLevDetNoise.cpp b/comms/qtel/files/patch-svxlink-trx-SigLevDetNoise.cpp deleted file mode 100644 index 91828d43e9e6..000000000000 --- a/comms/qtel/files/patch-svxlink-trx-SigLevDetNoise.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/trx/SigLevDetNoise.cpp 2009-07-20 03:58:22.000000000 -0700 -+++ svxlink/trx/SigLevDetNoise.cpp 2012-05-28 10:27:56.000000000 -0700 -@@ -147,7 +147,7 @@ - void SigLevDetNoise::reset(void) - { - filter->reset(); -- last_siglev = pow10f(-offset / slope); -+ last_siglev = powf(10,-offset / slope); - } /* SigLevDetNoise::reset */ - - diff --git a/comms/qtel/files/patch-svxlink-trx-SquelchEvDev.cpp b/comms/qtel/files/patch-svxlink-trx-SquelchEvDev.cpp deleted file mode 100644 index 56ac1fdb08dc..000000000000 --- a/comms/qtel/files/patch-svxlink-trx-SquelchEvDev.cpp +++ /dev/null @@ -1,16 +0,0 @@ ---- svxlink/trx/SquelchEvDev.cpp.orig 2011-02-24 15:24:30.000000000 -0800 -+++ svxlink/trx/SquelchEvDev.cpp 2012-06-24 10:41:44.000000000 -0700 -@@ -24,7 +24,7 @@ - \endverbatim - */ - -- -+#if 0 - - /**************************************************************************** - * -@@ -265,3 +265,4 @@ - * This file has not been truncated - */ - -+#endif diff --git a/comms/qtel/files/patch-svxlink-trx-SwDtmfDecoder.cpp b/comms/qtel/files/patch-svxlink-trx-SwDtmfDecoder.cpp deleted file mode 100644 index 26ac2d8b879f..000000000000 --- a/comms/qtel/files/patch-svxlink-trx-SwDtmfDecoder.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/trx/SwDtmfDecoder.cpp 2010-05-16 09:32:17.000000000 -0700 -+++ svxlink/trx/SwDtmfDecoder.cpp 2012-05-28 10:27:56.000000000 -0700 -@@ -37,6 +37,7 @@ - #include <cstdlib> - - #include <stdint.h> -+#define exp10f(x) exp((x)*log(10)) - - - diff --git a/comms/qtel/files/patch-svxlink-trx-ToneDetector.h b/comms/qtel/files/patch-svxlink-trx-ToneDetector.h deleted file mode 100644 index 54eeba1a48f8..000000000000 --- a/comms/qtel/files/patch-svxlink-trx-ToneDetector.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ../svxlink-11.05.orig/svxlink/trx/ToneDetector.h 2009-11-23 14:18:45.000000000 -0800 -+++ svxlink/trx/ToneDetector.h 2012-05-28 10:27:56.000000000 -0700 -@@ -37,7 +37,7 @@ - - #include <sigc++/sigc++.h> - #include <vector> -- -+#define exp10f(x) exp((x)*log(10)) - - /**************************************************************************** - * diff --git a/comms/qtel/files/remotetrx.in b/comms/qtel/files/remotetrx.in deleted file mode 100644 index e08a430d7d3a..000000000000 --- a/comms/qtel/files/remotetrx.in +++ /dev/null @@ -1,65 +0,0 @@ -#!/bin/sh -# -# remotetrx This shell script takes care of starting and stopping -# remotetrx (The SvxLink remote transceiver daemon). -# - -# PROVIDE: remotetrx -# REQUIRE: NETWORKING DAEMON -# BEFORE: LOGIN -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf to enable remotetrx: -# -# remotetrx_enable="YES" -# # optional -# remotetrx_flags= -# -# description: The SvxLink server is a multi purpose voice services system. \ -# It is targeted at ham radio use. Connect the sound card to a radio \ -# transceiver and load the modules you need. Enjoy... - -# Source function library. -. /etc/rc.subr - -name=remotetrx -rcvar=`set_rcvar` - -#start_remotetrx=start_remotetrx -#stop_remotetrx=stop_remotetrx - -start_cmd=${name}_start -stop_cmd=${name}_stop - -remotetrx_enable=${remotetrx_enable:-"NO"} -remotetrx_flags=${remotetrx_flags:-""} -remotetrx_user=${svxlink_user:-"svxlink"} -remotetrx_group=${svxlink_group:-"svxlink"} -remotetrx_conf=${svxlink_conf:="%%PREFIX%%/etc/svxlink/remotetrx.conf"} -remotetrx_logfile=${remotetrx_logfile:="/var/log/remotetrx"} -remotetrx_pidfile=${remotetrx_pidfile:="/var/run/remotetrx.pid"} - -#[--help] [--daemon] [--logfile=log file] [--config=configura- -# tion file] [--pidfile=pid file] [--runasuser=user name] - - -start_remotetrx() -{ - if ! checkyesno remotetrx_enable; then - return; - fi - - %%PREFIX%%/bin/$name --daemon --config=${remotetrx_conf} \ - --pidfile=${remotetrx_pidfile} --runasuser=${svxlink_user} -} - -stop_remotetrx() -{ - if ! checkyesno remotetrx_enable; then - return; - fi - - /bin/kill $(/bin/cat "${pidfile_remotetrx}") -} - -run_rc_command "$1" diff --git a/comms/qtel/files/svxlink.in b/comms/qtel/files/svxlink.in deleted file mode 100644 index 71b2b1556805..000000000000 --- a/comms/qtel/files/svxlink.in +++ /dev/null @@ -1,61 +0,0 @@ -#!/bin/sh -# -# svxlink This shell script takes care of starting and stopping -# svxlink (The SvxLink server daemon). -# -# PROVIDE: svnserve -# REQUIRE: DAEMON -# BEFORE: LOGIN -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf to enable SVNServe: -# -# svslink_enable="YES" -# # optional -# svnlink_flags= -# -# description: The SvxLink server is a multi purpose voice services system. \ -# It is targeted at ham radio use. Connect the sound card to a radio \ -# transceiver and load the modules you need. Enjoy... - -# Source function library. -. /etc/rc.subr - -name=svxlink -rcvar=`set_rcvar` - -start_cmd=${name}_start -stop_cmd=${name}_stop - -svxlink_enable=${svxlink_enable:-"NO"} -svxlink_flags=${svxlink_flags:-""} -svxlink_user=${svxlink_user:-"svxlink"} -svxlink_group=${svxlink_group:-"svxlink"} -svxlink_conf=${svxlink_conf:="%%PREFIX%%/etc/svxlink/svxlink.conf"} -svxlink_logfile=${svxlink_logfile:="/var/log/svslink"} -svxlink_pidfile=${svxlink-pidfil:="/var/run/svxlink.pid"} - -#if [ -f %%PREFIX%%/etc/sysconfig/$PROG ];then -# . %%PREFIX%%/etc/sysconfig/$PROG -#fi - -start_remotetrx() -{ - if ! checkyesno svxlink_enable; then - return; - fi - - %%PREFIX%%/bin/$name --daemon --config=${svxlink_conf} \ - --pidfile=${svxlink_pidfile} --runasuser=${svxlink_user} -} - -stop_remotetrx() -{ - if ! checkyesno svxlink_enable; then - return; - fi - - /bin/kill $(/bin/cat "${pidfile_svxlink}") -} - -run_rc_command "$1" diff --git a/comms/qtel/pkg-descr b/comms/qtel/pkg-descr deleted file mode 100644 index e2df4babdd91..000000000000 --- a/comms/qtel/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Repeater controller and EchoLink (simplex or repeater) software including -a GUI, Qtel - The Qt EchoLink client, written using the Qt widget toolkit. - -WWW: http://sourceforge.net/apps/trac/svxlink diff --git a/comms/qtel/pkg-plist b/comms/qtel/pkg-plist deleted file mode 100644 index 4b1af3ed6652..000000000000 --- a/comms/qtel/pkg-plist +++ /dev/null @@ -1,134 +0,0 @@ -bin/qtel -bin/remotetrx -bin/siglevdetcal -bin/svxlink -etc/svxlink/.procmailrc -etc/svxlink/TclVoiceMail.conf -etc/svxlink/remotetrx.conf -etc/svxlink/svxlink.conf -etc/svxlink/svxlink.d/ModuleDtmfRepeater.conf -etc/svxlink/svxlink.d/ModuleEchoLink.conf -etc/svxlink/svxlink.d/ModuleHelp.conf -etc/svxlink/svxlink.d/ModuleMetarInfo.conf -etc/svxlink/svxlink.d/ModuleParrot.conf -etc/svxlink/svxlink.d/ModulePropagationMonitor.conf -etc/svxlink/svxlink.d/ModuleSelCallEnc.conf -etc/svxlink/svxlink.d/ModuleTclVoiceMail.conf -include/svxlink/AsyncApplication.h -include/svxlink/AsyncAudioAmp.h -include/svxlink/AsyncAudioClipper.h -include/svxlink/AsyncAudioCompressor.h -include/svxlink/AsyncAudioDebugger.h -include/svxlink/AsyncAudioDecimator.h -include/svxlink/AsyncAudioDecoder.h -include/svxlink/AsyncAudioDelayLine.h -include/svxlink/AsyncAudioEncoder.h -include/svxlink/AsyncAudioFifo.h -include/svxlink/AsyncAudioFilter.h -include/svxlink/AsyncAudioIO.h -include/svxlink/AsyncAudioInterpolator.h -include/svxlink/AsyncAudioJitterFifo.h -include/svxlink/AsyncAudioMixer.h -include/svxlink/AsyncAudioPacer.h -include/svxlink/AsyncAudioPassthrough.h -include/svxlink/AsyncAudioProcessor.h -include/svxlink/AsyncAudioReader.h -include/svxlink/AsyncAudioRecorder.h -include/svxlink/AsyncAudioSelector.h -include/svxlink/AsyncAudioSink.h -include/svxlink/AsyncAudioSource.h -include/svxlink/AsyncAudioSplitter.h -include/svxlink/AsyncAudioStreamStateDetector.h -include/svxlink/AsyncAudioValve.h -include/svxlink/AsyncConfig.h -include/svxlink/AsyncCppApplication.h -include/svxlink/AsyncDnsLookup.h -include/svxlink/AsyncFdWatch.h -include/svxlink/AsyncIpAddress.h -include/svxlink/AsyncQtApplication.h -include/svxlink/AsyncSerial.h -include/svxlink/AsyncTcpClient.h -include/svxlink/AsyncTcpConnection.h -include/svxlink/AsyncTcpServer.h -include/svxlink/AsyncTimer.h -include/svxlink/AsyncUdpSocket.h -include/svxlink/EchoLinkDirectory.h -include/svxlink/EchoLinkDispatcher.h -include/svxlink/EchoLinkQso.h -include/svxlink/EchoLinkStationData.h -include/svxlink/SigCAudioSink.h -include/svxlink/SigCAudioSource.h -include/svxlink/common.h -lib/libasyncaudio-0.18.0.so -lib/libasyncaudio.a -lib/libasyncaudio.so -lib/libasyncaudio.so.0.18 -lib/libasynccore-0.18.0.so -lib/libasynccore.a -lib/libasynccore.so -lib/libasynccore.so.0.18 -lib/libasynccpp-0.18.0.so -lib/libasynccpp.a -lib/libasynccpp.so -lib/libasynccpp.so.0.18 -lib/libasyncqt-0.18.0.so -lib/libasyncqt.a -lib/libasyncqt.so -lib/libasyncqt.so.0.18 -lib/libecholib-0.14.0.so -lib/libecholib.a -lib/libecholib.so -lib/libecholib.so.0.14 -lib/liblocationinfo.a -lib/libtrx.a -lib/svxlink/ModuleDtmfRepeater.so -lib/svxlink/ModuleEchoLink.so -lib/svxlink/ModuleHelp.so -lib/svxlink/ModuleMetarInfo.so -lib/svxlink/ModuleParrot.so -lib/svxlink/ModuleTcl.so -share/applications/qtel.desktop -share/icons/link.xpm -share/qtel/sounds/connect.raw -share/qtel/translations/qtel_de.qm -share/qtel/translations/qtel_es.qm -share/qtel/translations/qtel_hu.qm -share/qtel/translations/qtel_ja.qm -share/qtel/translations/qtel_nl.qm -share/qtel/translations/qtel_ru.qm -share/qtel/translations/qtel_sv.qm -share/qtel/translations/qtel_tr.qm -share/qtel/translations/qtel_uk.qm -share/svxlink/events.d/CW.tcl -share/svxlink/events.d/DtmfRepeater.tcl -share/svxlink/events.d/EchoLink.tcl -share/svxlink/events.d/Help.tcl -share/svxlink/events.d/Logic.tcl -share/svxlink/events.d/MetarInfo.tcl -share/svxlink/events.d/Module.tcl -share/svxlink/events.d/Parrot.tcl -share/svxlink/events.d/PropagationMonitor.tcl -share/svxlink/events.d/RepeaterLogic.tcl -share/svxlink/events.d/SelCall.tcl -share/svxlink/events.d/SelCallEnc.tcl -share/svxlink/events.d/SimplexLogic.tcl -share/svxlink/events.d/Tcl.tcl.example -share/svxlink/events.d/TclVoiceMail.tcl -share/svxlink/events.d/locale.tcl -share/svxlink/events.tcl -share/svxlink/modules.d/ModulePropagationMonitor.tcl -share/svxlink/modules.d/ModuleSelCallEnc.tcl -share/svxlink/modules.d/ModuleTcl.tcl.example -share/svxlink/modules.d/ModuleTclVoiceMail.tcl -@dirrm etc/svxlink/svxlink.d -@dirrm etc/svxlink -@dirrm include/svxlink -@dirrm lib/svxlink -@dirrmtry share/applications -@dirrmtry share/icons -@dirrm share/qtel/sounds -@dirrm share/qtel/translations -@dirrm share/qtel -@dirrm share/svxlink/events.d -@dirrm share/svxlink/modules.d -@dirrm share/svxlink |