Date: Tue, 28 Aug 2007 12:40:06 GMT From: "Daniel O'Connor" <darius@dons.net.au> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/115894: [Update] net/miniupnpd to 1.0RC7 Message-ID: <200708281240.l7SCe691054864@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/115894; it has been noted by GNATS. From: "Daniel O'Connor" <darius@dons.net.au> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708281240.l7SCe691054864>