pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ocaml-cmdliner Added Makefile patch to devel/oca...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d81d117159d
branches:  trunk
changeset: 378483:6d81d117159d
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Mon Apr 09 08:54:36 2018 +0000

description:
Added Makefile patch to devel/ocaml-cmdliner

This is to make the package install in the right directories.

diffstat:

 devel/ocaml-cmdliner/distinfo               |   4 ++--
 devel/ocaml-cmdliner/patches/patch-Makefile |  18 ++++++++++++++++++
 2 files changed, 20 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r ed930736bb28 -r 6d81d117159d devel/ocaml-cmdliner/distinfo
--- a/devel/ocaml-cmdliner/distinfo     Mon Apr 09 08:48:10 2018 +0000
+++ b/devel/ocaml-cmdliner/distinfo     Mon Apr 09 08:54:36 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2018/04/07 11:42:13 jaapb Exp $
+$NetBSD: distinfo,v 1.7 2018/04/09 08:54:36 jaapb Exp $
 
 SHA1 (cmdliner-1.0.2.tbz) = 4e54424f95ce4f805b855647d9d531dd8b5e9cae
 RMD160 (cmdliner-1.0.2.tbz) = a59d1a98f475c0bf2c51723e920c387a26921bd3
 SHA512 (cmdliner-1.0.2.tbz) = d718d9abe4fe0ea0e7453ed09e57de2a427cc450225cf2b56513d99af4b4218c3fe96ab08dcebd202b9ecf25a471bb7c67511262f35148dfe15684421be6d743
 Size (cmdliner-1.0.2.tbz) = 47350 bytes
-SHA1 (patch-Makefile) = 9dfc351c9007ca1bf7354ed8f94ab9fe0abdf6f7
+SHA1 (patch-Makefile) = baa0c12094a435e0957cfe2dcdf2f2c8bd5eebd3
diff -r ed930736bb28 -r 6d81d117159d devel/ocaml-cmdliner/patches/patch-Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-cmdliner/patches/patch-Makefile       Mon Apr 09 08:54:36 2018 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-Makefile,v 1.1 2018/04/09 08:54:36 jaapb Exp $
+
+These variables are set by the package Makefile
+--- Makefile.orig      2017-08-07 15:10:49.000000000 +0000
++++ Makefile
+@@ -10,9 +10,9 @@
+ 
+ # Adjust the following on the cli invocation for configuring
+ 
+-PREFIX=/usr
+-LIBDIR=$(DESTDIR)$(PREFIX)/lib/ocaml/cmdliner
+-DOCDIR=$(DESTDIR)$(PREFIX)/share/doc/cmdliner
++#PREFIX=/usr
++#LIBDIR=$(DESTDIR)$(PREFIX)/lib/ocaml/cmdliner
++#DOCDIR=$(DESTDIR)$(PREFIX)/share/doc/cmdliner
+ NATIVE=$(shell ocamlopt -version > /dev/null 2>&1 && echo true)
+ 
+ INSTALL=install



Home | Main Index | Thread Index | Old Index