From owner-freebsd-ports Wed Aug 5 15:20:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA04401 for freebsd-ports-outgoing; Wed, 5 Aug 1998 15:20:07 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA04339 for ; Wed, 5 Aug 1998 15:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA06767; Wed, 5 Aug 1998 15:20:01 -0700 (PDT) Received: from asherah.zipperup.org (asherah.zipperup.org [142.154.6.146]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA03643 for ; Wed, 5 Aug 1998 15:15:58 -0700 (PDT) (envelope-from josh@asherah.zipperup.org) Received: (from root@localhost) by asherah.zipperup.org (8.8.8/8.8.8) id SAA24945; Wed, 5 Aug 1998 18:15:35 -0400 (EDT) (envelope-from josh) Message-Id: <199808052215.SAA24945@asherah.zipperup.org> Date: Wed, 5 Aug 1998 18:15:35 -0400 (EDT) From: Josh Tiefenbach Reply-To: josh@asherah.zipperup.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7501: ucd-snmp port breaks. missing a header file. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7501 >Category: ports >Synopsis: ucd-snmp port breaks. missing a header file. >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 5 15:20:00 PDT 1998 >Last-Modified: >Originator: Josh Tiefenbach >Organization: Connective Software. >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD asherah.zipperup.org 3.0-CURRENT FreeBSD 3.0-CURRENT #2: Mon Jul 20 20:01:11 EDT 1998 josh@asherah.zipperup.org:/usr/src/sys/compile/ASHERAH i386 >Description: Build of the ucd-snmp port fails under -current of my vintage (see environment). It fails while building ${WORKDIR}/agent/mibgroup/mibII/tcp.c as it does not include which is required in order to slurp in a required structure definition. >How-To-Repeat: cd /usr/ports/net/ucd-snmp && make >Fix: --- agent/mibgroup/mibII/tcp.c.orig Wed Aug 5 17:56:45 1998 +++ agent/mibgroup/mibII/tcp.c Wed Aug 5 18:04:33 1998 @@ -54,6 +54,9 @@ #if HAVE_NETINET_IP_VAR_H #include #endif +#ifdef freebsd3 +#include +#endif #if HAVE_NETINET_IN_PCB_H #include #endif >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message