svn commit: r494444 - head/net/xprobe
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 2 18:01:17 UTC 2019
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 at 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>
More information about the svn-ports-head
mailing list