diff options
author | jaapb <jaapb@pkgsrc.org> | 2013-06-11 14:52:39 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2013-06-11 14:52:39 +0000 |
commit | f83786b11aee2c5cd1c6ace78265d1a9a6401022 (patch) | |
tree | b717d0563b428cb2edcdd10cb8e3bf1575eeddc7 /textproc | |
parent | d6bcd948e8fd3073303bccffc332c6bd1973d897 (diff) | |
download | pkgsrc-f83786b11aee2c5cd1c6ace78265d1a9a6401022.tar.gz |
- Patched package to compile with new version of net/ocamlnet
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ocaml-tyxml/distinfo | 5 | ||||
-rw-r--r-- | textproc/ocaml-tyxml/patches/patch-Makefile | 9 | ||||
-rw-r--r-- | textproc/ocaml-tyxml/patches/patch-lib_Makefile | 13 |
3 files changed, 21 insertions, 6 deletions
diff --git a/textproc/ocaml-tyxml/distinfo b/textproc/ocaml-tyxml/distinfo index a03a55cde54..8d80d3cbf84 100644 --- a/textproc/ocaml-tyxml/distinfo +++ b/textproc/ocaml-tyxml/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2012/12/14 14:44:53 jaapb Exp $ +$NetBSD: distinfo,v 1.3 2013/06/11 14:52:39 jaapb Exp $ SHA1 (tyxml-2.2.0.tar.gz) = b60fa2f0ba7fa1a6c412c432f65ca110b143bbe8 RMD160 (tyxml-2.2.0.tar.gz) = 8cd613dbf1bbe6f439a5c5001b812288081aa3c8 Size (tyxml-2.2.0.tar.gz) = 105748 bytes -SHA1 (patch-Makefile) = b272c7b9adec929c5f79085cf58ce0b4d02a870c +SHA1 (patch-Makefile) = 4cb1aeac6a3eda3b0d010dd66472c9119e0cf481 +SHA1 (patch-lib_Makefile) = 8b8b2ca1ebaea07480e82523d3ca56a11439ebf2 diff --git a/textproc/ocaml-tyxml/patches/patch-Makefile b/textproc/ocaml-tyxml/patches/patch-Makefile index 3b0db18914b..4c1d8045c00 100644 --- a/textproc/ocaml-tyxml/patches/patch-Makefile +++ b/textproc/ocaml-tyxml/patches/patch-Makefile @@ -1,11 +1,12 @@ -$NetBSD: patch-Makefile,v 1.1.1.1 2012/06/04 13:13:15 wiz Exp $ +$NetBSD: patch-Makefile,v 1.2 2013/06/11 14:52:40 jaapb Exp $ -Changes to Makefile for DESTDIR support ---- Makefile.orig 2012-02-24 18:16:01.000000000 +0000 +--- Makefile.orig 2012-12-07 15:15:22.000000000 +0000 +++ Makefile -@@ -53,18 +53,18 @@ files/META.tyxml: files/META.in Makefile +@@ -52,19 +52,20 @@ files/META.tyxml: files/META.in Makefile + $< > $@ install: ++ mkdir -p ${INSTALLDIR} $(OCAMLFIND) install ${PACKAGENAME} \ - -patch-version ${VERSION} \ + -patch-version ${VERSION} -destdir ${INSTALLDIR} \ diff --git a/textproc/ocaml-tyxml/patches/patch-lib_Makefile b/textproc/ocaml-tyxml/patches/patch-lib_Makefile new file mode 100644 index 00000000000..10efb10e760 --- /dev/null +++ b/textproc/ocaml-tyxml/patches/patch-lib_Makefile @@ -0,0 +1,13 @@ +$NetBSD: patch-lib_Makefile,v 1.1 2013/06/11 14:52:40 jaapb Exp $ + +--- lib/Makefile.orig 2012-12-07 15:15:22.000000000 +0000 ++++ lib/Makefile +@@ -13,7 +13,7 @@ DUCE_INTF := xml_sigs_duce.mli xhtml_ty + + DUCE_FILES := xml_print_duce.ml xhtml_duce.ml + +-LIBS := -package netstring ++LIBS := -package netstring,netstring-pcre + + # SYNTAX := -ppopt ../syntax/pa_include.cmo -package camlp4 -syntax camlp4o + |