somone able to make a simple fix to net/ftp?

Walter Schwarzenfeld w.schwarzenfeld at utanet.at
Tue Dec 12 15:30:15 UTC 2017


Have you tried mail it the maintainer?

I am not really sure, but I think, this is what you want:

--- lft_lib.h.orig      2017-12-11 20:00:24 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__) &&  __FreeBSD_version >= 1100000))
  #define SCREWED_IP_LEN
  #endif



More information about the freebsd-ports mailing list