FreeBSD Bugzilla – Attachment 162161 Details for
Bug 203842
[patch] comms/picocom: Update to version 2.1 and fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
The Patch
picocom-2.1.diff (text/plain), 2.30 KB, created by
Serhii (Sergey) Kozlov
on 2015-10-17 19:21:29 UTC
(
hide
)
Description:
The Patch
Filename:
MIME Type:
Creator:
Serhii (Sergey) Kozlov
Created:
2015-10-17 19:21:29 UTC
Size:
2.30 KB
patch
obsolete
>Index: head/comms/picocom/Makefile >=================================================================== >--- head/comms/picocom/Makefile (revision 399596) >+++ head/comms/picocom/Makefile (working copy) >@@ -2,19 +2,22 @@ > # $FreeBSD$ > > PORTNAME= picocom >-PORTVERSION= 1.7 >+PORTVERSION= 2.1 > CATEGORIES= comms >-MASTER_SITES= GOOGLE_CODE > > MAINTAINER= ports@FreeBSD.org > COMMENT= Dumb Terminal Emulator > >-ALL_TARGET= picocom >-USES= gmake >+LICENSE= GPLv2 > >-PLIST_FILES= bin/picocom man/man8/picocom.8.gz >+OPTIONS_DEFINE= DEBUG > >+USE_GITHUB= yes >+GH_ACCOUNT= npat-efault >+ >+PLIST_FILES= bin/picocom man/man1/picocom.1.gz >+ > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ >- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ >+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ > .include <bsd.port.mk> >Index: head/comms/picocom/distinfo >=================================================================== >--- head/comms/picocom/distinfo (revision 399596) >+++ head/comms/picocom/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (picocom-1.7.tar.gz) = d0f31c8f7a215a76922d30c81a52b9a2348c89e02a84935517002b3bc2c1129e >-SIZE (picocom-1.7.tar.gz) = 42857 >+SHA256 (npat-efault-picocom-2.1_GH0.tar.gz) = 6b152fc5f816eaef6b86336a4cec7cf1496b7c712061e5aea5a36f143a0b09ed >+SIZE (npat-efault-picocom-2.1_GH0.tar.gz) = 89281 >Index: head/comms/picocom/files/patch-Makefile >=================================================================== >--- head/comms/picocom/files/patch-Makefile (revision 0) >+++ head/comms/picocom/files/patch-Makefile (working copy) >@@ -0,0 +1,17 @@ >+--- Makefile.orig 2015-10-15 21:25:02 UTC >++++ Makefile >+@@ -2,11 +2,11 @@ >+ VERSION = 2.1 >+ >+ #CC = gcc >+-CPPFLAGS = -DVERSION_STR=\"$(VERSION)\" >+-CFLAGS = -Wall -g >++CPPFLAGS += -DVERSION_STR=\"$(VERSION)\" >++CFLAGS ?= -Wall -g >+ >+ LD = $(CC) >+-LDFLAGS = -g >++LDFLAGS ?= -g >+ LDLIBS = >+ >+ all: picocom >Index: head/comms/picocom/pkg-descr >=================================================================== >--- head/comms/picocom/pkg-descr (revision 399596) >+++ head/comms/picocom/pkg-descr (working copy) >@@ -7,4 +7,4 @@ > 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 203842
: 162161 |
162162