Date: Sat, 2 Mar 2019 18:01:16 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494444 - head/net/xprobe Message-ID: <201903021801.x22I1GoU024864@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Mar 2 18:01:16 2019 New Revision: 494444 URL: https://svnweb.freebsd.org/changeset/ports/494444 Log: Fix runtime error: TX_IP::sendpack::sendto: Invalid argument - Bump PORTREVISION for package change PR: 235614 Submitted by: Arun Pereira <arunpereira@gmail.com> Modified: head/net/xprobe/Makefile Modified: head/net/xprobe/Makefile ============================================================================== --- head/net/xprobe/Makefile Sat Mar 2 18:01:11 2019 (r494443) +++ head/net/xprobe/Makefile Sat Mar 2 18:01:16 2019 (r494444) @@ -3,6 +3,7 @@ PORTNAME= xprobe2 PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/xprobe/${PORTNAME}/Xprobe2%20${PORTVERSION} @@ -14,5 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFIGURE_ENV= INSTALL=${INSTALL} GNU_CONFIGURE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|-DBROKEN_BSD||' ${WRKSRC}/libs-external/USI++/src/configure .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903021801.x22I1GoU024864>