ports/62847: [PATCH] net/freewais-sf
Craig Rodrigues
rodrigc at crodrigues.org
Sat Feb 14 18:30:20 UTC 2004
>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:
More information about the freebsd-ports-bugs
mailing list