FreeBSD Bugzilla – Attachment 155362 Details for
Bug 199311
converters/showkey: Update to 1.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
file_199311.txt (text/plain), 1.72 KB, created by
snkoppenaal
on 2015-04-09 13:32:54 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
snkoppenaal
Created:
2015-04-09 13:32:54 UTC
Size:
1.72 KB
patch
obsolete
>diff -ruN /usr/ports/converters/showkey/Makefile ./Makefile >--- /usr/ports/converters/showkey/Makefile 2015-04-09 13:59:28.000000000 +0200 >+++ ./Makefile 2015-04-09 14:06:21.000000000 +0200 >@@ -2,12 +2,11 @@ > # $FreeBSD: head/converters/showkey/Makefile 351283 2014-04-14 20:01:18Z cs $ > > PORTNAME= showkey >-PORTVERSION= 1.5 >+PORTVERSION= 1.7 > CATEGORIES= converters >-MASTER_SITES= http://catb.org/~esr/showkey/ \ >- http://www.c-s.li/ports/ >+MASTER_SITES= http://catb.org/~esr/showkey/ > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= snkoppenaal@gmail.com > COMMENT= Prints its input, with escapes such as "<NUL>" > > LICENSE= MIT >diff -ruN /usr/ports/converters/showkey/distinfo ./distinfo >--- /usr/ports/converters/showkey/distinfo 2015-04-09 13:59:36.000000000 +0200 >+++ ./distinfo 2015-04-09 13:57:00.000000000 +0200 >@@ -1,2 +1,2 @@ >-SHA256 (showkey-1.5.tar.gz) = 5f11cfafb218aa6f2c17b34f3808881d4f8c852b5aad90c1b187765a514eb471 >-SIZE (showkey-1.5.tar.gz) = 4795 >+SHA256 (showkey-1.7.tar.gz) = 0383a508c29df9a80b294a805a38f38d2dee6d2687e43c5ece3c5901220fb44d >+SIZE (showkey-1.7.tar.gz) = 4811 >diff -ruN /usr/ports/converters/showkey/files/patch-showkey.c ./files/patch-showkey.c >--- /usr/ports/converters/showkey/files/patch-showkey.c 1970-01-01 01:00:00.000000000 +0100 >+++ ./files/patch-showkey.c 2015-04-09 15:11:03.000000000 +0200 >@@ -0,0 +1,19 @@ >+--- showkey.c.orig 2015-04-09 13:10:20 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 199311
: 155362