From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 28 12:40:07 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C2C216A417 for ; Tue, 28 Aug 2007 12:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D3ABA13C459 for ; Tue, 28 Aug 2007 12:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7SCe64K054865 for ; Tue, 28 Aug 2007 12:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7SCe691054864; Tue, 28 Aug 2007 12:40:06 GMT (envelope-from gnats) Date: Tue, 28 Aug 2007 12:40:06 GMT Message-Id: <200708281240.l7SCe691054864@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Daniel O'Connor" Cc: Subject: Re: ports/115894: [Update] net/miniupnpd to 1.0RC7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel O'Connor List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Aug 2007 12:40:07 -0000 The following reply was made to PR ports/115894; it has been noted by GNATS. From: "Daniel O'Connor" To: bug-followup@freebsd.org Cc: Subject: Re: ports/115894: [Update] net/miniupnpd to 1.0RC7 Date: Tue, 28 Aug 2007 21:27:23 +0930 --nextPart1391374.BxHpgFYfgJ Content-Type: multipart/mixed; boundary="Boundary-01=_j2A1GevBwik2ZZy" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_j2A1GevBwik2ZZy Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tue, 28 Aug 2007, Edwin Groothuis wrote: > Maintainer of net/miniupnpd, > > Please note that PR ports/115894 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/115894 It needs this patch so it will build on 7.x with the newer version of=20 pf. =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --Boundary-01=_j2A1GevBwik2ZZy Content-Type: text/x-diff; charset="utf-8"; name="patch-genconfig.sh.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-genconfig.sh.diff" --- genconfig.sh.orig 2007-08-28 21:11:12.000000000 +0930 +++ genconfig.sh 2007-08-28 21:15:25.000000000 +0930 @@ -55,6 +55,10 @@ OS_URL=http://www.openbsd.org/ ;; FreeBSD) + VER=`grep '#define __FreeBSD_version' /usr/include/sys/param.h | awk '{print $3}'` + if [ $VER -ge 700049 ]; then + echo "#define PFRULE_INOUT_COUNTS" >> ${CONFIGFILE} + fi OS_URL=http://www.freebsd.org/ ;; pfSense) --Boundary-01=_j2A1GevBwik2ZZy-- --nextPart1391374.BxHpgFYfgJ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBG1A2j5ZPcIHs/zowRAikvAJ9BykEfiCLdoujp1VmhVC+AE92YlgCeO3VQ kzpjvsZDCb29MEwtoyzanzQ= =77x9 -----END PGP SIGNATURE----- --nextPart1391374.BxHpgFYfgJ--