FreeBSD Bugzilla – Attachment 161611 Details for
Bug 203478
[PATCH] comms/picocom: Update to version 2.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
comms_picocom.diff
comms_picocom.diff (text/plain), 3.58 KB, created by
tkato432
on 2015-10-01 18:30:08 UTC
(
hide
)
Description:
comms_picocom.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2015-10-01 18:30:08 UTC
Size:
3.58 KB
patch
obsolete
>diff -urN /usr/ports/comms/picocom/Makefile comms/picocom/Makefile >--- /usr/ports/comms/picocom/Makefile 2015-08-24 03:56:02.990520000 +0900 >+++ comms/picocom/Makefile 2015-10-02 00:00:00.000000000 +0900 >@@ -2,19 +2,34 @@ > # $FreeBSD: head/comms/picocom/Makefile 389300 2015-06-12 20:58:13Z erwin $ > > PORTNAME= picocom >-PORTVERSION= 1.7 >+PORTVERSION= 2.0 > CATEGORIES= comms >-MASTER_SITES= GOOGLE_CODE >+MASTER_SITES= GH > > MAINTAINER= ports@FreeBSD.org > COMMENT= Dumb Terminal Emulator > >-ALL_TARGET= picocom >+LICENSE= GPLv2 # (or later) >+#LICENSE_FILE= ${WRKSRC}/LICENSE.txt >+ >+USE_GITHUB= yes >+GH_ACCOUNT= npat-efault >+ > USES= gmake >+ALL_TARGET= picocom >+ >+PLIST_FILES= bin/picocom man/man1/picocom.1.gz > >-PLIST_FILES= bin/picocom man/man8/picocom.8.gz >+post-patch: >+ @${REINPLACE_CMD} -e \ >+ 's|^CFLAGS|#CFLAGS| ; \ >+ s|^CPPFLSGS=|CPPFLAGS +=| ; \ >+ s|^LDFLAGS|#LDFLAGS|' ${WRKSRC}/Makefile > > do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ >- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ >+ (cd ${WRKSRC} && ${INSTALL_PROGRAM} picocom \ >+ ${STAGEDIR}${PREFIX}/bin) >+ (cd ${WRKSRC} && ${INSTALL_MAN} picocom.1 \ >+ ${STAGEDIR}${MANPREFIX}/man/man1) >+ > .include <bsd.port.mk> >diff -urN /usr/ports/comms/picocom/distinfo comms/picocom/distinfo >--- /usr/ports/comms/picocom/distinfo 2015-08-24 03:56:02.991451000 +0900 >+++ comms/picocom/distinfo 2015-10-02 00:00:00.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (picocom-1.7.tar.gz) = d0f31c8f7a215a76922d30c81a52b9a2348c89e02a84935517002b3bc2c1129e >-SIZE (picocom-1.7.tar.gz) = 42857 >+SHA256 (npat-efault-picocom-2.0_GH0.tar.gz) = e0f7095c118f43c1c09787a16ef5c7d4c4ad4457dd3b1281efcc4cdb8906af9a >+SIZE (npat-efault-picocom-2.0_GH0.tar.gz) = 87110 >diff -urN /usr/ports/comms/picocom/files/patch-term.c comms/picocom/files/patch-term.c >--- /usr/ports/comms/picocom/files/patch-term.c 1970-01-01 09:00:00.000000000 +0900 >+++ comms/picocom/files/patch-term.c 2015-10-02 00:00:00.000000000 +0900 >@@ -0,0 +1,13 @@ >+--- term.c.orig 2015-09-16 14:14:23 UTC >++++ term.c >+@@ -43,6 +43,10 @@ >+ #include "termios2.h" >+ #endif >+ >++#ifndef CMSPAR >++#define CMSPAR 0 >++#endif >++ >+ #include "term.h" >+ >+ /***************************************************************************/ >diff -urN /usr/ports/comms/picocom/pkg-descr comms/picocom/pkg-descr >--- /usr/ports/comms/picocom/pkg-descr 2015-08-24 03:56:03.003743000 +0900 >+++ comms/picocom/pkg-descr 2015-10-02 00:00:00.000000000 +0900 >@@ -1,10 +1,10 @@ >-As its name suggests, picocom is a minimal dumb-terminal emulation pro- >-gram. It is, in principle, very much like minicom(1) , only it's "pico" >-instead of "mini"! It was designed to serve as a simple, manual, modem >-configuration, testing, and debugging tool. It has also served (quite >-well) as a low-tech "terminal-window" to allow operator intervention in >-PPP connection scripts (something like the ms-windows "open terminal >-window before / after dialing" feature). It could also prove useful in >-many other similar tasks. >+As its name suggests, picocom is a minimal dumb-terminal emulation >+program. It is, in principle, very much like minicom(1) , only it's >+"pico" instead of "mini"! It was designed to serve as a simple, manual, >+modem configuration, testing, and debugging tool. It has also served >+(quite well) as a low-tech "terminal-window" to allow operator >+intervention in PPP connection scripts (something like the ms-windows >+"open terminal window before / after dialing" feature). It could also >+prove useful in many other similar tasks. > >-WWW: http://code.google.com/p/picocom/ >+WWW: https://github.com/npat-efault/picocom/
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 203478
: 161611