Hi,

straightforward update of findlib. OK?


Christopher


Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/findlib/Makefile,v
retrieving revision 1.29
diff -u -p -r1.29 Makefile
--- Makefile    2 Sep 2014 09:24:44 -0000       1.29
+++ Makefile    21 Oct 2014 16:58:25 -0000
@@ -2,8 +2,7 @@
 
 COMMENT=       OCaml package manager
 CATEGORIES=    sysutils
-DISTNAME=      findlib-1.5.2
-REVISION=      0
+DISTNAME=      findlib-1.5.4
 
 MASTER_SITES=  http://download.camlcity.org/download/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/findlib/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo    25 Aug 2014 15:20:19 -0000      1.8
+++ distinfo    21 Oct 2014 16:58:25 -0000
@@ -1,2 +1,2 @@
-SHA256 (findlib-1.5.2.tar.gz) = cL4xFXF5K2zZI7z00qWBosw4Zc8Xvp/Ya8W0vR6HIv0=
-SIZE (findlib-1.5.2.tar.gz) = 235561
+SHA256 (findlib-1.5.4.tar.gz) = tk6Tg1vBq9LJDeBObMsxNl3BbcTG8Dk5ASz/5ybozCc=
+SIZE (findlib-1.5.4.tar.gz) = 240119
Index: patches/patch-src_bytes_Makefile
===================================================================
RCS file: patches/patch-src_bytes_Makefile
diff -N patches/patch-src_bytes_Makefile
--- patches/patch-src_bytes_Makefile    25 Aug 2014 15:20:19 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,30 +0,0 @@
-$OpenBSD: patch-src_bytes_Makefile,v 1.1 2014/08/25 15:20:19 chrisz Exp $
-
-from upstream:
-We can't use ocamlfind because it may not yet be installed.
-Also respect PREFIX.
-
---- src/bytes/Makefile.orig    Fri Aug  1 14:02:25 2014
-+++ src/bytes/Makefile Mon Aug 25 14:17:54 2014
-@@ -19,9 +19,20 @@ opt:
-       $(OCAMLBUILD) $$files
- 
- install: all
-+      mkdir -p "$(prefix)$(OCAML_SITELIB)/bytes"
-+      cd _build/ && cp ../META $(BYTE_FILES) "$(prefix)$(OCAML_SITELIB)/bytes"
-+      cd _build/ && for f in $(NATIVE_FILES) $(NATIVE_FILES_DYNLINK); do if [ 
-f "$$f" ]; then cp $$f "$(prefix)$(OCAML_SITELIB)/bytes"; fi; done
-+
-+uninstall: 
-+      rm -rf "$(prefix)$(OCAML_SITELIB)/bytes"
-+
-+# install-self and uninstall-self use ocamlfind already. This is a bit
-+# questionable here.
-+
-+install-self: all
-       cd _build/ && ocamlfind install bytes ../META $(BYTE_FILES) -optional 
$(NATIVE_FILES) $(NATIVE_FILES_DYNLINK)
- 
--uninstall:
-+uninstall-self:
-       ocamlfind remove bytes
- 
- clean:
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/sysutils/findlib/pkg/PLIST,v
retrieving revision 1.12
diff -u -p -r1.12 PLIST
--- pkg/PLIST   2 Sep 2014 09:24:45 -0000       1.12
+++ pkg/PLIST   21 Oct 2014 16:58:25 -0000
@@ -5,6 +5,9 @@ lib/ocaml/bigarray/
 lib/ocaml/bigarray/META
 lib/ocaml/bytes/
 lib/ocaml/bytes/META
+@comment will be installed by lang/ocaml-camlp4
+@comment lib/ocaml/camlp4/
+@comment lib/ocaml/camlp4/META
 lib/ocaml/compiler-libs/META
 lib/ocaml/dynlink/
 lib/ocaml/dynlink/META




-- 
http://gmerlin.de
OpenPGP: http://gmerlin.de/christopher.pub
F190 D013 8F01 AA53 E080  3F3C F17F B0A1 D44E 4FEE

Attachment: signature.asc
Description: PGP signature

Reply via email to