aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authordb <db@FreeBSD.org>2008-11-30 11:08:37 +0800
committerdb <db@FreeBSD.org>2008-11-30 11:08:37 +0800
commit50ec5ccd31ab8aa21628a96b575534a7c2bb0460 (patch)
tree2e2ed795eb94bf96807ee750bd39ef72b7108f16 /comms
parentac32b6a252a6894f3a70072a986e4faffd23ddee (diff)
downloadfreebsd-ports-gnome-50ec5ccd31ab8aa21628a96b575534a7c2bb0460.tar.gz
freebsd-ports-gnome-50ec5ccd31ab8aa21628a96b575534a7c2bb0460.tar.zst
freebsd-ports-gnome-50ec5ccd31ab8aa21628a96b575534a7c2bb0460.zip
- remove a bogus , from rig.h
Diffstat (limited to 'comms')
-rw-r--r--comms/hamlib/Makefile1
-rw-r--r--comms/hamlib/files/patch-include_hamlib_rig.h11
2 files changed, 12 insertions, 0 deletions
diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile
index a1a8299fcaed..8699e7b3d4c5 100644
--- a/comms/hamlib/Makefile
+++ b/comms/hamlib/Makefile
@@ -7,6 +7,7 @@
PORTNAME= hamlib
PORTVERSION= 1.2.8
+PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/comms/hamlib/files/patch-include_hamlib_rig.h b/comms/hamlib/files/patch-include_hamlib_rig.h
new file mode 100644
index 000000000000..b33184ee446f
--- /dev/null
+++ b/comms/hamlib/files/patch-include_hamlib_rig.h
@@ -0,0 +1,11 @@
+--- 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 */
+ };