Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2018 05:17:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        haskell@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 225172] net/hs-network-info needs update
Message-ID:  <bug-225172-16154-Uh55vWvpSK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225172-16154@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225172-16154@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Garrett Wollman <wollman@FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to
haskell@FreeBSD.org:
Bug 225172: net/hs-network-info needs update
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225172



--- Description ---
Systems built without pf(4) -- i.e., those with WITHOUT_PF defined in src.c=
onf
-- cannot compile hs-network-info, because <net/pfvar.h> is included
unconditionally.  This is fixed in release 0.2.0.9 but the port is still one
release behind.

The following diff is cut-and-pasted so tabs may be mangled:

Index: Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Makefile	(revision 459017)
+++ Makefile	(working copy)
@@ -1,7 +1,7 @@
 # $FreeBSD$

 PORTNAME=3D	network-info
-PORTVERSION=3D	0.2.0.8
+PORTVERSION=3D	0.2.0.9
 CATEGORIES=3D	net haskell

 MAINTAINER=3D	haskell@FreeBSD.org
Index: distinfo
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- distinfo	(revision 459017)
+++ distinfo	(working copy)
@@ -1,3 +1,3 @@
-TIMESTAMP =3D 1499623594
-SHA256 (cabal/network-info-0.2.0.8.tar.gz) =3D
ecdff121f3e154c480f363bc8660959a051790bfae5b5fe573810873cedbcd76
-SIZE (cabal/network-info-0.2.0.8.tar.gz) =3D 5998
+TIMESTAMP =3D 1515993269
+SHA256 (cabal/network-info-0.2.0.9.tar.gz) =3D
632939efc095b8dd01a813243e8cb14f4ffd1b9052a26523b9c04dc81993aa66
+SIZE (cabal/network-info-0.2.0.9.tar.gz) =3D 5998



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225172-16154-Uh55vWvpSK>