mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Fix typo in META-file
- Mark as BROKEN on 4.X: Need working <wctype.h>
This commit is contained in:
parent
b2ee8caa6e
commit
68a339739d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117940
2 changed files with 15 additions and 0 deletions
|
@ -27,6 +27,10 @@ PKGDEINSTALL= ${PKGINSTALL}
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Need working <wctype.h>"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Coredump during build on amd64"
|
||||
.endif
|
||||
|
|
11
devel/ocaml-camomile/files/patch-META
Normal file
11
devel/ocaml-camomile/files/patch-META
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- META Wed Jul 14 17:00:05 2004
|
||||
+++ META.1 Tue Aug 10 22:27:49 2004
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
package "unpack"
|
||||
(name="unpack"
|
||||
- varison="0.5.3"
|
||||
+ version="0.5.3"
|
||||
description="Unicode library for ocaml (not packed)"
|
||||
requires="bigarray"
|
||||
archive(byte)="camomileunpack.cma"
|
Loading…
Add table
Reference in a new issue