ports/87024: [patch] net/xboxproxy does not build on FreeBSD 4.x
Antony Mawer
gnats at mawer.org
Fri Oct 7 04:20:18 UTC 2005
The following reply was made to PR ports/87024; it has been noted by GNATS.
From: Antony Mawer <gnats at mawer.org>
To: bug-followup at FreeBSD.org, gnats at mawer.org
Cc:
Subject: Re: ports/87024: [patch] net/xboxproxy does not build on FreeBSD
4.x
Date: Fri, 07 Oct 2005 14:18:51 +1000
This is a multi-part message in MIME format.
--------------030408010207030607040205
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
The attached patch upgrades xboxproxy to v2.1, which fixes the C99
issues and makes configure respect the --with-pcap option. Kudos to
Jordon Sissel (program author) for integrating these fixes so quickly!
--------------030408010207030607040205
Content-Type: text/plain;
name="xboxproxy.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="xboxproxy.diff"
--- Makefile Thu Oct 6 21:50:34 2005
+++ Makefile Fri Oct 7 14:12:03 2005
@@ -5,7 +5,7 @@
# $FreeBSD: ports/net/xboxproxy/Makefile,v 1.1 2005/10/06 11:50:34 garga Exp $
PORTNAME= xboxproxy
-PORTVERSION= 1.9
+PORTVERSION= 2.1
CATEGORIES= net
MASTER_SITES= http://www.csh.rit.edu/~psionic/projects/xboxproxy/
DISTNAME= proxy-${PORTVERSION}
@@ -17,14 +17,15 @@
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=xbox
-USE_GMAKE= yes
PLIST_FILES= bin/xboxproxy
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-BROKEN= "Doesn't build on FreeBSD < 5.x"
+# FreeBSD 4.x requires the libpcap port
+BUILD_DEPENDS+= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap
+CONFIGURE_ARGS+= --with-pcap=${LOCALBASE}
.endif
.include <bsd.port.post.mk>
--- distinfo Fri Oct 7 14:12:41 2005
+++ distinfo Fri Oct 7 14:13:07 2005
@@ -1,2 +1,2 @@
-MD5 (proxy-1.9.tar.gz) = ac9bbf18833959399b0214bf97899221
-SIZE (proxy-1.9.tar.gz) = 119703
+MD5 (proxy-2.1.tar.gz) = 5fa352eef355192a53a44b36942c6022
+SIZE (proxy-2.1.tar.gz) = 119717
--------------030408010207030607040205--
More information about the freebsd-ports-bugs
mailing list