Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Feb 2022 00:06:16 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 108a3e4794ae - main - comms/tcpser: Use correct conventions on PORTVERSION and respect CFLAGS
Message-ID:  <202202010006.21106Gx0019535@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=108a3e4794ae27bf910082c9648fe77afcc7ec8d

commit 108a3e4794ae27bf910082c9648fe77afcc7ec8d
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2022-02-01 00:03:26 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-02-01 00:06:09 +0000

    comms/tcpser: Use correct conventions on PORTVERSION and respect CFLAGS
---
 comms/tcpser/files/patch-Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/comms/tcpser/files/patch-Makefile b/comms/tcpser/files/patch-Makefile
index 69c4159f85f7..45970abe7e30 100644
--- a/comms/tcpser/files/patch-Makefile
+++ b/comms/tcpser/files/patch-Makefile
@@ -1,13 +1,13 @@
---- Makefile.orig	2022-01-25 03:54:45 UTC
+--- Makefile.orig	2021-04-25 13:47:46 UTC
 +++ Makefile
-@@ -1,9 +1,7 @@
+@@ -1,10 +1,6 @@
  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
+-LDFLAGS = -lpthread
  DEPEND = makedepend $(DEF) $(CFLAGS)
  
+ all:	tcpser



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202010006.21106Gx0019535>