- This got unbroken on -CURRENT. Note closest OSVERSION and make

BROKEN-message more instructive.
- Remove unhelpful patch which no longer works and obscures the real issue.

PR:		ports/63000
Prompted by:	Randy Primeaux
Approved by:	linimon (mentor)
This commit is contained in:
Volker Stolz 2004-04-30 15:22:32 +00:00
parent 7f3761a291
commit c1646ac95e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108030
2 changed files with 2 additions and 12 deletions

View File

@ -34,8 +34,8 @@ MYPORTDOCS= README docs/APINOTES docs/CHANGES docs/README.webcam \
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile"
.if ${OSVERSION} < 502108
BROKEN= "Does not compile: ffs()-clash"
.endif
post-install:

View File

@ -1,10 +0,0 @@
--- xfe/xscan.C.orig Wed Apr 26 16:16:35 2000
+++ xfe/xscan.C Sat Jul 8 11:50:32 2000
@@ -29,7 +29,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
#include <signal.h>
#include <sys/time.h>
#include <sys/stat.h>