svn commit: r526332 - head/net/sngrep
Steve Wills
swills at FreeBSD.org
Mon Feb 17 00:26:20 UTC 2020
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 at vif.com> (maintainer) [1]
Submitted by: Talal Al Dik <tad at 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 at 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>
More information about the svn-ports-all
mailing list