diff --git a/net/packetdrill/Makefile b/net/packetdrill/Makefile index 60b543a119b4..7b9e5ec9c2ed 100644 --- a/net/packetdrill/Makefile +++ b/net/packetdrill/Makefile @@ -1,48 +1,50 @@ PORTNAME= packetdrill PORTVERSION= 0.0.2023062500 CATEGORIES= net MAINTAINER= olivier@FreeBSD.org COMMENT= Network stack testing tool WWW= https://github.com/freebsd-net/packetdrill LICENSE= GPLv2 +IGNORE_FreeBSD_12= does not build + USES= bison python:run uidfix USE_GITHUB= yes GH_ACCOUNT= freebsd-net GH_TAGNAME= aebdc35 WRKSRC_SUBDIR= gtests/net/packetdrill PLIST_FILES= bin/${PORTNAME} PORTDATA= packetdrill.el packetdrill.vim PORTDOCS= README PORTEXAMPLES= tests OPTIONS_DEFINE= DOCS EXAMPLES # XXX Static libraries with PIE are currently unsupported. MAKE_ARGS+= WITHOUT_PIE=true # 'MD5_Init' is deprecated on OpenSSL 3 CFLAGS+= -Wno-deprecated pre-build: cd ${WRKSRC} && ${LN} Makefile.FreeBSD Makefile do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} post-install: @${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC}/contrib && ${INSTALL_DATA} ${PORTDATA} \ ${STAGEDIR}${DATADIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} ${PORTEXAMPLES} \ ${STAGEDIR}${EXAMPLESDIR} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/net/packetdrill/pkg-descr b/net/packetdrill/pkg-descr index ac97f93a2e95..77dea864c71c 100644 --- a/net/packetdrill/pkg-descr +++ b/net/packetdrill/pkg-descr @@ -1,8 +1,8 @@ The packetdrill scripting tool enables quick, precise tests for entire TCP/UDP/IPv4/IPv6 network stacks, from the system call layer down to the NIC hardware. packetdrill currently works on Linux, FreeBSD, OpenBSD, and NetBSD. It can test network stack behavior over physical NICs on a LAN, or on a single machine using a tun virtual network device. -See also: https://github.com/google/packetdrill +See also WWW: https://github.com/google/packetdrill