mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 10:10:31 -04:00
benchmarks/sipp: Fix stage-QA and restore curses support
1. curses support: Adding autoreconf negated the changes to configure script, so change configure.ac instead 2. The man page wasn't being installed (plist QA fail) so fix 3. While here, change USE_OPENSSL to USES=ssl Approved by: ncurses and just-fix-it blankets
This commit is contained in:
parent
66017a9937
commit
6e8f29bd0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431396
1 changed files with 4 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= sipp
|
PORTNAME= sipp
|
||||||
PORTVERSION= 3.5.1
|
PORTVERSION= 3.5.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= benchmarks net
|
CATEGORIES= benchmarks net
|
||||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/
|
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/
|
||||||
|
|
||||||
|
@ -29,7 +30,7 @@ SCTP_CONFIGURE_WITH= sctp
|
||||||
RTPSTREAM_CONFIGURE_WITH= rtpstream
|
RTPSTREAM_CONFIGURE_WITH= rtpstream
|
||||||
OPENSSL_CONFIGURE_WITH= openssl
|
OPENSSL_CONFIGURE_WITH= openssl
|
||||||
|
|
||||||
OPENSSL_USE= openssl=yes
|
OPENSSL_USES= ssl
|
||||||
GSL_LIB_DEPENDS= libgsl.so:math/gsl
|
GSL_LIB_DEPENDS= libgsl.so:math/gsl
|
||||||
|
|
||||||
PCAP_FILES= dtmf_2833_0.pcap dtmf_2833_1.pcap dtmf_2833_2.pcap \
|
PCAP_FILES= dtmf_2833_0.pcap dtmf_2833_1.pcap dtmf_2833_2.pcap \
|
||||||
|
@ -41,7 +42,7 @@ PCAP_FILES= dtmf_2833_0.pcap dtmf_2833_1.pcap dtmf_2833_2.pcap \
|
||||||
PCAP_PLIST_FILES= ${PCAP_FILES:S|^|${DATADIR}/pcap/|}
|
PCAP_PLIST_FILES= ${PCAP_FILES:S|^|${DATADIR}/pcap/|}
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure
|
@${REINPLACE_CMD} -e 's|[[:<:]]curses|ncurses|' ${WRKSRC}/configure.ac
|
||||||
|
|
||||||
post-patch-PCAP-on:
|
post-patch-PCAP-on:
|
||||||
@${REINPLACE_CMD} \
|
@${REINPLACE_CMD} \
|
||||||
|
@ -50,7 +51,7 @@ post-patch-PCAP-on:
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||||
${INSTALL_MAN} ${WRKSRC}/sipp.1 ${STAGEDIR}${PREFIX}/man/man1
|
${INSTALL_MAN} ${WRKSRC}/include/sipp.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||||
|
|
||||||
do-install-PCAP-on:
|
do-install-PCAP-on:
|
||||||
${MKDIR} ${STAGEDIR}${DATADIR}/pcap
|
${MKDIR} ${STAGEDIR}${DATADIR}/pcap
|
||||||
|
|
Loading…
Add table
Reference in a new issue