Date: Sat, 14 Feb 2004 13:24:17 -0500 (EST) From: Craig Rodrigues <rodrigc@crodrigues.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62847: [PATCH] net/freewais-sf Message-ID: <200402141824.i1EIOH2j097539@h00609772adf0.ne.client2.attbi.com> Resent-Message-ID: <200402141830.i1EIUJA6091123@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62847 >Category: ports >Synopsis: [PATCH] net/freewais-sf >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 14 10:30:19 PST 2004 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402141824.i1EIOH2j097539>