brltty: fix commons and regen plist
This commit is contained in:
parent
a513214180
commit
fe07caf195
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2019/09/05 11:50:48 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2021/02/11 12:51:03 sthen Exp $
|
||||
|
||||
COMMENT= access software for a blind person using a braille terminal
|
||||
|
||||
DISTNAME= brltty-3.6
|
||||
REVISION= 4
|
||||
REVISION= 5
|
||||
CATEGORIES= misc
|
||||
HOMEPAGE= http://mielke.cc/brltty
|
||||
MASTER_SITES= ${HOMEPAGE}/releases/
|
||||
|
||||
# GPL
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB= c curses pthread sndio
|
||||
|
19
misc/brltty/patches/patch-Programs_api_common_h
Normal file
19
misc/brltty/patches/patch-Programs_api_common_h
Normal file
@ -0,0 +1,19 @@
|
||||
$OpenBSD: patch-Programs_api_common_h,v 1.1 2021/02/11 12:51:03 sthen Exp $
|
||||
|
||||
Index: Programs/api_common.h
|
||||
--- Programs/api_common.h.orig
|
||||
+++ Programs/api_common.h
|
||||
@@ -40,11 +40,11 @@ ssize_t brlapi_readFile(int fd, unsigned char *buf, si
|
||||
|
||||
/* brlapi_libcerrno */
|
||||
/* saves the libc errno */
|
||||
-int brlapi_libcerrno;
|
||||
+extern int brlapi_libcerrno;
|
||||
|
||||
/* brlapi_liberrfun */
|
||||
/* saves the libc function which generated an error */
|
||||
-const char *brlapi_libcerrfun;
|
||||
+extern const char *brlapi_libcerrfun;
|
||||
|
||||
/* brlapi_splitHost */
|
||||
/* splits host into hostname & port, returns address family to use */
|
@ -1,6 +1,8 @@
|
||||
$OpenBSD: patch-Programs_ctbtest_c,v 1.1 2010/05/20 09:25:31 espie Exp $
|
||||
--- Programs/ctbtest.c.orig Thu May 20 11:23:47 2010
|
||||
+++ Programs/ctbtest.c Thu May 20 11:24:10 2010
|
||||
$OpenBSD: patch-Programs_ctbtest_c,v 1.2 2021/02/11 12:51:03 sthen Exp $
|
||||
|
||||
Index: Programs/ctbtest.c
|
||||
--- Programs/ctbtest.c.orig
|
||||
+++ Programs/ctbtest.c
|
||||
@@ -44,6 +44,7 @@ END_OPTION_TABLE
|
||||
|
||||
TranslationTable textTable;
|
||||
|
14
misc/brltty/patches/patch-Programs_cut_h
Normal file
14
misc/brltty/patches/patch-Programs_cut_h
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-Programs_cut_h,v 1.1 2021/02/11 12:51:03 sthen Exp $
|
||||
|
||||
Index: Programs/cut.h
|
||||
--- Programs/cut.h.orig
|
||||
+++ Programs/cut.h
|
||||
@@ -22,7 +22,7 @@
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
-unsigned char *cut_buffer; /* for CMD_NXSEARCH */
|
||||
+extern unsigned char *cut_buffer; /* for CMD_NXSEARCH */
|
||||
extern void cut_begin (int column, int row);
|
||||
extern void cut_append (int column, int row);
|
||||
extern int cut_rectangle (int column, int row);
|
@ -1,6 +1,8 @@
|
||||
$OpenBSD: patch-Programs_serial_c,v 1.2 2010/05/20 09:25:31 espie Exp $
|
||||
--- Programs/serial.c.orig Thu Sep 30 15:13:52 2004
|
||||
+++ Programs/serial.c Wed May 19 19:16:40 2010
|
||||
$OpenBSD: patch-Programs_serial_c,v 1.3 2021/02/11 12:51:03 sthen Exp $
|
||||
|
||||
Index: Programs/serial.c
|
||||
--- Programs/serial.c.orig
|
||||
+++ Programs/serial.c
|
||||
@@ -192,6 +192,17 @@ serialInitializeAttributes (struct termios *attributes
|
||||
#ifdef IEXTEN
|
||||
attributes->c_lflag = IEXTEN;
|
||||
|
@ -1,6 +1,8 @@
|
||||
$OpenBSD: patch-Programs_sys_openbsd_c,v 1.3 2015/06/29 22:17:46 ratchov Exp $
|
||||
--- Programs/sys_openbsd.c.orig Fri Jun 26 09:29:06 2015
|
||||
+++ Programs/sys_openbsd.c Fri Jun 26 09:29:40 2015
|
||||
$OpenBSD: patch-Programs_sys_openbsd_c,v 1.4 2021/02/11 12:51:03 sthen Exp $
|
||||
|
||||
Index: Programs/sys_openbsd.c
|
||||
--- Programs/sys_openbsd.c.orig
|
||||
+++ Programs/sys_openbsd.c
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
#ifdef ENABLE_PCM_SUPPORT
|
||||
|
@ -1,6 +1,8 @@
|
||||
$OpenBSD: patch-configure,v 1.3 2015/06/29 22:17:46 ratchov Exp $
|
||||
--- configure.orig Fri Jun 26 09:59:26 2015
|
||||
+++ configure Fri Jun 26 09:59:40 2015
|
||||
$OpenBSD: patch-configure,v 1.4 2021/02/11 12:51:03 sthen Exp $
|
||||
|
||||
Index: configure
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -7790,6 +7790,7 @@ _ACEOF
|
||||
;;
|
||||
openbsd*)
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2004/11/14 17:34:06 naddy Exp $
|
||||
bin/brltty
|
||||
@comment $OpenBSD: PLIST,v 1.5 2021/02/11 12:51:03 sthen Exp $
|
||||
@bin bin/brltty
|
||||
bin/brltty-config
|
||||
include/brltty/
|
||||
include/brltty/api.h
|
||||
@ -8,37 +8,37 @@ include/brltty/brldefs.h
|
||||
lib/brltty/
|
||||
lib/brltty/brltty-brl.lst
|
||||
lib/brltty/brltty-spk.lst
|
||||
lib/brltty/libbrlttybal.so
|
||||
lib/brltty/libbrlttybat.so
|
||||
lib/brltty/libbrlttybbl.so
|
||||
lib/brltty/libbrlttybbn.so
|
||||
lib/brltty/libbrlttybcb.so
|
||||
lib/brltty/libbrlttybec.so
|
||||
lib/brltty/libbrlttybeu.so
|
||||
lib/brltty/libbrlttybfs.so
|
||||
lib/brltty/libbrlttybht.so
|
||||
lib/brltty/libbrlttyblt.so
|
||||
lib/brltty/libbrlttybmb.so
|
||||
lib/brltty/libbrlttybmd.so
|
||||
lib/brltty/libbrlttybmn.so
|
||||
lib/brltty/libbrlttybpm.so
|
||||
lib/brltty/libbrlttybts.so
|
||||
lib/brltty/libbrlttybtt.so
|
||||
lib/brltty/libbrlttybva.so
|
||||
lib/brltty/libbrlttybvd.so
|
||||
lib/brltty/libbrlttybvh.so
|
||||
lib/brltty/libbrlttybvo.so
|
||||
lib/brltty/libbrlttybvr.so
|
||||
lib/brltty/libbrlttybvs.so
|
||||
lib/brltty/libbrlttysal.so
|
||||
lib/brltty/libbrlttysbl.so
|
||||
lib/brltty/libbrlttyscb.so
|
||||
lib/brltty/libbrlttyses.so
|
||||
lib/brltty/libbrlttysfv.so
|
||||
lib/brltty/libbrlttysgs.so
|
||||
lib/libbrlapi.a
|
||||
lib/libbrlapi.so
|
||||
lib/libbrlapi.so.0.3.0
|
||||
@so lib/brltty/libbrlttybal.so
|
||||
@so lib/brltty/libbrlttybat.so
|
||||
@so lib/brltty/libbrlttybbl.so
|
||||
@so lib/brltty/libbrlttybbn.so
|
||||
@so lib/brltty/libbrlttybcb.so
|
||||
@so lib/brltty/libbrlttybec.so
|
||||
@so lib/brltty/libbrlttybeu.so
|
||||
@so lib/brltty/libbrlttybfs.so
|
||||
@so lib/brltty/libbrlttybht.so
|
||||
@so lib/brltty/libbrlttyblt.so
|
||||
@so lib/brltty/libbrlttybmb.so
|
||||
@so lib/brltty/libbrlttybmd.so
|
||||
@so lib/brltty/libbrlttybmn.so
|
||||
@so lib/brltty/libbrlttybpm.so
|
||||
@so lib/brltty/libbrlttybts.so
|
||||
@so lib/brltty/libbrlttybtt.so
|
||||
@so lib/brltty/libbrlttybva.so
|
||||
@so lib/brltty/libbrlttybvd.so
|
||||
@so lib/brltty/libbrlttybvh.so
|
||||
@so lib/brltty/libbrlttybvo.so
|
||||
@so lib/brltty/libbrlttybvr.so
|
||||
@so lib/brltty/libbrlttybvs.so
|
||||
@so lib/brltty/libbrlttysal.so
|
||||
@so lib/brltty/libbrlttysbl.so
|
||||
@so lib/brltty/libbrlttyscb.so
|
||||
@so lib/brltty/libbrlttyses.so
|
||||
@so lib/brltty/libbrlttysfv.so
|
||||
@so lib/brltty/libbrlttysgs.so
|
||||
@static-lib lib/libbrlapi.a
|
||||
@so lib/libbrlapi.so
|
||||
@bin lib/libbrlapi.so.0.3.0
|
||||
@man man/man1/brltty.1
|
||||
@man man/man3/brlapi_closeConnection.3
|
||||
@man man/man3/brlapi_connection.3
|
||||
|
Loading…
Reference in New Issue
Block a user