Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2020 00:26:19 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526332 - head/net/sngrep
Message-ID:  <202002170026.01H0QJ5W040464@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Feb 17 00:26:19 2020
New Revision: 526332
URL: https://svnweb.freebsd.org/changeset/ports/526332

Log:
  net/sngrep: allow base ncurses [1]
  
  While here:
  
  * Update default options [2]
  * Remove REINPLACE_CMD which was no longer necessary
  
  PR:		244141 [1]
  PR:		244151 [2]
  Approved by:	Talal Al Dik <tad@vif.com> (maintainer) [1]
  Submitted by:	Talal Al Dik <tad@vif.com> (maintainer) [2]

Modified:
  head/net/sngrep/Makefile   (contents, props changed)

Modified: head/net/sngrep/Makefile
==============================================================================
--- head/net/sngrep/Makefile	Mon Feb 17 00:19:28 2020	(r526331)
+++ head/net/sngrep/Makefile	Mon Feb 17 00:26:19 2020	(r526332)
@@ -4,6 +4,7 @@
 PORTNAME=	sngrep
 PORTVERSION=	1.4.6
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	tad@vif.com
@@ -20,6 +21,7 @@ GH_ACCOUNT=	irontec
 GNU_CONFIGURE=	yes
 
 OPTIONS_DEFINE=	OPENSSL PCRE UNICODE IPV6 EEP
+OPTIONS_DEFAULT=	IPV6 EEP UNICODE OPENSSL
 
 OPENSSL_DESC=	Adds OpenSSL support to parse TLS captured messages
 OPENSSL_CONFIGURE_ON=	--with-openssl
@@ -31,18 +33,11 @@ PCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
 
 UNICODE_DESC=	Adds Ncurses UTF-8/Unicode support
 UNICODE_CONFIGURE_ON=	--enable-unicode
-UNICODE_LIB_DEPENDS=	libncursesw.so:devel/ncurses
 
 IPV6_DESC=	Enable IPv6 packet capture support
 IPV6_CONFIGURE_ON=	--enable-ipv6
 
 EEP_DESC=	Enable EEP packet send/receive support
 EEP_CONFIGURE_ON=	--enable-eep
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|ncursesw/ncurses.h|ncurses.h|g' \
-		${WRKSRC}/configure.ac \
-		${WRKSRC}/src/curses/scrollbar.h \
-		${WRKSRC}/src/curses/ui_panel.h
 
 .include <bsd.port.mk>



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