FreeBSD Bugzilla – Attachment 249923 Details for
Bug 278323
converters/showkey: Update to 1.9
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to 1.9
patch (text/plain), 1.62 KB, created by
mew14930xvi
on 2024-04-12 07:42:45 UTC
(
hide
)
Description:
Update to 1.9
Filename:
MIME Type:
Creator:
mew14930xvi
Created:
2024-04-12 07:42:45 UTC
Size:
1.62 KB
patch
obsolete
>diff --git a/converters/showkey/Makefile b/converters/showkey/Makefile >index 888bf561ec51..444565380e01 100644 >--- a/converters/showkey/Makefile >+++ b/converters/showkey/Makefile >@@ -1,6 +1,5 @@ > PORTNAME= showkey >-PORTVERSION= 1.7 >-PORTREVISION= 1 >+DISTVERSION= 1.9 > CATEGORIES= converters > MASTER_SITES= http://catb.org/~esr/showkey/ > >@@ -9,6 +8,9 @@ COMMENT= Display cooked key sequences (keycap-to-keystrokes mappings) > WWW= http://catb.org/~esr/showkey/ > > LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+USES= gmake > > MAKE_ARGS= CC="${CC} ${CFLAGS}" > ALL_TARGET= showkey >diff --git a/converters/showkey/distinfo b/converters/showkey/distinfo >index 4592e14b6537..1476d1e717d8 100644 >--- a/converters/showkey/distinfo >+++ b/converters/showkey/distinfo >@@ -1,2 +1,3 @@ >-SHA256 (showkey-1.7.tar.gz) = 0383a508c29df9a80b294a805a38f38d2dee6d2687e43c5ece3c5901220fb44d >-SIZE (showkey-1.7.tar.gz) = 4811 >+TIMESTAMP = 1712906828 >+SHA256 (showkey-1.9.tar.gz) = 7230aed91f9a510ae5d234a32ba88402eb6c39431ad8175e78035f9d9b6a8f6e >+SIZE (showkey-1.9.tar.gz) = 4752 >diff --git a/converters/showkey/files/patch-showkey.c b/converters/showkey/files/patch-showkey.c >deleted file mode 100644 >index 4487c0fcb865..000000000000 >--- a/converters/showkey/files/patch-showkey.c >+++ /dev/null >@@ -1,19 +0,0 @@ >---- showkey.c.orig 2012-03-03 16:44:46 UTC >-+++ showkey.c >-@@ -11,6 +11,7 @@ >- #include <string.h> >- #include <stdbool.h> >- #include <stdlib.h> >-+#include <unistd.h> >- >- #define ALT 0x80 >- #define ESC 0x1b >-@@ -80,7 +81,7 @@ static void visualize(int c, /*@out@*/ch >- } >- >- >--main() >-+int main() >- { >- struct termios cooked, raw; >- unsigned char c;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 278323
: 249923