From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 9 11:10:13 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93D7516A4BF for ; Thu, 9 Oct 2003 11:10:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28D6E43FDF for ; Thu, 9 Oct 2003 11:10:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h99IA9FY092557 for ; Thu, 9 Oct 2003 11:10:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h99IA9kQ092556; Thu, 9 Oct 2003 11:10:09 -0700 (PDT) (envelope-from gnats) Resent-Date: Thu, 9 Oct 2003 11:10:09 -0700 (PDT) Resent-Message-Id: <200310091810.h99IA9kQ092556@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Max Laier Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29E0F16A4BF for ; Thu, 9 Oct 2003 11:05:49 -0700 (PDT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1CEC43FEA for ; Thu, 9 Oct 2003 11:05:47 -0700 (PDT) (envelope-from mlaier@vampire.homelinux.org) Received: from [212.227.126.206] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1A7fAY-0004PN-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 09 Oct 2003 20:05:46 +0200 Received: from [217.83.1.52] (helo=vampire.homelinux.org) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1A7fAY-0002ip-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 09 Oct 2003 20:05:46 +0200 Received: (qmail 7337 invoked by uid 1001); 9 Oct 2003 18:08:27 -0000 Message-Id: <20031009180827.7336.qmail@vampire.homelinux.org> Date: 9 Oct 2003 18:08:27 -0000 From: Max Laier To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/57812: [Maintainer Update:] security/pf - Fix build error w/ NOINET6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Max Laier List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 18:10:13 -0000 >Number: 57812 >Category: ports >Synopsis: [Maintainer Update:] security/pf - Fix build error w/ NOINET6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Oct 09 11:10:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Max Laier >Release: FreeBSD 5.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD router.laiers.local 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #1: Sun Oct 5 17:38:55 CEST 2003 root@router.laiers.local:/usr/obj/usr/src/sys/ALTQ i386 >Description: Adds patch-ac to fix a build problem with NOINET6 defined. Bump PORTREVISION to 1. Submitted by: Michael O. Boev Reviewed by: maintainer >How-To-Repeat: >Fix: --- pf_1.66_1.diff begins here --- diff -ruN pf.orig/Makefile pf/Makefile --- pf.orig/Makefile Thu Oct 9 19:53:46 2003 +++ pf/Makefile Thu Oct 9 20:01:04 2003 @@ -7,6 +7,7 @@ PORTNAME= pf_freebsd PORTVERSION= 1.66 +PORTREVISION= 1 CATEGORIES= security ipv6 MASTER_SITES= http://pf4freebsd.love2party.net/ .if defined(WITH_ALTQ) && (${WITH_ALTQ} == "yes") diff -ruN pf.orig/files/patch-ac pf/files/patch-ac --- pf.orig/files/patch-ac Thu Jan 1 01:00:00 1970 +++ pf/files/patch-ac Thu Oct 9 19:57:09 2003 @@ -0,0 +1,14 @@ +--- freebsd_tcpdump/print-tcp.c.orig Thu Oct 9 19:55:02 2003 ++++ freebsd_tcpdump/print-tcp.c Thu Oct 9 19:56:28 2003 +@@ -406,7 +406,11 @@ + } + + /* OS Fingerprint */ ++#ifdef INET6 + if (oflag && ip6 == NULL && (flags & (TH_SYN|TH_ACK)) == TH_SYN) { ++#else ++ if (oflag && (flags & (TH_SYN|TH_ACK)) == TH_SYN) { ++#endif + struct pf_osfp_enlist *head = NULL; + struct pf_osfp_entry *fp; + unsigned long left; --- pf_1.66_1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: