FreeBSD Bugzilla – Attachment 57691 Details for
Bug 87024
[patch] net/xboxproxy does not build on FreeBSD 4.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
xboxproxy.diff
xboxproxy.diff (text/plain), 1.02 KB, created by
Antony Mawer
on 2005-10-07 05:18:51 UTC
(
hide
)
Description:
xboxproxy.diff
Filename:
MIME Type:
Creator:
Antony Mawer
Created:
2005-10-07 05:18:51 UTC
Size:
1.02 KB
patch
obsolete
>--- 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 87024
:
57690
| 57691