- Fix typo in META-file

- Mark as BROKEN on 4.X: Need working <wctype.h>
This commit is contained in:
Volker Stolz 2004-09-02 14:31:33 +00:00
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

View file

@ -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

View 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"