pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-cmdliner



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Mon Apr  9 08:54:36 UTC 2018

Modified Files:
        pkgsrc/devel/ocaml-cmdliner: distinfo
Added Files:
        pkgsrc/devel/ocaml-cmdliner/patches: patch-Makefile

Log Message:
Added Makefile patch to devel/ocaml-cmdliner

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ocaml-cmdliner/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ocaml-cmdliner/patches/patch-Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ocaml-cmdliner/distinfo
diff -u pkgsrc/devel/ocaml-cmdliner/distinfo:1.6 pkgsrc/devel/ocaml-cmdliner/distinfo:1.7
--- pkgsrc/devel/ocaml-cmdliner/distinfo:1.6    Sat Apr  7 11:42:13 2018
+++ pkgsrc/devel/ocaml-cmdliner/distinfo        Mon Apr  9 08:54:36 2018
@@ -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

Added files:

Index: pkgsrc/devel/ocaml-cmdliner/patches/patch-Makefile
diff -u /dev/null pkgsrc/devel/ocaml-cmdliner/patches/patch-Makefile:1.1
--- /dev/null   Mon Apr  9 08:54:36 2018
+++ pkgsrc/devel/ocaml-cmdliner/patches/patch-Makefile  Mon Apr  9 08:54:36 2018
@@ -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