head	1.2;
access;
symbols
	pkgsrc-2019Q2:1.1.0.8
	pkgsrc-2019Q2-base:1.1
	pkgsrc-2019Q1:1.1.0.6
	pkgsrc-2019Q1-base:1.1
	pkgsrc-2018Q4:1.1.0.4
	pkgsrc-2018Q4-base:1.1
	pkgsrc-2018Q3:1.1.0.2
	pkgsrc-2018Q3-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2019.08.27.05.37.38;	author jaapb;	state dead;
branches;
next	1.1;
commitid	W2qPWiJJX4ovWCAB;

1.1
date	2018.07.19.12.16.38;	author jaapb;	state Exp;
branches;
next	;
commitid	DhgJh5MCbyot8KKA;


desc
@@


1.2
log
@Removed superfluous patch from lang/ocaml; revbump.
@
text
@$NetBSD: patch-Makefile.common,v 1.1 2018/07/19 12:16:38 jaapb Exp $

Use BSD_INSTALL_*
--- Makefile.common.orig	2018-07-10 14:09:26.000000000 +0000
+++ Makefile.common
@@@@ -16,9 +16,9 @@@@
 # This makefile contains common definitions shared by other Makefiles
 # We assume that config/Makefile has already been included
 
-INSTALL ?= install
-INSTALL_DATA ?= $(INSTALL) -m u=rw,g=rw,o=r
-INSTALL_PROG ?= $(INSTALL) -m u=rwx,g=rwx,o=rx
+INSTALL ?= ${BSD_INSTALL}
+INSTALL_DATA ?= ${BSD_INSTALL_DATA}
+INSTALL_PROG ?= ${BSD_INSTALL_SCRIPT}
 
 # note: these are defined by lazy expansions
 # as some parts of the makefiles change BINDIR, etc.
@


1.1
log
@Updated lang/ocaml to the newest version, 4.07.0.

This breaks quite a few dependencies, more commits to follow.

There are many bugfixes and improvements (see the Changes file), I will
summarise the changes that may cause breakage:

* all standard library modules are now packed into the Stdlib module;
* Unix.isatty now works under the native Windows ports
* strings and bytes are distinguishable in bytecode
* Module aliases are no longer removed in 'module type of' and
  'with module'
* soundness bugfix with non-generalised type variables and local modules
* Ident.t is now abstract and immutable
* only allow directives with filename and at the begining of the line
@
text
@d1 1
a1 1
$NetBSD$
@

