From owner-svn-ports-all@freebsd.org Thu Feb 27 14:30:06 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2D1C824308D; Thu, 27 Feb 2020 14:30:06 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Sw716KxVz4KTw; Thu, 27 Feb 2020 14:30:05 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7B6111A140; Thu, 27 Feb 2020 14:30:05 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01REU5Xh048752; Thu, 27 Feb 2020 14:30:05 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01REU4WT048744; Thu, 27 Feb 2020 14:30:04 GMT (envelope-from db@FreeBSD.org) Message-Id: <202002271430.01REU4WT048744@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Thu, 27 Feb 2020 14:30:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527258 - in head/comms/thebridge: . files X-SVN-Group: ports-head X-SVN-Commit-Author: db X-SVN-Commit-Paths: in head/comms/thebridge: . files X-SVN-Commit-Revision: 527258 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2020 14:30:06 -0000 Author: db Date: Thu Feb 27 14:30:03 2020 New Revision: 527258 URL: https://svnweb.freebsd.org/changeset/ports/527258 Log: Pet portlint regenerate patchfiles while here. [db] The original one in ports doesn't include readline support . but they support readline according to the configure. So I think add a readline support option should be nice PR: ports/244468 Submitted by: papadavecn@gmail.com Modified: head/comms/thebridge/Makefile head/comms/thebridge/files/patch-Makefile.in (contents, props changed) head/comms/thebridge/files/patch-configure.in (contents, props changed) head/comms/thebridge/files/patch-src_Makefile.in (contents, props changed) head/comms/thebridge/files/patch-src_conference.c (contents, props changed) head/comms/thebridge/files/patch-src_dirclient.c (contents, props changed) head/comms/thebridge/files/patch-tbdcmd_Makefile.in Modified: head/comms/thebridge/Makefile ============================================================================== --- head/comms/thebridge/Makefile Thu Feb 27 14:09:13 2020 (r527257) +++ head/comms/thebridge/Makefile Thu Feb 27 14:30:03 2020 (r527258) @@ -3,7 +3,7 @@ PORTNAME= thebridge PORTVERSION= 1.09 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= SF/cqinet/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -25,7 +25,11 @@ SHEBANG_FILES= addons/usermgmt.cgi INSTALL_TARGET= install-strip -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS READLINE +OPTIONS_DEFAULT= READLINE + +READLINE_CONFIGURE_WITH= readline +READLINE_USES= readline post-patch: @${REINPLACE_CMD} 's!tbdcmd=\/usr\/local!tbdcmd=${PREFIX}!'\ Modified: head/comms/thebridge/files/patch-Makefile.in ============================================================================== --- head/comms/thebridge/files/patch-Makefile.in Thu Feb 27 14:09:13 2020 (r527257) +++ head/comms/thebridge/files/patch-Makefile.in Thu Feb 27 14:30:03 2020 (r527258) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2012-12-10 01:05:20.000000000 -0500 -+++ Makefile.in 2013-01-03 20:39:17.000000000 -0500 -@@ -253,7 +253,7 @@ +--- Makefile.in.orig 2012-12-10 06:05:20 UTC ++++ Makefile.in +@@ -253,7 +253,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ Modified: head/comms/thebridge/files/patch-configure.in ============================================================================== --- head/comms/thebridge/files/patch-configure.in Thu Feb 27 14:09:13 2020 (r527257) +++ head/comms/thebridge/files/patch-configure.in Thu Feb 27 14:30:03 2020 (r527258) @@ -1,6 +1,6 @@ ---- configure.in.orig 2013-01-03 19:17:41.000000000 -0500 -+++ configure.in 2013-01-03 19:18:21.000000000 -0500 -@@ -84,5 +84,5 @@ +--- configure.in.orig 2012-12-10 05:57:10 UTC ++++ configure.in +@@ -84,5 +84,5 @@ AC_DEFINE_UNQUOTED(OUR_HOST,"${host}", [Set to a text string describing your operating system and hardware]) AC_OUTPUT(Makefile src/Makefile common/Makefile inc/Makefile tbdcmd/Makefile Modified: head/comms/thebridge/files/patch-src_Makefile.in ============================================================================== --- head/comms/thebridge/files/patch-src_Makefile.in Thu Feb 27 14:09:13 2020 (r527257) +++ head/comms/thebridge/files/patch-src_Makefile.in Thu Feb 27 14:30:03 2020 (r527258) @@ -1,6 +1,6 @@ ---- src/Makefile.in.orig 2012-12-10 15:00:44.000000000 +0900 -+++ src/Makefile.in 2013-10-24 13:57:30.000000000 +0900 -@@ -115,7 +115,7 @@ +--- src/Makefile.in.orig 2012-12-10 06:00:44 UTC ++++ src/Makefile.in +@@ -115,7 +115,7 @@ am__tbd_SOURCES_DIST = conference.c conference.h confi tbd_OBJECTS = $(am_tbd_OBJECTS) am__DEPENDENCIES_1 = @LINK_BOX_FALSE@tbd_DEPENDENCIES = $(top_builddir)/common/libcommon.a \ @@ -9,7 +9,7 @@ @LINK_BOX_FALSE@ $(am__DEPENDENCIES_1) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/config/depcomp -@@ -233,12 +233,12 @@ +@@ -233,12 +233,12 @@ top_srcdir = @top_srcdir@ @LINK_BOX_TRUE@ dirclient.c dirclient.h thebridge.c users.c users.h \ @LINK_BOX_TRUE@ hostfile.c hostfile.h eventhook.c eventhook.h avrs.c avrs.h @@ -24,7 +24,7 @@ @LINK_BOX_TRUE@ -DSYSCON_DIR=\"$(sysconfdir)\" $(am__append_1) @LINK_BOX_FALSE@AM_CFLAGS = -Wall $(am__append_2) @LINK_BOX_TRUE@AM_CFLAGS = -Wall $(am__append_2) -@@ -246,7 +246,7 @@ +@@ -246,7 +246,7 @@ top_srcdir = @top_srcdir@ @LINK_BOX_FALSE@ dirclient.h thebridge.c users.c users.h hostfile.c hostfile.h \ @LINK_BOX_FALSE@ eventhook.c eventhook.h avrs.c avrs.h Modified: head/comms/thebridge/files/patch-src_conference.c ============================================================================== --- head/comms/thebridge/files/patch-src_conference.c Thu Feb 27 14:09:13 2020 (r527257) +++ head/comms/thebridge/files/patch-src_conference.c Thu Feb 27 14:30:03 2020 (r527258) @@ -1,5 +1,5 @@ ---- src/conference.c.orig 2013-01-03 21:44:25.000000000 -0500 -+++ src/conference.c 2013-01-03 21:44:51.000000000 -0500 +--- src/conference.c.orig 2012-12-09 19:21:01 UTC ++++ src/conference.c @@ -784,7 +784,7 @@ #include "ilink.h" #include "sf.h" Modified: head/comms/thebridge/files/patch-src_dirclient.c ============================================================================== --- head/comms/thebridge/files/patch-src_dirclient.c Thu Feb 27 14:09:13 2020 (r527257) +++ head/comms/thebridge/files/patch-src_dirclient.c Thu Feb 27 14:30:03 2020 (r527258) @@ -1,5 +1,5 @@ ---- src/dirclient.c.orig 2013-01-03 21:44:33.000000000 -0500 -+++ src/dirclient.c 2013-01-03 21:45:03.000000000 -0500 +--- src/dirclient.c.orig 2008-09-14 17:04:51 UTC ++++ src/dirclient.c @@ -222,7 +222,7 @@ #include "dirclient.h" #include "hostfile.h" Modified: head/comms/thebridge/files/patch-tbdcmd_Makefile.in ============================================================================== --- head/comms/thebridge/files/patch-tbdcmd_Makefile.in Thu Feb 27 14:09:13 2020 (r527257) +++ head/comms/thebridge/files/patch-tbdcmd_Makefile.in Thu Feb 27 14:30:03 2020 (r527258) @@ -1,6 +1,6 @@ ---- tbdcmd/Makefile.in.orig 2012-12-10 15:00:44.000000000 +0900 -+++ tbdcmd/Makefile.in 2013-10-24 13:36:31.000000000 +0900 -@@ -530,7 +530,7 @@ +--- tbdcmd/Makefile.in.orig 2012-12-10 06:00:44 UTC ++++ tbdcmd/Makefile.in +@@ -530,7 +530,7 @@ uninstall-am: uninstall-binPROGRAMS @LINK_BOX_FALSE@ if test -f $(DESTDIR)$(bindir)/tbdchat; then \ @LINK_BOX_FALSE@ rm $(DESTDIR)$(bindir)/tbdchat; \ @LINK_BOX_FALSE@ fi