svn commit: r545138 - head/net/iplog

Koichiro Iwao meta at FreeBSD.org
Mon Aug 17 01:39:34 UTC 2020


Author: meta
Date: Mon Aug 17 01:39:34 2020
New Revision: 545138
URL: https://svnweb.freebsd.org/changeset/ports/545138

Log:
  net/iplog: Mark broken on 13-CURRENT
  
  Also update maintainer's email.
  
  PR:		248686
  Submitted by:	Udo.Schweigert at siemens.com (maintainer)

Modified:
  head/net/iplog/Makefile

Modified: head/net/iplog/Makefile
==============================================================================
--- head/net/iplog/Makefile	Mon Aug 17 01:05:06 2020	(r545137)
+++ head/net/iplog/Makefile	Mon Aug 17 01:39:34 2020	(r545138)
@@ -7,7 +7,7 @@ PORTREVISION=	3
 CATEGORIES=	net security
 MASTER_SITES=	SF/ojnk/${PORTNAME}/${PORTVERSION}
 
-MAINTAINER=	udo.schweigert at siemens.com
+MAINTAINER=	udo at schweigert-muc.de
 COMMENT=	TCP/IP traffic logging tool
 
 USES=		gmake
@@ -16,6 +16,12 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-lpthread -L${LOCALBASE}/lib
 
 USE_RC_SUBR=	iplog
+
+.include <bsd.port.options.mk>
+
+.if ${OSVERSION} >= 1300000
+IGNORE = The iplog port is broken for FreeBSD 13.x and above
+.endif
 
 post-patch:
 .for FILE in example-iplog.conf iplog.8 iplog.conf.5 src/iplog.h


More information about the svn-ports-all mailing list