From rodrigc@crodrigues.org  Sat Feb 14 10:24:04 2004
Return-Path: <rodrigc@crodrigues.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0662B16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 Feb 2004 10:24:04 -0800 (PST)
Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F413943D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 Feb 2004 10:24:03 -0800 (PST)
	(envelope-from rodrigc@crodrigues.org)
Received: from h00609772adf0.ne.client2.attbi.com ([66.31.45.197])
          by comcast.net (rwcrmhc13) with ESMTP
          id <2004021418240301500kehqje>; Sat, 14 Feb 2004 18:24:03 +0000
Received: from h00609772adf0.ne.client2.attbi.com (localhost.crodrigues.org [127.0.0.1])
	by h00609772adf0.ne.client2.attbi.com (8.12.10/8.12.10) with ESMTP id i1EIOHhd097540
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 Feb 2004 13:24:17 -0500 (EST)
	(envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com)
Received: (from rodrigc@localhost)
	by h00609772adf0.ne.client2.attbi.com (8.12.10/8.12.10/Submit) id i1EIOH2j097539;
	Sat, 14 Feb 2004 13:24:17 -0500 (EST)
	(envelope-from rodrigc)
Message-Id: <200402141824.i1EIOH2j097539@h00609772adf0.ne.client2.attbi.com>
Date: Sat, 14 Feb 2004 13:24:17 -0500 (EST)
From: Craig Rodrigues <rodrigc@crodrigues.org>
Reply-To: Craig Rodrigues <rodrigc@crodrigues.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] net/freewais-sf 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         62847
>Category:       ports
>Synopsis:       [PATCH] net/freewais-sf
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 14 10:30:19 PST 2004
>Closed-Date:    Sat Feb 21 07:58:43 PST 2004
>Last-Modified:  Sat Feb 21 07:58:43 PST 2004
>Originator:     Craig Rodrigues
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD dibbler.crodrigues.org 5.2-CURRENT FreeBSD 5.2-CURRENT #33


	
>Description:
	This patch fixes net/freewais-sf on FreeBSD-CURRENT
>How-To-Repeat:
	
>Fix:


Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/freewais-sf/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- Makefile	22 Jul 2003 11:02:02 -0000	1.24
+++ Makefile	14 Feb 2004 18:16:22 -0000
@@ -30,10 +30,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 500035
-BROKEN=		"Does not compile on 5.0"
-.endif
-
 post-extract:
 	${CP} ${FILESDIR}/freebsd.sh ${WRKSRC}/hints
 
--- /dev/null	Sat Feb 14 13:17:20 2004
+++ files/patch-ai	Sat Feb 14 13:05:39 2004
@@ -0,0 +1,21 @@
+--- confmagic.h.orig	Sat Feb 14 11:58:57 2004
++++ confmagic.h	Sat Feb 14 11:59:07 2004
+@@ -12,18 +12,6 @@
+ #ifndef _confmagic_h_
+ #define _confmagic_h_
+ 
+-#ifndef HAS_BCOPY
+-#ifndef bcopy
+-#define bcopy(s,d,l) memcpy((d),(s),(l))
+-#endif
+-#endif
+-
+-#ifndef HAS_BZERO
+-#ifndef bzero
+-#define bzero(s,l) memset((s),0,(l))
+-#endif
+-#endif
+-
+ #ifndef HAS_INDEX
+ #ifndef index
+ #define index strchr
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: clement 
State-Changed-When: Sat Feb 21 07:58:28 PST 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62847 
>Unformatted:
