diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-04-30 15:22:32 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-04-30 15:22:32 +0000 |
commit | c1646ac95eedec43562975d2c60dde3518b39da7 (patch) | |
tree | 8a0c23a79da5ee5e566637a384ee3ebe883c8de1 /graphics/cqcam | |
parent | 7f3761a291ae137ca21f893e889265db9d36fa33 (diff) | |
download | ports-c1646ac95eedec43562975d2c60dde3518b39da7.tar.gz ports-c1646ac95eedec43562975d2c60dde3518b39da7.zip |
- 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)
Notes
Notes:
svn path=/head/; revision=108030
Diffstat (limited to 'graphics/cqcam')
-rw-r--r-- | graphics/cqcam/Makefile | 4 | ||||
-rw-r--r-- | graphics/cqcam/files/patch-ae | 10 |
2 files changed, 2 insertions, 12 deletions
diff --git a/graphics/cqcam/Makefile b/graphics/cqcam/Makefile index 8108bfedb9d6..3a316d23e642 100644 --- a/graphics/cqcam/Makefile +++ b/graphics/cqcam/Makefile @@ -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: diff --git a/graphics/cqcam/files/patch-ae b/graphics/cqcam/files/patch-ae deleted file mode 100644 index 2fe5f9a7f7c8..000000000000 --- a/graphics/cqcam/files/patch-ae +++ /dev/null @@ -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> |