git: ddd5869a2381 - main - devel/indi: Remove obsolete patch file

From: Jose Alonso Cardenas Marquez <acm_at_FreeBSD.org>
Date: Sun, 22 May 2022 16:38:32 UTC
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ddd5869a23810cfc525b4f3aa9b6878b8565040b

commit ddd5869a23810cfc525b4f3aa9b6878b8565040b
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2022-05-22 16:36:49 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2022-05-22 16:36:49 +0000

    devel/indi: Remove obsolete patch file
    
    - Changes were commit upstream
    PR:             264152
    Reported by:    tjlegg __at__ gmail.com
---
 devel/indi/files/patch-libs_indicom.c | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/devel/indi/files/patch-libs_indicom.c b/devel/indi/files/patch-libs_indicom.c
deleted file mode 100644
index c9ac9d6e6c6a..000000000000
--- a/devel/indi/files/patch-libs_indicom.c
+++ /dev/null
@@ -1,29 +0,0 @@
---- libs/indicom.c.orig	2021-06-26 09:52:40 UTC
-+++ libs/indicom.c
-@@ -32,6 +32,7 @@
- #include "base64.h"
- 
- #include "config.h"
-+#include <sys/param.h>
- 
- #if defined(HAVE_LIBNOVA)
- #include <libnova/julian_day.h>
-@@ -61,7 +62,9 @@
- #endif
- 
- #if defined(BSD) && !defined(__GNU__)
-+#if defined __APPLE__
- #include <IOKit/serial/ioss.h>
-+#endif
- #include <sys/ioctl.h>
- #endif
- 
-@@ -763,7 +766,7 @@ int tty_connect(const char *device, int bit_rate, int 
-     case 57600:  bps = B57600;  break;
-     case 115200: bps = B115200; break;
-     case 230400: bps = B230400; break;
--#ifndef __APPLE__
-+#if !defined __APPLE__ && !defined(__FreeBSD__)
-     case 460800: bps = B460800; break;
-     case 576000: bps = B576000; break;
-     case 921600: bps = B921600; break;