Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
Ports
Commits
e55904be
Commit
e55904be
authored
Jan 24, 2022
by
Neel Chauhan
Browse files
comms/tcpser: Update to 20210425
parent
e9e97356
Changes
4
Hide whitespace changes
Inline
Side-by-side
comms/tcpser/Makefile
View file @
e55904be
# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
PORTNAME
=
tcpser
DISTVERSION
=
1.0rc12
DISTVERSION
=
20210425
CATEGORIES
=
comms
MASTER_SITES
=
http://www.jbrain.com/pub/linux/serial/
MAINTAINER
=
nc@FreeBSD.org
COMMENT
=
TCPSER turns serial port into an emulated Hayes compatible modem
LICENSE
=
GPLv2+
USE_GITHUB
=
yes
GH_ACCOUNT
=
FozzTexx
GH_TAGNAME
=
95f4b51
LDFLAGS
+=
-pthread
USES
=
dos2unix gmake
WRKSRC
=
${WRKDIR}
/tcpser
USES
=
gmake
PORTDOCS
=
README CHANGES
PORTDOCS
=
README
.md
CHANGES
PLIST_FILES
=
bin/tcpser
OPTIONS_DEFINE
=
DOCS
...
...
@@ -24,6 +26,6 @@ do-install:
do-install-DOCS-on
:
${MKDIR}
${STAGEDIR}${DOCSDIR}
${INSTALL_DATA}
${WRKSRC}
/README
${WRKSRC}
/CHANGES
${STAGEDIR}${DOCSDIR}
${INSTALL_DATA}
${WRKSRC}
/README
.md
${WRKSRC}
/CHANGES
${STAGEDIR}${DOCSDIR}
.
include
<bsd.port.mk>
comms/tcpser/distinfo
View file @
e55904be
SHA256 (tcpser-1.0rc12.tar.gz) = a64a461c17c030ab31d8efe40c9a96cf0237108d9206cdef4a76ebe1679a5f76
SIZE (tcpser-1.0rc12.tar.gz) = 50066
TIMESTAMP = 1643082604
SHA256 (FozzTexx-tcpser-20210425-95f4b51_GH0.tar.gz) = 98fc2ff2424f1e0bc35532e170f9d766e7242be757b6d55a51ddad3701209701
SIZE (FozzTexx-tcpser-20210425-95f4b51_GH0.tar.gz) = 26719
comms/tcpser/files/patch-Makefile
View file @
e55904be
--- Makefile.orig 20
15-11-09 18:00:33
UTC
--- Makefile.orig 20
22-01-25 03:54:45
UTC
+++ Makefile
@@ -1,10 +1,8 @@
SRC=src
SRCS = $(SRC)/bridge.c $(SRC)/debug.c $(SRC)/getcmd.c $(SRC)/ip.c $(SRC)/init.c $(SRC)/modem_core.c $(SRC)/nvt.c $(SRC)/serial.c $(SRC)/ip232.c $(SRC)/util.c $(SRC)/phone_book.c $(SRC)/shared.c $(SRC)/tcpser.c $(SRC)/line.c $(SRC)/dce.c
OBJS = $(SRC)/bridge.o $(SRC)/debug.o $(SRC)/getcmd.o $(SRC)/ip.o $(SRC)/init.o $(SRC)/modem_core.o $(SRC)/nvt.o $(SRC)/serial.o $(SRC)/ip232.o $(SRC)/util.o $(SRC)/phone_book.o $(SRC)/shared.o $(SRC)/tcpser.o $(SRC)/dce.o $(SRC)/line.o
-CC = gcc
DEF =
-CFLAGS = -O $(DEF) -Wall
-LDFLAGS = -lpthread
+CFLAGS += $(DEF) -Wall
DEPEND = makedepend $(DEF) $(CFLAGS)
all: tcpser
@@ -1,9 +1,7 @@
SRC=src
SRCS = $(SRC)/bridge.c $(SRC)/debug.c $(SRC)/getcmd.c $(SRC)/ip.c $(SRC)/init.c $(SRC)/modem_core.c $(SRC)/nvt.c $(SRC)/serial.c $(SRC)/ip232.c $(SRC)/util.c $(SRC)/phone_book.c $(SRC)/shared.c $(SRC)/tcpser.c $(SRC)/line.c $(SRC)/dce.c
OBJS = $(SRC)/bridge.o $(SRC)/debug.o $(SRC)/getcmd.o $(SRC)/ip.o $(SRC)/init.o $(SRC)/modem_core.o $(SRC)/nvt.o $(SRC)/serial.o $(SRC)/ip232.o $(SRC)/util.o $(SRC)/phone_book.o $(SRC)/shared.o $(SRC)/tcpser.o $(SRC)/dce.o $(SRC)/line.o
-CC = gcc
-DEF =
-CFLAGS = -g $(DEF) -Wall
+CFLAGS = -g -Wall
LDFLAGS = -lpthread
DEPEND = makedepend $(DEF) $(CFLAGS)
comms/tcpser/pkg-descr
View file @
e55904be
...
...
@@ -5,4 +5,4 @@ Internet. TCPSER supports all standard Hayes commands, and understands
extended and vendor proprietary commands (though it does not implement
many of them). TCPSER can be used for both inbound and outbound connections.
WWW: http://
www.jbrain.com/pub/linux/serial/
WWW: http
s
://
github.com/FozzTexx/tcpser
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment