aboutsummaryrefslogtreecommitdiffstats
path: root/comms/hamlib/files
diff options
context:
space:
mode:
authordb <db@FreeBSD.org>2009-02-28 10:20:21 +0800
committerdb <db@FreeBSD.org>2009-02-28 10:20:21 +0800
commitb1f6f10faf72d8395011b38f2aab4f84b207570a (patch)
tree7c3cd1efa9b3f0693c297d438cb9cf9c27eda575 /comms/hamlib/files
parent7e35acc698c284cab9796804e45a4312a17c30ba (diff)
downloadfreebsd-ports-gnome-b1f6f10faf72d8395011b38f2aab4f84b207570a.tar.gz
freebsd-ports-gnome-b1f6f10faf72d8395011b38f2aab4f84b207570a.tar.zst
freebsd-ports-gnome-b1f6f10faf72d8395011b38f2aab4f84b207570a.zip
- Update to latest vendor version of hamlib.
- patch for rig.h now in vendor version.
Diffstat (limited to 'comms/hamlib/files')
-rw-r--r--comms/hamlib/files/patch-bindings_Makefile.in10
-rw-r--r--comms/hamlib/files/patch-include_hamlib_rig.h11
2 files changed, 5 insertions, 16 deletions
diff --git a/comms/hamlib/files/patch-bindings_Makefile.in b/comms/hamlib/files/patch-bindings_Makefile.in
index 67d8c9b1d289..51f5a14e1393 100644
--- a/comms/hamlib/files/patch-bindings_Makefile.in
+++ b/comms/hamlib/files/patch-bindings_Makefile.in
@@ -1,6 +1,6 @@
---- bindings/Makefile.in.orig 2008-11-07 19:43:46.000000000 -0500
-+++ bindings/Makefile.in 2008-11-09 10:57:50.000000000 -0500
-@@ -273,7 +273,7 @@
+--- bindings/Makefile.in.orig 2009-02-25 14:18:37.000000000 -0500
++++ bindings/Makefile.in 2009-02-25 19:53:13.000000000 -0500
+@@ -268,7 +268,7 @@
program_transform_name = @program_transform_name@
psdir = @psdir@
pyexecdir = @pyexecdir@
@@ -8,8 +8,8 @@
+pythondir = %%PYTHON_SITELIBDIR%%
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
- subdirs = @subdirs@
-@@ -289,7 +289,7 @@
+ srcdir = @srcdir@
+@@ -287,7 +287,7 @@
##########################################
# Tcl binding
tcl_ltlib = hamlibtcl.la
diff --git a/comms/hamlib/files/patch-include_hamlib_rig.h b/comms/hamlib/files/patch-include_hamlib_rig.h
deleted file mode 100644
index b33184ee446f..000000000000
--- a/comms/hamlib/files/patch-include_hamlib_rig.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/hamlib/rig.h.orig 2008-11-01 16:35:16.000000000 -0400
-+++ include/hamlib/rig.h 2008-11-29 21:22:02.000000000 -0500
-@@ -238,7 +238,7 @@
- RIG_STATUS_UNTESTED, /*!< Written from available specs, rig unavailable for test, feedback wanted! */
- RIG_STATUS_BETA, /*!< Beta quality */
- RIG_STATUS_STABLE, /*!< Stable */
-- RIG_STATUS_BUGGY, /*!< Was stable, but something broke it! */
-+ RIG_STATUS_BUGGY /*!< Was stable, but something broke it! */
- /* RIG_STATUS_NEW * *!< Initial release of code
- * !! Use of RIG_STATUS_NEW is deprecated. Do not use it anymore */
- };