pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xentools45 Handle ocaml-findlib 1.7.3 already...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67170c786b81
branches:  trunk
changeset: 367054:67170c786b81
user:      maya <maya%pkgsrc.org@localhost>
date:      Wed Aug 23 02:49:48 2017 +0000

description:
Handle ocaml-findlib 1.7.3 already appending DESTDIR

Paranoia bump PKGREVISION for possible functional changes from ocaml update

diffstat:

 sysutils/xentools45/Makefile                        |   4 ++--
 sysutils/xentools45/distinfo                        |   4 ++--
 sysutils/xentools45/patches/patch-ocaml_common.make |  15 +++++++++++++--
 3 files changed, 17 insertions(+), 6 deletions(-)

diffs (60 lines):

diff -r c5a794526c05 -r 67170c786b81 sysutils/xentools45/Makefile
--- a/sysutils/xentools45/Makefile      Wed Aug 23 02:38:58 2017 +0000
+++ b/sysutils/xentools45/Makefile      Wed Aug 23 02:49:48 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2017/07/24 11:37:49 maya Exp $
+# $NetBSD: Makefile,v 1.50 2017/08/23 02:49:48 maya Exp $
 
 VERSION=       4.5.5
-PKGREVISION=   5
+PKGREVISION=   6
 VERSION_IPXE=  9a93db3f0947484e30e753bbd61a10b17336e20e
 
 DISTNAME=              xen-${VERSION}
diff -r c5a794526c05 -r 67170c786b81 sysutils/xentools45/distinfo
--- a/sysutils/xentools45/distinfo      Wed Aug 23 02:38:58 2017 +0000
+++ b/sysutils/xentools45/distinfo      Wed Aug 23 02:49:48 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.30 2017/03/20 18:09:21 bouyer Exp $
+$NetBSD: distinfo,v 1.31 2017/08/23 02:49:48 maya Exp $
 
 SHA1 (ipxe-git-9a93db3f0947484e30e753bbd61a10b17336e20e.tar.gz) = fecadf952821e830ce1a1d19655288eef8488f88
 RMD160 (ipxe-git-9a93db3f0947484e30e753bbd61a10b17336e20e.tar.gz) = 539bfa12db7054228250d6dd380bbf96c1a040f8
@@ -52,7 +52,7 @@
 SHA1 (patch-libxl_libxl__save__helper.c) = 70e5237e28bea1aa87486e080fc25aa81300a6d8
 SHA1 (patch-libxl_libxl_uuid.c) = d14286be8ccdbcb5fae544a1968e7b681b63e884
 SHA1 (patch-libxl_xl__cmdtable.c) = d149603cac13c996d7800cee94a9df3aaadf9625
-SHA1 (patch-ocaml_common.make) = 4d4bddca7b5d93489a3f6620af51d95bbe265abb
+SHA1 (patch-ocaml_common.make) = 4c8fd60da404522ce0dadf18d3d59996e7a2992e
 SHA1 (patch-ocaml_libs_xb_xs__ring__stubs.c) = e079d5f3995ea44035c0c65610d15fb65af8571d
 SHA1 (patch-ocaml_xenstored_Makefile) = 8014db42b65ca9290013069d1f3cb816e3f023c2
 SHA1 (patch-ocaml_xenstored_define.ml) = 18d6878ae536554e8831f3732d2a8ea1b13a9b63
diff -r c5a794526c05 -r 67170c786b81 sysutils/xentools45/patches/patch-ocaml_common.make
--- a/sysutils/xentools45/patches/patch-ocaml_common.make       Wed Aug 23 02:38:58 2017 +0000
+++ b/sysutils/xentools45/patches/patch-ocaml_common.make       Wed Aug 23 02:49:48 2017 +0000
@@ -1,8 +1,11 @@
-$NetBSD: patch-ocaml_common.make,v 1.1 2015/01/20 16:42:13 bouyer Exp $
+$NetBSD: patch-ocaml_common.make,v 1.2 2017/08/23 02:49:48 maya Exp $
+
+Handle ocaml-findlib 1.7.3 already appending DESTDIR
 
 --- ocaml/common.make.orig     2015-01-12 17:53:24.000000000 +0100
 +++ ocaml/common.make  2015-01-19 13:16:38.000000000 +0100
-@@ -3,7 +3,7 @@
+++ work/xen-4.5.5/tools/ocaml/common.make
+@@ -3,7 +3,7 @@ include $(XEN_ROOT)/tools/Rules.mk
  CC ?= gcc
  OCAMLOPT ?= ocamlopt
  OCAMLC ?= ocamlc
@@ -11,3 +14,11 @@
  OCAMLDEP ?= ocamldep
  OCAMLLEX ?= ocamllex
  OCAMLYACC ?= ocamlyacc
+@@ -17,6 +17,6 @@ OCAMLCFLAGS += -g $(OCAMLINCLUDE) -w F -
+ 
+ VERSION := 4.1
+ 
+-OCAMLDESTDIR ?= $(DESTDIR)$(shell $(OCAMLFIND) printconf destdir)
++OCAMLDESTDIR ?= $(shell $(OCAMLFIND) printconf destdir)
+ 
+ o= >$@.new && mv -f $@.new $@



Home | Main Index | Thread Index | Old Index