Index: head/net/lft/Makefile =================================================================== --- head/net/lft/Makefile (revision 445012) +++ head/net/lft/Makefile (revision 445013) @@ -1,37 +1,36 @@ # Created by: Marco P. Rodrigues # $FreeBSD$ PORTNAME= lft PORTVERSION= 3.79 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= http://pwhois.org/get/ MAINTAINER= farrokhi@FreeBSD.org COMMENT= Layer 4 Traceroute program LICENSE= VOSTROM LICENSE_NAME= VOSTROM LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror auto-accept - -BROKEN_FreeBSD_12= fails to compile: lft_types.h: pcap-int.h: No such file or directory GNU_CONFIGURE= yes PLIST_FILES= sbin/lft bin/whob man/man8/lft.8.gz man/man8/whob.8.gz PORTDOCS= CHANGELOG README TODO OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lft ${STAGEDIR}${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/whob ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/lft.8 ${STAGEDIR}${MANPREFIX}/man/man8 ${INSTALL_MAN} ${WRKSRC}/whob.8 ${STAGEDIR}${MANPREFIX}/man/man8 do-install-DOCS-on: ${INSTALL} -d ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/net/lft/files/patch-lft__lib.h =================================================================== --- head/net/lft/files/patch-lft__lib.h (nonexistent) +++ head/net/lft/files/patch-lft__lib.h (revision 445013) @@ -0,0 +1,11 @@ +--- lft_lib.h.orig 2017-07-04 09:02:47 UTC ++++ lft_lib.h +@@ -277,7 +277,7 @@ typedef struct _incomicmpicmp + #define EVT_INCOMING_ICMP_ICMP 75 + #define EVT_RCVD_ICMP_ICMP 76 + +-#if defined(BSD_IP_STACK) && !defined(OPENBSD) ++#if defined(BSD_IP_STACK) && !defined(OPENBSD) && !defined(__FreeBSD__) + #define SCREWED_IP_LEN + #endif + Property changes on: head/net/lft/files/patch-lft__lib.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/lft/files/patch-lft__types.h =================================================================== --- head/net/lft/files/patch-lft__types.h (nonexistent) +++ head/net/lft/files/patch-lft__types.h (revision 445013) @@ -0,0 +1,11 @@ +--- lft_types.h.orig 2016-05-02 14:31:54 UTC ++++ lft_types.h +@@ -101,7 +101,7 @@ typedef signed long n_time; + #if !defined(DARWIN) && !defined(NETBSD) + #define HAVE_SNPRINTF + #define HAVE_VSNPRINTF +-#if !defined(OPENBSD) ++#if !defined(OPENBSD) && !defined(__FreeBSD__) + #include + #endif + #endif Property changes on: head/net/lft/files/patch-lft__types.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property