pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xentools42



Module Name:    pkgsrc
Committed By:   maya
Date:           Wed Aug 23 02:57:09 UTC 2017

Modified Files:
        pkgsrc/sysutils/xentools42: Makefile distinfo
        pkgsrc/sysutils/xentools42/patches: patch-ocaml_common.make

Log Message:
Blindly make the same change as xentools45, handle ocaml-findlib appending
destdir. Blind because this package doesn't build due to -Werror and warnings

bump PKGREVISION in case ocaml updates affected things.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/sysutils/xentools42/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/sysutils/xentools42/distinfo
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/sysutils/xentools42/patches/patch-ocaml_common.make

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

Modified files:

Index: pkgsrc/sysutils/xentools42/Makefile
diff -u pkgsrc/sysutils/xentools42/Makefile:1.59 pkgsrc/sysutils/xentools42/Makefile:1.60
--- pkgsrc/sysutils/xentools42/Makefile:1.59    Mon Jul 24 11:37:49 2017
+++ pkgsrc/sysutils/xentools42/Makefile Wed Aug 23 02:57:09 2017
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.59 2017/07/24 11:37:49 maya Exp $
+# $NetBSD: Makefile,v 1.60 2017/08/23 02:57:09 maya Exp $
 
 VERSION=       4.2.5
 VERSION_IPXE=  1.0.0
 
 DISTNAME=              xen-${VERSION}
 PKGNAME=               xentools42-${VERSION}
-PKGREVISION=           23
+PKGREVISION=           24
 CATEGORIES=            sysutils
 MASTER_SITES=          https://downloads.xenproject.org/release/xen/${VERSION}/
 

Index: pkgsrc/sysutils/xentools42/distinfo
diff -u pkgsrc/sysutils/xentools42/distinfo:1.33 pkgsrc/sysutils/xentools42/distinfo:1.34
--- pkgsrc/sysutils/xentools42/distinfo:1.33    Mon Jul 24 11:37:49 2017
+++ pkgsrc/sysutils/xentools42/distinfo Wed Aug 23 02:57:09 2017
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.33 2017/07/24 11:37:49 maya Exp $
+$NetBSD: distinfo,v 1.34 2017/08/23 02:57:09 maya Exp $
 
 SHA1 (ipxe-git-v1.0.0.tar.gz) = da052c8de5f3485fe0253c19cf52ed6d72528485
 RMD160 (ipxe-git-v1.0.0.tar.gz) = dcd9b6eaafa1ce05c1ebf2a15f2f73ad7a8c5547
@@ -67,7 +67,7 @@ SHA1 (patch-libxl_libxl__create.c) = 170
 SHA1 (patch-libxl_libxl__internal.h) = bc2865f5c14b1fb9df1f9ad77d3be4a1494068c6
 SHA1 (patch-libxl_libxl__save__helper.c) = 1592f07e30db119905ae1efa9bd272fa75f60651
 SHA1 (patch-libxl_xl.c) = f7ca33eac8ce6c2383d985c82bf8cb406588e2c9
-SHA1 (patch-ocaml_common.make) = a809e3bed475cdffea3cb7ae480c8fe7af6aa798
+SHA1 (patch-ocaml_common.make) = 0cb657ef139c5651ed2a6962a63951ff46e6284f
 SHA1 (patch-ocaml_libs_xb_xs__ring__stubs.c) = 944ce96d18cefdc70babe83d3337ff94604b0f04
 SHA1 (patch-ocaml_xenstored_Makefile) = a0e91b946307a610490a492d4d56dfe426bddb63
 SHA1 (patch-ocaml_xenstored_define.ml) = c0772dff8e59f495a0ebe17a905aed04a29f2469

Index: pkgsrc/sysutils/xentools42/patches/patch-ocaml_common.make
diff -u pkgsrc/sysutils/xentools42/patches/patch-ocaml_common.make:1.2 pkgsrc/sysutils/xentools42/patches/patch-ocaml_common.make:1.3
--- pkgsrc/sysutils/xentools42/patches/patch-ocaml_common.make:1.2      Sun Aug 23 16:17:12 2015
+++ pkgsrc/sysutils/xentools42/patches/patch-ocaml_common.make  Wed Aug 23 02:57:09 2017
@@ -1,4 +1,6 @@
-$NetBSD: patch-ocaml_common.make,v 1.2 2015/08/23 16:17:12 spz Exp $
+$NetBSD: patch-ocaml_common.make,v 1.3 2017/08/23 02:57:09 maya Exp $
+
+Handle ocaml-findlib 1.7.3 already appending DESTDIR
 
 --- ocaml/common.make.orig     2014-09-02 06:22:57.000000000 +0000
 +++ ocaml/common.make
@@ -11,3 +13,11 @@ $NetBSD: patch-ocaml_common.make,v 1.2 2
  OCAMLDEP ?= ocamldep
  OCAMLLEX ?= ocamllex
  OCAMLYACC ?= ocamlyacc
+@@ -16,6 +16,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